/* 
* ----------------------------
* repoweramerica.org
* ----------------------------
* green: #8CC542;
* ----------------------------
*/

/* Default */
html, body { font-family: Arial, Helvetica, sans-serif; }
body { 
	background-color: #ddd; 
	color: #333;
	font-size: 13px; 
	line-height: 1.4em; 
	margin: 0 auto; 
	text-align: center; 
}
a, a:link, a:visited { 
	color: #003366; 
	outline: 0; 
	text-decoration: none; 
}
a:hover { color: #333; }
h1, h2, h3, h4 { 
	color: #000;
	font-weight: bold; 
	line-height: 1.3em; 
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
strong, em { font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }

/* Forms */
input, textarea { 
	color: #555; 
	font-size: 1.1em;
	vertical-align: top;
}
*:first-child+html input { 
	height: 1%; 
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Custom DIVs */
.padding { 
	overflow: hidden;
	padding: 20px; 
}
.hide, .prevactionY, .prevactionN { display: none; }
a.more { 
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	color: #000;
	float: right;font-size: 11px;
	padding: 3px 7px 2px 7px; 
}
a.more:hover { 
	background-color: #8CC542; 
	border-bottom: 1px solid #78A939; 
	color: #fff !important; 
}
.last { margin-bottom: 0 !important; }
.new { 
	background: url(/page/-/status-new-red.png) 0 3px no-repeat;
	padding-left: 35px;
}
.cl .new { background: url(/page/-/status-new-red.png) 0 2px no-repeat; }
.bline { 
	border-bottom: 1px dashed #ddd; 
	padding-bottom: 20px; 
}
.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tjustified { text-align: justified; }
.announcement { 
	background-color: #FFF9D7; 
	border-bottom: 1px solid #E2C822; 
	font-size: 14px;
	margin-bottom: 15px; 
	padding: 10px; 
}
.announcement:hover { background-color: #FFF4B9; }
.announcement a { color: #000; }
.announcement span { 
	color: #003366; 
	text-decoration: underline; 
}
.backtrack { margin: 25px 0 0 0 !important; }
.floatl { 
	float: left; 
	margin: 0 15px 10px 0; 
}

/* Layout */
#wrapper { background-color: #fff; }
#container { 
	margin: 15px auto;
	text-align: left;
	width: 950px;
}
#header { 
	border-bottom: 1px dotted #ddd; 
	height: 120px; 
	overflow: hidden; 
}
* html #header { height: 123px; }
#header .hw { overflow: hidden; }
#header .hl { float: left; }
#header .hr { float: right; }
#header #breadcrumb { 
	border-top: 1px dotted #ddd;
	color: #aaa;
	font-size: 11px;
	padding-top: 4px;
//	text-transform: capitalize;
}
* html #header .hw { height: 79px !important; }
#header #breadcrumb a { color: #ccc; }
#header #breadcrumb a:hover { color: #aaa; }
#header a.logo { 
	background: url(/page/-/logo-reb.png) 0 -19px no-repeat; 
	display: block; 
	float: left;
	height: 62px; 
	margin: 15px 0 0 0;
	text-indent: -99999px; 
	width: 377px; 
}
#header ul#nav {
	display: block; 
	float: right; 
	margin-top: 13px;
}
#header ul#nav li { display: inline; }
#header ul#nav li a { 
	background-color: #ddd; 
	border-bottom: 1px solid #ccc;
	color: #000;
	float: left; 
	font-family: Arial; 
	font-size: 15px;
	margin-left: 5px;
	padding: 6px 10px 4px 10px; 
}
#header ul#nav li a:hover, #home #nav a.home, #action #nav a.action, #about #nav a.about, #press #nav a.press, #releases #nav a.press, #challenge #nav a.challenge { 
	background-color: #8CC542; 
	border-bottom: 1px solid #78A939; 
	color: #fff; 
}
#header ul#subnav { 
	color: #888;
	float: right; 
	font-size: 11px;
	padding: 2px 0;
}
#header ul#subnav li { 
	float: left; 
	margin-left: 10px;
}
#header ul#subnav li a { 
	background-color: #f4f4f4;
	color: #888;
	padding: 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#about #header ul#subnav li a.about, #state #header ul#subnav li a.state { 
	background-color: #8CC542; 
	color: #fff; 
}
#header ul#subnav li a:hover { background-color: #f1f1f1; }
#content { 
	margin: 15px 0;
	overflow: hidden;
}
#content .cl { 
	float: left; 
	width: 505px; 
}
#content .cl h1 { margin-bottom: 20px; }
#content .cl .post h2 { margin-bottom: 15px; }
#content .cl .post h2 a { color: #000; }
#content .cl .post h2 a:hover { color: #333; }
#content .cl .post h3,
#content .cl .post h4 { margin: 25px 0 10px 0; }
#content .cl .post { 
	border-bottom: 1px dashed #ddd;
	display: block; 
	margin-bottom: 20px; 
	overflow: hidden;
	padding-bottom: 20px; 
}
#content .cl .post p { 
	margin-bottom: 10px; 
//	text-align: justify; 
}
#content .cl .post p.date { 
	color: #aaa;
	font-size: 11px; 
}
#content .cl .post ul { margin: 10px 0; }
#content .cl .post ul li { 
	background: url(/page/-/repower/icons/bullet.gif) 0 4px no-repeat;
	padding: 3px 0 3px 25px;
}
#content .cl .post .sources {
	color: #999; 
	font-size: 11px; 
	text-align: left;
}
#content .cl .post .sources a { color: #999; }
#content .cl .post .sources a:hover { text-decoration: underline; }
#content .cl #pagination { text-align: center; }
#content .cl #pagination a, .cl #pagination b {
	color: #000;
	font-size: 11px; 
}
#content .cr { 
	background-color: #f1f1f1; 
	border: 1px solid #ddd; 
	float: right; 
	width: 355px; 
}
#content .cr .padding { padding: 10px; }
#content .cr h3 { margin-bottom: 7px; }
#content .cr a { 
	color: #000; 
	text-decoration: underline; 
}
#content .cr a:hover { text-decoration: none;  }
#content .cr .module { 
	background-color: #f6f6f6;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 7px; 
}
* html #content .cr .module { height: 1%; }
#content .cr .post { overflow: hidden; }
#content .cr .post p { margin-bottom: 11px; }
#content .cr a.more { 
	background-color: #8CC542; 
	border-bottom: 1px solid #78A939; 
	color: #fff !important; 
}
#content .cr a.more:hover { 
	background-color: #ddd; 
	border-bottom: 1px solid #ccc; 
	color: #000 !important;
}
#content .cr ul { margin-bottom: 7px; }
#content .cr ul li { 
	background: url(/page/-/repower/icons/bullet.gif) 0 3px no-repeat; 
	padding: 0 0 5px 25px; 
}
#content .cr a.more { text-decoration: none; }
#footer {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}
#footer .fl { 
	color: #999;
	float: left; 
	width: 725px;
}
#footer .fl a { 
	color: #999; 
	text-decoration: underline;
}
#footer .fl a:hover { text-decoration: none; }
#footer .fr { 
	float: right; 
	width: 299px
}
#footer ul#networks { margin-top: 10px; }
#footer ul#networks li { 
	display: inline; 
	float: left; 
}
#footer ul#networks li a { 
	background-image:url(/page/-/social-logos.jpg); 
	display: block;
	height: 18px; 
	margin-right: 15px;
	text-indent: -9999px; 
}
#footer ul#networks li.flickr { width: 58px; }
#footer ul#networks li.youtube a { 
	background-position: -68px 0; 
	width: 65px; 
}
#footer ul#networks li.facebook a { 
	background-position: -156px 0; 
	width: 65px; 
}
#footer ul#networks li.twitter a {
	background-position: -230px 0; 
	margin-right: 0 !important; 
	width: 80px; 
}

/* home */
#home .sb {
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	margin-bottom: 15px;
 
}
#home .sb h2 { font-size: 25px; }
#home .sb .green { color: #8CC542; }
#home .sb p { margin: 11px 0; }
#home .sb p strong { font-size: 17px; }
#home .sb #email { width: 265px; }
#home .sb #submit { width: 100px; }
#home .cl .post h2 { margin-bottom: 6px !important; }

/* action */
#action .announcement:hover { background-color: #FFF9D7; }
#action .post { 
	border-bottom: 0 !important;
	margin-bottom: 0 !important; 
}
#action #steps li { 
	background: url(/page/-/steps1-6.png) 0 0 no-repeat !important;
	padding: 6px 0 !important; 
}
#action #steps li a {
	font-size: 1.1em;
	padding: 6px 0 6px 35px;
}
#action #steps li.one { background-position: 0 2px !important; }
#action #steps li.two { background-position: 0 -29px !important; }
#action #steps li.three { background-position: 0 -60px !important; }
#action #steps li.four { background-position: 0 -91px !important; }

/* the challenge */
#challenge .cl #signup #email { width: 200px; }

/* press */
#press .cl h2 { 
	margin-bottom: 15px;
	padding-top: 7px; 
}
#press .c1 #articles { width: 100%; }
#press .cl #articles li { padding: 2px; }
#press .cl #articles li.new { 
	background: url(/page/-/status-new-red.png) 0 3px no-repeat; 
	padding-left: 30px;
}
#press .cl #articles li a.statement {	
	background: url(/page/-/status-statement.png) 0 3px no-repeat; 
	padding-left: 60px;	
}
#press .cl #articles li a.release {	
	background: url(/page/-/status-release.png) 0 3px no-repeat; 
	padding-left: 50px;	
}
#press .cl #articles li.odd { background-color: #f9f9f9; }

/* c */
#c .cl h2 { padding: 15px 0 6px 0; }
#c .cl .post { 
	border-bottom: 0;
	margin-bottom: 0; 
}
#c .footnotes li { 
	background: none !important;
	list-style-type: decimal;
	font-size: 11px; 
	margin-left: 25px;
	padding: 0 0 0 0 !important;
}

/* videos */
#videos .cl #grid li { 
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd; 
	display: block; 
	float: left; 
	margin-bottom: 25px;
	width: 237px;
}
#videos .cl #grid li.even { margin-right: 20px; }
#videos .cl #grid p { padding: 5px; }
#videos .cl #grid p a { color: #000; }
#videos #pagination { 
	border-top: 1px dashed #ddd;
	clear: both; 
	padding-top: 15px; 
}

/* sideblocks */
.cr .toolbox { margin-bottom: 0 !important; }
.cr .toolbox p { margin-bottom: 16px; }
.cr .toolbox .share { 
	display: block;
	margin: 10px 0 0 95px; 

}
.cr .resources ul li, .cr .releases ul li, .cr .statements ul li { 
	line-height: 1.5em;
	padding-bottom: 8px !important; 
}
.cr .signup { 
	background-color: #FFF9D7 !important; 
	border-bottom: 1px solid #E2C822 !important;
	padding: 15px !important;
}
.cr .signup p { margin-bottom: 10px; }
.cr .signup #email { width: 215px; }
.cr .signup #submit { width: 80px; }
.cr .video .more { margin-top: 5px; }

#footer p { text-align: left; clear: both; color: #999; margin-bottom: 10px; font-size: 11px; }