/*
Theme Name: Energy Efficiency Works 
Theme URI: http://energyefficienctyworks.org/
Description:  Custom theme developed for Energy Efficiency Works
Version: 1.0
Author:  Mike Wu
Author URI: http://www.oxid8.com/
Tags: 
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

hr {
    border:none;
    margin:0;
    padding:0;
    height:0;
    display:none;
}


/* Begin Typography & Colors */
body {
	text-align: center;
    font-family:Verdana,sans-serif;
    font-size:14px;
	}

#page {
	background-color: white;
	text-align: left;
    margin:0 auto;
    width:1060px;
	}

#header {
    padding:20px 20px 0 20px;
    background: url('images/bg_top.jpg') no-repeat;
    margin:0;
    height:110px;
	}

#nav {
    background: url('images/bg_nav.jpg') no-repeat;
    margin:0;
    padding:10px 20px;
    height:20px;
    }

#outterBounds {
    background: url('images/bg_main.jpg') repeat-y;
    padding:0 20px;
    width:1060px;
    height:100%;
	}

#innerBounds{
    background: url('images/bg_gradient.jpg') no-repeat;
    width:1020px;
    padding:0 0 10px 0px;
    height:100%;
    }

#ruleBounds {
    background: url('images/bg_rule.gif') repeat-y;
    height:100%;
    margin-left:0px;
    }

#footer {
    background: url('images/bg_bottom.jpg') no-repeat;
    padding: 0 20px;
    height:20px;
	}

#leftnav {
    width:220px;
    margin:0;
    padding:0;
    float:left;
    }

#sidebar-right {
    width:220px;
    margin:0 0 0 10px;
    padding:0;
    float:left;
	}

.content {
    line-height:20px;
    }

.fullcolumn{
    }

.leftcolumn{
    width:540px;
    float:left;
    margin:10px 0 0 20px;
    }


#header h1 {
    float:left;
    text-indent:-999999px;
    background: url('images/logo.jpg') no-repeat;
    width:232px;
    height:110px;
    margin:0;
    padding:0;
    }

#header h2 {
    float:left;
    text-indent:-999999px;
    background: url('images/tagline.jpg') no-repeat;
    width:495px;
    height:110px;
    margin:0;
    padding:0;
    }


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

#nav ul li.nav {
    list-style:none;
    float:left;
    margin-top:1px;
    padding:2px 20px;
    font-size:12px;
    }

#nav ul li.border {
    list-style:none;
    float:left;
    padding:0;
    margin:0;
    background:url('images/nav_border.jpg') no-repeat;
    width:3px;
    height:20px;
    }

#nav ul li a {
    text-decoration:none;
    color:#000;
    }

#nav ul li.nav a:hover,
#nav ul li.nav:hover a {
    text-decoration:underline;
    color:#fff;
    }

#nav ul li.nav:hover {
    background:#000;
    }

#leftnav h4 {
    margin:10px 0 0 10px;
    padding-bottom:5px;
    border-bottom: 1px dotted #999; 
    color:#025;
    font-size:12px;
    }

#leftnav ul {
    padding-left: 10px;
    margin:0;
    list-style:none;
    }


#leftnav  ul li {
    padding-left:15px;
    border-bottom:1px dotted #999;
    margin-bottom:3px;
    padding-bottom:3px;
    background-image:url('images/li_green.jpg');
    background-repeat: no-repeat;
    background-position: 6px 6px;
    }

#leftnav ul ul{
    margin-left:-25px;
}

#leftnav ul li ul li {
    padding-left:30px;
    border-bottom:1px dotted #999;
    margin-bottom:3px;
    padding-bottom:3px;
    background-image:url('images/li_green.jpg');
    background-repeat: no-repeat;
    background-position: 21px 6px;
    }

#leftnav ul li ul li.page-item-119 {
    border-top:1px dotted #999;
    padding-top:3px;
    margin-top:3px;
    background-position: 21px 12px;
    }

#leftnav ul li ul li.page-item-121 {
    border:none;
    margin-bottom:0;
    padding-bottom:0;
    }

#leftnav ul li.current-cat ,
#leftnav ul li.current_page_item {
    background-image:url('images/li_red.jpg');
    background-repeat: no-repeat;
    background-position: 6px 6px;
    }

#leftnav ul li a ,
#sidebar-right a {
    font-size:12px;
    color:#000;
    text-decoration:none;
    }

#leftnav ul li a:hover ,
#sidebar-right a:hover {
    color:#025;
    text-decoration:underline;
    }

#takeaction {
    padding: 10px 10px 10px 0;
    float:right;
    }

#searchform {
    padding: 0 10px 0 0;
    float:right;
    }


#getinvolved h4 {
    text-indent:-9999999px;
    background: url('images/hdr_getinvolved.jpg') no-repeat;
    height:30px;
    width:210px;
    margin:10px 0 10px 10px;
    padding:0;
}

#getinvolved div.item {
    background: url('images/target_green.jpg') no-repeat center right;
    border-bottom: 1px dotted #999;
    margin:0 10px 1px 10px;
    padding-bottom:1px;
    padding-left:10px;
    }

.post {
	margin: 0 0 40px;
	text-align: justify;
    font-size:12px;
	}

.post h1 {
    margin:0 0 10px 0;
    color:#025;
    font-weight:bold;
    font-size:18px;
    }

.post h2 {
    margin:0 0 10px 0;
    color:#025;
    font-weight:bold;
    font-size:16px;
    }

.post h3 {
    margin:0 0 10px 0;
    color:#025;
    font-weight:bold;
    font-size:14px;
    }

.post h4 {
    margin:0 0 10px 0;
    color:#025;
    font-weight:bold;
    font-size:12px;
    }

.clear {
	clear: both;
    }

.navigation {
    margin:5px;

    }


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#home #intro{
    width:470px;
    padding-left:20px;
    float:left;
    }

#home #intro h1 {
    font-size:3.0em;
    font-weight:bold;
    margin:5px 0;
    color:#000;
    }

#home #feature {
    width:470px;
    height:365px;
    overflow:hidden;
    float:right;
    }

#home #partners{
    width:450px;
    float:right;
    }

#home #partners div {
    margin:10px;
    }

#fm_fname, #fm_lname, #fm_title, #fm_organization, #fm_email, #fm_phone, #fm_address, #fm_city, #fm_url {
    width:200px;
}

#fm_state {
    width:75px;
}
#fm_zip {
    width:65px;
}
