/*
Theme Name: skyfield
Version: 1.0
Author: Banhawi
Author URI: http://www.mspired.com/
*/

@import url('reset.css');
@import url('typography.css');
* {
	margin : 0;
	padding : 0;
}
body {
	background:#000 url('images/bg.jpg') repeat-x top;
	text-align:left;
}
a {
	color: #ad7c20;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img { 
	padding:5px;
	margin:5px;
}
a img {
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
#container { 
	width:930px;;
	margin:0 auto;
	text-align:left;
	background: #e0e1e4 url('images/c-bg.jpg') repeat-y;
	border: 1px #000 solid;
	border-top:0;
}
div#wrapper {
	float:left;
	width:100%;
}

/************************HEADER***********************/
#header {
	width:930px;
	height:161px;
	background:url('images/header.jpg') no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}
#logo{
	width:790px;
	height:121px;
    float: left;
}

img.logo, .png{
    margin:28px 0 0 57px;
}

/*************************CONTENT******************************/

div#content {
	width:560px;
	float:left;
    margin-left:15px;
    margin-top: 15px;
}
.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : normal;
	text-decoration : none;
    padding:0;
    color: #000;
	text-transform: uppercase;
}
.post {
	font-size : 1.2em;
	margin-bottom : 30px;
	text-align : justify;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	padding :10px 20px 10px 5px;
}
	/*post images*/
		img.alignleft{
			float:left;
			padding:5px 5px 5px 0;
			margin:0px;
		}
		img.alignright{
			float:right;
			padding:5px 0 5px 5px ;
			margin:0px;
		}
	/*end post images*/		

small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	color : #999;
}
blockquote {
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 40px 10px 5px;
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #666;
	clear: both;
	padding-top: 15px;
	padding-left: 38px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;
	overflow : auto;
	text-align : left;
	margin : 5px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
p.postmetadata {
	background:#f4f6f7;
	border-top:1px #eaeaea dotted;
	border-bottom:1px #eaeaea dotted;
	margin-bottom : 10px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#666;
	padding:5px;
}

.navigation {
	display : block;
	font-size : 16px;
	font-weight : bold;
	padding:20px 5px;
}
	.alignleft {
		float : left;
		text-align : left;
	}
	.alignright {
		float : right;
		text-align : right;
	}

/*************************SIDEBAR******************************/
div#sidebar{
	float:right;
	width:342px;
}

div#sidebar-left{
	float:left;
	width:160px;
}
div#sidebar-right{
	float:right;
	width:160px;
}
#sidebar a, #sidebar a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
#sidebar a:hover {
	text-decoration : underline;
}
#sidebar ul {
	list-style : none;
	margin-bottom : 20px;
}
#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 4px;
}
#sidebar ul ul ul,#sidebar ul ul ul ul,#sidebar ul ul ul ul ul {
	margin: 0;
	padding:0;
}
#sidebar ul li {
	line-height : 21px;
}
#sidebar ul ul li {
	padding-bottom:2px;
	background : transparent;
}
#sidebar ul ul ul li,#sidebar ul ul ul ul li,#sidebar ul ul ul ul ul li{
	margin-left :10px;
	background : transparent;
	border-bottom:0;
}
#sidebar ul h2 {
	font-family:"Century Gothic" ,Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-transform : capitalize;
	text-align : left;
	padding:2px;
	color: #fff;
}
		#search { 
			width:350px;
			height: 50px;
		}
		#searchform {
			float : left;
			margin-top:7px;
			margin-left:7px;
		}
		#searchform input {
			background:#000;
			color : #fff;
			padding : 3px 4px 3px 4px;
			margin-left : 3px;
			border:0px;
		}
		#searchform #s {
			width : 253px;
			background :#fff;
			padding :4px;
			color : #333;
		}
/***********************COMMENTS******************************/
h3#comments,h3#respond {
	color : #656971;
	margin-left:5px;
}
.avatar {
	padding : 3px;
	border : 1px solid #ccc;
	margin:0 5px 5px 0;
    float:left;
}
ol.commentlist {
	list-style-type : none;
}
ol.commentlist li {
	margin-bottom : 20px;
	padding-bottom : 20px;
	padding:10px 5px;
    position:relative;
}
ol.commentlist li.alt {
	margin-bottom : 20px;
	padding-bottom : 20px;
}
.authcomment {
	background-color: #fff !important;
	border-bottom : 0px;
} 
span.comauth{
	background:#f4f6f7;
	margin-bottom : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#b7babd;
	padding:5px;
}
#comment_title {
	margin-bottom : 5px;
}
#commentform {
	margin-bottom : 20px;
	margin-left : 10px;
}
#commentform textarea {
	width : 98%;
	padding : 5px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#author,input#email,input#url {
	padding : 4px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#submit{
	background : #d2cece;
	color:#656971;
	padding:5px;
	border:0px;
} 

/**************************FOOTER******************************/
div#footer{
	width: 930px;
	background: #000;
	color:#9aa0ac;
	clear:left;
	width:930px;
	padding: 15px 0;
	
}	
hr {display : none;}

	/*Featured Post*/
		#side-blog {
			width: 320px;
			margin: 0 auto;
			margin-bottom:10px;
		}
		h1.side-blog{
			font-size: 30px;
			border-bottom: 1px #999 solid;
			padding-bottom: 5px;
			color: #fff;
			margin-bottom: 20px;
		}
		h2.side-blog a {
			font-family: Arial, Helvetica, sans-serif;
			font-size : 18px;
			font-weight : normal;
			text-decoration : none;
			padding:0px;
			color: #fff;
		}
		.fexcerpt{
			color: #ccc;
		}
		a.rm{
			text-decoration: underline;
		}
		a.rm:hover{
			text-decoration:none;
		}
	/* end featured */


