/*
Theme Name: Dark-Light
Description: A very simple, yet fabulous dark & light theme. It's just great, check it out!
Version: 1.0
Author: BingoWebDesign
Tags: blue, black, white, two-columns, fixed-width, right-sidebar


*/

/*starting*/

body{
	margin:0px 10px;
	background:#dddddd url(imageds/bg.gif) repeat fixed;
	}


#page{
	
	width:999px;
	background: #555555;
	float:left;
	margin-left:125px;
	
}
img{
	margin-left: -5px;
	border:none;
	padding:0px 0px 0px 5px;
	margin-right: 4px;
/*	margin-right: 5px;*/
}
/*Header*/

#main {
	float:left;
margin: 0px auto;
width: 999px;
background: #556b2f;

 }

#header { 
float:left;
width: 999px;
background: #ffffff url(images/header.gif) no-repeat;
height: 125px;
position: relative;
}

#logo {
 float: center;
 position: relative;
 padding: 30px 40px 9px 30px;
 height:50px;
 color:#ffffff;
 font-size: 24px;
 font: 15px bold  "Trebuchet MS", Verdana; 
}

#logo .description{
position: absolute;
top: 75px;	
left: 15px;
bottom: 0px;
color: #ffffff;
font: bold 14px "Trebuchet MS", Verdana;
}



/* Header - Menu */
	
#menu {
	
list-style: none;
position: absolute;
left: 145px;
top: 0px;
height: 34px;
background: url(images/menubg.gif) no-repeat;
width:367px;
padding-left: 10px;
}


#menu li {
float: left;
margin-left: 0px;
}

#menu .current_page_item a, #menu .current_page_item a:visited{
color: #ffffff;
text-decoration: none;
}

#menu .page_item a{
	color: #4171c1;
	text-decoration: none;
	padding: 4px 10px;
	font:12pt arial,verdana bold,Century gothic,Arial, Helvetica, sans-serif;
	display: block;
	}

#menu .page_item a:hover {
	color: #fff;
	padding: 4px 10px;
	font:12pt  arial,verdana bold,Helvetica, gothic,Arial, sans-serif;
	display: block;
	}



/*headings*/
h1 {
	margin:0px;
	height: 40px;
	font: bold 18pt "Tahoma",Lucida Sans, arial;
	color: #ffffff;
	}

h1 a, h1 a:visited{
	color: #ffff00;
	text-decoration: none;
	}

h1 a:hover{
	color: #ffffff;
	text-decoration: none;
	}

h2 {
	color: #3b3b3b;
	margin: 0px 10px 0px 10px;
	border-bottom:none;
	letter-spacing: -1px;
	font:18pt arial,verdana,"Century gothic",Lucida Sans, arial;
	padding:0px 0px 0px 0px;
	background:url(images/1h2.png)
	}

h2 a, h2 a:visited {
	color: #3b3b3b;
	text-decoration: none;
	}



h2 a:hover {
	color: #3b3b3b;
	text-decoration: none;
	}

h3 {
	color: #ffffff;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font:18pt "Century gothic",Lucida Sans, arial;
	padding-bottom: 3px;
	}

h4 {
	color: #ffffff;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font:16pt "Century gothic",Lucida Sans, arial;
	padding-bottom: 3px;
	}



/*content*/

#content 
{
	padding: 4px 0px 0px 50px;
	float: left;
	width: 701px;
	overflow: show;
	line-height: 16px;
	text-align: justify;
	font: 12pt verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #fff;
	
	
}


.post {
	clear:both;
	padding-top: 0px;
	background: #fff;
	
}

.post-content{
	margin-top: 20px;
	width:500px;
	float:right;
	margin-right:90px;
}

.title {
	float: left;
	margin-left: 0px;
	width: 700px;
	height: 60px;
	margin-top: 20px;
	padding-top: 0px;
	background:#fff ;
	color:#222;
	}
	
	
.post-month {
	font-size: 18px;
	text-transform: uppercase;
	color: #6b6b6b;
	text-align: center;
	display:block;
	float: left;
	padding-left: 10px;
	line-height: 18px;
	padding-top: 2px;
	
}
	

	
.entry 
{
	clear: both;
	padding: 5px 0px 0px 10px;
	background: #fff;
	width: 565px;
}


.comments 
{
	display: block;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px 20px 4px 38px;
	color: #000000;
	background:url(images/commentsbg.gif) no-repeat;
	width:123px;
	height:31px;
	
}
	 
	 
.author {
	display: block;
	margin-top: 1px;
	padding:0px 0px 4px 110px;
	font-weight: normal;
	font-family: arial,verdana;
	font-size: 17px;
	color: #000000;
	}
	
	.category{
		display: block;
	margin-top: -16px;
	padding:0px 0px 4px 95px;
	font-weight: normal;
	font-family: arial,verdana;
	font-size: 12px;
	color: #222222;
	}
	
.navigation {
	clear: both;
	padding: 10px 0px;
	}
	
	
.navigation a, .navigation a:visited {
	color: #ffffff;
	}
	
	
.previous-entries a {
	float: left;
	padding-left: 12pt;
	}
	
	
.next-entries a {
	float: right;
	padding-right: 18pt;
	}
		

/* Post - Comments */
		
 #comments, #respond {
 	padding: 10px 0px 5px 0;
	 clear: both;}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	}
.commentlist li{
	padding: 5px 10px;
	}
.commentlist cite {
	font-size: 14px;
	color: #02a2ff;
	}
.commentlist cite a, .commentlist cite a:visited {
	color: #02a2ff;
	}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}
#commentform {
	margin-top: 10px;
	font: 10px;
	}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
	}
#commentform label{
	color: #787878;
	font-size: 77%;
	}
#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #97a9ae;
	padding: 3px;
	margin-top: 3px;
	}
#commentform textarea{
	width: 570px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #97a9ae;
	padding: 2px;
	margin-top: 3px;
	}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
	}
#commentform #submit{
	background:#666666;
	font: 14px ;
	color: #000000;
	border:1px solid #111;
	float:left;
	width: 130px;
	height: 28px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom:60px;
	}
	
		
		
/*sidebar*/
#sidebar {float: right;padding: 0px 10px 20px 20px;width: 218px;color: #666666;overflow: hidden;
background:#556b2f;}
#box{float:left;padding:10px;}
#sidebar h2, #sidebar .sidebartitle{font: Bold 12pt arial,"times new roman"verdana, arial, helvetica, sans-serif;color: #ffffff;background:#556b2f;margin: 10px 0px 0px 0px;padding:4px 10px 0px 5px;border-bottom:0px solid #dbdbdb;}
#sidebar a, #sidebar a:visited{display: block;padding: 7px 0;width: 200px;font: bold  9pt arial, helvetica, sans-serif;text-decoration: none;text-indent: 15px;color: #ffffff;border-bottom:0px dashed #cfd0d0;background:url(images/nav.png) 5px 10px no-repeat}
#sidebar a:hover{color: #fff;text-decoration: none;padding: 7px 0;}
#sidebar ul {margin: 0;padding: 0;}
#sidebar ul li {list-style: none;margin: 0;padding: 0;border: none;}
#sidebar ul li ul {padding: 0;margin: 0;background:#556b2f;}
#sidebar ul li ul li{padding: 0px 0 0px 0px;background:#556b2f;}
#sidebar ul li ul li ul li{
padding: 1px 0 1px 10px;border: none;}
ul.sidecol li{padding-left: 0px !important;}
ul.sidecol li,{padding-left: 0px ;}
li.widget_calendar td {padding: 1px 7px;}
.textwidget {padding-top: 5px;}
/* Footer */

#color {
	background:#000000;
height: 700px;	
	
	
}
#footer {
	position:relative;
	float:left;
	width:990px;
	background: #000000 url(images/footer.gif) no-repeat;
	margin-left:0px;
	padding-left:10px;
	margin-bottom: 0px;
	height: 89px;
	font:  13px verdana bold,"Trebuchet MS";
	color: #ffffff;

}

 


#footer h5
{
	
	float: left;
	padding-top: 10px;
	padding-right:10px;
	color: #ffffff;
	text-decoration: none;
}
#footer a 
{
	position:relative;
	padding-top: 10px;

	padding-right:10px;
	color: #ffffff;
	text-decoration: none;
}


#footer a:hover {
	color:#fff;
}





/*alignments and links and images*/

.center {text-align: center;}
a,a:visited {color: #000000;text-decoration: none;}
a:hover {color: #000000;text-decoration: none;}
img {border: none;}
form {margin:0px;padding:0px;}
p {padding: 0px 0px 15px;margin: 0px;}
img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
img.alignleft, img[align="left"] {float:left;margin: 2px 10px 5px 0px;}
.alignright {float: right;}
img.alignright, img[align="right"] {float:right;margin: 2px 0px 5px 10px;}
.aligncenter {float: middle;}
.clear {clear:both;}
hr.clear {clear:both;visibility: hidden;margin: 0px;padding: 0px;}
