body {
	margin: 0px;
	padding: 0px;
	background: #ececec url(images/bg.jpg) repeat-y center;
	color: #666;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrap {
	width: 800px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

#logo {
	background: url(images/logo_700px.jpg) no-repeat;
	height: 200px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 450px; /* Default 500px - Content section width. Please try to keep this the same size as the entry width */
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 8px;
}

#sidebar {
	width: 175px; /* Default is 135 - Edit sidebar width with entry width to change overall page width and placement */
	float: right;
	line-height: 1.5em;
	margin: 8px 55px 8px 0px;
	font-size:10px;
	text-align: left; /* Used to be Justify */
}

.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 0.80em;
	font: 10px Verdana;
	text-align:justify;
	line-height: 1.5em;
	width:450px; /* Default is 520 - Edit this value with the sidebar id to change overall width and placement */
}

.firstpost {
	margin-bottom:15px
}

h3.entrytitle, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

h3.entrytitle a, h3.entrytitle a:visited, h3 a{
	color: #8a89b3;
	text-decoration:none;
	border-style: none;
	font-size: 14px;
	font-weight: bold;
}

h3.entrytitle a:hover, h3 a:hover{
	color: #8a89b3;
	text-decoration:none;
}

.entrybody img {
	float:left;
	padding-left:10px;
	margin-right:-10px;
}

.entrybody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}

.entrybody ol{
	margin-left:20px;
	padding-left:0px;
}

.entrybody ul li {
	list-style:square;
}

h4, h3, h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#999;
}
h2{
	margin-bottom: 10px;
	font-size: 14px;
}

a, a:visited{
	color: #8a89b3;
	text-decoration:none;
/*	border-bottom:1px solid #CCC; */
}
a:hover{
	border-bottom:1px solid #8a89b3;
}

.entrybody p{
	margin:8px 0;
	padding:0;
}
.entrybody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.entrybody ol{
	margin-left:30px;
	padding-left:0px;
}
.entrybody ul li {
	list-style:square;
}

#sidebar h2 {
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;
}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #006699;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	/* background-image: url(images/linkicon02.jpg); */
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.sunicon ul li a {
background-image: url(images/linkicon_sun.jpg);
}

.windicon ul li a {
background-image: url(images/linkicon_wind.jpg);
}

.miscicon ul li a {
background-image: url(images/linkicon_misc.jpg);
}


#sidebar ul li a:hover{
	border-bottom-color: #ccc;
}

table{
	margin:10px;
	padding: 0px;
	color: #666;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	
}
td, th{
	padding:3px;
	font-weight:normal;
}

/* Paypal button layout */

#paypal form{
float:left;
/* display:inline; */
/*width:162px;
height:128px;*/
}

#paypal input{
border:0px solid #AAA; 
padding:0px; 
margin:0px;
}
	
/* New Margin setup for the signup forms */
	
.wide_entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 0.80em;
	font: 10px Verdana;
	text-align:left;
	line-height: 1.5em;
	width:650px;
	/*CSS min-height hack for IE*/
	/*min-height:500px;
    height:auto !important;
    height:500px; */
}

input, textarea {
	border:1px solid #AAA;
}	

input:hover, textarea:hover {
	border:1px solid #8a89b3;
}
	
fieldset
{
border: 1px solid #AAA;
}

legend
{
font-size:11px;
color: #FFF;
background: #AAA;
border: 1px solid #AAA;
padding: 2px 6px
}	

#footer {
	clear: both;
	text-align: center;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 650px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding:10px;
	margin:0px;
}

.googleadsense {
border-width:0px;
margin-left:auto;
margin-right:auto;
width:120px;
height:90px;
text-align:center;
padding-top:20px;
padding-bottom:20px;
}
