/*
Theme Name: B3 Wittstock
Theme URI: http://www.b3-wittstock.de/
Description: B3 - Die Szenelocation fuer Biker, Betthasen und Bowler.
Version: 1.1.5
Author: Media Empiricus - Martin Scherdin
*/

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #6A6868;
	background: #feea0e url(bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

img { border:none }

.clear_left {
	clear: left;
	text-align:left;
}

.top {
	color: #9e2e3c;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
/* Anfang Bilder */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.archiv {
	list-style: square;
}

/* Ende Bilder */

.navigation {
	padding-top: 10px;
	margin: 20px;
	color: 9e2e3c;
	font-size: 12px;
	font-weight: bold;
}

.datum {
	font-size: 11px;
}

h1 {
	color: #9e2e3c;
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	margin: 0px;
}

h2 {
	color: #9e2e3c;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
b {
	color: #9e2e3c;
	font-weight: bold;
}

strong {
	color: #9e2e3c;
}

a, a:visited, a:active {
	color: #9e2e3c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	margin: 0px auto;
	width: 795px;
	background: url(images/main_bg.png);
	padding: 0px 12px 0px 8px;
	text-align: justify;
}

#head {
	height: 156px;
	width: 799px;
}

#menu {
	margin: 0 auto;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 800px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a, #menu a:visited, #menu a:active {
	margin-right: 1px;
	padding-top: 8px;
	background-color: #9e2e3c;
	color: #fff;
	display: block;
	float: left;
	width: 159px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
}

#menu a:hover {
	background-color: #fee90d;
	color: #000000;
}

#main {
	width: 780px;
	padding: 30px 0px 20px 10px;
}

#main_left {
	line-height:19px;
	font-size: 12px;
	float: left;
	width: 520px;
	padding-right: 38px;
}

#main_right {
	float: left;
	width: 220px;
	text-align: left;
}

.box_head {
	background: #9e2e3c;
	color: #FFFFFF;
	padding: 7px;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
}

.box_main {
	font-weight: bold;
	list-style: none;
	width: 204px;
	background: #F0F0F0;
	padding: 5px;
	margin-bottom: 5px;
}

#foot {
	height: 24px;
	width: 799px;
	background-color: #FFF;
	background: url(images/footer_bg.jpg);
	padding-top: 10px;
	font-weight: bold;
}

#foot a {
	color: #333;
	display:inline;
	margin-right: 2px;
}

#footer {
	width: 799px;
	text-align: center;
	color: #333;
}

.post {
	border-top:1px dashed #CCCCCC;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
/* Anfang Pagebar */
.postbar 
	{
	margin: 0px auto 0px auto;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif; 
	border: none;
	}

.postbar a, .pageList .this-page 
	{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	padding: 2px 6px; 
	color: #878787;
	font-weight: bold;
	background-color: #ddd; 
	text-decoration: none;
	}

.postbar a:visited 
	{
	padding: 2px 6px; 
	background-color: #ddd; 
	text-decoration: none;
	}

.postbar .break 
	{
	padding: 2px 6px; 
	border: none; 
	background: #fff; 
	text-decoration: none;
	}

.postbar .this-page 
	{	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 8px; 
	border-color: #902a37; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: #9d2d3c;
	}

.postbar a:hover 
	{
	color: #fff; 
	background: #bababa; 
	border-color: #fff; 
	text-decoration: none;
	}
	
/* Ende Pagebar */

blockquote {
	padding:0 35px;
	font-style:italic;
	background:url(images/quote.gif) top left no-repeat;
}