/*  
Theme Name: revierleben.com
Theme URI: http://revierleben.com
Description: Theme for revierleben.com 
Version: 0.1
Author: davadda
Author URI: http://www.davadda.de/
*/


/* ***
 define some standards
*** */

body {
	background: #2B3744;
	color: #c0d2dd;
	font: 62.5%/1.5 Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited, a:active, a:hover {
	color: #d4af59;
	font: 12px;	
	text-decoration: none;
}
a:hover {
	color: #cd9711;
}

h1, h2, h3 {
	font: normal -1px Verdana, Helvetica, sans-serif;
	color: #ccc;
	margin: 0;
}

img {
	border: 0;
}


/* ***
 containers
*** */

#header {
	background: #000 url(./images/header.jpg) no-repeat;
	border-bottom: 1px solid #424e5d;
	width: 100%; 
	height: 145px; 
	text-align: left;
	overflow: hidden;
}
	#header h1 {
		color: #5ba467;			
		font-size: 2.8em;
		margin: 0 0 0 0;
		padding: 0 0 0 47px;
	}
	#header h2 {
		color: #333;
		font: bold 13px Verdana, Helvetica, sans-serif;
		margin: 0 0 0 0;
		padding: 30px 0 0 47px;					
	}
	#header h3 {
		color: #333;
		font: bold 13px Verdana, Helvetica, sans-serif;
		margin: 0 0 0 0;
		padding: 0 0 0 68px;
	}
	

#wrap{	
	margin: -30px auto;
	text-align: left;
	width: 76em;	
}

#top-navigation {
	background: #202932;
	border-top: 1px solid #424e5d;
	border-left: 1px solid #424e5d;
	border-right: 1px solid #424e5d;
	width: 466px;
	height: 28px;
}
	#top-navigation ul {
		list-style-type: none;
		margin: 4px 0 0 6px;
		padding: 0;
		width: 466px;
	}
		#top-navigation ul li {
			display: inline;
			padding: 7px;
		}
			#top-navigation ul li.selected {
				background: #181f25;
			}
	
#content {
	font-size: 1.2em;
	float: left;
	padding: 1em;
	width: 40em;
}

#sidebar {
	font-size: 1.1em;
	float: right;
	width: 20em;
}
	#sidebar h3 {
		background: url('./images/h2-bg.gif') left no-repeat;
		color: #fff;		
		font-size: 15px;
		letter-spacing: +1px;				
		margin: 10px 0 0 0;		
		padding: 5px 0 10px 15px;
		height: 25px;
	}
		#sidebar h3 img {
			display: none;
			vertical-align: middle;
		}
		
	#sidebar ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#sidebar ul li {
			margin: 2px 0 2px 0;
		}	
	#sidebar div#tag-cloud {
		background: #394552;
		padding: 3px 0 3px 3px;		
	}
	
	#sidebar div.sidebar-box {
		background-color: #323E4B;
		border: 1px dashed #323E4B;
		padding: 6px 0 6px 6px;		
	}
	
#sidebar-float {
	margin-top: -200px;
}
#sidebar-top {
	background: url('./images/sidebar-top.gif') top no-repeat;
	width: 322px;
	height: 231px;
	margin: -100px 0 0 -50px;
}

#footer {
	background: #24303C;
	border-top: 1px solid #17212b;
	color: #a9bfcd;
	font-size: 0.9em;	
	clear: both;
	padding: 0.5em;
}


/* ***
 links/navigation
*** */

#top-navigation ul li a:link, #top-navigation ul li a:visited, #top-navigation ul li a:active {
	color: #d4af59;
	font-size: 12px;	
}
#top-navigation ul li a:hover {
	color: #cd9711;
}
#top-navigation ul li.selected a:link, #top-navigation ul li.selected a:visited, #top-navigation ul li.selected a:active, #top-navigation ul li.selected a:hover {
	color: #ccc;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active{
	color: #999;
}

#sidebar h3 a:link, #sidebar h3 a:active, #sidebar h3 a:visited {
	color: #fff;
}

#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	background-color: #323E4B;
	border: 1px dashed #323E4B;
	display: block;
	padding: 3px 0 3px 3px;
}
#sidebar ul li a:hover{
	background-color: #394552;
	border: 1px dashed #455361;
}

.entrymeta a:link, .entrymeta a:visited, .entrymeta a:active {
	font-weight: bold;
	color: #fff;
}

#footer a:hover, .entrymeta a:hover {
	border-bottom: 1px dashed #c0d2dd;
}


/* ***
 entry
*** */

.entrytitle h2 {
	font: bold 2em Verdana, Helvetica, sans-serif;
}
.entrytitle h3{
	font: normal 1.2em Verdana, Helvetica, sans-serif;
	color: #fff;
}

.entrybody h3 {
	font-size: 1.3em;
}

.entry{
	margin-bottom:3em;
}

.entrymeta {
	font-size:0.9em;
}

.postedby, .filedto, .commentslink {
	background: url(./images/user.gif) no-repeat;
	padding: 3px 3px 2px 20px;
}
.filedto {
	background: url(./images/post.gif) no-repeat;
}
.commentslink {
	background: url(./images/packaged.gif) no-repeat;
}


/* ***
 comment
*** */

.commentsblock {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	width: 478px;
}
	.commentsblock h3#respond {
		color: #ccc;
		font-size: 16px;
		padding: 20px 0 0 0;
	}
	.commentsblock p#textarea-markup {
		background: #394552;
	}
	.commentsblock input, .commentsblock textarea {
		background: #26313D;
		border: 1px solid #1A242F;
		color: #ccc;	
		font: normal 12px Verdana, Helvetica, sans-serif;			
	}
	.commentsblock textarea {
		width: 478px;
	}	
	.commentsblock textarea:focus, .commentsblock input:focus {
		background: #25303d;
		border: 1px solid #1a242f;
	}
	
.commentauthor {
	display: block;
	font-size: 1.5em;
}

ol.commentlist {
	color: #c0d2dd;
	font-size: 0.9em;
	list-style-type: none;
	margin: 1.5em 0 0 0;
	padding: 0;
}
	.commentlist li {
		margin-bottom: 0.5em;
		padding: 0.5em 1em;
	}
	
.alt {
	background: #3D4A58;
	border: 1px dotted #475462;
	padding: 0.5em;
}

h3#comments {
	font-size: 1.6em;
}


/* ***
 misc
*** */

.date2 {
	background-image: url('./images/date.gif'); 	
	float: left; 
	margin: 10px 0 0 -89px;
	width: 61px; 
	height: 61px; 	
}
	.date2 .month {
		font-size: 10px;
		font-weight: bold;		
		color: #BF8040;
		text-align: center;
		text-transform: uppercase;
		display: block;		
		margin: 11px 0 0 5px;
	}
	.date2 .day {
		color: #fff;
		text-align: center;
		display: block;		
		margin: -5px 0 0 0;
	}
	
.align-left {
	border: 0;
	float: left; 
	padding: 2px 4px 0 0;	
}