/*   
Theme Name: Energy
Theme URI: 
Description: Energy
Author: HIC
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is  Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
  background: none repeat scroll 0 0 #ECE9DB;
  color: #333;
  font-family: 'Istok Web',Arial,sans-serif;
}
a.button {text-decoration: none; }
.blue { color: #2d84ac; } /* 5d820c */
/* ~~ LINKS ~~ */
a:link {
	color: #2d84ac;
	text-decoration: underline;
}
a:visited {
	color: #2d84ac;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	background: #b3d03a;
	color: #000000 !important;
	text-decoration: none;
}

#main {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0px 0px 0px;
  position: relative;
  width: 990px;
}
#branding {
    display: none;
}
#headerslide {
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 990px;
}
#vslider_optionscontainer .cs-buttons {
	z-index:1001;
	display:block;
}

#access {
  height: 40px;
  background-color: #B3D03A;
  border: none;
  margin: 0 auto;
  width: 990px;
  overflow: visible;
  z-index: 100;
}
#header{
	clear:both;
}
.menu {
 font-family: 'Play', Arial, sans-serif;
 font-weight:normal; 
 margin: 0 0 0 15px;
  width: 990px;
}

/*** COLOR SKIN ***/

/* main ul element */
.sf-menu {
	float:left;
	border: 0px;
	line-height: 21px;
	border:none;
}


/* general link styles*/
.sf-menu a {
	display: block;
	border: 0px;
	padding:9px 10px;
	text-decoration:none;

}
.sf-menu a, .sf-menu a:visited {
  color: black;
}
/*** 1st Level ***/

/* 1st level links, no hover, no visits */
.sf-menu li a {
	color: black;
	background-color: #B3D03A;
	font-size: 16px;
	height: auto;
	min-height: 22px;
	
}
/* 1st level links, while hovering over sub menu */
.sf-menu li.sfHover a{
	color: white;
	background-color: #2d84ac;
}

/* 1st level links, hover */
.sf-menu li a:hover {
	color: white;
	background-color: #2d84ac;
}

/* 1st level current page */
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #2d84ac;
	border-bottom-color: white;
	background-color: white;
}

/* 1st level down triangles with pure css*/
.sf-sub-indicator {
    background: url("images/arrows-ffffff.png") no-repeat scroll -10px -100px transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -999em;
    top: 14px;
    width: 10px;
}
a > .sf-sub-indicator {
    background-position: 0px;
    top: 15px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background: url("images/arrows-ffffff.png") no-repeat scroll 0px -100px transparent;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}

/*** 2nd level ***/

/* sub menu */

.sf-menu ul {
	border-color: none;
	width: 25.25em;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:40px; /* overriding essential styles- adjust if you have gaps between first level and drop-down sub menu*/
}
.sf-menu ul ul {
    margin-top:0; /*unlikely to need adjusting */
}

/* 2nd level links, no hover */
.sf-menu li li a, .sf-menu li.sfHover li a {
	color: white;
	background-color: #2d84ac;
}

/* 2nd level links, while hovering over sub menu */
.sf-menu li li.sfHover a{
	color: black;
	background-color: #a1a1a1;
}

/* 2nd level links, hover */
.sf-menu li li a:hover, .sf-menu li.sfHover li a:hover {
	color: black;
	background-color: #CCC;
}

/* 2nd level current page 
.sf-menu li li.current_page_item a,
.sf-menu li li.current_page_ancestor a,
.sf-menu li li.current_page_parent a {
	color: white;
	background-color: #2d84ac;
}
*/
/* 2nd level side triangles with pure CSS */
.sf-menu li li .sf-sub-indicator { /*right arrow*/
	border-color: transparent transparent transparent WHITE;
}

/*** 3rd Level and beyond ***/

/* 3rd level links, no hover */
.sf-menu li li li a, .sf-menu li.sfHover li li a {
	color: black;
	background-color: #CCC;
}

/* 3rd level links, hover */
.sf-menu li li li a:hover, .sf-menu li.sfHover li li a:hover {
	color: white;
	background-color: #b3d03a;
}

/* 2nd level current page */
.sf-menu li li li.current_page_item a,
.sf-menu li li li.current_page_ancestor a,
.sf-menu li li li.current_page_parent a {
	background-color: #CCC;
}

/* ~~ HEADERS ~~ */
.statewide-header {
	width: 100%;
	height: 36px;
	background-color: #2d84ac;
}
.statewide-banner {
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	width: 960px;
	padding: 0 15px;
}
.statewide-banner-left {
	float: left;
	position: relative;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.statewide-banner-right {
	float: right;
	position: relative;
	top: 6px;
}
.statewide-banner a, .footer a {
	color: #ededed;
	text-decoration: underline;
}
.statewide-banner a:hover, .footer a:hover {
	background: #b3d03a;
	color: #000000;
	text-decoration: none;
}
#adalinks {
padding: 0px 0px 0px 4px;
}

#access-search{
	border: none;
	position:absolute;
	left:50%;
	margin:7px 0px 0px 237px;
}
#access-search input, #access-search .textbox {
    	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 242px;
	border: 1px solid #ccc;
    	color: #2d84ac;
    	font-size: 14px;
    	font-style: normal;
    	font-weight: bold;
	background: #fff url(/wp-content/themes/Energy/images/search-button.jpg) no-repeat right;
	height:24px;
	padding: 0px 0px 0px 5px;
}
.windows .sf-menu a {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial,sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 1.6em;
}
h2, h3, h4 {
  color: #9FB933;
}
.entry-title {
  color: #9FB933;
  font-family: Arial,sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 26px;
  padding: 0 0 7px;
}
p {
    font-family: 'Istok Web',Arial,sans-serif;
    font-size: 0.9em;
    line-height: 1.6em;
    margin-top: -0.5em;
    padding-bottom: 0.7em;
}
p {
    margin-bottom: 0.75em;
}

#content {
  overflow: hidden;
  width: 710px;
  margin: 0px 0px 0px 15px;
}
.aside {
  color: #333;
}
.main-aside {
  float: right;
  position: relative;
  right: 15px;
  width: 240px;
}
.windows .sf-menu a {
  padding: 8px 10px 10px;
}
#footer {
  background: none repeat scroll 0 0 #2D84AC; 
  border: 15px solid #fff;	
  margin: 0 auto;
  clear: both;
  color: #EDEDED;
  position: relative;
  height: 56px;
  width: 960px;
}
#siteinfo {
  color: #EDEDED;
  padding: 22px 0 44px;
  font-family: 'Istok Web',Arial,sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: -0.5em;
  padding-bottom: 0.7em;
}
#siteinfo a {
  color: #EDEDED;
}
#siteinfo a:active,
#siteinfo a:hover {
	background: #b3d03a;
	color: #000000;
	text-decoration: none;
	}
.dbedtlogo {
  background: url("/wp-content/themes/Energy/images/dbedt-220.jpg") no-repeat scroll left center transparent;
  height: 40px;
  width: 220px;
}
.stateseal {
  background: url("/wp-content/themes/Energy/images/stateseal.jpg") no-repeat scroll left center transparent;
  height: 130px;
  width: 220px;
}
.main-aside ul {
  padding: 0 10px;
}
.compact {
  line-height: 1.3em !important;
  margin-top: 0;
}
.aside h3 {
font-size: 17px;
font-style: normal;
text-decoration: none;
line-height: 100%;
  line-height: 100%;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.entry-content {
  padding: 0px;
}
.entry-content h1, .entry-content h2 {
  font-family: Arial,sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  padding: 2px 0 14px;
}
.entry-content h3 {
  font-size: 17px;
  font-style: normal;
  padding: 2px 0 14px;
}
.entry-content h4 {
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: none;
}
.contentbox {
  padding: 5px 10px 5px 5px;
  width: 310px;
}
.contentbox {
  border: 1px solid #DFDDD8;
  float: left;
}
h1.contenthl {
	font-size: 1.4em;
	color: #9FB933;
	padding: 5px 0 0 5px;
	}
#cs-buttons-vslider_options a{ 
    background:url(images/content-gallery-bt-bg.png) no-repeat center center;
	cursor:pointer;
    width: 45px;
    height: 45px;
    border: none;
	padding: 26px;
	margin: 0px;
	 font-family: Arial,sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#cs-buttons-vslider_options a:hover {     background:url(images/content-gallery-bt-bg-hover.png) no-repeat center center;
 }
#cs-buttons-vslider_options a.cs-active { background:url(images/content-gallery-bt-bg-hover.png) no-repeat center center;
 }
 
#cs-buttons-vslider_options {
  border: medium none;
  display: block;
  height: 45px;
  left: 736px;
  position: absolute;
  top: 280px;
  width: 45px;
  z-index: 999;
}
#cs-navigation-vslider_options{
	display: none !important;
}

.mainbanner .cs-title {
  background: none repeat scroll 0 0 #2d84ac;
  border: medium none;
  color: white;
  display: block;
  height: 308px;
  left: 734px !important;
  padding: 20px;
  top: 0;
  width: 234px;
  z-index: 999 !important;
}

.mainbanner .cs-title h4{
	font-family: Arial,sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.mainbanner .readMore {
  text-decoration: underline;
}
.mainbanner .readMore:hover {
  text-decoration: none;
  cursor: pointer;
}
#content ul li, #content ol li, #content blockquote {font-family: 'Istok web', Arial, sans-serif; font-size: 0.9em; }

blockquote {
	color: #222;
	font-size: 1em;
	font-style: normal;
	margin: -1em 2em 0 2em;
}
.teststyle { color: red; }

.vslider1 .cs-title {
  display: block;
  height: 85px;
  left: 90px !important;
  padding: 0px;
  top: -5px;
  width: 220px;
  z-index: 999 !important;
}
.vslider1 .cs-title h4{
	font-family: Arial,sans-serif;	
	font-size: .85em;
	color: black;
	font-weight: bold;
	cursor: pointer;
	filter:alpha(opacity=100) !important;
	background-color:#fff
}
.vslider1 .sliderp{
	font-family: Arial,sans-serif;	
	font-size: .85em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height:normal;
}
.vslider1 .readMore {
  left: 0px !important;
  padding: 0;
  position: absolute;
  top: 58px;
  z-index: 999 !important;
  color: #2D84AC;
  font-family: Arial,sans-serif;
  font-size: 0.85em;
  font-weight: normal;
}


.vslider1 .readMore {
  text-decoration: underline;
}
.vslider1 .readMore:hover {
  text-decoration: none;
  cursor: pointer;
}
.mainp {
font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  line-height: 23px;
  }
#textResizer {
  color: #FFFFFF;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 6px 0 0 18px;
}
#textResizer a {
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 12px;
}
.contentbox-green, .contentbox-blue {
  padding: 10px 7px 0 10px;
  width: 200px;
}

.contentbox-green {
  background: none repeat scroll 0 0 #D8DEC1;
  border: 1px solid #D8DEC1;
  color: #222222;
  font-size: 13px;
  line-height: 15px;
}

.contentbox-blue {
  background: none repeat scroll 0 0 #C4D9E2;
  border: 1px solid #C4D9E2;
  color: #222222;
  font-size: 13px;
  line-height: 15px;
}
.entry-meta a{
display:none !important;
}
span.meta-prep-author {
display:none !important;
}
.vslider2, .vslider2 img {
  border: 0px solid #FFFFFF;
  border-radius: 0 0 0 0;
margin: 5px;
}
.vslider1, .vslider1 img {
  margin: 9px 6px 5px 5px;
}
cite, em, i {
  font-size: 0.85em;
  font-style: italic;
}
th, td {
  padding: 4px;
}
.entry-content img {
    height: auto;
    margin: 0 0 5px;
    max-width: 100%;
}