/* 
	Theme Name: Adsense Wordpress Theme	
	Description: Adsense Wordpress Theme
	Version: 1.0
	Author: WJ
*/
* {
	margin: 0;
	padding: 0;
}
body {
text-align:center; /* Required for pesky IE */
background: url(../images/background.gif)  repeat-x top #245377;
font-family: Arial, Helvetica, sans-serif;
padding-top: 20px;
}
#wrapper {
margin-left:auto;
margin-right:auto;
color: #222;
width:780px;/* Change value to suit*/
text-align:left; /* Overrides the previously set center alignment that older IE versions reqd */
}
/* END centering size CSS */

/* START font size CSS */
body {font-size:62.5%} /* for IE/Win */
html>body {font-size:10px} /* for everything else */
/* Set other elements using ems 
(where 1em = 10px, 2em = 20px */
/* END font size CSS */
a {
	color: #085c9c;
}
#header {
	width: 780px;
	height: 130px;
	background: url(images/header.gif) no-repeat top;
	text-align: center;
}
#header ul {
	display: block;
	width: 780px;
	list-style: none;
	text-align: center;
}
#header ul li {
	float: left;
	display: block;
	text-align: center;
}
#header ul li a {
	float: left;
	display: block;
	width: 138px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	font-size: 16px;
	margin: 0 1px;
	color: #fff;
	background: url(images/NAV.GIF) no-repeat top;
	text-align: center;
}
#header ul li a:hover {
	background: url(images/NAV-hover.GIF) no-repeat top;
}
#header h1 a {
	color: #fff;
	padding:  20px 0 0 10px;
	font-size: 28px;
	letter-spacing: -1px;
	display: block;
	text-decoration: none;
}
#header h2 {
	color: #fff;
	padding: 0 10px;
	font-weight: lighter;
	margin-bottom: 23px;
	font-size: 16px;
}
#content {
	width: 780px;
	background: url(images/content.gif) repeat-x top #fff;
	padding: 10px 0;
}
#content div.post {
	width: 580px;
	float: left;
	padding-bottom: 20px;
}
#content div.post.featured {
	width: 580px;
	float: left;
	padding-bottom: 20px;
	background: #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#content div.post strong.date {
	color: #999;
	padding: 5px 20px;
	font-size: 13px;
}
#content div.post h2 {
	text-align: left;
	font-size: 21px;
	color: #333;
	padding: 0 20px;
	text-decoration: none;
	display: block;
}
#content div.post h2 a {
	text-decoration: none;
}
#content h2.headline {
	padding: 20px;
	text-align: center;
	font-size: 28px;
	color: #c32b2d;
	line-height: 1.3em;
	letter-spacing: -1px;
	text-transform: capitalize;
}
#content h2  strong {
	background: #416f98;
	color: #fff;
	padding: 0 5px;
}
#content  p {
	padding: 10px 20px;
	font-size: 13px;
	line-height: 1.4em;
	font-family: Verdana;
}
#content  p strong {
	background: #efeb71;
}
div.sidebar {
	width: 200px;
	float: right;
}
div.sidebar h3 {
	color: #313131;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}
div.sidebar li h2 {
	color: #313131;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}
div.sidebar li {
	list-style: none;
}
div.sidebar ul {
	list-style: none;
}
div.sidebar ul li {
	font-size: 12px;
	padding: 5px 5px;
	display: block;
}
div.sidebar ul li:hover {
	background: #245377;
	color: #fff;
}
div.sidebar ul li:hover a {
	color: #fff;
}
div.sidebar ul li a {
	text-decoration: none;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 780px;
	background: #426e97;
	padding: 10px 0;
	margin: 5px 0;
	color: #fff;
	text-align: center;
}
#footer strong { 
	display: block;
}
blockquote {
	padding: 5px;
	margin-left: 20px;
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	font-size: 11px;
	line-height: 1.6em;
}
small.post {
	padding: 5px;
	margin-left: 20px;
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	width: 500px;
	font-size: 11px;
	line-height: 1.6em;
}
#comments {
	width: 520px;
	padding: 20px;
	float: left;
}
#comments form input {
	width: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 500px;
	height: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	padding: 10px;
	margin: 10px 0;
	width: 500px;
	background: #fafafa;
	border: 2px solid #eee;
	clear: left;
	line-height: 1.4em;
	font-size: 13px;
	color: #555;
}