/*
Theme Name: sunstream
Description: 2 column dark blogging theme
Author: jinsona designs
Author URI: www.wpfreethemes.com

*/

body {
	margin:0 auto;
	padding:0px 0 0px 0;
	background:#000 ;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#999;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#5d7b25;
	text-decoration:none
	}
a:hover {
	color:#88b534;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#888;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:2px 0 0 5px;
	}
.alignright {
	float:right;
	padding:2px 7px 0 5px;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;

	}
	
	
/* The Top */

#top {
	height:283px;
	margin:auto;
	width:800px;
	float:right;
		}
.blogname {
	font-family:"Century gothic",Verdana,Tahoma,sans-serif;	
	height:170px;
	background:url(images/head.jpg);
	padding:80px 0px 0px 20px;
	}
.blogname h1  {
	font-size:36px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #fff; 
	}
	
.blogname h1  a:hover { 
	color: #fff; 
	}
.blogname h2 {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:14px;
	}
	


/* The Search */

#search {
	height:38px;
	width:170px;
	padding-top:15px ;
	background:#91BF39 url(images/search.jpg) repeat-y;

}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:5px;
	float: left;
	width: 150px;
	padding: 2px 3px;
	background: #EFEFEF url(images/form.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#333;
}



/* Menu */
.menu {
	background:url(images/menu.jpg) repeat-x;
	height:35px;
	font-family:century gothic,Georgia, Arial, sans-serif;	
	width:800px;
	float:right;
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:6px 5px ;
	text-align:center;
	font-weight:normal;
	}
.menu li {
	display:inline;
	font-size:14px;
	padding:0 5px;
	
	}
.menu  a:link,.menu a:visited{
	color:#191919;
	text-decoration:none;
	}
.menu a:hover{
	color:#5D6613;
	background:none;
	}

/* Main Content*/	
	
	
.content {
	padding:0px 0px 25px 0px;
	background:url(images/wrap.jpg) repeat-y;	
	
	}	

#content {
	float:right;
	width:800px;
	background:#2a2a2a;
	height:100%;
	border-top:2px solid #59b41c;
	}

.title{
	margin: 0 0 0 5px;
	padding: 0px 0px 0px 5px;
	height:50px;

}	
.time{
	text-align:left;
	width:100px;
	height:25px;
	margin-top:2px;
	font-family:Century gothic,Verdana,Helvitica,sans-serif;
	padding:1px 0 0 4px;
	color:#fff;
	float:right;
	}

.date {
	float:left;
	font-size:13px;
	font-family:century gothic,Verdana,Helvitica,sans-serif;
	margin-left:5px;
	margin-top:2px;
	padding-left:2px;
	font-weight:normal;
   	color:#718f3a;
	height:29px;
	}
	
.post {
	margin: 10px 0px 0 5px;
	padding:0px 0px 0px 0px;
	height: 100%;
	text-align:left;
	color:#c9c9c9;
	font: 14px century gothic,Arial,georgia, sans-serif;
	width:780px;
	}

.post h2 {
	margin: 0px 0 0 0;
	padding: 4px 0px 4px 5px;
	background: transparent;
	text-align: left;
	font: 22px Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;

	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #cfcfcf;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #efefef;
	background-color: transparent;
	}	
.author{
	background:url(images/user.jpg) no-repeat;
	padding:4px 0 5px 22px;
	
}
.clock{
	background:url(images/time.jpg) no-repeat;
	padding:4px 0 5px 22px;

}	

.postinfo {
	height:31px;
	margin: 0 0 0 5px;
	padding: 7px 5px 2px 2px;
	
			}
			
.postinfo a:link{
	color:#2c5265;
	font-weight:normal;
	text-decoration:none;
	}
.category{
	float:left;
	margin:4px 0 0 10px;
	padding:2px 6px 0 22px;
	background:url(images/tag.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	
	}	

.category a:link,.category a:visited{
	color:#597329;
	font-weight:bold;
	text-decoration:none;
	}
.category a:hover{
	color:#ddd;
	font-weight:bold;
	text-decoration:none;
	}	
.com{
	background:url(images/com.jpg) no-repeat;
	padding:4px 0 5px 22px;
}

.com a:link,
.com a:visited {

	color:#718f3a;

}
.com a:hover{

	color:#ddd;
}
.centry a:link,
.centry a:visited {
	color: #718f3a;
	background-color: transparent;
}

.centry a:hover {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
}

.centry {
	margin: 0 0;
	padding: 5px 15px;
	}
.cover{
	margin: 0 0;

	}
.line{
	height:5px;
	background:url(images/line.jpg) 
}
/* sidebar */
#rightcol{
	padding-top:10px;
	width:200px;
	float:left;
	background:url(images/side.jpg) repeat-y;
}
#sidebar{
	float:left;
	width:170px;
	padding-top:5px;
	padding-left:15px;
	font-size:14px;
	font-family: "Century gothic", Arial, sans-serif;
	

	}

#sidebar h2 {
	height:37px;
	line-height:37px;
	font-size:16px;
	color:#eee;
	margin:5px 0 0 0 ;
	padding:0px 0 0 10px;
	background:url(images/h2.jpg);
	

	}
#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 5px;
	background:#101010 url(images/bottom.jpg) bottom;
	background-repeat:no-repeat;
	
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
#sidebar ul li {
	height:100%;
		line-height:18px;
	}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #7e7e7e;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	background:#1f1f1f;
	background-repeat:no-repeat;
	border-top:1px solid #303030;
	border-bottom:1px solid #101010;
	}

#sidebar ul li a:hover {
	background:#2c2c2c;
	background-repeat:no-repeat;
	color:#9AB60A;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;

	}

#sidebar table {
	width:100%;
	text-align:center;
	background-color:#1f1f1f;
	color: #daef8e;
	}	
	
/* --- FOOTER --- */

#footer {
	height:30px;
	padding:20px 0 0 0px;
	background:#C1C2BD;
	color:#555;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	font-family: Century gothic, georgia, Arial, sans-serif;
	border-top:1px solid #eee;

	}

#footer a:link , #footer a:visited{
	color:#4c6939;
	}

#footer a:hover {
	color:#111;
	}
.left{
	float:left;
	padding:0 0 0 10px;
}
.right{
	padding:0 10px 0 0px;
	float:right;
}


/* The Navigation */

.navigation {
	height:25px;
	padding:10px 20px;
	font-family: "Century gothic", Arial, sans-serif;

	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#ddd;
	}
.navigation a:hover {
	color:#84bb1c;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:5px 0 20px 0;
	font-size:20px;
	text-align:center;
	}

/* The Comments */

.comments {
	padding-left:10px;
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#b7b7b7;
	border:1px solid #D0D0D0;
	color:#444;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

	}
#comments-count{
	font-weight:bold;
	font-size:18px;
	padding:0 0 0 20px;

}	
	
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#b7b7b7;
	border:1px solid #D0D0D0;
	color:#333;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:25px;
	background:#437818;
	border:1px solid #76ad49;
	color:#fff;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 10px;
	padding:0;
	font-weight:normal;
	color:#999;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	color:#ddd;
	
	}
.commentmeta small{
	color: #999;
	
}