/* 
Theme Name: berlinbeinacht.de
Description: Theme for berlinbeinacht.de
*/

/* Various elements */

body {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #d6d6d6;
	margin: 0;
	padding: 0;
	background: #290000 url(images/page_background.gif) repeat-x top left;
}

div {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

a {
 	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

code {
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
}

/* Blocks */

#wrap {
	width: 981px;
	margin:  0 auto;
	background: #290000 url(images/content_background.png) repeat-y;	
}

#header {
	height: 197px;
	width: 981px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #290000 url(images/header.jpg) no-repeat bottom center;	
}

#social_media_box {
	position: absolute;
	display: block;
	height: 45px;
	width: 45px;
	bottom: 35px;
	right: 10px;
	text-align: right;
}

#logo a {
	position: absolute;
	display: block;
	width: 255px;
	height: 35px;
	top: 85px;
	left: 50px;
}

#header_menu {
	position: absolute;
	bottom: 8px;
	left: -10px;	
}

#header_menu li {
	list-style: none;
	float: left;
}

#header_menu li a {
	margin: 0 5px;
	
}
/* Search form */

#searchbar {
	float: right;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#searchform {
	padding: 10px 15px 0 0;
	color: #000;
}

#searchbox {
	border: 1px solid #2b69f8;
	height: 17px;
	width: 120px;
}

#searchbutton {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	height: 20px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

#searchbutton:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 20px 0;
	padding: 0;
}

#left-wrap {
	width: 770px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Main content area */

#content {
	float: right;
	width: 560px;
	padding: 0;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 2em;
	margin-top: 110px;
	position: relative;
}

#content #top-banner {
	position: absolute;
	top: -110px;
	left: 15px;
	width: 750px;
}

#top-banner a {
	float: left;
	margin-right: 20px;
	
}
#top-banner a img {
	
}

#content .post {
	margin: 0;
	padding: 0px 20px 0 0;
}

#content .page {
	margin: 0;
	padding: 0px 15px 10px 15px;
}

#content h2 a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

#content h2 a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}

#content h2.pagetitle {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	color: #bd0000;
	margin: 0 0 0em 0;
	padding: 0 0 18px 0px;
}

#content .entry h1 {
	font-size: 1.4em;
	color: #1f4cb3;
}

.single h2 {
	border-bottom: 1px solid #690000;
	padding-bottom: 4px;
}

#content .entry h2 {
	font-size: 1.3em;
	color: #ffffff;
	border-bottom: none;
}

#content .entry h3 {
	font-size: 1.2em;
	color: #ff0000;
}

#content .entry h4 {
	font-size: 1.1em;
	color: #1f4cb3;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content p.prefix {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
}

#content p.suffix {
	color: #000;
	padding: 5px 0px;
	font-weight: normal;
	line-height: 16px;
	clear: both;
	font-style: italic;
}

#content p.suffix a {
	color: #2b69f8;
	text-decoration: none;
}

#content p.suffix a:hover {
	color: #1f4cb3;
	text-decoration: underline;
}

#content p.edit {
	margin: 0;
	padding: 0;
}

#content ul, #content ol {
	padding: 6px 0 6px 30px;
	margin: 0 0 0 30px;
}

#content li {
	padding: 2px 0 2px 0;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
	border: 1px solid #6d6a6a;
}

.gallery-icon a {
	border: 0;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Post-Archive - Katalog */
.posttitle {
	padding: 5px;
	background-color: #290000;
}
.kwrap {
	background: url(images/list_header_background.png) repeat-x top left;
}
h3.katalog_list_title {
	padding: 5px 10px;
	margin: 0px !important;
}

.katalog_list {
	clear: both;
	border: solid #717171;
	border-width: 1px;
	padding: 0 !important;
	background: #680000 url(images/eintrag_background.png) no-repeat bottom right;
	margin-top: 0px !important;
	margin-bottom: 2em !important;
}
.katalog_list_txt {
	padding: 0 10px !important;
}

/* Post-Archive - Katalog */

/* Profile Lists */

div.profil_list {
	float: left;
	width: 95px;
	height: 150px;
	/*border: 1px solid #ffffff;*/
	text-align: center;
	margin-left: 5px;
	margin-top: 10px;
}
div.profil_list_img {
	height: 110px;
	overflow: hidden;
    border: 1px solid #717171;
}
div.profil_list_img img {
	/*border: 1px solid #717171;*/
}
/* Profile Lists */

/* Sidebars */

div.menu div.menu_content {
	padding: 10px 15px;
	margin: 0;	
}

div.menu div.menu_content ul {
	margin: 0;
	padding: 0;	
}
div.menu div.menu_content ul li {
	list-style: none;
	margin-bottom: 6px;
}

div.main_menu ul li a {
	display: block;
	/*margin-bottom: 6px;*/
	padding-left: 4px;
	padding: 1px 0px 1px 4px;
	border-left: 1px solid #ff0000;
	border-bottom: 1px solid #680000;
	border-top: 1px solid #680000;
}
div.main_menu ul li a:hover {
	border-bottom: 1px solid #ff0000;
	background-color: #b40000;
	text-decoration: none;
	
}
div.main_menu ul li a:hover {
	text-decoration: none;
}

.menu_title{
    line-height: 40px;
    font-size: 1.5em;
}

/* Left sidebar */

#left-sidebar {
	width: 200px;
	margin: 0 0 0 2px;
}

#left-sidebar div.menu div.menu_title {
	height: 38px;
	width: 200px;
	background: url(images/menu_left_header.png) no-repeat top right;
	text-align: center;
}
#left-sidebar div.menu div.menu_title img {
	margin-top: 12px;
}
#left-sidebar div.menu div.menu_content {
	background: url(images/menu_left_background.png) repeat-y top right;	
}
#left-sidebar div.menu div.menu_bottom {
	width: 200px;
	height: 7px;
	background: url(images/menu_left_bottom.png) no-repeat top right;	
}
/* Right sidebar */

#right-sidebar {
	float: right;
	width: 200px;
	margin: 110px 2px 0 0;
}

#right-sidebar div.menu div.menu_title {
	height: 38px;
	width: 200px;
	background: url(images/menu_right_header.png) no-repeat top left;
	text-align: center;
}
#right-sidebar div.menu div.menu_title img {
	margin-top: 12px;
}
#right-sidebar div.menu div.menu_content {
	background: url(images/menu_right_background.png) repeat-y top left;	
}
#right-sidebar div.menu div.menu_bottom {
	width: 200px;
	height: 7px;
	background: url(images/menu_right_bottom.png) no-repeat top left;	
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	color: #a4a3a3;
	border-top: 1px solid #d6d6d6;
	font-size: 0.9em;
	padding: 15px 10px 38px 10px;
	background: url(images/footer_background.png) no-repeat bottom center;
}

/* Banner */
.banner_sidebar {
	text-align: center;
	margin-bottom: 1em;
}
.banner_sidebar img {
	border: 1px solid #808080;
}
.banner_468_home {
	margin-bottom: 4px;
}
.banner_468_home img {
	border: 1px solid #808080;
}
div.banner_top_escort {
	text-align: center;
}
.banner_top_escort a {
	margin-right: 5px;
}
/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 5px;
}

/* Various styles */

.strong {
	font-weight: bold;
}

.noborder {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {
	text-align: center;
}

.more {
	text-align: right;
	padding-bottom: 1em;
	border-bottom: 1px dotted #260000;
}

.more2 {
	text-align: right;
	padding-bottom: 1em;
	border-bottom: 1px dotted #d6d6d6;
}

.clear {
	clear: both;
}

p.gallery {
	border: dotted #690000;
	border-width: 1px 0px;
	display: block;
}

