/*
Theme Name: wp_profans
*/


/* Allgemein  */

* { 
	padding: 0px; 
	margin: 0px; 
}
p { 
	margin: 12px 0px 12px 0px; 
}
body {
	background: #ececec url(random_main-bg.php) no-repeat top center;
	border-top: solid 7px #9c9f9e; 
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.wrapper {  
	width: 800px; 
	margin: 0px auto;
	overflow:hidden; 
}
#header {
	background:url(images/header.jpg) no-repeat bottom;
	height: 250px;
	width: 800px;
}
#header #logo {
	display: block;
	height: 72px;
	padding-top:178px;
	text-indent: -9999px;
}
.content { 
	background: #ffffff url(images/content-bg.jpg) repeat-y right top; 
	width: 800px; 
	padding-bottom: 50px; 
}
.clear { 
	clear: both; 
	display: block; 
}
a, a:link, a:active, div a { 
	color: #333333; 
	text-decoration: none; 
}
a:hover, div a:hover { 
	color: #999999; 
}
a img { 
	border: none;
}

/* posts */
.postsBox { 
	width: 500px; 
	background: #ffffff; 
	border-left: solid 50px #ffffff; 
	border-right: solid 50px #ffffff; 
	border-bottom: solid 50px #fffff; 
	border-top: solid 20px #ffffff;
	float: left;
}
.post { 
	background: url(images/post-bg.jpg) repeat-x center bottom; 
	padding-bottom: 20px; 
	margin-bottom: 30px;
	border: solid 1px #ffffff;
}
.postHead { 
	background: url(images/comments-bg.jpg) no-repeat top right;
	padding-bottom: 12px;
}
.postHead h2,.singlePostHead .postTitel h2  {
	color: #000000;
	margin: 5px 0px 0px;
	font-size:20px;
	padding-bottom: 3px;
}
.postHead h2 a {
	color: #000000;
	text-decoration: none;
}
.postHead h2 a:hover {
	color: #999999;
	text-decoration:none;
}
.postHead .postHeadline { 
	width: 415px; 
	float: left; 
}
.postHead .postComments { 
	float: right; 
	display: block; 
}	
.postHead .postComments a { 
	display: block; 
	color: #000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 27px; 
	text-align: center; 
	text-decoration:none; 
	padding: 15px 11px 20px 0;
}
.postHead .postComments a span { 
	font-size: 10px;
	font-weight:bold; 
	display: block; 
}
.postHead p, .singlePostHead .postTitel p { 
	font-style: italic; 
	color: #8a8a8a; 
	display: block; 
	margin: 5px 0 0 0; 
}
.single .postContent { 
	border-top: none; 
	padding-top: 0px; 
	margin-top: 0px; 
}
.spContent { 
	color: #000000; 
	line-height: 21px; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	padding-top: 0px; 
	border-bottom: solid 1px #e1e1e1;
}
.postContent { 
	color: #000000; 
	line-height: 21px; 
	padding-top: 10px; 
	border-top: solid 1px #e1e1e1; 
}
.postContent a, .postContent a:link, .postContent a:active { 
	color: #999999; 
	text-decoration: none; 
}
.postContent a:hover { 
	color: #333333; 
}
.postContent h3 { 
	font-size: 16px; 
	font-weight:bolder;
	font-style:oblique;
}
.postContent ul { 
	list-style:circle; 
	margin: 2px 0 2px 30px;
}
.postContent ol { 
	list-style:decimal ; 
	margin: 2px 0 2px 30px;
}
.postContent blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
.postContent .alignleft { 
	float: left; 
	margin: 0px 15px 5px 0px; display: block; 
}
.postContent .alignright { 
	float: right; 
	margin: 0px 0px 5px 15px; 
	display: inline;
}
.postContent .aligncenter { 
	margin: 0 auto 0 auto; 
}
.singlePostHead { 
	background: url(images/singel-bg.jpg) no-repeat center left;
}
.singlePostHead .postTitel { 
	width: 400px; float: left; 
	padding: 0px 0px 0px 60px;  
}
.page { 
	margin-top: 15px; 
}
.page  .postHead { 
	background: none; 
}
.page  .postHead h2 {
	font-style:italic; 
}

/* navigation */

.navigation { 
	margin: -25px 0 0px 0; 
}
.navigation .navigationLeft { 
	width: 250px; 
	float: left; 
}
.navigation .navigationRight { 
	width: 250px; 
	float: right; 
	text-align: right; 
}
.navigation a:hover { 
	color: #333333; 
	text-decoration:underline; 
}

/* sidebar */

.sidebar { 
	width: 200px; 
	float: right; 
	display: block; 
}
.sidebar .sidebarItem { 
	padding: 0px 20px 0px 20px; 
	margin: 0 0 30px 0; 
}
.sidebar .sidebarItem h3 { 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
}
.sidebar .sidebarItem ul { 
	margin: 10px 0px 0px 0px; 
	padding: 10px 0px 0px 0px; 
	list-style: none; 
	border-top: solid 1px #cfcfcf; 
}
.sidebar .sidebarItem ol { 
	margin: 10px 0px 0px 0px; 
	padding: 10px 0px 0px 10px; 
	list-style:disc;
	border-top: solid 1px #cfcfcf; 
	font-weight:bold; 
}
.sidebar #navi ul  { 
	font-weight:bold; 
}
.sidebar #searchBox {
	background: #9c9f9e;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 10px 15px 0 0;
}
.sidebar #searchform { 
	margin: 0px;
	width: 140px;
	height: 18px;
	background: #ffffff; 
	border: solid 1px #cfcfcf; 
	padding: 10px; 
}
.sidebar #searchform input.b { 
	width: 20px; 
	height: 15px; 
	display: block; 
	background: url(images/search.jpg) right no-repeat; 
	border: solid 1px #ffffff; 
	float: right; 
	margin: 4px 2px 0 0;
}
.sidebar #searchform input#s { 
	width: 100px; 
	float: left; 
	border: solid 1px #FFFFFF; 
	color: #333333; 
	font-style: italic; 
	font-size: 13px;
}
/* footer */

.footer { 
	background: #9c9f9e url(images/footer-bg.jpg) repeat-x center top; 
	width:800px; 
	height: 50px; 
	margin: 0 auto 0 auto; 
	font-size: 11px; 
}
.footer .footerLeft { 
	width: 400px; 
	float: left; 
	padding: 20px 0 20px 30px; 
}
.footer .footerRight { 
	width: 340px; 
	padding: 20px 20px 20px 0px; 
	float: right; 
	text-align: right; 
}
.footer a, .footer strong { 
	font-weight:bold; 
	color: #FFFFFF; 
} 
.footer a:hover { 
	font-style:oblique;
	color: #FFFFFF; 
} 




