/* FOUNDATIONS
-------------------------------------------------- */
@import "reset.css";
html {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #0570b3;
	font-family: Arial, Helvetica, Sans-Serif;
	/*background: #01101a url(../images/backgrounds/bg-main.gif) repeat-x;*/
	background: #00455E url(../images/backgrounds/bg-body.jpg) repeat-x;
}
hr {
	color: #0570b3;
 background:	color: #0570b3;
	line-height: 1px;
}
/* COMFORT ZONE
-------------------------------------------------- */

#comfort-zone-outer-shell {
	width: 838px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url(../images/backgrounds/comfort-zone-rpt.gif) repeat-y;
}
#comfort-zone-inner-shell {
	background: url(../images/backgrounds/comfort-zone-top.gif) top no-repeat;
}
#comfort-zone {
	padding: 0 29px 45px 29px;
	background: url(../images/backgrounds/comfort-zone-btm.gif) bottom no-repeat;
}
/* HEADER
-------------------------------------------------- */


#header {
	background: #000;
	width: 780px;
	height: 219px;
}
#header-contents {
	width: 780px;
	height: 219px;
	background: url(../images/header.jpg);
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 a {
	text-decoration: none;
	display: block;
	width: 450px;
	height: 160px;
}
#header h1 a span {
	visibility: hidden;
}
#header #wwf {
	float: right;
	margin: 0 21px 0 0;
	width: 30px;
	height: 38px;
}
#header #wwf a {
	display: block;
	width: 33px;
	height: 38px;
	text-decoration: none;
}
#header #wwf a span {
	visibility: hidden;
}
/* HEADER: NAVBAR
  -------------------------------------------------- */
  #navbar {
	clear: left;
	position: absolute;
	height: 22px;
	width: 764px;
	top: 165px;
	padding-right: 16px;
	overflow: hidden;
	border-top: 1px solid #062436;
	border-bottom: 1px solid #062436;
	background: url(../images/backgrounds/nav-bar.gif) repeat-x;
}
#navbar li {
	float: right;
	height: 22px;
}
#navbar li a {
	display: block;
	height: 22px;
}
#navbar li a span {
	visibility: hidden;
}
#navbar li.home a {
	width: 92px;
	background: url(../images/navigation.gif) 0 0 no-repeat;
}
#navbar li.home a:hover {
	background: url(../images/navigation.gif) 0 -22px no-repeat;
}
#page-home #navbar li.home a {
	background: url(../images/navigation.gif) 0 -44px no-repeat;
}
#navbar li.about a {
	width: 121px;
	background: url(../images/navigation.gif) -92px 0 no-repeat;
}
#navbar li.about a:hover {
	background: url(../images/navigation.gif) -92px -22px no-repeat;
}
#page-about #navbar li.about a {
	background: url(../images/navigation.gif) -92px -44px no-repeat;
}
#navbar li.action a {
	width: 70px;
	background: url(../images/navigation.gif) -214px 0 no-repeat;
}
#navbar li.action a:hover {
	background: url(../images/navigation.gif) -214px -22px no-repeat;
}
#page-take-action #navbar li.action a {
	background: url(../images/navigation.gif) -214px -44px no-repeat;
}
#navbar li.signup a {
	width: 118px;
	background: url(../images/navigation.gif) -285px 0 no-repeat;
}
#navbar li.signup a:hover {
	background: url(../images/navigation.gif) -285px -22px no-repeat;
}
#page-sign-up #navbar li.signup a {
	background: url(../images/navigation.gif) -285px -44px no-repeat;
}
#navbar li.news a {
	width: 90px;
	background: url(../images/navigation.gif) -404px 0 no-repeat;
}
#navbar li.news a:hover {
	background: url(../images/navigation.gif) -404px -22px no-repeat;
}
#page-news #navbar li.news a {
	background: url(../images/navigation.gif) -404px -44px no-repeat;
}
body.news #navbar li.news a {
	background: url(../images/navigation.gif) -404px -44px no-repeat;
}
#navbar li.businesses a {
	width: 120px;
	background: url(../images/navigation.gif) -495px 0 no-repeat;
}
#navbar li.businesses a:hover {
	background: url(../images/navigation.gif) -495px -22px no-repeat;
}
#page-businesses #navbar li.businesses a {
	background: url(../images/navigation.gif) -495px -44px no-repeat;
}
#navbar li.events a {
	width: 81px;
	background: url(../images/navigation.gif) -616px 0 no-repeat;
}
#navbar li.events a:hover {
	background: url(../images/navigation.gif) -616px -22px no-repeat;
}
#page-events #navbar li.events a {
	background: url(../images/navigation.gif) -616px -44px no-repeat;
}
#navbar li.education a {
	width: 65px;
	background: url(../images/navigation.gif) -698px 0 no-repeat;
}
#navbar li.education a:hover {
	background: url(../images/navigation.gif) -698px -22px no-repeat;
}
#page-education #navbar li.education a {
	background: url(../images/navigation.gif) -698px -44px no-repeat;
}
/* CONTENT
-------------------------------------------------- */
#content {
	margin-top: -30px;
	text-align: right;
	min-height: 650px;
	
}
#content_t {
	margin-top: -30px;
	text-align: right;
	min-height: 950px;
}
*html #content{
	height: 480px;
} /* IE6 treats height as min-height */
/* CONTENT - STANDARD FONTS
  -------------------------------------------------- */
  #content h1 {
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #e7d2a3;
}
#content_t h1 {
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #e7d2a3;
}
#content h1 strong,  #content h2 strong,  #content h1 em,  #content h2 em {
	color: #cd5906 !important;
}
#content_t h1 strong,  #content_t h2 strong,  #content_t h1 em,  #content_t h2 em {
	color: #cd5906 !important;
}
#content h1, h2, h3 {
	margin: 10px 0 10px 0;
	font-weight: bold;
}
#content_t h1, h2, h3 {
	margin: 10px 0 10px 0;
	font-weight: bold;
}
#main-content h2 {
	font-size: 16px;
	color: #5fa9e8;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #022840;
}
#main-content_t h2 {
	font-size: 16px;
	color: #5fa9e8;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #022840;
}
#content h2 {
	color: #e7d2a3;
}
#content h3 {
	font-size: 16px;
}
#content_t h2 {
	color: #e7d2a3;
}
#content_t h3 {
	font-size: 16px;
}
#content p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.2em;
}
#content li {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
#content_t p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.2em;
}
#content_t li {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
#content ul li {
	padding: 0 20px 0 0;
	background: url(../images/backgrounds/bullet-square.gif) top right no-repeat;
}
#content ol {
	list-style: decimal;
}
#content strong {
	color: #60a8e3;
	line-height: 1.2em;
}
#content_t ol {
	list-style: decimal;
}
#content_t strong {
	color: #60a8e3;
	line-height: 1.2em;
}
#content em {
	font-style: italic;
}
#content a {
	color: #5fa9e4;
	font-weight: bold;
}
#content_t em {
	font-style: italic;
}
#content_t a {
	color: #5fa9e4;
	font-weight: bold;
}
#content a:hover {
	color: #5fa9e4;
	text-decoration: underline;
}
#content a img {
	float:right;
	margin:0px 0px 10px 10px;
}/* B: For 2 images on earth-hour-every-day */
#content_t a img {
	float:right;
	margin:0px 0px 10px 10px;
}/* B: For 2 images on earth-hour-every-day */
.picGallery {
	margin-right: 30px;
}
.picGallery a img {
	float:right;
	margin:0px 0px 15px 15px;
	border: #FFFFFF solid 1px;
}/* B: For 2 images on earth-hour-every-day */
.picGallery a:hover img {
	border: #5fa9e4;
}/* B: For 2 images on earth-hour-every-day */
/* CONTENT: SUB NAV
  -------------------------------------------------- */
  #sub-nav-container {
	margin-top: 15px;
	height: 22px;
}
ul#sub-nav {
	margin: 0 0 0 -16px;
	padding: 0 0 0 0;
	height: 22px;
	width: 491px;
	border-top: 1px solid #062436;
	border-bottom: 1px solid #062436;
	position: absolute; /* ie6 bugs out with relative positioning using absolute resolves the problem */
	background: url(../images/backgrounds/nav-bar.gif) repeat-x;
}
ul#sub-nav li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
	background: none;
}
ul#sub-nav li a {
	display: block;
	height: 22px;
	text-decoration: none;
}
ul#sub-nav li a span {
	visibility: hidden;
}
ul#sub-nav li a:hover {
	text-decoration:none;
}
ul#sub-nav li.everyday-overview a {
	width: 77px;
	background: url(../images/nav-everyday.gif) 0 0 no-repeat;
}
ul#sub-nav li.everyday-overview a:hover {
	background: url(../images/nav-everyday.gif) 0 -22px no-repeat;
}
#page-earth-hour-every-day ul#sub-nav li.everyday-overview a {
	background: url(../images/nav-everyday.gif) 0 -22px no-repeat;
}
ul#sub-nav li.everyday-at-home a {
	width: 64px;
	background: url(../images/nav-everyday.gif) -77px 0 no-repeat;
}
ul#sub-nav li.everyday-at-home a:hover {
	background: url(../images/nav-everyday.gif) -77px -22px no-repeat;
}
#page-at-home ul#sub-nav li.everyday-at-home a {
	background: url(../images/nav-everyday.gif) -77px -22px no-repeat;
}
ul#sub-nav li.everyday-at-work a {
	width: 65px;
	background: url(../images/nav-everyday.gif) -141px 0 no-repeat;
}
ul#sub-nav li.everyday-at-work a:hover {
	background: url(../images/nav-everyday.gif) -141px -22px no-repeat;
}
#page-at-work ul#sub-nav li.everyday-at-work a {
	background: url(../images/nav-everyday.gif) -141px -22px no-repeat;
}
/* CONTENT: MAIN CONTENT
  -------------------------------------------------- */
  #main-outer-shell {
	float: right;
	width: 516px;
	overflow: hidden;
	background: url(../images/backgrounds/main-rpt.gif) right repeat-y;
}
#main-inner-shell {
	width: 516px;
	background: url(../images/backgrounds/main-top.gif) right top no-repeat;
}
#main-content {
	min-height: 390px;
	padding: 25px 35px 22px 23px;
	background: url(../images/backgrounds/main-btm.gif) right bottom no-repeat;
}
*html #main-content {
	height: 390px;
	display: inline-block;
} /* IE6 thinks height is min-height */
/* CONTENT: SIDEBAR
  -------------------------------------------------- */
  #sidebar {
	float: left;
	width: 245px;
	padding: 0 0 0 19px;
	overflow: hidden;
}
/* CONTENT: SIDEBAR - SIGNUP
    -------------------------------------------------- */
    #sidebar #signup {
	width: 244px;
	height: 250px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 15px;
	background: url(../images/backgrounds/signup.gif) no-repeat;
}
#sidebar #signup.short {
	width: 244px;
	height: 130px;
	margin: 0 0 0 0;
	padding: 0 5px 0 15px;
	background: url(../images/backgrounds/signup-short.gif) no-repeat;
}
#sidebar #signup h2 {
	margin: 0 0 0 0;
	padding: 25px 10px 0 10px;
}
#sidebar #signup p {
	padding: 5px 15px 0 15px;
}
#sidebar #signup p.button {
	padding: 0 0 0 0;
	margin: -10px 15px 0 10px;
	width: 140px;
	height: 19px;
}
#sidebar #signup #flash-ticker {
	position: absolute;
	margin-top: 5px;
	margin-left: 2px;
	width: 241px;
}
#sidebar #signup.short #flash-ticker {
	position: absolute;
	margin-top: 10px;
}
#sidebar #signup #flash-ticker p {
	margin-top: 5px;
	padding: 10px 20px 0 20px;
	color: #e7d2a3;
	font-size: 15px;
	line-height: 17px;
	width: 215px;
	overflow: hidden;
}
#sidebar #signup.short #flash-ticker p {
	margin-top: 15px;
}
#sidebar #signup #flash-ticker p strong {
	font-weight: bold;
	color: #cd5906;
}
#sidebar #signup #flash-ticker p strong em {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 24px;
	color: #5fa9e4;
}

/* CONTENT: SIDEBAR - VOTE EARTH
    -------------------------------------------------- */
#sidebar #voteEarth {
	width: 239px;
	height: 112px;
	margin: 10px 10px 0 0;
	padding: 0;
}
/* CONTENT: SIDEBAR - PANEL
    -------------------------------------------------- */
    #sidebar div.panel-outer-shell {
	margin: 10px 0 10px 0;
	width: 269px;
	background: url(../images/backgrounds/panel-rpt.gif) repeat-y;
}
#sidebar div.panel-inner-shell {
	background: url(../images/backgrounds/panel-top.gif) top no-repeat;
}
#sidebar div.panel {
	min-height: 115px;
	width: 253px;
	padding: 0 8px 8px 8px;
	background: url(../images/backgrounds/panel-btm.gif) bottom no-repeat;
}
*html #sidebar div.panel {
	height: 115px;
} /* min-height for ie6 */
#sidebar div.panel h2 {
	margin: 0;
	padding: 15px 10px 10px 10px;
}
#sidebar div.panel p {
	margin: 0;
	padding: 5px 11px 0 10px;
}
#sidebar div.panel ol {
	margin: 0;
	padding: 0 35px 0 10px;
}
/* CONTENT: SIDEBAR - EARTH MAP
    -------------------------------------------------- */
    #sidebar #earth-map {
	height: 125px;
	width: 240px;
	margin: -5px 0 0 5px;
}
#sidebar #earth-map-flash {
	height: 125px;
	width: 240px;
	background: url(../images/backgrounds/earth-map.gif) right no-repeat;
}
#sidebar a.tell-a-friend {
	background: url(../images/buttons/tell-a-friend.gif) no-repeat;
	width:140px;
	height:18px;
	display:block;
	margin:5px 0 10px 0;
}
#sidebar a.tell-a-friend span {
	display:none;
}
/* SUPPORTED
-------------------------------------------------- */
#supported-container {
	clear: both;
	padding-top: 10px;
}
#supported-contents {
	margin: 0 auto;
	width: 748px;
	height: 50px;
	background: url(../images/footer.jpg) no-repeat;
}
#supported-contents .date {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #5fa9e4;
	padding: 3px 0 0 15px;
}
#supported-contents .date strong {
	color: #fff;
	font-weight: bold;
}
#supported-contents .smh {
	float: right;
	font-size: 13px;
	color: #fff;
	padding: 3px 15px 0 0;
}
#supported-contents .smh a {
	color: #fff;
}
/* FOOTER
-------------------------------------------------- */
#footer {
	margin-top:-25px;
	text-align: center;
}
#footer a {
	color: #034873;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}
#footer a:hover {
	text-decoration: underline;
}
/*#footer a.credit {
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}*/

#footer ul {
	margin: 0 auto;
	text-align: center;
	width: 748px;
	height: 50px;
}
#footer ul li {
	display: inline;
	font-size: 10px;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	background:  url(../images/backgrounds/sep-blue.gif) right no-repeat;
}
#footer ul li.last {
	background: none;
}
/* CONTENT: BOOKMARKS
-------------------------------------------------- */
#content #main-content.bookmarks {
	padding: 25px 35px 22px 23px;
	background: url(../images/backgrounds/bookmarks-btm.gif) right bottom no-repeat;
}
#bookmarks-container {
	margin-top: 30px;
	height: 25px;
	clear: both;
}
#bookmarks-container ul {
	position: relative;
}
#bookmarks-container ul li {
	float: right;
	height: 30px;
	font-size: 20px !important;
	padding: 0;
	margin: 10px 0 0 10px !important;
	background: none;
}
*html #bookmarks-container ul li {
	height: 15px;
}
#bookmarks-container ul li a {
	display: block;
	height: 15px;
	padding: 2px 20px 0 0;
	font-size: 11px;
}
#bookmarks-container ul li a span {
	color: #ca5a06;
	font-weight: bold;
}
#bookmarks-container ul li.delicious a {
	background: url(../images/icons/delicious.gif) right no-repeat;
}
#bookmarks-container ul li.digg a {
	background: url(../images/icons/digg.gif) right no-repeat;
}
#bookmarks-container ul li.redit a {
	background: url(../images/icons/redit.gif) right no-repeat;
	margin-left: 0 !important;
}
/* NEWS SECTION
-------------------------------------------------- */
#news h3, #news h2 {
	margin-bottom:0px;
	clear:right;
}
#news h3 a {
	text-decoration: none;
	font-weight: bold;
}
#news h3 a span.caps {
	font-weight: bold;
}
#news a:hover, #news h3 a:hover span.caps {
	text-decoration:underline;
}
#news p.by {
	margin-top:3px;
	font-size:12px;
	color:#cd5906;
}
#content p.more a {
	color:#5fa9e4;
}
#content p.more a span {
	color: #ca5a06;
	font-weight: bold;
}
#news p.back {
	float:right;
	clear:both;
	margin-top:0px;
	margin-bottom:5px;
}
#news p.back a {
	color:#5fa9e4;
	padding-left:15px;
	background: url(../images/backgrounds/news-arrow-back.gif) left no-repeat;
}
#news span.author {
	color:#e7d2a3;
}
#news .news-entry {
	border-top:1px solid #022840;
}
#page-news div.rss-link p {
	margin: 0;
	padding-top: 25px;
}
#page-news .rss-link a {
	font-size:12px;
	padding-left:20px;
	height:16px;
	display:block;
	font-weight: bold;
	color:#cd5906;
	background: url(../images/backgrounds/rss.gif) left no-repeat;
}
#embed-snippet input {
	display:block;
	border:1px solid #487ca4;
	width:460px;
	height:14px;
	background-color:#021f31;
	font-size:10px;
	color:#fff;
}
/* HOME STYLES
-------------------------------------------------- */
#home p.more {
	cursor: pointer;
	color:#5fa9e4;
	padding-left:15px;
	background: url(../images/backgrounds/news-arrow.gif) right no-repeat;
}
/* MISC STYLES
-------------------------------------------------- */
#flash-video {
	width: 465px;
	height: 264px;
}
#embed-snippet {
	height: '14px';
	padding: '0';
	border: '0';
}
#embed-snippet input {
}
a.blogLinkOut {
	position:relative;
	float:left;
	top:-25px;
}
ul#blogContent li {
}
span.invElement {
	margin:-2px;
	color:#01101a;
}
#content p.imgCaption {
	color: #5fa9e4;
	text-align: center;
	margin:0px;
	margin-top: -10px;
	font-size: 11px;
}
ul#blogContent li div {
	line-height: 1.2em;
}
ul#blogContent li a {
	font-size: 14px;
}

