/*
THEME NAME: Mahooka v2
THEME URI: http://electricwerks.com
DESCRIPTION: Mahooks v2.0 - Based on Empty Canvas 1.0 by Adrian Diaconescu
VERSION: 2.0
AUTHOR: <a href="http://www.electricwerks.com">Gary Taylor</a>
AUTHOR URI: http://www.electricwerks.com
*/

@import "reset.css";

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(images/page_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #535353;
}

a {
	font-weight: bold;
	color: #41561e;
	text-decoration: none;
}

.post-comments-container a:hover {
	color: #41561e;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	font-size: 1.3em;
	/* background: url(images/quotes.gif) no-repeat top left; */
	background-position: 12px 12px;
	color: #595959;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

#wrapper {
	width: 933px;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wrapper-top {
	background-repeat: repeat-x;
	height: 13px;
	background-image: url(images/wrapper_top.gif);
}

#header {
	width: 920px;
	height: 100px;
	top: 30px;
	background: url(images/header_contact_phone.gif) 750px 45px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.home-block-left, .home-block-middle, .home-block-right {
	float: left;
	margin-left: 25px;
	width: 180px;
	font-size: 8pt;
	line-height: 1.2em;
}

.home-block-left {
	margin-left: 0;
}

.home-block-left h3, .home-block-middle h3, .home-block-right h3, .sidepanel2 h3 {
	color: #f9a31f;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
}

.home-block-left a, .home-block-middle a, .home-block-right a {
	text-decoration: none;
	color: #f9a31f;
}

#logo {
	background-repeat: no-repeat;
	top: 12px;
	left: 47px;
	position: relative;
	background-image: url(images/header_logo_2.png);
	height: 148px;
	width: 146px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	background-color: #f9a31f;
	background-position: 0px 0px;
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-x;
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
	height: 30px;
}

#menu ul {
	float: right;
	padding-right: 40px;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 10pt;
	padding: 10px;
}

#menu ul li a {
	color: #ffffff;
}

#menu .current_page_item, #menu .current-cat {
	
	background-image: none;
	background: #fee4bf;
	
}

#menu .current_page_item a, #menu .current-cat a {
	
	color:  #f9a31f;
}

#container {
	width: 920px;
	overflow: hidden;
	margin: 50px auto;
}

#content {
	float: left;
	width: 620px;
	margin-left: 50px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 12pt;
	font-weight: bold;
	color: #41561e;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 20px;
}

.post-title a {
	color: #41561e;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 11pt;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size:8pt;
	color: #81a04e;
	padding-bottom: 10px;
}

.post-meta a {
	color: #666666;
}
.post-footer {
	min-height: 25px;
	border-bottom: 1px solid #cccccc;
}
.post-comments-container {
	float: left;
	width: 300px;
	color: #41561e;
	font-size: 10px;
}

.post-comments {
	padding-left: 7px;
	padding-bottom: 7px;
	padding-right: 0;
	padding-top: 5px;
	background: url(images/cbubble.gif) no-repeat top left;
}

.post-comments a {
	/* background: url(images/cbubble_right.gif) no-repeat top right; */
	padding: 3px 7px 7px 0;
	color: #41561e;
}

.post-comments-container a:hover {
	color: #41561e;
}

.post-filed-under {
	padding-left: 7px;
	padding-bottom: 7px;
	padding-right: 0;
	padding-top: 5px;
	float: right;
	width: 300px;
	color: #999999;
	font-size: 8pt;
	text-align: right;
}

.post-filed-under a,.post-filed-under a:hover {
	color: #999999;
}

.post-content {
	margin-top: 0px;
}

.post-content h2 {
	font-size: 11pt;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 10pt;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p, .post-content li {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size:  10pt;
}

.post-content img.alignnone {
	background: #FFF;
	/* border: 1px solid #EFEFEF; */
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 11pt;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 9pt;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 195px;
	margin-right: 25px;
}
ul.sidebar-news-ul {
padding-top: 15px;
}

li.sidebar-news-li {
	font-size: 8pt;
	padding-bottom: 15px;
}
.sidepanel2 li a, .sidepanel2 li a:hover, .sidepanel2 li a:visited {
color: #41561e;

}

#sidebar-date {
	color: #41561e;
}
#sidebar-news-title {
	text-transform: uppercase;
	color: #41561e;
	font-weight: bold;
	margin-bottom: -5px;
	
}
#sidebar-more a {
	text-decoration: none;
	color: #41561e;
}

.sidepanel {
	margin-left: 20px;
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	/* 	border-bottom: 1px solid #EFEFEF; */
	padding: 0 0 5px 0;
	color: #41561e;
	font-weight: bold;
	font-size: 9pt;
}

.sidepanel ul li {
	/* border-bottom: 1px solid #EFEFEF; */
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8pt;
	line-height: 1.3;
}

.sidepanel2 {
	margin-bottom: 30px;
	font-size: 8pt;
}


.sidepanel2 ul li {

	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel2 p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	font-size: 9px;
	background-repeat: repeat-y;
	margin: 0 auto;
	background: url(images/footer_background.gif) 0px 0px;
	width: 933px;
	height: 23px;
}

#footer-content {
	float:left;
	padding-top: 6px;
	margin-left: 55px;
	}

#footer-bottom {
	height: 10px;
	background-repeat: no-repeat;
	background: url(images/footer_background_bottom.gif) 0px 0px;
}


#footer-links {
	list-style: none;
	padding-top: 6px;
	margin-left: 55px;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

table#products td#name {
text-align: left;
width: 75px;
font-weight: bold;
white-space:nowrap;
padding: 5px;
}
