/*
Theme Name: EnergyLogic, Inc.  - 2013 Site Redesign
Theme URI: http://www.nrglogic.com
Description: A custom Wordpress theme developed for EnergyLogic by Jen Rotar - www.websitesbyjen.com
Version: 1.0
Author: Jen Rotar - 970-532-4320
Author URI: http://www.websitesbyjen.com/
Tags: grey, orange, custom home page, widgets
*/


-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}


body {
	font-family:calibri, arial, helvetica;
	color: #534741;
	background-color: #ccc;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	text-align: center;	
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:14px;
    -webkit-font-smoothing: antialiased;
	}
	
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	padding: 3px;
	}
	
.alignright {
	clear: left;
	float: right;
	}

.alignleft {
	clear: right;
	float: left
	}
	
.aligncenter {
	margin: 0 auto;
	}
	
a {	
text-decoration: none;
outline: none;		
overflow: hidden;
}	

li.widget
{list-style:none;}
	
	
#wrapper
{	position:relative;
	text-align: left;
	width:900px;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
	background-image:url(images/ebg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}	

/* Begin Home Header Styles */
#header {
	display:block;
	height:150px;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 3px solid #f26920
	}
	
#header ul

.banner
{width:100%;
margin-top:25px;}

.logo
{width:400px;
padding:0;}
	
.logo img
{margin: 35px 0 0 15px;
border:0;}

.header-middle
{margin:0;
font-size: 14px;
text-transform: lowercase;}

.header-middle ul li
{list-style:none;
float: left;
margin: 0 0 0 5px;
padding: 0 5px 0 0;
border-right:1px solid #736357;}

.header-middle a:link, .header-middle a:visited
{color:#736357;}

.header-middle a:hover, .header-middle a:active
{color:#f26920;}


#header .header-right
{margin:25px;
padding: 10px; 
text-align:right;}

#header .header-right li
{margin:0;padding:0;}

#social-widget-3 a
{margin:0;padding:0;}


	/*Begin Navigation Styles*/
#nav {
width:100%;
height:25px;
padding: 2px 0;
margin:0;
font-size:18px;
}

#nav ul
{float:right;
margin:0 10px;padding:0;
list-style:none;
}

#nav ul ul li
{margin: 0 0 0 8px;
padding: 0 8px 0 0;
border-right:1px solid #736357;
float:right;
text-transform:uppercase;}

#nav a
{margin:0;padding:0;}

#nav a:link, #nav  a:visited
 {color: #736357;}
#nav a:hover, #nav a:active
 {color:#f26920;}


#nav ul.sub-menu {
 position: relative;
 z-index: 597; 
background-color:#fff;
}

#nav ul ul.submenu li
{margin: 0;
padding:0;
border-bottom: 1px solid #736357;
float:left;
clear:left;
text-transform:uppercase;}

#nav ul.sub-menu li.hover,
#nav ul.sub-menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 color:#736357;
}

#nav ul.sub-menu ul {
text-align:left;
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 background-color:#fff;
}

#nav  ul.sub-menu ul li {
 float: none;
}

#nav  ul.sub-menu ul ul {
 top: 1px;
 left: 99%;
}

#nav  ul.sub-menu li:hover > ul {
 visibility: visible;
}


/* Begin Home Page Styles */
#homecontent
{
margin:0;
padding:45px 30px 25px 30px;
}

#homecontent td h2
{font-family: "Roboto", roboto, Sans-Serif;
margin:0 0 10px 0;padding:0;
font-size: 24px;
color:#f26920;
font-weight:300;}

.homeblocks
{width:98%;
margin:0 auto;
padding:0;}

.homeblocks tr, .homeblocks td
{margin:0;padding:0;}

.homeblocks td
{width:25%;
border-collapse:collapse;
padding: 8px;
vertical-align:top;
}

#homecontent .links ul
{
margin:0;
padding:0;
list-style:none;
width:100%;
}
#homecontent .links ul li
{display:block;
width:100%;
text-align:left;
margin:0;
padding:0;
}

#homecontent .links a
{display:block;
padding:3px 0;
width:100%;
font-size:14px;
text-transform:uppercase;
margin:0;
width:100%;}

#homecontent .links a:link, #homecontent .links a:visited
{color:#4f6c67;}

#homecontent .links a:hover, #homecontent .links a:active
{color:#736357;
background-color:#eee7e0}

#homecontent p
{margin:0;padding:0;
font-size:14px;
line-height:1.2em;
}

#homecontent a
{margin:0;padding:0;}
#homecontent img
{margin:0;padding:0;border:0;}

.buttons
{background-color:#f4f1df;
padding: 8px 5px;
margin: 5px auto 25px;
width:100%;}

.buttons h3
{font-family:"Roboto", roboto, sans-serif;
font-weight:300;
font-size:24px;
color:#534741;
margin:10px 0;
padding:0;
}
.buttons td
{
margin:5px;
padding:0 0 0 25px;
}

.buttons a
{text-transform: lowercase;
text-align:left;
font-size:24px;
line-height:40px;
display:block;
height:40px;
width: 240px;
margin:0;padding:0;
}
.buttons a:link, .buttons a:visited
{color:#e3dcb0;}

.buttons a:hover, .buttons a:active
{color:#fff;}

.buttons .orange
{
border:1px solid #f26920;
background-color:#f26920;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
}

.buttons .teal
{
border:1px solid #4f6c67;
background-color:#4f6c67;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
}
.buttons .green
{
border:1px solid #588526;
background-color:#588526;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
}
.buttons .grey
{
border:1px solid #362f2d;
background-color:#362f2d;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;;
}

.widgets
{padding: 3px 5px;
margin: 5px auto;
width:100%;}

.widgets ul
{list-style:none;
margin:0;
padding:0;}

.widgets ul li
{margin:0;
padding:0;}

.widgets ul.menu a
{font-size:12px;}

.widgets a:link, .widgets a:visited
{color:#4f6c67;}

.widgets a:hover, .widgets a:active
{color:#f26920;}

.search
{border-radius:8px 8px 8px  8px;
-moz-border-radius:8px 8px 8px  8px;
-webkit-border-radius:8px 8px 8px  8px;
width:100px;
float:left;}

#searchform
{margin-top:5px;}

#searchsubmit
{float:left;
display:block;
height: 25px;
width:25px;
background-image:url(images/search.png);
background-position: center center;
background-repeat: no-repeat;
border:0;
background-color:transparent;}


h2.widgettitle a:link, h2.widgettitle a:visited, h2.widgettitle a:hover, h2.widgettitle a:active
{font-family: "Roboto", roboto, Sans-Serif;
margin:0 0 10px 0;padding:0;
font-size: 24px;
color:#f26920;
font-weight:300;}

li#rssimport-3 h2.widgettitle, li#rssimport-4 h2.widgettitle, li#rssimport-5 h2.widgettitle, li#rssimport-6 h2.widgettitle 
{font-size:14px;
margin:5px 0 2px 0;}

#rssimport-2 li
{margin:3px 0;}

.small
{font-size:10px;}
/* main content area styles */

#content
{background-color:#fff;}

.epro
{border-left:25px solid #f26920;}

.builder
{border-left:25px solid #4f6c67;}

.corporate
{border-left:25px solid #588526;}

.other
{border-left:25px solid #939657;}

.commercial
{border-left:25px solid #362f2d;}

#slides
{
float:left;
display:block;
width:875px;
height:150px;
margin:0;
padding:0;
overflow:hidden;
}

#content .page
{width:100%;
margin:0;padding:0;}

#content td.main, #content .wide
{padding:0;margin:0;}

#content td.sidebar
{padding:0;margin:0;}
#content .post
{margin:25px;padding:0;}

#content h1
{
font-size: 20pt;
color: #434343;
margin: 10px 0;
}

#content h2
{
font-size: 14pt;
font-weight: Bold;
color: #434343;
margin: 10px 0;
}

#content h3
{
font-size: 12pt;
font-weight: bold;
color: #434343;
margin: 10px 0;
}

#content h4
{
font-size: 12pt;
font-weight: normal;
color: #434343;
margin: 10px 0;
}

#content ul
{
margin: 15px 0 15px 25px;
list-style: none;
}

#content .main ul li, #content .wide ul li
{
background-image: url(images/bullet.png);
background-position: top left;
background-repeat: no-repeat;
padding: 0 0 0 12px;
}


#content .main #iwm_map_canvas ul li
{background-image:none;}

#breadcrumbs
{font-size:11px;}

.main a:link, .main a:visited
{color: #4f6c67;font-weight:bold;text-decoration:underline;}
.main a:hover, .main a:active
{color: #f26920;font-weight:bold;text-decoration:underline;	}




.main .orange
{
border:1px solid #f26920;
background-color:#f26920;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
text-transform: lowercase;
text-align:left;
font-size:24px;
line-height:40px;
display:block;
height:40px;
width: 240px;
margin:0;padding:0;
text-decoration:none;
}

.main a.orange:link, .main a.orange:visited
{color:#e3dcb0;text-decoration:none;font-weight:normal;}
.main a.orange:hover, .main a.orange:active
{color:#fff;text-decoration:none;font-weight:normal;}

.main .teal
{
border:1px solid #4f6c67;
background-color:#4f6c67;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
text-transform: lowercase;
text-align:left;
font-size:24px;
line-height:40px;
display:block;
height:40px;
width: 240px;
margin:0;padding:0;
text-decoration:none;
}
.main a.teal:link, .main a.teal:visited
{color:#e3dcb0;text-decoration:none;font-weight:normal;}
.main a.teal:hover, .main a.teal:active
{color:#fff;text-decoration:none;font-weight:normal;}
.main .green
{
border:1px solid #588526;
background-color:#588526;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
text-transform: lowercase;
text-align:left;
font-size:24px;
line-height:40px;
display:block;
height:40px;
width: 240px;
margin:0;padding:0;
text-decoration:none;
}
.main a.green:link, .main a.green:visited
{color:#e3dcb0;text-decoration:none;font-weight:normal;}
.main a.green:hover, .main a.green:active
{color:#fff;text-decoration:none;font-weight:normal;}

.main .grey
{
border:1px solid #362f2d;
background-color:#362f2d;
border-radius:8px 8px 8px 0;
-moz-border-radius:8px 8px 8px 0;
-webkit-border-radius:8px 8px 8px 0;
text-transform: lowercase;
text-align:left;
font-size:24px;
line-height:40px;
display:block;
height:40px;
width: 240px;
margin:0;padding:0;
text-decoration:none;
}
.main a.grey:link, .main a.grey:visited
{color:#e3dcb0;text-decoration:none;font-weight:normal;}
.main a.grey:hover, .main a.grey:active
{color:#fff;text-decoration:none;font-weight:normal;}

	
.sidebar a:link, .sidebar a:visited
{color: #4f6c67;}
.sidebar a:hover, .sidebar a:active
{color: #f26920;}	
	
img.alignright
{clear:left;float:right;margin: 15px 0 15px 15px;}	

img.alignleft
{clear:right;float:left;margin: 15px 5px 15px 0;}	

img.alignnone
{margin: 15px auto;}

#content .postmetadata
{
	text-align: center;
	}

.sidebar
{
width:200px;
padding:0;
background-color:#e3dcb0;
}

td.sidebar ul, td.sidebar ul ul, td.sidebar ul ul ul
{margin:0;padding:0;}

.sidebar li.widget
{margin:5px; padding:0;}


ul#menu-corporate-sidebar, ul#menu-builder-sidebar, ul#menu-epro-sidebar,  ul#menu-utilities-sidebar, ul#menu-commercial-sidebar, ul#menu-hers-rater-services-sidebar
{margin:0 0 0 5px;padding:0;}


.sidebar a
{line-height: 1.2em;
text-decoration:none;
margin:0;padding:0;}

.sidebar li
{margin:0;padding:0;}


.sidebar ul.sub-menu, .sidebar .menu
{margin:0;padding:0;}

.sidebar ul.sub-menu li
{margin:0;padding:0;position: relative; left:-15px;}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


.row
{clear: both;
width: 100%;
 margin: 5px 0;
 }	

.small {
	font-size: 0.7em;
	line-height: 1em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */


/*Team Banners Structure*/
#businessunit1
{margin:0 0 5px 0;
padding:0;
background-color:#e3dcb0; /*Leadership - cream*/
cursor: pointer;}

#businessunit2
{margin:0 0 5px 0;
padding:0;
background-color:#f87734; /*Admin - orange*/
cursor: pointer;}

#businessunit3
{margin:0 0 5px 0;
padding:0;
background-color:#5f827c; /*Builder Services - teal*/
cursor: pointer;}

#businessunit4
{margin:0 0 5px 0;
padding:0;
background-color:#7aaa43; /*epro - green*/
cursor: pointer;}

#businessunit5
{margin:0 0 5px 0;
padding:0;
background-color:#aea561; /*existing home - tan*/
cursor: pointer;}

#businessunit6
{margin:0 0 5px 0;
padding:0;
background-color:#686261;  /*software - grey*/
cursor: pointer;}

h2.bio
{font-weight:normal;
padding:15px 0 0 15px;
margin:0;
color: #131313;
}

.instructorbio
{
display:block;
width:600px;
height: 40px;
margin:60px 0 15px 25px;
padding:10px;
border: 1px solid #fff;
/*background-image: url(images/textareabg.png);*/
overflow:hidden;
}

.instructorbio p
{margin:0;padding:0;}

.instructorbio a:link, .instructorbio a:visited
{color: #104b7d;}
.instructorbio a:hover, .instructorbio a:active
{color: #434343;}

.textarea
{
display:block;
width:700px;
height: 130px;
margin:40px 0 25px 25px;
padding:10px;
border: 1px solid #fff;
background-image: url(images/textareabg.png);
overflow:hidden;
}

.reset1, .reset2, .reset3, .reset4, .reset5, .reset6
{
width:18px;
margin:2px;
padding:2px;
background-color: #e5e5e6;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
color:#000;
text-align:center;
border: 1px solid #fff;}


/* Begin Structure */


.post hr {
	display: block;
	}

 .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	margin: 30px 0;
	}

 .smallattachment{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

 .attachment{
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 10px 20px 10px 0;
	padding: 0;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	list-style: none;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

	input
	{text-align:left;
	margin:0;padding:0;}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote 
{
float: left;
background-image: url(images/blockquotebg.png);
background-position: top center;
background-repeat: no-repeat;
width: 225px;
margin: 5px;
padding: 5px 5px;
}

blockquote h2
{
margin: 0 15px 25px 15px;
font-size: 1.15em;
font-weight: bold;
color: #fff;
}
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

 
 
/* 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: 8px;
	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 {
	color: #662d91;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25px;
	padding: 5px 4px;
	margin: 0;
}
/* End captions */

/* headermenu */

#footer
{
background-image: url(images/footerbg.png);
background-position: top left;
background-repeat: repeat-y;
text-align:center;
height:25px;
margin:0 auto;
padding: 0;
width: 900px;
}

#footer p.copy 
{
 color: #fff;
 float: right;
 text-align: right;
 font-size: .8em;
 margin: 5px 25px 0 0;
 padding: 0;
}

#footer a:link, #footer a:visited
{color: #fff;}
#footer a:hover, #footer a:active
{color: #fff;}

#subfooter
{background-color:#ccc;
margin:0;
padding:15px}
#subfooter p.copy 
{
 color: #fff;
 text-align: right;
 font-size: .75em;
 margin: 0 15px;
 padding: 0;
}

#subfooter a:link, #subfooter a:visited
{color: #fff;}
#subfooter a:hover, #subfooter a:active
{color: #104b7d;}

span.wpcf7-list-item { display: block; }

.countdown
{width:100%;
border:0;
margin:0;
padding:0;
color:#362f2d;
font-size:32px;
font-family: "Roboto", roboto, Sans-Serif;
text-align:center;}


.gallery_preview
{margin:10px;}

.caption_link
{clear:left;}