/*
Theme Name: H&amp;H Overhead Door of Oahu Inc
Theme URI: http://berrywebteam.net
Description: Theme created for H&amp;H Overhead Door.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #cedceb url(images/bgimage.jpg) repeat-x 0 0;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

img.alignleft {
    float: left;
	margin: 0 10px 0 0;
}

img.alignright {
    float: right;
	margin: 0 0 0 10px;
}

img.aligncenter {
	margin: 0 0 10px 0;
}

a {
	color: #0f5da9;
}

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

hr { 
    color: #a5c7eb;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

ul {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

/*-- Container --*/
#container {
	width: 900px;
	margin: 0 auto;
}

/*-- Header --*/
#header {
	height: 125px;
}

#header h1 {
	display: none;
}

.logo {
	margin: 15px 0 0 15px;
}

.headtext {
	margin: 25px 25px 0 0;
}

.headtext h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	line-height: 20px;
	color: #0f5da9;
}

.headtext h3 span {
	color: #000;
}

/*-- Menu --*/
.nav {
	width: 425px; /* Must Have Width for IE */
	overflow: hidden;
	height: 40px;
	margin: 20px 0 0;
	padding: 0 15px 0 0;
	float: right;
}

.nav li {
	background: url(images/button-sc.jpg) no-repeat 0 0;
	float: left;
	list-style-type: none;
}

.nav li a {
	background: url(images/button-lc.jpg) no-repeat top right;
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	color: #0f5da9;
	height: 18px;
	text-decoration: none;
	padding: 11px 25px 11px 15px;
	margin: 0 0 0 10px;
	display: block;
}

.nav li a:hover {
	color: #000;
}

li.current_page_item {
	background: url(images/b-over-sc.jpg) no-repeat 0 0;
}

li.current_page_item a {
	background: url(images/b-over-lc.jpg) no-repeat top right;
	color: #fff;
}

li.current_page_item a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-- Content --*/
#contentwrap {
	background: url(images/contentbg.jpg) repeat-y 0 0;
}
#content {
	background: url(images/contenttop.jpg) no-repeat 0 0;
	padding: 15px 0 0;
}

.postarea {
    width: 540px;
    padding: 25px 30px;
}

.postarea h2 {
    font-size: 28px;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: -1px;
    color: #0f5da9;
    margin: 0 0 15px 0;
}

.postarea h2 a {
	text-decoration: none;
}

.postarea h3 {
    font-size: 20px;
	font-weight: bold;
	font-style: oblique;
    color: #0f5da9;
	padding: 10px 0;
}

.postarea h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #000;
	padding: 5px 0;
}

.postarea p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin: 0 0 10px 0;
}

.postarea li {
	color: #666;
	line-height: 20px;
} 

.contentdiv {
	width: 170px;
	margin: 0 15px 10px 0;
}

.date {
	color: #a5c7eb;
    font-size: 11px;
	margin: -5px 0 15px 0;
}

.date a {
	color: #a5c7eb;
}

.subpost {
	color: #a5c7eb;
	font-size: 11px;
	border-top: dotted 1px #a5c7eb;
	padding: 5px 0 10px 0;
	margin: 15px 0 0 0;
}

#postsnav {
	margin: 15px 0;
	padding: 10px 0;
	border-top: dotted 1px #a5c7eb;
}

/*-- Sidebar --*/
#sidebar {
	width: 270px;
	padding: 15px;
}

#sidebar .widget {
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: solid 1px #98b8d9;
}

#sidebar h2 {
    font-size: 20px;
	font-weight: bold;
	font-style: oblique;
    color: #0f5da9;
	margin: 0 0 10px 0;
}

#sidebar h3 {
    font-size: 16px;
	font-weight: bold;
	font-style: oblique;
    color: #0f5da9;
	padding: 10px 0;
}

#sidebar h4 {
    font-size: 14px;
	font-weight: bold;
	font-style: oblique;
    color: #0f5da9;
	padding: 5px 0;
}

#sidebar p {
    color: #0f5da9;
    line-height: 18px;
	margin: 0 0 10px 0;
}

#sidebar li {
    color: #0f5da9;
    line-height: 20px;
}

/*-- Footer --*/
#footer {
	background: url(images/footer.jpg) no-repeat 0 0;
	padding: 25px 0 0;
    text-align: center;
    overflow: hidden;
}

#footer p {
    color: #0f5da9;
	clear: both;
}

#footer ul {
	padding: 0;
	margin: 0 0 10px;
}

#footer li {
	list-style-type: none;
	margin: 0 5px;
	display: inline;
}

#footer li img {
	border: solid 2px #A5C7EC;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
