/*
Theme Name: Winter '09
Theme URI: http://josh.st/
Description: A new theme for winter '09
Version: 1.6
Author: Josh Street
Author URI: http://josh.st/
Tags: grey, red, fixed width, left, two columns, widgets
*/

/* Begin Typography & Colors */

.narrowcolumn .postmetadata {
	text-align: center;
	}

.even, .alt {
	border-left: 1px solid #ddd;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#respond h3, h2.comments {
padding:5px 37px;
color:#948f8e;
text-transform:uppercase;
font-weight:normal;
font-size:80%;
border-top:1px dotted;
border-bottom:1px dotted;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
border-right:0;border-left:0;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	font-size:80%;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform {
	font-size:80%;
	padding:5px 37px;
	}

.commentmetadata {
	font-weight: normal;
	font-size:80%;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 37px 0px 37px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 53px 60px 35px;
	font-size:70%;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

* {font-size:100.01%; padding:0; margin:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#rap {
	background: url('_assets/pagebg.png') repeat-x top;
	text-align: left;
	}
a {
	text-decoration:none;color:#000;
} a:hover {
	text-decoration:underline;
	}
a img {
border:0;
}
strong {
	font-weight:bold;
	color:#000;
}

#header {
	background: url('_assets/navbg.png') repeat-x top;
	width:800px;
	height:49px;
	position:relative;
	}
	#header h1 a, #header h1 a:hover, #header h1 a:active {
		position:absolute; top:9px; left:6px;
		width:190px;height:112px;
		background:url(_assets/logo.png) top left no-repeat;
		text-indent:-999em;
		z-index:100;
	}
	#header .nav {
		list-style:none;
		position:absolute;
		left:220px;
		top:0;
		font-size:75%
	}
		#header .nav li {
			float:left;
		}
		#header .nav li a {
			color:#fff;
			display:block;
			padding:0 10px;
			line-height:38px;
		}
	#header .banner {
		background:#ddd;
		width:767px;
		height:31px;
		position:absolute;
		left:0;
		top:52px;
		z-index:50;
	}
		#header .tag {
			color:#999;
			background:#fff;
			width:510px;
			height:40px;
			padding:5px 10px;
			position:absolute;
			top:6px;
			left:212px;
			font-size:90%;
			line-height:20px;
		}
		#header .tag span {
			text-align:right;display:block
		}
		#header .adsense {
			position:absolute;
			top:3px;
			left:274px;
		}
	#header .livesearchpopup {
		position:absolute;
		top:10px;
		left:640px;
	}

#content {
	background: #F0EEEC url(_assets/contentbg.png) repeat-x bottom;
	width:798px;
	padding:70px 0 30px 0;
	border-right:2px solid #E4DFDE;
	z-index:200;
	}
.post {
font-size:76%;
width:755px;
margin:1em 0 12px 1em;
padding:10px 0;
background:#fff url(_assets/postbg.png) repeat-x bottom;
}
.post h2 {
border-bottom:1px solid #E4DFDE;
line-height:30px;
padding:0 25px;
font-weight:normal;
text-transform:uppercase;
color:#777;
font-size:170%
}
.post p, .post ul, .post ol, .post li, .post table, .post pre, .post h3, .post h4, .post h5 {
margin:1em 25px;
text-align:justify;
line-height:1.6;
}
.post h3 {
font-size:120%;
}
.post h4 {
font-size:110%;
}
.post a, .post a strong {
color:#9C5F6B;
font-weight:bold;
}
.post .action {
border-top:1px solid #F4EFEE;
padding:1em 25px 0 25px;
font-size:80%;
color:#948F8E;
position:relative;
}
.post .action span {
display:block;
width:610px;
}
.post .action .pl {
background:#fff;
color:#948F8E;
border:1px solid #F4EFEE;
padding:3px;
margin-right:10px;
}
.post .action .pl:hover {
background:#F4EFEE;
border-color:#948F8E;
}
.post .action .clink {
display:block;
position:absolute;
top:1em;
right:25px;
text-align:right;
color:#9C5F6B;
}

#sidebar {
font-size:70%;
position:absolute;
z-index:150;
top:80px;left:800px;
width:182px;
background:url(_assets/sidebarbg.png) repeat-y;
} #sidebar>div {background:url(_assets/sidebarbg-top.png) no-repeat top;} #sidebar>div>div {background:url(_assets/sidebarbg-bottom.png) no-repeat bottom;padding:0 0 1em 0}

#sidebar h2 {
border-bottom:1px solid #E4DFDE;
font-weight:normal;
text-transform:uppercase;
text-align:right;
color:#777;
padding:10px 12px 4px 12px;
}
#sidebar li, #sidebar p, #sidebar select, #sidebar #tag_cloud-3 div {
list-style:none;
margin:8px 12px;
text-align:left;
}



#footer {
font-size:10px;
color:#999;
background:url(_assets/footerbg.png) repeat-x bottom;
padding:14px 25px;
position:relative;
height:50px;
z-index:30;
clear:right;
}
#footer ul {
list-style:none;
text-align:right;
width:706px;
position:absolute;
top:14px;
left:0;
}
#footer li {
float:right;
}
#footer li a {
color:#999;
display:block;
border-right:1px solid;
padding:0 8px 0 9px;
line-height:10px;
}
#footer li.first a {
border:0;
}
#footer .impressum {
color:#c8c8c8;
padding-top:10px;
}
#footer .impressum a {
text-decoration:underline;
color:#c8c8c8;
}
#footer .insignia {
position:absolute;left:720px;top:12px;
}