/*   
Theme Name: Advanced Underwriters Theme
Theme URI: 

.
General comments/License Statement if any.
.
*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.mydesignstoday.net/ag/Wordpress/wp-content/themes/advanced_blog/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:auto;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
	min-height: 100%;
	
	
}
#header {
	position: absolute;
	height: 100px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 100px;
}
#banner {
	position: absolute;
	height: 200px;
	width: 900px;
	left: 0px;
	top: 135px;
}

#maincontent{
	width: 550px;
	padding-top: 25px;
	padding-right: 325px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 335px;
	background-image: url(http://www.mydesignstoday.net/ag/Wordpress/wp-content/themes/advanced_blog/images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}
#footer {
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0px;
	bottom: 0;
	background-image: url(http://www.mydesignstoday.net/ag/Wordpress/wp-content/themes/advanced_blog/images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar {
	position: absolute;
	width: 260px;
	left: 620px;
	top: 355px;
	overflow: hidden;
	
}


#sidebar ul {
margin: 0;
padding: 0px 0px;
list-style: none;
} 

#sidebar ul ul {
margin: 0;
padding: 0;

}


#sidebar ul ul li a {
margin: 0;
padding: 4px 10px 2px 10px;
display: block;
text-decoration: none;
}


#sidebar h2 {
margin: 0;
padding: 5px 0px;
font-size: 0.9em;
color: #004a80;
} 

.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #006699;
}
a {
	color: #006699;
	text-decoration: underline;
}
#image_padding {
	margin-bottom: 15px;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	border: none;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	border: none;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	width: 144px;
	height: 29px;
}

.post {
	clear:both;
	padding-top: 10px;
}



.post-title {
	float: left;
	margin-left: 10px;
	width: 620px;
}


.post-cat {
	background:  no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #0066ab;
}
.post-content {
	clear: both;
	padding-top: 10px;
}

