/*  
Theme Name: Black-n-Green SEO Theme
Theme URI: http://www.adyesha.com/
Description: Custom Theme Designed For Gordon Smith. 
Version: 1.0
Author: Susanta K Beura
Tags: adjustable columns, semantic content order, semantic markup, custom colors, widgets, header image, optional logo, page thumbnails, page descriptions
*/

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h2,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

/* end reset */

body{
	background-color:#dbdbd5;
	height:100%;
	font-family: verdana;
	font-size: 10pt;
	min-width:550px;
}

h1{
	font-size:24px;
}

h1 a{
	text-decoration:none;
}

ul,ol,li{
	list-style-position:inside;
	padding-left: 10px;
	margin-left:10px;
}

ul.menulist li{
	display:inline; 
	font-size: 11px;
	list-style:none;
	padding-left: 0px;
	margin-left: 0px;
}

h1 a,#header p,#footer,ul.menulist a, ul.menulist, #footer a{
	color: #ffffff;
}

em.postdesc{
	display:block;
	margin-bottom:1em;
}

#header ul.menulist{
	margin-top:32px;
	margin-bottom:5px;
}

#header h1{
	color:#ffff00;
	text-shadow: 0px 0px 15px #ff0;
}

#header p{
	font-size:16px;
	font-weight:bold;
}

#wrapper{
	width:950px;
	margin:0 auto;
	background-color:#ffffff;
}

#header{
	background-color:#000000;
	min-height:90px;
	padding: 20px 5px 5px 5px;
	text-align:center;
}

#container{
	overflow:hidden;
	padding-left:170px;
	padding-right:190px;
}

#leftsidebar{
	width:170px;
	right: 190px;
	margin-left: -100%;
}

#content{
	background-color:#ffffff;
	width:100%;
	float:left;
	margin-bottom:-17000px;
	padding:10px 10px 17012px 10px;
	position:relative;
}

#content h2{	
	margin:17px 0 30px 0;
}

#content h2 a{
	color:#000000;
	text-decoration:none;
	font-size:18px;
}

#content div.textwidget{
	text-align:center;
	margin:13px 0;
}

#content p{
	margin-top:10px;
	margin-bottom:10px;
	text-align: justify;
}

#rightsidebar{
	width:166px; 
	margin-right: -190px;
/*	top: -70px; */
	padding: 2px;

}

#rightsidebar a{
	color: #ff0;
}

#leftsidebar, #rightsidebar{
	background-color:#006400;
	float:left; 
	text-align:center;
	height:100%;
	margin-bottom:-17000px;
	padding-bottom:17000px;
	position:relative;
/*	padding-top:1em; */
}

#footer{
	background-color:#000000;
	height:50px;
	clear:both;
	font-size: 8pt;
	text-align:center;
	padding:6px;
	position:relative;
}

#footer p{
	margin-top:11px;
}

.alignright {
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	display:inline;
}
.alignleft {
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	display:inline;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
.post img {
	padding:3px;
	background:#ebebeb;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #ebebeb;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 5px 5px 0;
	margin: 0;
}

#search { 
	position:relative; 
	height:27px; 
	width:auto; 
}

#s { 
	height:22px; 
	width:104px; 
	padding:0 5px; 
	background:transparent url(images/searchBox.png) top center no-repeat; 
	color:#505050; 
	border:0; 
	font-size: 8pt;
}

#searchBtn { 
	height:22px; 
	width:27px; 
	background:transparent url(images/searchBtn.png) top center no-repeat; 
	cursor:pointer; 
	border:0; 
}

