/*
Theme Name: Turn Out Mag
Author: Chiq Montes
Author URI: http://www.wpthemedesigner.com/
Edited by : Pandu wira Arjuna
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px verdana;
	color: #3F3F3F;
	background: #c0c0c0 url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: underline;
        
	color: #015660;
}
a:hover {
	text-decoration: none;
	color: #015660;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1024px;
	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-family: Verdana;
			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;
		font-family: Verdana;
		color: #FFFFFF;
	}
		#header .rss a {
			color: #FFFFFF;
			margin: 0 7px;
		}
	
	#header h1 {
		clear: both;
		float: left;
		padding: 35px 0 0 12px;
	}
	
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 247px;
			height: 44px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
#header h2 {
		clear: both;
		float: left;
		padding: 43px 0 0 12px;
	}
	
		#header h2 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 247px;
			height: 44px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	
	#header .ad {
                width:728px;
		float: right;
		padding: 5px 6px 0 0;
	}
/** END header **/

/** BEGIN content **/
#content {
	float: left;
	width: 668px;
	overflow: hidden;
	padding-bottom: 11px;
        background:white;
        padding:6px;
       
	
}
	#content .post {
		float: left;
		width: 315px;
		padding: 11px 10px 0 0;
                

	}
		#content .post .details1 {
			background-color: #ECEBEB;
			color: #808080;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			padding: 8px 7px;
			text-transform: uppercase;
			margin-bottom: 5px;
			-moz-border-radius: 3px;
	                -khtml-border-radius: 3px;
	                -webkit-border-radius: 3px;
	                border-radius: 3px;
                        overflow: hidden;
                        height: 20px;
		}
			#content .post .details1 a{
				color: #015660;
				text-decoration: none;
			}
			#content .post .details1 a:hover{
				text-decoration: underline;
			}

	#content .post .buffer {
		padding: 4px;
		background-color: #ECEBEB;
		margin: 0;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
        .buffer2 {
		padding: 4px;
		background-color: #ECEBEB;
		margin: 5px 5px 5px 0px;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        
        width:630px;
                
	}

		
	#content .post .content {
		border: 1px solid #CBCBCB;
		padding: 10px;
		background-color: #ffffff;
		height: 160px;
	}
        .content2 {
		border: 1px solid #CBCBCB;
		padding: 5px;
		background-color: #ffffff;
                height: 400px;
               
	}
 .content3 {
		border: 1px solid #CBCBCB;
		padding: 5px;
		background-color: #ffffff;
                height: 300px;
               
	}
        .content2 ul li {
                list-style:none;
                list-style-image:none;
                list-style-type:none;
                line-height:20px;
        }
        .content2 ul li a {
                color:#3F3F3F;
                font-size:14px;
                text-decoration:underline;
                font-weight:bold;
        }
        .content2 ul li a:hover {
                text-decoration:underline;
        }

		#content .post .content img {
			border: 3px solid #ECEBEB;
			margin: 4px 8px 5px 0;
			float: left;
			width: 80px;
                        
		}
		#content .post .content h1 {
			margin-bottom: 5px;
			font-size: 1.1em;
			line-height: 1.2em;
		}
		#content .post .content h1 a {
			text-decoration: none;
			color: #015660;
			font-size: 1em;
			text-decoration:none;
		}
		#content .post .content h1 a:hover{
			text-decoration:underline;
		}
		#content .post .content p {
			line-height: 1.6em;
		}
	#content .post .details2 {
		background-color: #ECEBEB;
		padding: 8px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CBCBCB;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
		#content .post .details2 a {
			color: #015660;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration:none;
		}
		#content .post .details2 a:hover {
			text-decoration: underline;	
		}
	#content .postnav {
		padding: 20px 5px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
		#content .postnav a {
			color: #c0c0c0;
		}
	#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 img {
		border: 0;
		margin: 4px 8px 5px 0;
		loat: left;
		
	}
      
		#content .single h1 {
			font-size: 1.4em;
			margin-bottom: 15px;
		}
		#content .single p {
                        font-family:Georgia, "Times New Roman", Times, serif;
                        font-size:13px;
			line-height: 1.6em;
			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;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 335px;
	float: right;
	padding: 11px 4px 20px 4px;
        background:white;
}
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
	#sidebar .box {
		background-color: #ECEBEB;
		padding: 4px;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
		#sidebar .box h2 {
			background-color: #ffffff;
			font-size: 0.9em;
			font-family: Verdana;
			color: #303030;
			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.95em;
				font-family: Verdana;
				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: #015660;
			}
		#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 {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px 8px;
			}
		#sidebar .box .video {
			padding: 9px;
		}
	#sidebar .search form {
		width: 310px; height: 33px;
		background: #ECEBEB url(images/search.gif) no-repeat center;
		padding: 4px;
		margin-bottom: 10px;
	}
	
		#sidebar .search form input {
			float: left;
			border: 0;
			font-size: 1.2em;
			font-family: Verdana;
			margin: 8px;
		}
		#sidebar .search form button {
			float: right;
			width: 75px; height: 33px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			border: 0;
			background-color: transparent;
		}
		
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #303030;
	color: #FFFFFF;
	font-family: Verdana;
	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;
			font-family: Verdana;
			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;
			font-family: Verdana;
			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;
	}
h1.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #3F3F3F;
}
.notfound {
	padding: 40px;
}
	.notfound h1 {
		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;
	}
	.commentlist li {
		border:1px dashed gray;
		padding:5px;
	}
	
	#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 **/
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	font-style:italic;
	padding-top: 4px;
	margin: 10px;
	
}

.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;
}
.sidebar table {
      padding:0px;

}
