/*
Theme Name: turnout
Author: Orz
Author URI:
*/

* {
	margin: 0; padding: 0;
	font: 12px Arial;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #808080;
	background: #FFFFFF url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #688F96;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	color: white;
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 160px;
}
	#header ul {
		list-style-type: none;
		float: left;
		
	}
		#header ul li {
			float: left;
			font-weight: bold;
			
			font-size: 0.9em;
		}
		#header ul li a {
			color: #FFFFFF;
			display: block;
			text-transform: uppercase;
			padding: 8px 15px 9px;
		}
		#header ul li a:hover, #header ul li.here a {
			background: url(images/active.gif) no-repeat bottom center;
			text-decoration: none;
		}
	#header .rss {
		float: right;
		background: url(images/rss.gif) no-repeat 0 7px;
		padding: 9px 10px 9px 20px;
		font-size: 0.8em;
		
		color: #FFFFFF;
	}
		#header .rss a {
			color: #FFFFFF;
			margin: 0 7px;
		}
	
	#header h1 {
		clear: both;
		float: left;
		padding: 45px 0 0 12px;
	}
	
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 155px;
			height: 45px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	
	#header .ad {
		float: right;
		padding: 43px 15px 0 0;
	}
/** END header **/

/** BEGIN content **/
#content {
	float: right;
	width: 655px;
	
	padding-bottom: 11px;
}
	#content .post {
		float: left;
		width: 315px;
		padding: 11px 0 0 10px;
	}

	#content .post .buffer {
		padding: 4px;
		background-color: #ECEBEB;
		margin: 0;
	}
	#content .post .content{
		border: 1px solid #CBCBCB;
		padding: 10px;
		background-color: #ffffff;
		height: 90px;
		color: #333;
	}
		#content .post .content img {
			border: 3px solid #ECEBEB;
			margin: 2px 8px 5px 0;
			float: left;
		}
		#content .post .content h2 {
			margin-bottom: 5px;
			font-size: 1.5em;
			line-height: 1.3em;
		}
		#content .post .content h2 a {
			text-decoration: none;
			color: #456069;
			font-size: 0.8em;
		}
		#content .post .content p {
			line-height: 1.5em;
		}
	#content .post .details {
		background-color: #ECEBEB;
		padding: 8px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CBCBCB;
	}
		#content .post .details a {
			color: #456069;
			font-size: 0.8em;
			
			font-weight: bold;
			text-transform: uppercase;
		}
		#content .post .details2 a:hover {
			text-decoration: none;	
		}
	#content .postnav {
		padding: 20px 5px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
		#content .postnav a {
			color: #456069;
		}
	#content .title {
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 15px 5px 10px;
		letter-spacing: 1px;
	}
	#content .single {
		padding: 15px 15px 10px 0;
	}
		#content .single h2 {
			font-size: 1.4em;
			margin-bottom: 15px;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .single h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	
	#content .archive {
		float: left;
		margin: 2px 10px 5px 0;
		width: 86px;
		overflow: hidden;
		text-align: center;
	}
		#content .archive img {
			border: 3px solid #ECEBEB;
			margin: 0 0 10px;
		}
		#content .archive h2{
			font-size: 0.8em;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 285px;
	float: left;
	padding: 11px 0 20px;
}
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
	#sidebar .box {
		background-color: #ECEBEB;
		padding: 4px;
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			background-color: #ffffff;
			font-size: 0.9em;
			
			color: #456069;
			padding: 8px;
			border: 1px solid #CBCBCB;
		}
		#sidebar .box ul {
			background-color: #ffffff;
			list-style-type: none;
			padding: 4px 8px 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #cbcbcb;
		}
			#sidebar .box li {
				font-size: 0.9em;				
				line-height: 1.4em;
				padding: 3px 0 3px 14px;
				border-bottom: 1px dotted #dddddd;
				background: url(images/bullet.gif) no-repeat 0 8px;
			}
			#sidebar .box li a {
				color: #688F96;
			}
		#sidebar .box p, #sidebar .box div {
			background-color: #ffffff;
			padding: 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #cbcbcb;
		}
		#sidebar .box .flickr {
			padding: 8px 10px;
			overflow: hidden;
		}
			#sidebar .box .flickr a {
				float: left;
				
			}
			#sidebar .box .flickr img {
				border: 3px solid #ECEBEB;
				margin: 4px 2px;
			}
		#sidebar .box .video {
			padding: 9px;
		}
	#sidebar form {
		height: 33px;
		/*display: none;*/
		padding: 4px;
		margin-bottom: 10px;
		background: #ECEBEB url(images/search.gif) no-repeat 4px 4px;
		
	}
		#sidebar form input {
			float: left;
			border: 0;
			margin: 8px;
			width: 186px;
			font-size: 1.2em;
			outline: none;
		}
		#sidebar form button {
			float: right;
			width: 75px; height: 33px;
			font-size: 0.9em;
			border: 1px solid #CC0000;
			font-weight: bold;
			color: #ffffff;
			background-color: #DE391B;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #CC0000;
	color: #FFFFFF;
	
	font-size: 0.9em;
}
	#footer a {
		color: #ffffff;
	}
	#footer p {
		padding: 15px 0;
		text-align: left;
		width: 975px;
		margin: auto auto;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments a {
	text-decoration: none;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	margin: 0;
}
	#comments .buffer {
		padding: 20px 15px 0 0;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
div.sociable {
margin:16px 0;
}
span.sociable_tagline {
position:relative;
}
span.sociable_tagline span {
display:none;
width:14em;
}
span.sociable_tagline:hover span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFEE none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:black;
display:block;
line-height:1.25em;
position:absolute;
top:-5em;
}
.sociable span {
display:block;
}
.sociable ul {
display:inline;
margin:0 !important;
padding:0 !important;
}
.sociable li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
display:inline;
list-style-type:none;
margin:0;
padding:1px;
}
.sociable ul li:before {
content:"";
}
.sociable img {
border:0 none;
float:none;
height:16px;
margin:0;
padding:0;
width:16px;
}
.sociable-hovers {
opacity:0.4;
}
.sociable-hovers:hover {
opacity:1;
}

.pagebar a {
border:1px solid #CBCBCB;
padding:2px 4px;


#playnut{width:100%;margin:0;padding:0 2px;overflow:hidden;}
#playnut li{width:75px;height:75px;margin:0;padding:2px;float:left;overflow:hidden;}


.commentscontainer { margin-top : 100px;
             width: 450px;
	     margin: 0 auto;
	     text-align: left;
             color: #a9a9a9;
             font-family : verdana, serif;
             background-color: #ffffff;
             padding: 20px;
         
}

.comments{ margin : 0;
           padding : 12px;     
	   color : #a9a9a9;
           font-size : 12px;
           font-weight : normal;
           line-height : 16px;
           text-align : justify;
           width: 650px;
}

ol#comments {
list-style:none;
margin:15px 0 0;
padding:0;
}

.comments-popup {
           margin: 0 2px;
           padding : 12px;     
	   color : #8C8C8C;
           font-size : 12px;
           font-weight : normal;
           line-height : 16px;
           text-align : justify;
}

.commentsbody {border-bottom : 1px solid #E8E8E8;
               text-align : justify;
               margin-bottom : 10px;
               padding : 10px;
               font-size : 12px;
               color : #8C8C8C;
border: 1px solid #dddddd;    
          
}
