/*
Theme Name: BlogTheme
Description: Coded by <a href="http://www.darrenpangan.com/">Darren Pangan</a>
*/

* {
	margin: 0; padding: 0;
}
body {


	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #01265d url(images/main_bg.jpg) repeat-x ;
	
}
h3 a {
	text-decoration: none;
	color: #266fbc ;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #333333;

}
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;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {

	
	width:950px;
	float:left;
	display:block;

	text-align: left;
	background: #fff repeat-y left 0;
}
	#wrapper .buffer {

		background: url(images/header.jpg) no-repeat top left;

	}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 167px;
}


.head {
height:167px;
font-size: 0;
		padding: 5px 32px 0 15px;;
}
.head a
{
display: block;
			
			outline: none;
			width: 244px; 
}
.head a:hover{
border: 0;
}

#header h1{
		font-size: 0;
		padding: 5px 32px 0 15px;;
	}
		#header h1 a {
			display: block;
			
			outline: none;
			width: 244px; 
			
			
		}
		#header h1 a:hover {
			border: 0;
		}
		

	#header ul {
		list-style-type: none;
		padding: 0px 0 0 0px;
		float: left;
		
	}
		#header ul li {
		float: left;
	padding:0px 12px;
	color: #333;
	font: 12px Verdana;
	height:18px;
	margin-top:57px;
	
	background:url(images/nav_spacer.jpg) no-repeat 0px;
	text-decoration: none;
			
			
			
	
		
		
			


		}
		#header ul li a {
		color:#fff;
			
		}
		#header ul li a:hover {
			
		}
	#header p {
		float: right;
		padding: 32px 28px 0 0;
	}
		#header p a {
			font-weight: bold;
			font-style: italic;
			color: #485423;
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 650px;
	float: left;
	clear: both;
	background:url(images/Contan_centerbg.jpg) repeat-y ;
	
}
	#content .buffer {
		
		width:100%;
		padding: 0px 0px 0px 0px;
		background:none;
		margin-top:15px;
		
		
	
	}
	#content .postnav {
		font-size: 0.9em;
		text-align: center;
	}
		#content .postnav a {
			margin: 0 10px;
		}
	#content .notfound { }
		#content .notfound h2 {
			font-size: 2em;
			font-weight: normal;
			font-family:Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			
		}
	#content .post {
		padding: 0 10px 0 10px;
		margin-bottom: 20px;
	}
		#content .post h2 {
		
			width:620px;
			color:#1f64ab;
			
			font-size: 2.5em;
			font-weight: normal;
			font: Verdana;

			margin-bottom: 5px;
			border-bottom:1px solid #000000;
			padding-left:10px;
			
			
			
			
		}
			#content .post h2 a {
				color: #1E5C7D;
			}
		#content .post .details {
			padding: 0 4px 0px;
			
		}
			#content .post .details span {
				color: #999999;
			}
		#content .post p {
		margin-left:10px;
		text-align:justify;
			line-height: 1.7em;
			padding: 0 4px 10px;
		}
		#content .post ul {
			margin: 0 0 10px 24px;
		}
		#content .post ol {
			margin: 0 0 10px 28px;
		}
		#content .post li {
			line-height: 1.5em;
			padding: 1px 0;
		}
		#content .post blockquote {
			line-height: 1.5em;
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin: 0 4px 10px;
		}
		#content .post h3 {
			font-size: 1.2em;
			margin: 0 4px 5px;
			padding-left:10px;
		}
		#content .post img.alignright {
			margin: 8px 0 10px 15px;
		}
	#content .comment {
		background: url(images/comment2.gif) repeat-y 11px 0;
	}
		#content .comment a {
			color: #1E5C7D;
		}
		#content .comment .buffer1 {
			background: url(images/comment1.gif) no-repeat 11px 0;
		}
		#content .comment .buffer2 {
			background: url(images/comment3.gif) no-repeat 0 bottom;
			padding: 10px 30px 25px;
		}
		#content .comment p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .comment .details {
			font-size: 0.8em;
			color: #1E5C7D;
		}
	#content .submitcomment {
		color: #1E5C7D;
		padding: 30px;
	}
		#content .submitcomment h2 {
			font-weight: normal;
			font-size: 1.4em;
		}
		#content .submitcomment p {
			font-size: 0.9em;
			line-height: 1.8em;
			margin-bottom: 3px;
		}
		#content .submitcomment form {
			padding-top: 20px;
		}
			#content .submitcomment form input {
				border: 1px solid #C9C9C9;
				font-size: 1.5em;
				padding: 5px;
				width: 255px;
			}
			#content .submitcomment form textarea {
				border: 1px solid #C9C9C9;
				margin: 10px 0;
			}
			#content .submitcomment form button {
				border: 0;
				text-indent: -9999px;
				display: block;
				width: 98px; height: 30px;
				background: url(images/submit.gif) no-repeat 0 0;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	height:82px;
	width: 288px;
	float: right;
	background: url(images/sidebar_hedingbg.jpg) no-repeat 1px 0px;
	
	margin-right:0px;
         

	
	
	
	
}

	#sidebar .buffer {
		background:none;
		padding: 40px 0px 0px 0px;
		/*padding: 20px 20px 50px 45px;*/
	}
	#sidebar ul {background: #fff left top;
		list-style-type: none;
		padding: 10px 0px 0px 0px;
		width:100%;
	}
	#sidebar ul li a{
		color:#616161;
		
		
		}
		#sidebar ul li {
			color:#616161;
			line-height: 1.5em;
			padding: 1px 0;
			padding-left:25px;
			padding-top:5px;
			margin-left:20px;
			background:url(images/icon.png) no-repeat left 10px;
			border-bottom:1px solid #e8e8e8;
			margin-right:30px;
		}
	#sidebar h2 {
		font-size: 1.5em;
		font-weight: normal;
		color: #fff;
		padding: 0 0 0px 40px;
		margin-top:-12px;
		margin-left:10px;
		margin-right:10px;
		height:45px;
		
		
	}
		#sidebar h2.categories { background-image: url(images/categories.gif); }
		#sidebar h2.archives { background-image: url(images/archives.gif); }
		#sidebar .blogroll h2 { background-image: url(images/blogroll.gif); }
		#sidebar h2.meta { background-image: url(images/meta.gif); }		
/** END sidebar **/

/** BEGIN footer **/
#footer {
display:block;
float:left;
width:100%;
	background:url(images/fotter_bg.jpg) repeat-x left 10px;
	padding: 20px 0px;
	color: #78854E;
	font-family: "Myriad Pro";
	
	
}
	#footer a { 
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	#footer a:hover {
		color: #fff;
		
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
	.footer_left{
	 float:left;
	 display:block;
	 margin-top:4px;
	 margin-left:26px;
	 margin-right:5px;
	 
	}
	.footer_right{
	 float:right;
	 display:block;
	 margin-top:-25px;
	 
	}


/** END footer **/
