/*  
Theme Name: Solar Artisan
Theme URI: 
Description: Solar Artisan theme designed by Steve Wilson for Artisan Electric, Inc. Widget ready.
Version: 1.0
Author: Steve Wilson - Wilson's designWorks
Author URI: http://www.wilsonsdesignworks.com/
Tags: two columns, widgets, fixed width, 883px

Copyright 2009 Artisan Electric, Inc. ALL RIGHTS RESERVED

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 Verdana, Arial, Helvetica, sans-serif;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}

#sidebar,
.postdata,
.entry-content {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	color: #152942;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#content h3 span.bolder {
    color:#152942;
}

.entry-content h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 160%;
	background: #f4f18d;
	padding: 10px 16px;
}

.entry-content h1 {
	color: #143154;
}

hr {
	clear: left;
	margin: 1em 0;
	color: #f4f18d;
}


hr.break {
	color: #fff;
	background: #fff;
	border: 0;
}



/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
    font-size:2.36em;
    line-height:1.6;
    color:#143154;
}
h3 {
    font-size:1.55em;
    color:#143154;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#143154;
    text-decoration:underline;
}

.entry-content ul {
	font-size: 120%;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
    background:#FFFFFF;
}

#wrapper {
	width:883px;
	margin:0 auto;
	-webkit-box-shadow: 0 0 16px #000;  
	-moz-box-shadow: 0 0 16px #000;  
	box-shadow: 0 0 16px #000;  
}

#root{
	width:883px;
	margin:auto;
    background:url(images/solar-artisan_header.gif) 100% 0 no-repeat;
}

#main {
	width: 883px;
	background: url(images/main_bg.gif) repeat-y top left #fff;
	float: left;
}


/* Header
*******************************/
#header {
    height:140px;
    color:#fff;
    /*remove next two lines if you don't need logo in your blog*/
    background:url(images/pv_pattern.gif);
}

#header a {
    color:#fff;
    text-decoration:none;
}

#header h1, #header h2 {
    line-height:1.3;
    font-size:1em;
    color:#fff;
    display: none;
}

#AELogo	{
	width: 246px;
	height: 116px;
	padding-top: 10px;
	margin-left: 40px;
	float: left;
}

#AEPhone {
	margin: 10px auto 0;
	width: 164px;
	}


#headerIcons {
	float: right;
	margin-right: 52px;
}

#headerIcons img {
	margin-left: 51px;
}

/* Navigation
*******************************/
#nav{
	background: url(images/nav_bg.gif) top left repeat-x;
	height: 24px;
    width:883px;
    margin:0;
    padding:0;
    list-style:none;
    border-top: 1px solid #a7cd00;
}
#nav li {
    float:left;
    text-align: center;
	border-right: solid 1px #faf8c6;
}

#nav li.installPortfolio {
    float:left;
    text-align: center;
	border-right: none;
}

#nav a{
    float:left;
    text-decoration:none;
}

/* Content
*******************************/
#content {
    width:600px;
    margin:20px 20px 30px 30px;
    float:left;
}

#solarHomeImg {
	width: 650px;
	float: left;
	}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #bbc2c6;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
}

#content h3 {
    margin: 20px 0;
    line-height: 2;
    color: #515d6c;
}

.homepage .entry-content h3 {
    color: #000 !important;
}

.homepage .entry-content h3 a {
    color: #143154 !important;
}


h3.excerptTitle {
	margin: 0 !important;
}


#content p {
	font-size: 120%;
	}

#content h3 a {
    color: #515d6c;
	text-decoration: none;
}

#content h3.homeH3Link {
	margin-bottom: -16px;
}

#content h2 a:hover {
    color:#143154;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

#content.homepage {
	width:650px;
    margin:0;
    float:left;
}

#content.homepage div.entry-content {
    width:600px;
    margin:20px 30px;
}

div.entry-content {
    margin-top:15px;
}

div.excerpt-content {
	margin-top: 0;
}

#panoPhoto {

}

.installPortfolio div.excerpt-content {
	min-height: 100px;
}

.installPortfolio h2 {
	margin-bottom: 15px;
}

img.imgtfe {
	padding-right: 10px;
	margin-top: 6px;
	}

.excerpt-content p {

}

.editLink {
	background:#F4F18D none repeat scroll 0 0;
	border:1px dotted #2C3E55;
	padding:10px;
	width:80px;
	float: right;
	margin: 0;
}



/* Sidebar
*******************************/
#sidebar {
    width:225px;
    float:left;
    margin-top: 20px;
}
#sidebar h3, #sidebar em {
    padding:0 0 6px 14px;
    border-left:2px solid #f5e805;
}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar .box li a,
#sidebar .box .current-cat li a, 
#sidebar .textwidget {
    border-left:2px solid #f5e805;
}

#sidebar #searchform, {
    border-left:2px solid #f5e805;
}


#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform,
#sidebar .textwidget {
    padding:0 0 0 16px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li a, #sidebar .textwidget li {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#faf8c6;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

#sidebar .blogroll {
    text-align: center;
}

#sidebar .blogroll img {
    margin-bottom:10px;
	margin-right:20px;
}

#sidebar ul.latestNewsCat {
	list-style: disc;
	border-left:2px solid #f5e805;
	color: #143154;
}

#sidebar .latestNewsCat li {
	margin-left: 28px;
}


#sidebar .box .latestNewsCat li a {
	border: none;
	padding-left: 0;
	}




/*rss button*/
#sidebar .rss {
    height:59px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
    background: #f4f18d;
}
#searchform input#search-submit {
    background:#c9ca77;
    border:1px solid #c9ca77;
    width:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
    padding-top:20px;
    height:40px;
    background: #2c3e55;
    border-top:1px solid #a7cd00;
    width: 883px;
    margin: 0 auto;
}

#footer .copyright {
    width:843px;
    padding: 0 23px;
    display:block;
    color: #fff;
}

#footer .copyright a {
    color: #fff;
}


#footer img {
    vertical-align:middle;
    margin-right:10px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:883px; 
	height:24px; 
	position:relative; 
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:883px; 
	w\idth:883px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/* width: auto; */
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:24px;
	padding: 0 24px;
	/* border:1px solid #000; 
	border-width:1px 0 1px 1px; 
	background:#758279; */
	line-height:24px;}

* html .menu ul ul {
	top:30px;
	t\op:31px;
	}


/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:138px;
}
*/

/* style the second level background */
.menu ul ul a.drop, 
.menu ul ul a.drop:visited {
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0;
	width:149px;
	/* border-top:1px solid #000; */
}
	
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#faf8c6;
	height:auto;
/*	line-height: 30px;
*/	padding:0 10px;
	width:165px;
	text-align: left;
	border-bottom: 1px solid #f5e705;
	/* border-width:0 1px 1px 1px; */
	}

/* yet another hack for IE5.5 
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;}
*/

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	background: #faf8c6 url(images/current_page_bg.gif) repeat-x top left;
}

.menu :hover > a, .menu ul ul :hover > a {
	background: #faf8c6 url(images/current_page_bg.gif) repeat-x top left;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
}

.menu .current_page_item a {
	background: #faf8c6 url(images/current_page_bg.gif) repeat-x top left;
}

.menu ul .current_page_item ul a {
	background:#faf8c6;
}

.menu ul .current_page_item ul a:hover {
	background: #faf8c6 url(images/current_page_bg.gif) repeat-x top left;
}

.menu .current_page_item a:hover {
}

