/*  
Theme Name: SEOwhat Redesign
Theme URI: http://www.seowhat.com/
Author: Kelly Wilson (images & design) & Jennx (layout)
Version: 2.0
*/


body  {
	margin: 0 auto;
	background-color: #01009a;
	background-image: url('/wp-content/themes/seowhat-redesign/images/BG.png');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	line-height: 17px;
	color: #222;
	text-align: center;
}

input, option, textarea, select  {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #01009a;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	color: #222;
}

h1, h2, h3, h4, h5  {
	color: #020272;
	margin: 0;
	padding: 0;
	text-align: left;
}

a:link, a:active, a:visited  {
	text-decoration: none;
	color: #020272;
}

a:hover  {
	text-decoration: hover;
	color: #000;
}

#container  {
	margin: 0 auto;
	width: 1000px;
	background-color: #ffff99;
}

#logo  {
	width: 1000px;
	height: 235px;
	background-image: url('/wp-content/themes/seowhat-redesign/images/logo.png');
	background-repeat: no-repeat;
}

#content  {
	float: left;
	padding: 15px 0;
	width: 694px;
	background-color: #fff;
	text-align: justify;
}

#lspace  {
	float: left;
	width: 20px;
	background-color: #ffff99;
}

#mspace  {
	float: left;
	width: 27px;
	background-color: #ffff99;
}

#rspace  {
	float: left;
	width: 17px;
	background-color: #ffff99;
}

#sidebar  {
	float: left;
	padding: 15px 0 0 0;
	width: 242px;
	background-color: #fff;
	text-align: left;
}

.sidebarbottom  {
	width: 246px;
	height: 26px;
	background-image: url('/wp-content/themes/seowhat-redesign/images/sidebarbottom.png');
	background-repeat: no-repeat;
}

#footer  {
	width: 1001px;
	height: 80px;
	background-image: url('/wp-content/themes/seowhat-redesign/images/footerBG.png');
	clear: both;
}





/* Blog entry & content styling */
#content p  {
	padding: 0 0 10px 0;
	text-align: left;
}

.metacontainer  {
	padding: 0 0 0 5px;
	width: 100%;
	height: 35px;
	border-left: 6px solid #01009a;
}

.entryspacing  {
	width: 100%:
	height: 50px;
}




/* Sidebar styling */
#sidebar h2  {
	padding: 5px 5px 5px 15px;
	width: 224px;
	height: 25px;
	background-color: #ffcf00;
	color: #020272;
	text-align: left;
}

#sidebar p  {
	padding: 2px 5px 20px 5px;
	text-align: left;
}

#sidebar ul  {
	margin: 0;
	padding: 0 0 30px 0;
}

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

.page_item page-item-2, .page_item page-item-100, .page_item page-item-128  {
	padding: 10px !important;
}






/* Navigation styling */
.navigation {
	display: block;
	text-align: center;
	margin: 25px auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: left;
}