/*  
Theme Name: Alternative Power Solutions 
Theme URI: http://www.apowersolutions.com/ 
Description: Tested on WP2.3
Version: 1.0
Author: APS
Author URI: http://www.apowersolutions.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #484848 url(images/bg.jpg) repeat-x top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

#sub_bg {
	width: 1050px;
	background: url(images/sub-bg.png) repeat-y;
	margin: 0 auto;
}

#site_top {
	width: 1050px;
	height: 11px;
	margin: 0 auto;
	background: url(images/content-top-bg.png) bottom no-repeat;
}

#site_wrapper {
	width: 1050px;
	margin: 0 auto;
	background: url(images/content-bg.png) repeat-y;
}

#site_bottom {
	width: 1050px;
	height: 11px;
	margin: 0 auto;
	background: url(images/content-bottom-bg.png) no-repeat;
}

h1, h2, h3 {
	margin-top: 10px;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: underline;
	color: #0A2342;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	background: url(images/header-bg.jpg) top repeat-x;
}

/* Header */

#logo {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	padding-top: 13px;
	background: url(images/img02.jpg) no-repeat left top;
	text-align: right;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #333333;
}

#contact-info {
	width: 400px;
	height: 50px;
	float:left;
	text-align: left;
	margin-top: -110px;
	margin-left: 23px;
	font-size: 16px;
	letter-spacing: .29em;
}

#contact-info h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	margin-top: -4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}

#contact-info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 5px;
	letter-spacing: .08em;
	margin-left: 15px;
}

/* Menu */

#menu {
	margin: 0 auto;
	margin-top: -29px;
	margin-left: 13px;
	padding: 0;
	height: 37px;
	float: left;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 1px 7px 0px 7px;
	padding: 8px 3px 2px 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	color: #666666;
	border-bottom: 2px solid #FFDE00;
}

#menu .current_page_item a {
	color: #666666;
	border-bottom: 2px solid #FFDE00;
}

#menu .first {
	background: none;
}

/* LEFT VERTICAL MENU */
	
#menu_left { 
	float: left;  
	margin: 0 0 6px 0; 
	padding: 0 0 1px 0; 
	clear: left; 
	text-align: left;
}
#menu_left li { list-style: none; }
#menu_left li a { 
	display: block; 
	color: #0A2342; 
	background: url(images/button-bg.jpg) top repeat-x #F4CD4E; 
	width: 180px; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #999999;
	visibility: hidden;
	position:absolute; 
	top: 395px;
}	
#menu_left li a:hover {
}

#menu_left li ul { 
	border-bottom: 0px;
	border-left: 1px solid #F4CD4E;
	margin-left: 10px;
	padding-bottom: 12px;
}

#menu_left li ul li { margin-bottom: 0px; margin-left: -30px; }

#menu_left li ul li a { 
	display: block; 
	color: #0A2342; 
	background: #FFFFFF; 
	width: 165px; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 6px 0;
	padding: 4px 10px;
	border: 0px solid #999999;
	border-top: 0px;
	position: relative;
	top: 18px;
}	
#menu_left li ul li a:hover { 
	background: url(images/button-bg-sm.jpg) top repeat-x #F4CD4E; 
	color: #0A2342;  
}

#menu_left li ul li a:hover #menu_left li a { 
	background: #0A2342;
	color: #CCCCCC;  
}

#menu_left .current_page_item a { 
	visibility:visible;
}

/* OLD LEFT VERTICAL MENU 
	
#menu_left { 
	float: left;  
	margin: 0 0 6px 0; 
	padding: 0 0 1px 0; 
	clear: left; 
}
#menu_left li { list-style: none; }
#menu_left li a { 
	display: block; 
	color: #0A2342; 
	background: url(images/button-bg.jpg) top repeat-x #F4CD4E; 
	width: 200px; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #999999;
	visibility: hidden;
	position:absolute; 
	top: 395px;
}	
#menu_left li a:hover { 
	background: #0A2342; 
	color: #E1E1E1;  
}

#menu_left li ul { 
	border-bottom: 0px; 
	position:absolute;
	top:37px;  
}

#menu_left li ul li { margin-bottom: 0px; margin-left: -21px; }

#menu_left li ul li a { 
	display: block; 
	color: #0A2342; 
	background: #F1F1F1; 
	width: 185px; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0;
	padding: 5px 10px; 
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 0px;
	position: relative;
}	
#menu_left li ul li a:hover { 
	background: #CCCCCC; 
	color: #0A2342;  
}

#menu_left li ul li a:hover #menu_left li a { 
	background: #0A2342;
	color: #CCCCCC;  
}

#menu_left .current_page_item a { 
	visibility:visible;  
}

*/

/* Page */

#home-banner {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	border-top: 1px solid #333333;
	background: url(images/main-image.jpg) repeat-y #FFFFFF;
}

#home-block {
	width: 1050px;
	margin: 10px auto;
	height: 210px;
}

#home-blocks-top {
	width: 255px;
	height: 11px;
	margin-top:-11px;
	background: url(images/blocks-content-top-bg.png) bottom no-repeat;
}

#home-blocks-bottom {
	width: 1050px;
	height: 11px;
	margin-top: -15px;
	background: url(images/blocks-content-bottom-bg.png) no-repeat;
}

#home-blocks-first {
	width: 255px;
	height: 210px;
	float: left;
	background: url(images/blocks-content-bg.png) repeat-y;
	margin-left: 15px;
	padding: 0px;
}

#home-blocks {
	width: 255px;
	height: 210px;
	float: left;
	background: url(images/blocks-content-bg.png) repeat-y;
	margin: 0;
	padding: 0px;
}

#home-blocks-last {
	width: 255px;
	height: 210px;
	float: left;
	background: url(images/blocks-content-bg.png) repeat-y;
	margin-left: 0px;
	margin-right: 15px;
	padding: 0px;
}

.inner {
	width: 215px;
	height: 205px;
	padding: 10px 20px;
}

.inner h2 {
	margin-top: 10px;
}

.inner h2 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #0A2241;
}

.inner h2 a:hover {
	color: #666666;
}

.inner img {
	width: 209px;
	height: 110px;
	padding: 2px;
	border: 1px solid #E6B724;
}

#page {
	width: 1000px;
	min-height: 250px;
	margin: 0 auto;
}

#page-bg {
	padding: 0px 10px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: right;
	width: 715px;
	padding: 10px 5px 0px 0px;
}

#content_middle {
	float: left;
	width: 550px;
	padding: 10px 5px 0px 0px;
}

#content_middle img {
	max-width: 510px;
}

#content_middle .wp-caption {
	max-width: 520px;
}

#content_left {
	float: left;
	width: 740px;
	padding: 10px 5px 0px 0px;
	margin-left: 10px;
}

#content_full {
	float: right;
	width: 960px;
	padding: 10px 5px 0px 0px;
}

#content_products {
	float: left;
	width: 700px;
	padding: 10px 5px 0px 0px;
	margin-left: 10px;
}

#content li, #content_middle li, #content_left li, #content_full li {
	margin-left: 0px;
}

.post {
	padding-bottom: 5px;
}

.wp-caption {
	background: #F4CB4B;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	margin: 5px 15px;
	color: #0E315E;
}

p.wp-caption-text {
	padding: 0;
	margin: 5px 0;
}

.post h1 {
	font-weight: normal;
}

.post h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	letter-spacing: -1px;
	font-size: 2.4em;
	font-weight: normal;
	background: url(images/img04.gif) repeat-x left bottom;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	margin-top: -10px;
}

.tag {
	padding: 0 15px;
}

.entry {
	line-height: 18px;
	font-size: 13px;
}

.entry img {
	border: 0px solid #666666;
	margin: 5px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Form Fields */

#form-wrapper {
	width:100%;
	text-align: left;
}

#form-wrapper .line {
	height: 1px;
	width:100%;
	background: #999999;
	margin: 15px 0;
	clear:both;
}

#form-wrapper .spacer {
	height: 20px;
	width:100%;
	clear:both;
}


#form-fields {
	width:25%;
	float: left;
	margin-bottom: 10px;
	vertical-align: middle;
}

#form-fields-checkbox {
	float: left;
	width:215px;
	margin-bottom: 10px;
	vertical-align: middle;
}

#form-fields-shortbox {
	width:15%;
	float: left;
	margin-bottom: 10px;
	vertical-align: middle;
}
#form-fields-whole {
	width:100%;
	float: left;
	margin-bottom: 10px;
}

#form-fields input, #form-fields-whole input, #form-fields select, #form-fields-whole select, #form-fields textarea, #form-fields-checkbox input, #form-fields-shortbox input, #form-fields-whole textarea {
	background: #F1F1F1;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/* Sidebars */

#home-sidebar {
	width:230px;
	float:right;
	margin:20px 0 0 15px;
	text-align: center;
}

#home-sidebar .small {
	clear:both;
	margin: 0;
	font-size:11px;
}

#news-box-top {
	width: 230px;
	height: 15px;
	padding: 0px;
	background: url(images/news-box-top.png) no-repeat #FFFFFF;
}

#news-box-top img {
	width: 230px;
}

#news-box {
	width:208px;
	padding: 0px 10px;
	margin-top: -2px;
	margin-bottom: -12px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	text-align: justify;
}

#news-box h1 {
	margin: 2px 0 0 0;
}

#news-box-bot {
	width: 230px;
	height: 15px;
	padding: 0px;
	background: url(images/news-box-bot.png) no-repeat #FFFFFF;
}

#news-box-bot img {
	width: 230px;
}

#sidebar1 {
	float: left;
	margin-top: 25px;
	text-align: center;
}

#sidebar1 .pdfs {
	width: 150px;
	margin-top: 20px;
	border: 1px solid #999999;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 215px;
	padding: 0;
	font-size: 12px;
}

.sidebar_right {
	float: right;
	width: 200px;
	padding: 0;
	font-size: 12px;
	margin-top: 50px;
	text-align: left;
}

.sidebar_right img {
	width: 200px;
	border: 1px solid #E1E1E1;
}

.sidebar_right .pdfs {
	width: 150px;
	margin-top: 20px;
}

.sidebar_right_products {
	float: right;
	width: 230px;
	padding: 0;
	font-size: 12px;
	margin-top: 30px;
	text-align: left;
}

.sidebar_right_products h2{
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.sidebar_right_products ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.sidebar_right_products li {
	
}

.sidebar_right_products a {
	float: left;
	margin: 1px 7px 5px 4px;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.sidebar_right_products a:hover {
	text-decoration: underline;
}

.sidebar_right_products .current_page_item a {
	text-decoration: underline;
}


h2.widgettitle, #searchform h2 {
	margin-top: 15px;
	padding: 10px 0 0 0;
	font-size: 18px;
	border-top: 3px solid #F0AE33;
}

#latest-projects-img {
	width:190px;
	height:110px;
	margin-right:20px;
	float:left;
}

#latest-projects-img img {
	width:188px;
	height:108px;
	border: 1px solid #666666;
}

#latest-projects-text {
	width:500px;
	float:right;
}

#latest-projects-text h3 {
	margin-top:0px;
	font-size:15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Sitemap Page */

.ddsg-wrapper ul li {
	font-weight: bold;
	list-style: none;
}

.ddsg-wrapper ul li ul li {
	font-weight: normal;
	list-style: circle;
}

/* Footer */

#footer {
	width: 100%;
	height: 165px;
	margin: 0 auto;
}

#footer-bg {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #E1E1E1;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer h1 {
	font-size: 14px;
	margin: 6px 0 -5px 0;
	text-align: center;
	font-weight: bold;
}

#footer a {
	color: #333333;
}

#footer .link {
	float: right;
	margin-right: 20px;
}

#footer .copyright {
	float: left;
	margin-left: 10px;
}

hr {
	display: none;
}

#comment {
	width: 450px;
	height: 100px;
}

#respond {
	color: #333333;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aboutcaptions {
	font-size: 12px;
	font-style: italic;
}
.aboutheaderfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #003366;
}
.aboutsubheader {font-size: 24px; color: #17224F; font-family: Georgia, "Times New Roman", Times, serif;}
.aboutsubheader2 {font-size: 16px; color: #17224F; font-family: Georgia, "Times New Roman", Times, serif;}