/*  
Theme Name: RedWhite
Theme URI: http://and3rs.subcoders.de/blog
Description: 
Version: 0.9
Author: Andreas Lang
Author URI: http://and3rs.subcoders.de/blog
*/

/*-----BASE-----*/
html, body {
	margin:0;
	padding:0;
	background:#222222;
	font-size:medium;
	font-family:sans-serif;
	}
#wrap {
	margin:0 auto;
	width:970px;
	height:auto;
	margin-top:100px;
	margin-bottom:100px;
	background:url(img/bg.png) repeat-y #EEEEEE;
	}
#header {
	width:100%;
	height:173px;
	background:url(img/header.png) #EEEEEE;
	padding-top:1px;
	}
#content {
	float:left;
	width:770px;
	height:auto;
	margin-bottom:20px;
	}
#sidebar {
	float:right;
	width:200px;
	}
#footer {
	background:url(img/footer5.png) no-repeat #222222;
	clear:both;
	width:970px;
	height:20px;
	}
/*-----MENU-----*/
#logo {
	margin-left:50px;
	margin-top:45px;
	border:none;
	text-decoration:none;
	}
ul#topnav {
	margin:0;
	margin-top:22px;
	padding-left:30px;
	}
	
ul#topnav li {
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
	}
ul#topnav li a {
	text-decoration:none;
	color:#666666;
	float:left;
	margin:0 20px;
	font-size:150%;
	}
ul#topnav li.active a, ul#topnav li a:hover {
	color:#CF0000;
	border-bottom:4px solid #CF0000;
	}
/*-----CONTENT-----*/
h2.pagetitle {
	color:#CF0000;
	font-size:120%;
	width:570px;
	text-align:center;
	margin:40px 0 0 50px;
	}
.post, .cont{
	margin-left:50px;
	margin-top:50px;
	width:570px;
	height:auto;
	}
.cont {
	top:20px;
}
.post h2 {
	font-size:130%;
	float:left;
	margin:0;
	line-height:130%;
	margin-left:10px;
	}
.post span.date {
	font-size:90%;
	float:right;
	color:#222222;
	margin:0;
	margin-right:10px;
	text-align:right;
	padding-top:1%;
	line-height:130%;
	font-weight:bold;
	}
.post h2 a {
	color:#222222;
	text-decoration:none;
	}
.post h2 a:hover {
	color:#CF0000;
	}
.post span.cat, .post span.com {
	font-size:70%;
	font-weight:bold;
	color:#666666;
	margin:0;
	}
.post span.cat {
	float:left;
	margin-left:10px;
	}
.post span.cat a, .post span.com a{
	text-decoration:none;
	color:#666666;
	}
.post span.cat a:hover, .post span.com a:hover {
	color:#CF0000;
	}
.post span.com {
	float:right;
	text-align:right;
	margin-right:10px;
	}
.post p, .cont p, .comment p {
	clear:both;
	width:550px;
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
	font-size:90%;
	color:#222222;
	}
b.space {
	display:block;
	width:570px;
	height:2px;
	background:url(line.png) #CF0000;
	clear:both;
	margin:0;
	padding:0;
	}
.post p a, .cont p a, .comment p a {
	text-decoration:none;
	color:#CF0000;
}
.post p a:hover, .cont p a:hover, .comment p a:hover {
	text-decoration:none;
	background-color:#CF0000;
	color:#EEEEEE;
}
.post p a.bild, .cont p a.bild {
	text-decoration:none;
	background-color:#EEEEEE;
}
.post p a img, .post p img, .cont p a img, .cont p img {
	border:1px solid #222222;
	padding:2px;
	text-decoration:none;
	margin:5px 0;
}
.post p a img.inline {
	float:left;
	margin:5px;
	}
.post p a:hover img, .cont p a:hover img {
	border:1px solid #CF0000;
	padding:2px;
	text-decoration:none;
}
.post p.postmeta {
	width:auto;
	margin:0 20px;
	color:#666666;
	}
p.edit a {
	margin-left:50px;
	color:#222222;
	font-size:60%;
	text-decoration:none;
	}
p.edit a:hover {
	color:#CF0000;
	}
strong.inline, b.inline {
	display:block;
	clear:both
	}
/*-----COMMENTS-----*/
h3#comments {
	margin-left:50px;
	margin-top:50px;
	font-size:110%;
	color:#CF0000;
}
h3#respond {
	font-size:110%;
	color:#222222;
	}
p.loggedin {
	font-size:75%;
	color:#222222;
	}
p.loggedin a {
	text-decoration:none;
	color:#CF0000;
	}
p.loggedin a:hover {
	color:#EEEEEE;
	background-color:#CF0000;
	}
dl.comment {
	width:550px;
	margin-left:50px;
	margin-bottom:2px;
	padding:10px;
	background:#EEEEEE;
	color:#222222;
}
.comment p.posted {
	margin-top:10px;
	padding-top:0;
	font-size:75%;
}
.comment p {
	clear:none;
	margin:0;
	padding:0;
	width:auto;
}
.comment dt {
	float:left;
	font-size:250%;
	color:#CF0000;
	margin:0;
	padding:0;
}
.comment dd {
	float:none;
	margin:0 0 0 50px;
	padding:0;
}
.comment b.clear {
	display:block;
	clear:both;
	margin-bottom:15px;
}
.input {
	margin-left:50px;
	margin-bottom:20px;
	padding:0;
	width:500px;
}
.input p {
	font-size:90%;
	color:#222222;
}
#commentform p textarea, #commentform p input {
	background-color:#222222;
	color:#EEEEEE;
	border:1px solid #CF0000;
}
/*-----Nav-----*/
.navigation {
float:left;
font-size:75%;
width:570px;
margin-left:50px;
}
.navigation a {
color:#222222;
text-decoration:none;
}
.navigation a:hover {
color:#CF0000;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
/*-----SIDEBAR-----*/
#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:20px;
	}
#sidebar li {
	list-style:none;
	margin-left:0;
	padding:0;
	}
#sidebar ul#side {
	margin-top:50px;
	}
#sidebar ul li, #sidebar h2 {
	font-size:100%;
	font-weight:bold;
	color:#CF0000;
	}
#sidebar h2 {
	margin:0;
	padding:0;
	}
#sidebar ul li ul li {
	font-size:80%;
	font-weight:normal;
	}
#sidebar ul li ul li ul li {
	font-size:100%;
	margin-left:5px;
	}
#sidebar ul li ul li a {
	color:#222222;
	text-decoration:none;
	}
#sidebar ul li ul li a:hover {
	color:#EEEEEE;
	background:#CF0000;
	}
#sidebar ul li ul {
	margin-bottom:15px;
	padding-left:0px;
	}

/*-----FOOTER-----*/
ul#foot {
	color:#EEEEEE;
	margin:0 0 0 50px;
	padding:0;
	height:20px;
	}
ul#foot li {
	display:inline;
	font-size:60%;
	padding:0 50px;
	height:20px;
	}
ul#foot li a, ul#foot li a:hover {
	color:#EEEEEE;
	text-decoration:none;
	}
	