/**
 * Theme Name: Repower
 * Description:
 * Version: 1.0
 * Author: Alliance for Climate Protection
 * Author URI: http://www.repoweramerica.org
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 */
 
@import url('../repower/custom.css'); 

body {
	font: 15px/22px Arial, Times, 'Times New Roman', serif;
	color: #000;
	background: #fff;
}
#body-container {
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
	padding: 0 16px;
	background: #ffffff;
}
#header-container { padding: 0; }

/** Elements **/
a {
color:#206498;
	/** color: #0C386E; **/
	text-decoration: none;
}
a:hover { color: #00AAD8 }
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
h1, h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }
ul { list-style: square; }
ol { list-style: decimal; }
.generic-list {
	font-size: 12px;
	color: #333;
	list-style: none;
	margin-left: 13px;
}
.generic-list-item { background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/list_bullet_disc_small.jpg) no-repeat; }
blockquote {
	padding: 20px 20px 0 20px;
	margin: 5px 20px 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
}
pre code { padding: 0; }
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #ddd;
}
tr.alt td, tr.even td { background: #f7f7f7; }
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
}
p { 
	font-family: Arial, sans-serif; 
	color: #333; 
}
ul, ul li { color: #333; }
acronym {
	font-size: 13px;
	border: none;
}
strong { font-weight: bold; }
em { font-style: italic; }

/** Custom CSS **//
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
}
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
}
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
}
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
}
.clear { clear: both; }
.required { color: #CC0000 !important; }
.divider { 
	height: 1px; 	
	border-top: 1px dotted #ddd; 
	clear: both !important; 
	display: block !important; 
	margin: 17px 0 19px 0 !important;
	width: 100%; 
}

/** Images **/
.thumbnail {
	float: left;
	/* 
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	*/
	width: 80px; 
	height: 80px;
	margin: 0 15px 0 0; 
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
}

/** Page Navigation **/
#navigation {
	height: 47px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
	width: 970px;
	z-index: 2000;
}
.page-nav {
	width: 820px;
	height: 47px;
	margin: 0;
}
.page-template-about .page-nav .page-item-25 a.item-2, .page-template-whyCleanEnergy .page-nav .page-item-25 a.item-25, .page-template-solutions .page-nav .page-item-33 a.item-33, .page-template-takeAction .page-nav .page-item-40 a.item-40, .page-template-inYourState .page-nav .page-item-56 a.item-56 { color: #AAA; }
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
}

#page-nav ul ul li {
	width: 100%;
}
.page-nav ul {
	list-style: none;
	margin: 0;
}
.page-nav li {
	position: relative;
	float: left;
	margin: 0;
	padding-top: 14px;
	background-color: #FFF;
}
.page-nav a {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	height: 33px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/navigation_background.gif) no-repeat left top;
}
.ie6 .page_item { width: 0px; }
.ie6 .menu li { white-space: nowrap; }
.ie6 .page_item ul { 
	top: 50px;
	display: none;
}
.ie6 .action-nav ul { width: 0; }	
.current_page_item a, .current_page_ancestor a { color: #AAA; }
.page-nav .page-nav-first { background: none; }
.page-nav ul ul a {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0 20px;
	text-decoration: none;
	height: auto;
	background: none;
}
.page-nav a:hover { text-decoration: none; }
.page-nav ul ul a:hover {
	text-decoration: none;
	color: #619e26;
	background: #dedede;
}
.page-nav li ul {
	background-color: transparent;
}
.page-nav li:hover ul, .page-nav li.sfHover ul {
	left: 0;
	top: 47px;
}
.page-nav ul ul {
	background: #eaeaea;
	padding: 9px 0px
}
.page-nav li li {
	background: #eaeaea;
	margin: 0;
	padding: 0;
}
.page-nav li li a {
	padding: 4px 20px;
	line-height: 14px;
	margin: 0;
}
.page-nav li li:first-child a { border: none; }
.page-nav li:hover, .page-nav li.sfHover, .page-nav a:focus, .page-nav a:hover, .page-nav a:active { color: #666666; }
.page_item { text-align: center; }
.page_item li { text-align: left; }
.page-item-2 { width: 100px; } /* About */
.page-item-2 ul { width: 150px; }
.page-item-25 { width: 200px; } /* Why Clean Energy */
.page-item-25 ul { width: 230px; }
.page-item-33 { width: 200px; } /* Solutions */
.page-item-33 ul { width: 200px; }
.page-item-40 { width: 150px; } /* Take Action */
.page-item-40 ul { width: 280px; }
.page-nav .page-item-56 { width: 170px; } /* In Your State */
.page-nav .page-item-56 ul { 
	width: 414px; 
	z-index: 20000 !important; 
	position: absolute; 
}
.page-nav .page-item-56 ul * { 
	border: none; 
	font-size: 11px; 
}
.page-nav .page-item-56 ul a { 
	width: 80px; 
	padding: 0px 20px; 
}
.page-nav .page-item-56 ul li { 
	width: 98px !important; 
	padding: 4px 0; 
}
.search-container {
	float: left;
	width: 50%;
}
body.search-results .page-banner-container { height: 5px; background-color: #000; }
body.search-results .blog-page-banner-image { display: none; }
#navigation form { float: left; }
#navigation .search-text {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
}
#navigation .search-submit { display: none; }

/** Header **/
#header-container {
	width: 100%;
	height: 138px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/home_background.gif) repeat-x left top;
	min-width: 970px;
}
#header {
	margin: 0 auto;
	width: 970px;
}
#header .site-logo {
	float: left;
	display: block;
	height: 138px;
	width: 420px;
	margin-left: 17px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/home_logo.gif) no-repeat left top;
}
.header-content { position: relative; }
.branding-container {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	margin: 5px 0 0 24px;
}
.branding-container span {
	float: left;
	display: block;
	height: 21px;
	padding-top: 2px;
}
.branding-container .header-affiliation-alliance {
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/acp-logo-sm.gif) no-repeat left top;
	padding-left: 38px;
}

.branding-container .header-affiliation-cpaf {
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/cpaf-logo-sm.gif) no-repeat left top;
	padding-left: 25px;
}
.action-nav {
	float: right;
	margin-top: 11px;
}
.action-nav ul { list-style: none; }
.action-nav li { float: left; }
.action-nav a {
	display: block;
	height: 12px;
	padding: 0 12px;
	line-height: 12px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.action-nav a:hover { color: #aaa; }
.action-nav-last a {
	border-right: none;
	padding-right: 0;
}
.action-join {
	float: right;
	width: 383px;
	height: 48px;
	margin-top: 40px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/action-background.png) no-repeat scroll right top;
}
.action-join label {
	display: block;
	float: left;
	margin: 11px 9px 0 11px;
	padding-top: 2px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.action-join .action-text {
	width: 198px;
	height: 20px;
	margin-top: 11px;
	border: none;
	padding: 6px 8px 0 8px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/action-text.gif) no-repeat left top;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
.action-join .action-submit {
	width: 23px;
	height: 26px;
	margin-top: 11px;
	border: none;
	padding-top: 26px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/action-submit.png) no-repeat scroll right 4px;
	cursor: pointer;
	display: inline;
	vertical-align: top;
	overflow: hidden;
}
#header #site-title, #header #site-description { 
	position: absolute; 
	left: -9999em; 
}
#utility-header {
	overflow: hidden;
	width: 468px;
	height: 60px;
}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.page-banner-container, .page-banner-image { margin: 0 auto; text-align: center; }
.generic-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/generic-page-banner-background.png) scroll repeat-x 0 0;
	overflow: hidden;
}
.generic-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}
.blog-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/blog-page-banner-background.png) scroll repeat-x 0 0;
	overflow: hidden;
}
.blog-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}

/** Containers **/
#container {
	overflow: hidden;
	float: left;
	width: 940px;
	margin-top: -1px;
	padding: 20px;
	--background: #f7f7f7;
}
.content {
	overflow: hidden;
	float: left;
}
.content, .no-widgets .content, .no-default-widgets .content { width: 622px; }
.primary-active .content, .secondary-active .content { width: 620px; }
.rounded-cap {
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/contentwell-highlight-top.jpg) top left no-repeat;
	width: 636px;
	height: 11px;
}
.rounded-foot {
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/contentwell-highlight-bot.jpg) top left no-repeat;
	width: 636px;
	height: 12px;
}
.join-inner{
	padding: 20px;
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/contentwell-highlight-bg.jpg) top left repeat-x #e0f1f9;
	width: 577px;
}
.featured-content-section {
	border-bottom: 1px solid #cdcdcd;
	display: block;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.section-action { float: right; }
.section-action a {
	color: #579c14;
	font-size: 12px;
}
.section-action a:hover {
	text-decoration: none;
	color: #88ca48;
}
.state-info-container { margin-bottom: 30px; }
.learn-more-button {
	float: right;
	margin-bottom: -20px;
}
.page-template-inYourState-detail .hentry { padding: 0; }
.page-template-inYourState-detail .featured-title {
	font-size: 22px;
	color: #000;
	padding: 0 0 8px 0;
	margin-bottom: 20px;
}
.page-template-inYourState-detail .section-header .featured-title { float: left; }
.page-template-inYourState-detail .section-header .see-all { margin-right: 20px; }
.page-template-inYourState-detail .byline {
	color: #206498;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;

}
.page-template-inYourState-detail ul {
	list-style-type: none;
	margin: none;
	-moz-padding-start: 0px;
}
.page-template-inYourState-detail ul li {
	font-size: 12px;
}
.state-info-container .rounded-cap {
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-boxes-top-green.gif) top left no-repeat;
	width: 608px;
	height: 14px;

}
.state-info-container .rounded-foot {
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-boxes-bottom-green.gif) top left no-repeat;
	width: 608px;
	height: 15px;

}
.state-inner {
	padding: 20px;
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-boxes-bg-green.gif) top left repeat-x #e8f9d3;
	width: 568px;
}
.state-inner h2 {
	font-size: 25px;
	margin-bottom: 28px;
}
.state-inner .hentry {
	background: transparent;
	padding: 0;
	margin: 0;
}
.state-copy {
	padding: 0 0 0 10px;
	width: 40%;
	float: left;
}
.state-copy h4 {
	padding: 0 0 8px 0;
	font-size: 18px;
}
.members { font-size: 25px; }

.state-copy p {
	color: #666;
	font-size: 12px;
}
.state-data {
	float: left;
	width: 55%;
}
.state-data div { float: none; }
.state-data .row { padding: 8px 0; }
.state-data p {
	float: right;
	text-align: left;
	width: 220px;
	color: #333;
	font-size: 12px;
	margin-bottom: 12px;
}
.state-data h4 {
	color: #333;
	font-size: 16px;
	width: 90px;
	float:left;
	line-height: 24px;
}
.featured-container { margin: 30px 0; }
.social-media { float: right; }
.social-media img { margin: 0 3px; }
.why-clean-energy-content-section {
	display: block;
	padding: 18px 0;
}
.more a, a.more-link {
	font-style: normal;
	color: #579c14;
	font-size: 12px;
	font-weight: bold;
}
.more a:hover { color: #88ca48; }

/** Content **/
.donate {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 8px;
}

.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
}
.featured-container .thumb {
	float: left;
	width: 220px;
	height:156px;
}
.featured-container .copy {
	float: left;
	width: 348px;
	margin: 0 24px;
}
.featured-title {
	color: #206498;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
}
.why-clean-energy-content-section .thumb {
	float: left;
	width: 180px;
	height:125px;
}
.why-clean-energy-content-section .thumb img {
	width: 180px;
	height:125px;
}
.why-clean-energy-content-section .copy {
	float: left;
	width: 348px;
	margin: 0 0 0 30px;
	font-size: 12px;
}
.why-clean-energy-content-section .featured-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	color: #206498;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.copy p {
 margin: 0;
 padding: 0;
 color: #666;
 font-size: 13px;
 line-height: 18px;
}

/** Flash Area **/
.flash-holder, #flash-holder {
	background: #FFF;
	height: 389px;
	min-width: 970px;
}
.flash-holder {
	background: #000000 url(http://www.repoweramerica.org/wp-content/themes/repower/images/flash_prompt_image.jpg) no-repeat top left;
	visibility: hidden;
}
#flash-holder { width: 100%; }
.flash-holder .alt-content {
	width: 500px;
	margin: 0 auto;
}
.flash-holder a {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	width: 500px;
	margin: 0 auto;
	padding: 30px 0px;
}
.flash-holder a:hover { text-decoration: underline; }
.flash-holder img { float: right; }

/** Entries **/
.entry-title, .entry-title a {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0px 0;
	color: #206498;
}
.entry-title a:hover { color: #00aad8; }

.page-title, .singular-page-title {
	display: block;
	padding-bottom: 18px;
	margin-bottom: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

/* generic styles */
.entry-content { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
}
.entry-content p { 
	padding-bottom: 15px; 
	font-size: 12px; 
}
.entry-content strong { color: #333; }
.entry-content sup { font-size: 8px; }
.entry-content h1 { margin-bottom: 10px; }
.entry-content h2 { 
	margin-bottom: 10px; 
	font-size: 20px; 
	font-weight: bold; 
}
.entry-content h3 { 
	margin-bottom: 8px; 
	font-size: 16px; 
	font-weight: bold; 
}
.entry-content h4 { 
	margin-bottom: 8px; 
	font-size: 13px; 
	font-weight: bold; 
}
.entry-content ul { margin-left: 25px; }
.entry-content ul li {
	line-height: 17px; 
	padding-left: 15px; 
	padding-bottom: 9px; 
}
.entry-content ul.footnotes { 
	font-size: 10px; 
	text-align: left !important; 
}
.entry-content ul.footnotes li { 
	padding-bottom: 0; 
	line-height: 16px; 
	list-style-type: decimal; 
}
.entry-content ol { margin-left: 25px; }
.entry-content ol li {
	line-height: 17px; 
	padding-left: 15px; 
	color: #666; 
	padding-bottom: 9px; 
}
.entry-content h1 {
	padding-bottom: 18px;
	margin-bottom: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.page-title a {
	text-decoration: none;
	color: #000;
	font-size: 30px;
}

/* Byline */
.byline {
	font-size: 11px;
	color: #333;
}
.blog .byline, .archive .byline, .search .byline { margin-bottom: 6px; }
.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
}
.byline a { color: #333; }
.byline .more a { color: #579c14; }
.byline .more a:hover { color: #88ca48; }

.byline div.more { display: inline; }
.byline .page em {
	color: #206498;
	font-size: 16px;
	font-weight: bold;
}
.entry-summary p, .entry p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
.entry .intro {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}
.blogger-intro { font-size: 16px; }
.blogger-intro strong { color: #206498; }
.blogger-intro .more {
	font-weight: bold;
	color: #519311;
	font-size: 14px;
}
.entry h2 {
	font-size: 17px;	
	margin-top: 30px;
}
.entry-meta {
	clear: both;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 20px 0 20px 0;
	padding: 0;
	background: #fff;
}
.author-title, .category-title, .date-title, .tag-title, .search-title, .taxonomy-title {
	font-size: 30px;
	line-height: 33px;
}
p.pages { font-style: italic; }
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
}
.wp-pagenavi { overflow: hidden; }
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
}
.navigation-links { overflow: hidden; }
.next, .previous {
	max-width: 50%;
	color: #579C14;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.previous { float: left; }
.next {
	float: right;
	text-align: right;
}
#comments-template .paged-navigation { text-align: center; }
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
}

/**  Widgets **/
#primary {
	position: relative;
	float: right;
	width: 300px;
	z-index: 1;
}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
}
.widget {
	overflow: hidden;
	--border: 1px solid #ccc;
	background: #fff;
}
#secondary .widget_sp_image {
	padding: 0;
	margin: 20px 0 20px 0;
}
.widget-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 20px;
	color: #000;
}
.widget ul {
	list-style: square;
	margin-left: 20px;
}
.widget_sp_image h3 { display: none; }
.widget_sp_image img {
	padding: 0;
	margin: 0;

}

/* Mission Statement - Homepage */
.hfeed .widget_text {
	padding: 0;
	margin: 0;
}
.hfeed h3.widget-title { display: none; }
.alliance-relationship { margin-top: 20px; }

/* Join Today! Widget */
.action-join .text-error, .join-inner .text-error {
	color: #ff0000 !important;
	font-weight: bold !important;
	
}
.join-inner .join-text {
	width: 238px;
	height: 20px;
	padding: 6px 8px 0 8px;
	border: none;
	margin-top: 15px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/join-text.gif) no-repeat left top;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
.join-inner .join-submit {
	width: 16px;
	height: 26px;
	padding-top: 26px;
	border: none;
	margin-top: 15px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/join-submit.png) no-repeat scroll right 3px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: top;
}

/* Page Sidebar Nav Widget*/
#primary #hybrid-pages-4, #primary #hybrid-pages-5, #primary .widget_sp_image, #primary #hybrid-pages-3 { padding:20px 0; }
#primary #text-12 { padding: 0px; }	
.promo-inside {
	padding: 0 20px;
	font-size: 13px;
}
.widget-pages {
	background: #E8F0FF url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-select-box-bottom.png) no-repeat scroll left bottom;
	margin: -20px 0px 20px 0;
	width: 288px;
	padding-bottom: 10px;
}
.widget-pages a {
	color: #519311;
	font-size: 12px;
	font-weight: bold;
}
.widget-pages .current_page_item{
	margin-bottom: 5px;
	color: #aaaaaa;
}
.widget-pages .current_page_item a { color: #333333; }
.widget-pages .current_page_item  .page_item a { color: #519311; }	
.widget-pages .current_page_item a:hover, .widget-pages a:hover { color: #206498; }
.widget-pages .widget-inside { width: 268px; }
.widget-pages ul {
		list-style-type: none;
		margin: none;
		-moz-padding-start: 0px;
		padding: 0 20px 12px;
		margin-left: 0px;
}
.widget-pages ul li {
	text-align: left;
	padding: 1px 0;
}
.promo-box-widget {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-events-footer.png) scroll no-repeat left bottom;
	margin: 0px 0px;
	width: 288px;
	padding:0 0 10px 0;
}
.promo-box-widget a {
	color: #569801;
	font-size: 13px;
	font-weight: bold;
}
.promo-box-widget h2 {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/press_resources.png) scroll no-repeat 0 0;
	width: 288px;
	height: 44px;
	font-size: 18px;
	text-indent: -9000px;
	margin: 0 0 12px;
	position: inherit;
}
.related-posts-widget {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-events-footer.png) scroll no-repeat left bottom;
	margin: 0px 0px;
	width: 288px;
	padding-bottom: 10px;
}
.related-posts-widget h2 {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/related-posts-header.png) scroll no-repeat 0 0;
	width: 288px;
	height: 44px;
	font-size: 18px;
	text-indent: -9000px;
	margin: 0 0 12px;
	position: inherit;
}
.related-posts-widget ul {
		list-style-type: none;
		margin: none;
		-moz-padding-start: 0px;
		padding: 0 20px;
}
.related-posts-widget ul li {
		font-size: 13px;
		color: #206498;
		padding-top: 6px;
}
.related-posts-widget .entry-date {
	font-size: 10px;
	color: #333;
	line-height: 11px;
}
.related-posts-widget .see-all {
	font-size: 12px;
	color: #519311;
	padding: 10px 20px 0 20px;
}
.widget_sp_image { margin: 20px 0px; }
#state-events-box .event-title {
	display: block;
	margin: 17px 20px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #206498;
}
#state-events-box .event-date {
	margin: 0px 20px 5px 25px;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
#state-events-box .event-city {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #333333;
}
#state-events-box .events-view {
	display: block;
	margin: 17px 20px 0px 25px;
	color: #579C14;
	font-size: 13px;
	font-weight: bold;
}

/** Comments **/
#comments { 
	border-top: 1px solid #ddd; 
	padding-top: 25px; 
}
#comments .comments-header { 
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
#comments .comment-meta-data { 
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ddd;
	padding: 8px 10px 6px 10px;
	float: right;
	font-size: 11px; 
	margin-left: !important;
	width: 523px; 
}
#comments .comment-text {
	clear: both;  
	margin-bottom: 25px; 
}
#comments .comment-text p { 
	line-height: 1.4em;	
	font-size: 12px; 
	padding-bottom: 12px; 
	text-align: justify;
}
#comments .fn { 
	font-size: 16px; 
	text-transform: capitalize;
}
#comments .avatar { 
	height: 52px;
	width: 52px;
}
#comments .permalink { color: #333; }
#comments-template p.comments-closed { display: none; }
#comments .comment-list li { list-style-type: none !important; }
#respond { 
	background-color: #f7f7f7;
	border: 1px solid #ddd; 
	margin-bottom: 25px; 
	overflow: hidden; 
	padding: 10px 5px 12px 20px; 	
}
#respond .comment-action { display: none; }
#respond #commentform p { margin-bottom: 7px; }
#respond input { 
	width: 300px; 
	vertical-align: bottom;
}
#respond .comments-header { margin-bottom: 15px; }
#respond textarea { 
	border: 1px solid #999; 
	width: 575px; 
}
#respond label { 
	display: block; 
	float: left;  
	font-size: 12px; 
	width: 45px;
	text-align: left;
	margin-right: 15px; 
}
#respond span.required { display: inline !important; }
#respond p.log-in-out { 
	font-size: 12px; 
	margin-bottom: 10px; 
}
#respond p.form-textarea label { 
	clear: both; 
	float: none !important; 
	text-align: left;
}
#respond #submit {
	background-color: #666; 
	border: 0;
	color: #fff; 
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	padding: 8px 10px; 
	width: 100px; 
	cursor: pointer;
}
#respond #submit:hover { background-color: #000; }
#respond #reset { display: none; }

/** Footer **/
#footer-container {
	clear: both;
	width: 100%;
	background: url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/footer-bg.png) top left repeat-x;
	height: 223px;
	border-top: solid 1px #EEE;
	min-width: 970px;
}
#footer-container .search-text {
	border: none;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/footer-search-text.gif) no-repeat left top;
	width: 240px;
	height: 22px;
	padding: 6px 8px 0 8px;
	vertical-align: top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
}
#footer-container .search-submit {
	width: 16px;
	height: 28px;
	padding-top: 28px;
	border:none;
	cursor: pointer;
	background: transparent url('images/style/green-arrow.gif') no-repeat right 2px;
	vertical-align: top;
	overflow: hidden;
}
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
}
#footer {
	clear: both;
	overflow: hidden;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 11px;
	color: #666666;
	width: 970px;
}
#footer a {
	font-style: italic;
	color: #579C14
}

#footer a:hover {
	color: #88ca48;
}

#footer .copy { margin-top: 32px; }
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
}
#footer .footer-links { text-align: right; }
#footer .learn {
	margin-top: 18px;
	text-align: center;
}
.learn p {
	font-size: 11px;
	color: #000;
}
#footer .footer-links a, #footer .learn a { font-style: normal; }

/** Homepage **/
.home-content-header { border-bottom: 1px solid #cdcdcd; }
.home-content-header img {
	width: auto;
	height: auto;
}
.home-content-header h3 {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.home-content-section .hentry {
	background: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.home-content-section img {
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 80px;
	border: solid 1px #000;
}
.home-content-section h2 { margin-left: 100px; }
.home-content-section p {
	margin-left: 100px;
	margin-bottom: 3px;
}
.home-post-thumbnail {
	width: 75px;
	height: 80px;
}
.home-content-section .navigation-links { display: none; }
.front-page #state-select-box { display: none; }


/* About page */
.about-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/about-page-banner-background.png) scroll repeat-x 0 0;
}
.about-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}
.media-press-page-banner-container, .press-release-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/about-page-banner-background.png) scroll repeat-x 0 0;
}
.media-press-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}
body.page-template-media-press  .media-press-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/about-page-banner-background.png) scroll repeat-x 0 0;
}
body.page-template-media-press  .media-press-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}
body.page-template-media-press .page-header {
	font-size: 30px;
	margin-bottom: 18px;
}
body.page-template-media-press .page-entry {
	font-size: 100% !important;
	color: #000000 !important;
}
body.page-template-media-press .section-header {
	width: 100%;
	border-bottom: solid 1px silver;
	margin: 20px 0px 25px;
}
body.page-template-media-press .section-header h2 {
	font-size: 22px;
	float: left;
	margin-bottom: 19px;
}
body.page-template-media-press .section-header .see-all, .section-header .see-all  {
	font-size: 12px;
	float: right;
	color: #579c14;
}
body.page-template-media-press .section-header a:hover, .section-header a:hover  { color: #88ca48; }
body.page-template-media-press .hentry { padding: 0; }
body.page-template-media-press .entry-date {
	font-size: 11px;
	color: #333333;
}
body.page-template-media-press .entry-publication {
	font-size: 11px;
	color: #579c14;
}
body.page-template-media-press  .thumbnail {
	width: 180px;
	height: 126px;
	padding: 0;
	border: 0;
	margin: 0px 26px 26px 0px;
}
body.page-template-media-press .vvqbox {
	display: block;
	float: left;
	padding: 0;
	border: 0;
	margin: 0px 26px 26px 0px;
}
body.page-template-media-press .entry-content {
	font-size: 13px;
	color: #666666;
}
body.page-template-media-press  .paragraph-header {
	font-weight: bold;
	color: #206498;
}
body.page-template-media-press  .more-link, body.page-template-media-press  .register-link {
	font-weight: bold;
	font-size: 12px;
	color: #579c14;
}
.page-template-media-press .message-alert { 
	background-color: #FFF9D7; 
	border-bottom: 1px solid #E2C822; 
	font-size: 13px !important; 
	margin: 10px 0 10px 0;
	padding: 10px; 
	text-align: left; 
}
.page-template-media-press .category-news-item .entry p a { color: #579C14; }

/* Events Page */
.events-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/events-page-banner-background.png) scroll repeat-x 0 0;
}
.events-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}
body.page-template-events .page-header {
	font-size: 30px;
	margin-bottom: 18px;
}
body.page-template-events .page-entry {
	font-size: 100% !important;
	color: #000000 !important;
}
body.page-template-events .section-header {
	width: 100%;
	border-bottom: solid 1px silver;
	margin: 20px 0px 0;
}
body.page-template-events .section-header h2 {
	font-size: 22px;
	float: left;
	margin-bottom: 19px;
}
body.page-template-events .hentry { margin: 0; }
body.page-template-events .post .entry-date { padding-bottom: 0; }

/* Blog Page */
.blog-content img { 
	float: left; 
	border: 1px solid #000;
}
.blog-content h2 { margin-left: 100px; }
.blog-content p { margin-left: 100px; }

/* Take Action Page */
.page-template-takeAction .featured-content-section { margin-bottom: 20px; }
.page-template-takeAction .hentry {
	padding-left: 0;
	padding-right: 0;
}
.section-introduction p{
	font-size: 18px;
	color: #069;
	line-height: 24px;
	margin-bottom: 20px;
}
.section-introduction strong {
	color: #000;
	font-weight: bold;
}
.takeAction-featured-container {
	overflow: hidden;
	padding-bottom: 40px;
}
.takeAction-featured-container .thumb { float:left; }
.takeAction-featured-container .copy {
	float: left;
	margin-left: 20px;
	width: 280px;
}
.takeAction-featured-container .featured-title {
	color: #206498;
	font-size: 18px;
	font-weight: bold;
}
.takeAction-featured-container p { line-height: 22px; }
.takeAction-featured-container .feature-button {
	margin-top: 30px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/add_your_voice_wall_button.gif) no-repeat left top;
	padding: 7px 10px;
	width: 149px;
	height: 37px;
	display: block;
	color: #FFF;
	font-size: 18px;
}
.takeAction-ways-container { padding-bottom: 40px; }
.takeAction-ways-item { height: 100px; }
.takeAction-ways-item a {
	padding: 0;
	margin: 0;
	color: #206498;
}
.takeAction-ways-item p {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 13px;
}
.takeAction-ways-item .takeAction-more {
	font-weight: bold;
	color: #579C14;
}
.takeAction-ways-container img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.takeAction-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/takeAction-page-banner-background.png) scroll repeat-x 0 0;
}
.takeAction-page-banner-container img {
	display: block;
	height: 168px;
	margin: 0 auto;
}
.sign-petition-iframe {
	width: 360px;
	height: 200px;
	padding-top: 10px;
}
.sign-petition-instructions p { padding: 10px 0 10px 0; }
.sign-petition-instructions ul {
	list-style: none;
	padding-left: 12px;
	font-weight: bold;
	color: #579C14;
}
.sign-petition-instructions span { color: #000; }
.sign-petition-instructions .small-text {
	font-size: 10px;
	color: #888;
	padding-left: 12px;
}
.sign-petition-instructions .disclaimer {
	font-size: 10px;
	color: #888;
	width: 330px;
}
.call-your-senator { margin-bottom: 10px; }

/* Solutions Page */
.solutions-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/solutions-page-banner-background.png) scroll repeat-x 0 0;
}
.solutions-page-banner-container img{
	display: block;
	height: 168px;
	margin: 0 auto;
}
.solutions-featured-container {
	width: 580px;
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
}
.solutions-featured-container .thumb { float:left; }
.solutions-featured-container .copy {
	float: left;
	margin-left: 20px;
	width: 280px;
}
.page-template-solutions .featured-content-section { margin-bottom: 20px; }
.solutions-featured-container .featured-title {
	color: #206498;
	font-size: 18px;
	font-weight: bold;
}
.solutions-featured-container p { line-height: 22px; }
.solutions-featured-container .feature-button {
	margin-top: 30px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/feature_wall_button.gif) no-repeat left top;
	padding: 7px 10px;
	width: 119px;
	height: 23px;
	display: block;
	color: #FFF;
	font-size: 18px;
}
.solutions-items-container { padding-bottom: 40px; }
.solutions-items-container img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.solutions-item { height: 100px; }
.solutions-item a {
	padding: 0;
	margin: 0;
	color: #206498;
}
.solutions-item a:hover { color: ##00AAD8; }
.solutions-item p {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 13px;
}
.solutions-item .solutions-more {
	font-weight: bold;
	color: #579C14;
}

/* Why Clean Energy Page */
.whyCleanEnergy-page-banner-container {
	width: 100%;
	height: 169px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/whyCleanEnergy-page-banner-background.png) scroll repeat-x 0 0;
}
.whyCleanEnergy-page-banner-container img{
	display: block;
	height: 168px;
	margin: 0 auto;
}

/* In Your State Page */
#state-events-box {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-events-footer.png) scroll no-repeat left bottom;
	margin: 4px 0px;
	width: 288px;
	padding-bottom: 20px;
}
#state-events-box h1 {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-events-header.png) scroll no-repeat 0 0;
	width: 288px;
	height: 44px;
	font-size: 18px;
	text-indent: -9000px;
	margin: 0 0 12px;
}
#state-events-box .event-title {
	display: block;
	margin: 17px 20px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #206498;
}
#state-events-box .event-date {
	margin: 0px 20px 5px 25px;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
#state-events-box .event-city {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #333333;
}
#state-events-box .events-view {
	display: block;
	margin: 17px 20px 0px 25px;
	color: #579C14;
	font-size: 13px;
	font-weight: bold;
}
.inYourState-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/inYourState-page-banner-background.png) scroll repeat-x 0 0;
}
.inYourState-page-banner-container img{
	display: block;
	height: 168px;
	margin: 0 auto;
}
.state-blog .entry-date{
	font-size: 11px;
	color: #333;
}
.state-blog .entry-content p{
	font-size: 12px;
	color: #666;
}
.post_tag-jobs strong{
	font-size: 14px;
	color: #206498;
	font-weight: bold;
}
.post_tag-jobs p{
	font-size: 12px;
	color: #666;
}

.post_tag-jobs .sources{
	font-size: 11px;
	color: #999;
}


/* State Landing Page */
.state-list-container h2 {
	padding-bottom: 8px;
	border-bottom: solid 1px #CCC;
	margin: 10px 0 10px 0;
}
.state-list {
	list-style: none;
	float: left;
	width: 150px;
}
.state-list a {
	font-weight: bold;
	color: #579C14;
	font-size: 12px;
	padding-left: 12px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/list_bullet.gif) no-repeat left 4px;
}
.state-list a:hover { color: #88CA48; }
.state-inner .more-link {
	font-weight: bold;
	font-size: 12px;
	color: #579c14;
}

/* Videos Page */
body.category-videos .videos-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/about-page-banner-background.png) scroll repeat-x 0 0;
}
body.category-videos .videos-page-banner-image {
	display: block;
	height: 168px;
	margin: 0 auto;
}
body.category-videos .entry-date {
	font-size: 11px;
	color: #333333;
}
body.category-videos .vvqbox {
	display: block;
	float: left;
	padding: 0;
	border: 0;
	margin: 0px 26px 26px 0px;
}
body.category-videos .entry-content {
	font-size: 13px;
	color: #666666;
}
body.category-videos .paragraph-header {
	font-weight: bold;
	color: #206498;
}
body.category-videos .more-link, body.category-videos .register-link {
	font-weight: bold;
	font-size: 12px;
	color: #579c14;
}

/* Privacy Policy Page */
.privacyPolicy-page-banner-container {
	width: 100%;
	height: 107px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/privacyPolicy-page-banner-background.png) scroll repeat-x 0 0;
}
.privacyPolicy-page-banner-image {
	display: block;
	height: 107px;
	margin: 0 auto;
}

/* State Dropdown */
#state-select-box {
	background: #E8F0FF url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-select-box-bottom.png) scroll no-repeat bottom left;
	width: 244px;
	height: 59px;
	padding: 26px 21px 34px 23px;
	margin-top: -20px;
}
#state-select-box h1 {
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-select-box-title.png) scroll no-repeat 0 0;
	text-indent: -9000px;
	margin-top: 0px;
}
#state-select-link {
	display: none;
}
.state-select-container {
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-select-box.png) scroll no-repeat 0 0;
	display: block;
	position: relative;
	width: 244px;
	height: 26px;
}
.state-select-value-container {
	display: block;
	height: 20px;
	width: 239px;
	padding-top: 3px;
	padding-left: 3px;
	white-space: nowrap;
}
.state-select-value-content {
	display: block;
	height: 18px;
	padding: 0px 8px;
	float: left;
	color: #333333;
	font-size: 13px;
	min-width: 70px;
	white-space: nowrap;
}
.state-select-dropdown {
	display: block;
	background: #eaeaea;
	border: 1px solid #e3e3e3;
	position: absolute;
	width: 380px;
	top: 26px;
	left: -160px;
	padding: 10px;
}
.state-select-dropdown-button {
	display: block;
	float: right;
	width: 30px;
	height: 20px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-select-box.png) scroll no-repeat -212px -3px;
}
.state-select-item {
	display: block;
	float: left;
	width: 120px;
	padding: 3px;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
.state-select-item-hover {
	background: #dedede;
	color: #579c14;
}

/* Featured Video Widget*/
#featured-video-box {
	background-color: #EFEFEF;
	width: 268px;
	padding: 10px 10px 15px;
	margin-bottom: 22px;
}
#featured-video-box h1 {
	color: #000000;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#featured-video-box .see-all {
	font-size: 12px;
	line-height: 16px;
	color: #579c14;
	float: right;
	margin-right: 2px;
}
#featured-video-box h2{
	color: #000;
	font-size: 11px;
	margin: 5px 0px 0px 5px;
}
#featured-video-box .state-select-container { margin-left: 5px; }
#featured-video {
	background-color: #000000;
	width: 268px;
	height: 172px;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
}
#featured-video .vvqbox  { margin: 0; }

/* State Blog Category Box */
#hybrid-categories-3 {
	background:	#E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-events-footer.png) no-repeat scroll left bottom;
	margin:	20px 0;
	width: 288px;
}
#primary #hybrid-categories-3 {
	padding: 0;
	padding-bottom:	14px;
}
#hybrid-categories-3 .widget-title {
	background: #E8F9D3 url(http://www.repoweramerica.org/wp-content/themes/repower/images/style/state-events-header.png) no-repeat scroll 0 0;
	font-size: 16px;
	height: 8px;
	margin: 0 0 16px;
	width: 276px;
	padding: 12px 0 0 12px;
}
#hybrid-categories-3 .categories {
	font-size: 12px;
	margin-left: 30px;
}
body.category #hybrid-categories-3, body.category-press-release .meta-sep-comments, body.category-press-release .comments-link { display: none; }
body.category #hybrid-categories-3, body.category-press-release .meta-sep-comments, body.category-press-release .comments-link, body.category-alabama #hybrid-categories-3, body.category-alaska #hybrid-categories-3, body.category-arizona #hybrid-categories-3, body.category-arkansas #hybrid-categories-3, body.category-california #hybrid-categories-3, body.category-colorado #hybrid-categories-3, body.category-connecticut #hybrid-categories-3, body.category-delaware #hybrid-categories-3, body.category-florida #hybrid-categories-3, body.category-georgia #hybrid-categories-3, body.category-hawaii #hybrid-categories-3, body.category-idaho #hybrid-categories-3, body.category-illinois #hybrid-categories-3, body.category-indiana #hybrid-categories-3, body.category-iowa #hybrid-categories-3, body.category-kansas #hybrid-categories-3, body.category-kentucky #hybrid-categories-3, body.category-louisiana #hybrid-categories-3, body.category-maine #hybrid-categories-3, body.category-maryland #hybrid-categories-3, body.category-massachusetts #hybrid-categories-3, body.category-michigan #hybrid-categories-3, body.category-minnesota #hybrid-categories-3, body.category-mississippi #hybrid-categories-3, body.category-missouri #hybrid-categories-3, body.category-montana #hybrid-categories-3, body.category-nebraska #hybrid-categories-3, body.category-nevada #hybrid-categories-3, body.category-newhampshire #hybrid-categories-3, body.category-newjersey #hybrid-categories-3, body.category-newmexico #hybrid-categories-3, body.category-newyork #hybrid-categories-3, body.category-northcarolina #hybrid-categories-3, body.category-northdakota #hybrid-categories-3, body.category-ohio #hybrid-categories-3, body.category-oklahoma #hybrid-categories-3, body.category-oregon #hybrid-categories-3, body.category-pennsylvania #hybrid-categories-3, body.category-rhodeisland #hybrid-categories-3, body.category-southcarolina #hybrid-categories-3, body.category-southdakota #hybrid-categories-3, body.category-tennessee #hybrid-categories-3, body.category-texas #hybrid-categories-3, body.category-utah #hybrid-categories-3, body.category-vermont #hybrid-categories-3, body.category-virginia #hybrid-categories-3, body.category-washington #hybrid-categories-3, body.category-westvirginia #hybrid-categories-3, body.category-wisconsin #hybrid-categories-3, body.category-wyoming #hybrid-categories-3, body.category-blog #hybrid-categories-3 { display: block; }

/* custom blog pages */
/* generic */
.section-header.blog h2 { float: left; }
.section-header.blog {
	width: 100% ;
	border-bottom: solid 1px silver;
	margin: 35px 0px 7px;
}
.section-header.blog h2 { 
	margin-bottom: 12px; 
	font-size: 20px; 
	font-weight: bold; 
}
.entry-date { 
	padding-bottom: 5px !important;
	font-size: 11px;
	color: #333333;
}
/* copenhagen */
.copenhagen-page-banner-container, .copenhagen-blog-page-banner-container { width: 100%; height: 168px; background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/copenhagen-page-banner-background.png) scroll repeat-x 0 0; overflow: hidden; }
.copenhagen .thumbnail { width: 80px; height: 80px; }
.copenhagen a.more-link { float: right; }

/* our choice */
.ourchoice-page-banner-container {
	width: 100%;
	height: 168px;
	background: transparent url(http://www.repoweramerica.org/wp-content/themes/repower/images/solutions-page-banner-background.png) scroll repeat-x 0 0;
}

.ourchoice-page-banner-container img{
	display: block;
	height: 168px;
	margin: 0 auto;
}


.widget_kbrss { 
background-color: #f9f9f9 !important;
padding: 5px 0;
}
.widget_kbrss h3 {font-size: 16px; }
.widget_kbrss li { 
margin-left: 10px;
padding-bottom: 3px; 
list-style-type: decimal;
}

