body {
	text-align: center;
	color: #333;
	background: #f1f1f1 url('http://www.paintandroof.com/images/content_bg.jpg')  no-repeat top center;
	font-size: 13px;
	font-family: Calibri, Verdana, Tahoma;
}
div#header {
	background: url('http://www.paintandroof.com/images/header_bg.jpg') repeat-x top left;
	width: 100%;
	height:90px;
}
div#search {
	background:url('http://www.paintandroof.com/images/wood_bg.jpg') repeat-x top left;
	width: 100%;
	height:40px;
}
div.inner {

	width: 840px;
	margin: auto;
	text-align: left;
	padding: 10px 0;
	
	}
div#search div.inner {
	padding: 10px 0;

}
div#header h1 {
color: #245888;
	font-size: 30px;
	font-weight: bold;
	float: left;
	width:50%;
	height: 65px;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: -1px;
}


/* ### Navigation ### */
#navigation {
	float: right;
	height: 70px;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: auto; height: 70px;
	padding: 10px 18px 0px 25px;
}

#navigation ul li.navhover, #navigation ul li.current {
	background: url(http://www.paintandroof.com/images/hover-li.png) repeat;
}
	#navigation ul li.navhover a, #navigation ul li.current a { color: #5494cf; text-decoration: underline; }	
	#navigation ul li.navhover div, #navigation ul li.current div { color: #fff; cursor: default; }	

#navigation ul li a {
	text-decoration: none; text-transform: uppercase;
	font-family: Verdana; font-size: 21px; color: #f9f9f9;
}



#navigation  ul li div {
	padding: 5px 0px 0px 0px; line-height: 110%;
	font-family: Verdana; font-size: 11px; color: #bbb; 
}


div.ribbon {
	display: block; 
	clear: both; /* Fixes IE6 bug */
	right: 0px; top: 0px;
	background: url(http://www.paintandroof.com/images/ribbon.png) no-repeat;
	width: 38px; height: 85px;
	float:right;
	margin-right:5px;
	z-index:999;
}

div.ribbon a { display: block; width: 38px; height: 85px; }






div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #fff;!important;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #fff;!important;
}
div#wrapper {
	text-align: left;
	width: 800px;
	padding: 20px 20px 20px 20px;
	margin: auto;
	background: #f1f1f1 url('http://www.paintandroof.com/images/content_bg.jpg')  no-repeat top center;
	background-position: -60px 0px;
	border-right: 2px solid #DCDCDC;
	border-left: 2px solid #DCDCDC;
	border-top: 2px solid #fff;
}
div#content {
	width: 495px;
	float: left;
	padding: 0 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: left;
	padding: 0px 0 0 30px;
	font-size: 13px;
	border-left: 2px solid #DCDCDC;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}


ul#sidebar a:visited{	text-decoration: none;
	color:#555;
}
h2, h3, h4, h5, h6 {
	color: #245888;

}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #245888;
	text-decoration: none;
	background: url(http://www.paintandroof.com/images/divider.png) bottom left no-repeat;
}
h2 a:hover {
	color: #777;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}

div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
	
	
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 14px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
	background:#DCDCDC;
}
ul.post-comments h3 {
	margin: 0 0 5px;
	
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 3px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
	border-top:1px solid #777;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
/* Footer */
div#footer {
	width: 100%;
	padding: 20px 0px;
	background: #616161 url(http://www.paintandroof.com/images/footer_bg.jpg) no-repeat top center; 
}

div#footer .footerLogo, div#footer .footerLinks { float: left;}

.footerLinks p:hover {
	font-family: Verdana; 
	font-weight: bold;
	color: #ccc;
	font-size: 12px;
	margin: 0px 10px;
	padding: 5px;
	letter-spacing: 0.2px;
	text-decoration: underline;

}

.footerLinks hover, .footerLinks a.current {
	color: #fff; text-decoration: none;
	background: #111;
}

#footer p {
	font-family: Verdana; 
	font-size: 11px; 
	color: #fff;
	line-height: 120%; 
	clear: both;
}
#footer :hover :links :active :visited {
	font-family: Verdana; 
	font-size: 11px; 
	color: #fff;
	line-height: 120%; 
	clear: both;
}
