/*

NRDC Switchboard master stylesheet
author: Michael Barrish (http://lumino.us)
for: National Resources Defense Council (http://nrdc.org)
version: September 4, 2013

Contents:
- Defaults
- Header
- Main
- Side
- Footer


/********************************************
	Defaults
********************************************/

body {
	background: #fff; 
	color: #252323;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
	}

* html body { /* Win/IE5x fix */
	font-size: x-small;
	fon\t-size: small;
	}

#container {
	background: #fff;
	margin: 6px auto 0;
	position: relative;
	text-align: left;
	width: 864px;
 	}

#content {
	float: left;
	width: 864px;
	}

#col-main {
	display: inline;
	float: left;
	margin: 0 50px 2em 0;
	width: 561px;
	}

.hom #col-main {
	}

#col-side {
	float: left;
	margin: 0 0 2em;
	width: 250px;
	}

a {
	border-bottom: 1px solid #e6eff4;
	color: #005b93;
	text-decoration: none;
	}

* html a {
	border-bottom: none;
	text-decoration: underline;
	b\order-bottom: 1px solid #e6eff4;
	tex\t-decoration: none;
	}

a:visited {
	color: #80adc9;
	}

h1 a, h2 a, h3 a, h4 a {
	border-bottom-color: #efd7cd;
	color: #005b93;
	}

a:hover {
	border-bottom-color: #d26f1f !important;
	color: #d26f1f;
	}

a img {
	border: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom-color: #d26f1f !important;
	color: #d26f1f;
	}

b.highlight {
	color: #d26f1f;
	}	

blockquote {
	border-left: 3px #e6eff4 solid;
	margin: 1em 0 1em 1.5em;
	padding: 0 0 0 1em;
	}
	
h1 {
	border-bottom: 3px solid #666464;
	font-size: 161.6%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .75em;
	padding: 0 0 .25em;
	}
	
h2 {
	font-size: 131%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .35em;
	padding: .25em 0 0;
	}

h3 {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .35em;
	}

h4 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .25em;
	padding: .25em 0 0;
	}

h5 {
	font-size: 108%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.1;
	margin: 0 0 .25em;
	padding: 0;
	text-transform: uppercase;
	}

img, a.image {
	border: 0;
	}

p {
	font-size: 108%;
	margin: 0 0 1em;
	padding: 0;
	}

p#skip {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}

#relatedlinks {
	border-top: 1px #358425 dashed;
	border-bottom: 1px #358425 dashed;
	margin: 1em 1em 1em -.5em;
	padding: 1em;
	}

/* lists */
ul {
	margin: 0 0 1em;
	padding: 0;
	}

ul li {
	background: url(/media/bg-li.gif) no-repeat 0 .35em;
	font-size: 108%;
	list-style: none;
	margin: 0 0 .5em 1.5em;
	padding: 0 0 0 1em;
	}
	
ul.plain li {
	background: none;
	margin: 0 0 .25em;
	padding: 0;
	}

ol {
	margin-bottom: 1em;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	}

ol li {
	font-size: 108%;
	margin-bottom: .5em;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	}

dl {
	margin: 0 0 1em;
	padding: 0;
	}

dt {
	font-size: 108%;
	margin: 0;
	padding: 0;
	}

dl.bold dt {
	font-weight: bold;
	}

dd {
	font-size: 108%;
	margin: 0 0 1em;
	padding: 0;
	}

/* forms */
fieldset {
	border: 0;
	margin: 0 0 1em;
	padding: 0;
	}

form {
	margin: 0 0 1em;
	padding: 0;
	}

form div {
	margin-bottom: 1em;
	}
	
form div input {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

label {
	margin: 0;
	padding: 0;
	}

legend {
	color: #222;
	margin: 0 0 2px;
	padding: 0;
	}

textarea {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	margin: 0 0 1em;
	padding: 0;
	}

/* tables */
table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	clear: both;
	font-size: 93%;
	margin: 1em 0;
	}

caption {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: left;
	}

table td, table th {
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.2;
	padding: 5px;
	}

table th {
	font-weight: bold;
	text-align: left;
	}

tbody, tfoot {
	margin: 0;
	padding: 0;
	}


/********************************************
	Header
********************************************/

#header {
	background: url(/media/bg-header.gif) no-repeat left bottom;
	float: left;
	height: 113px;
	position: relative;
	width: 864px;
	}

#header a {
	border: none;
	}

#nrdc {
	display: inline;
	float: left;
	height: 53px;
	margin: 38px 25px 0 8px;
	width: 63px;
	}

#switchboard {
	display: inline;
	float: left;
	height: 65px;
	margin: 27px 0 0;
	width: 441px;
	}

/* search */
#form-search {
	bottom: 27px;
	left: 611px;
	position: absolute;
	text-align: right;
	width: 247px;
	}
	
#form-search form, #form-search form div {
	margin: 0;
	}
	
#form-search label {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}

#form-search input[type=text] {
	font-size: 100%;
	width: 150px;
	}
/* These are the old search form rules. They can be deleted if everything looks ok. */
/*
#form-search {
	bottom: 27px;
	left: 658px;
	position: absolute;
	width: 200px;
	}

#form-search form {
	margin: 0;
	}

#form-search form div {
	margin: 0;
	}
	
#form-search label {
	display: block;
	font-size: 93%;
	letter-spacing: .05em;
	margin-left: 3px;
	}
*/	
#form-search input#search {
	color: #666;
	font-size: 108%;
	margin-left: 3px;
	padding: 1px 0;
	width: 151px;
	}

#form-search form div input.button {
	font-size: 100%;
	padding: 0;
	}

#nav {
	background: url(/media/bg-nav.jpg) no-repeat left bottom;
	float: left;
	margin: -7px 0 0;
	padding: .7em 0 0;
	width: 860px;
	}

#nav ul {
	float: left;
	left: -.3em;
	margin: 0;
	position: relative;
	top: 2px;
	width: 300px;
	}

#nav li {
	background: none;
	display: inline;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0 .8em;
	padding: 0 0 0 .8em;
	}

#nav li a {
	border: none;
	color: #005b93;
	}
	
#nav li a:hover {
	color: #d26f1f;
	}

.con #con a, .iss #iss a, .hom #hom a {
	color: #d26f1f;
	}
	
/*
#topstories {
	float: left;
	margin: 0 0 0 12px;
	text-align: right;
	width: 540px;
	}
*/

#topstories {
	float: left;
	margin: .6em 13px 1em 0;
	width: 864px;
	}
	
#topstories dt {
	color: #252323;
	display: inline;
	font-size: 100%;
	margin: 0;
	}
	
#topstories dd {
	border-left: 1px solid #999;
	display: inline;
	font-size: 100%;
	margin-left: .5em;
	padding-left: .5em;
	}
	
#topstories dd.first {
	border-left: none;
	padding-left: 0;
	}

#social {
	text-align: right;
	}
	
#social dl {
	display: inline;
	float: right;
	margin: 0 .8em 0 0;
	width: 17.2em;
	}
	
#social dt {
	color: #252323;
	display: inline;
	float: left;
	margin: 0;
	position: relative;
	}
	
#social dd {
	display: inline;
	margin: 0 1.1em 0 0;
	position: relative;
	top: -2px;
	}

#social dd a {
	border: none;
	}


/********************************************
	Main
********************************************/

a.img {
	border: 0;
	}
	
a.nowrap {
	white-space: nowrap;
	}

#related {
	margin: 1em 0 1.5em;
	}

h1#blog, h2#blog {
	font-size: 108%;
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	}

.con h1#blog a, .con h2#blog a {
	color: #d26f1f;
	}

h1#pagetitle, h2#pagetitle {
	border-bottom: 3px solid #666464;
	font-size: 161.6%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .5em;
	padding: 0 0 .25em;
	}

h1 b, h2 b {
	color: #d26f1f;
	}

h1#home {
	position: absolute;
	height: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}

h3.alt a {
	border-color: #ddd;
	color: #222;
	}

h3.alt a:hover {
	border-color: #d26f1f;
	color: #d26f1f;
	}
	
img.mug {
	border: 1px solid #717171;
	display: inline;
	float: left;
	margin: 2px .5em .5em 0;
	}

p#breadcrumbs {
	display: none;
	margin: .5em 0 1.5em;
	font-size: 100%;
	}

.hide {
	display: none;
	}

/* contributors */
.row {
	float: left;
	margin-bottom: 1em;
	width: 561px;
	}

.contributor dl {
	display: inline;
	float: left;
	line-height: 1.3;
	margin: 0 0 1.5em;
	width: 255px;
	}

.contributor dl.odd {
	margin-right: 41px;
	clear: left;
	}

.contributor dt {
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 .1em;
	width: 255px;
	}

.contributor dd {
	font-size: 100%;
	margin: 0;
	}

.contributor .mug {
	display: inline;
	float: right;
	margin: 3px 0 0 10px;
	}

.contributor .mug img {
	border: 1px solid #717171;
	}

.contributor dd.links {
	padding-top: .1em;
	}

.contributor dd.links a {
	font-weight: bold;
	}

#alumni {
	clear: both;
	float: left;
	margin-top: 3em;
	width: 561px;
	}

#alumni li {
	margin-bottom: 0;
	}

#alumni h2 {
	border-bottom: 3px solid #666464;
	font-size: 138.5%;
	margin: 0 0 .5em;
	padding: 0 0 .25em;
	}

/* entries */
.con-ind h1 span.normal {
	font-weight: normal;
	}

.post {
	background: url(/media/bg-post.gif) no-repeat 1px bottom;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	}

.con-ent .post {
	background: none;
	}

.post h1 {
	margin-bottom: .5em;
	}

.post h2.title {
	border: none;
	font-size: 138.5%;
	line-height: 1.2;
	margin: 0 0 .5em;
	padding: 0;
	}

.post h2.title a {
	color: #05314c;
	}

.post h2.title a:hover {
	border-bottom-color: #d26f1f !important;
	color: #d26f1f;
	}

.post h3 {
	font-size: 116%;
	}

.post dl.entry-info {
	margin: 0;
	}

.post dl.entry-info dt {
	color: #252323;
	font-size: 100%;
	line-height: 1.25;
	margin: 0 0 .2em;
	}

.post dl.entry-info dt a {
	font-weight: bold;
	}

.post dl.entry-info dd {
	color: #252323;
	font-size: 93%;
	line-height: 1.25;
	margin: 0 0 .1em;
	}

.post dl.entry-info dd.posted {
	padding-top: .5em;
	}

.post dl.entry-info dd span {
	color: #999;
	padding: 0 .1em;
	}

.post #entrybody {
	clear: left;
	padding-top: 1em;
	}

.post p.excerpt {
	clear: left;
	margin: .5em 0;
	}

.post p.excerpt span.comments {
	color: #ccc;
	}

#bio {
	margin-bottom: 2em;
	font-style: italic;
	}

#bio p {
	font-size: 100%;
	line-height: 1.4;
	}

.con-ent #col-main h4 {
	font-size: 108%;
	letter-spacing: .05em;
	margin: 0 0 .25em;
	padding: 0;
	text-transform: uppercase;
	}
	
.con-ent #col-main .comment h4 {
	color: #555;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	}

.con-ent .comment h4 b {
	color: #222;
	}

h4.date {
	color: #555;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 .75em;
	text-transform: none;
	}

.con-ent h4.date {
	margin: 0 0 .75em;
	}

p.posted {
	font-size: 100%;
	line-height: 1.25;
	margin: 0;
	}

.image-left {
	float: left;
	margin: 3px 1em 1em 0;
	}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	}

ul#entry-info {
	border-top: 1px solid #ccc;
	clear: both;
	color: #555;
	margin: .5em 0;
	padding-top: .5em;
	}

ul#entry-info li {
	background: none;
	border-left: 1px solid #ccc;
	display: inline;
	font-size: 100%;
	margin: 0 .35em 0 -.45em;
	padding: 0 .35em 0 .45em;
	}

ul#entry-info li.comments, ul#entry-info li.permalink {
	border-left: none;
	}

#print-link {
	font-weight: bold;
	text-transform: uppercase;
	}

#print {
	float: right;
	margin: 0 0 .2em .2em;
	}

#print a {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	background: #666464;
	border: none;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	padding: .33em 0.67em;
	}

#print a:hover {
	background: #d26f1f;
	}

#related, #allentries {
	background: #e6eff4;
	color: #222;
	font-size: 100%;
	padding: .67em;
	}

#related a, #allentries a {
	font-weight: bold;
	}

p.list-more {
	margin: -.75em 0 1em .5em;
	}
 
#pagenav {
	margin-top: 2em;
	padding-bottom: 1em;
	text-align: center;
	}

#pagenav p, #pagenav ul {
	background: #e6eff4;
	color: #222;
	display: inline;
	font-size: 100%;
	padding: .67em;
	text-align: center;
	}

#pagenav p a {
	color: #005b93;
	font-weight: bold;
	}

#pagenav p a:hover {
	border-bottom-color: #d26f1f !important;
	color: #d26f1f;
	}

#pagenav ul {
	background: #e6eff4;
	color: #222;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: .67em;
	text-align: center;
	}

#pagenav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#pagenav li.first {
	border-right: 1px solid #999;
	margin-right: .4em;
	padding-right: .7em;
	}
	
ul.alphacloud {
	list-style: none;
	margin: 0 -.5em 0 0;
	padding: 0 0 .25em;
	text-align: justify;
	}
	
ul.alphacloud li {
	background: none;
	display: inline;
	line-height: 1.5;
	margin: 0;
	padding: 0 .5em 0 0;
	}

.s1 { font-size: 160%; }
.s2 { font-size: 153.9%; }
.s3 { font-size: 138.5%; }
.s4 { font-size: 123.1%; }
.s5 { font-size: 108%; }
.s6 { font-size: 100%; }

ul.title-date {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	}
	
ul.title-date li {
	background: url(/media/bg-li.gif) no-repeat 0 .45em;
	margin: 0 0 .5em;
	padding: 0 0 0 .75em;
	}
	
ul.title-date span {
	color: #555;
	}

dl.tags {
	line-height: 1.2;
	margin: 0;
	}

dl.tags dt, dl.tags dd {
	display: inline;
	font-size: 100%;
	}

p.comments {
	font-size: 100%;
	margin: 0;
	}

a.more, a.next, a.prev, p.more a {
	white-space: nowrap;
	}

a.more, p.more a {
	margin-left: .2em;
	}

a.more span, a.next span {
	color: #358425;
	padding-left: .1em;
	}

a.prev span {
	color: #358425;
	padding-right: .1em;
	}

#comments {
	margin-bottom: 2em;
	}

#comments h3 {
	margin: 2em 0 1em;
	}

#comments h3 span {
	font-size: 93%;
	}

#comments p {
	font-size: 100%;
	margin-bottom: .5em
	}

.comment {
	line-height: 1.3;
	margin-bottom: 1.25em;
	}
	
.author {
	background: #e6eff4;
	margin: .5em 0 1.25em -.5em;
	padding: .5em .5em .1em;
	}

#trackbacks dt {
	color: #555;
	line-height: 1.1;
	margin-bottom: .1em;
	}

#trackbacks dd {
	font-size: 100%;
	line-height: 1.3;
	}

p#closed {
	font-style: italic;
	}

/* SIGN IN *****/
#auth-options {
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
    }

#auth-options .auth-button,
#auth-options form {
    float: left;
    background-color: 0;
    margin: 0 20px 0 0;
    position: relative;
    z-index: 100
    }

#auth-options .auth-button a,
* html #auth-options .auth-button a { border: 0; }

form#facebook-signin-form { display: none; }

#comment-form-container form {
	margin-top: 1em;
	border: 3px solid #e6eff4;
	padding: 1em;
	}

#comment-form-container h3 {
	font-size: 116%;
	margin: 2.5em 0 .15em;
	padding: 0;
	}

#comment-form-container p {
	font-size: 100%;
	}

#comment-form-container div input {
	border: 1px solid #eee;
	border-left-color: #aaa;
	border-top-color: #aaa;
	font-size: 100%;
	padding: 2px 0;
	}

#comment-form-container div input.button {
	background: #e6eff4;
	border: 1px solid #aaa;
	border-left-color: #eee;
	border-top-color: #eee;
	font-size: 108%;
	}

#comment-form-container div input.text {
	padding: 2px 0;
	width: 200px;
	}
	
#comment-form-container label {
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 2px;
	}

#comment-form-container div label {
	display: block;
	}

#comment-form-container fieldset input {
	margin: 0 4px 0 0;
	padding: 0;
	}

#comment-form-container textarea {
	border: 1px solid #eee;
	border-left-color: #aaa;
	border-top-color: #aaa;
	font-size: 93%;
	}

blockquote.error {
	border-left: none;
	}

blockquote.error p {
	color: #358425;
	font-size: 131%;
	font-style: italic;
	font-weight: bold;
	}

/* features */
.feature {
	border-bottom: 1px dashed #358425;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	}

.lastfeature {
	border-bottom: none;
	}
	
.feature h3 {
	background: url(/media/bg-h3-feature.gif) no-repeat left 50%;
	}

.feature h3 a {
	margin-left: 9px;
	}

.sidebar {
	background: #e6eff4;
	display: inline;
	float: right;
	margin: 0 0 1em 1em;
	width: 180px;
	}

.sidebar .padder {
	padding: 1em 1em 1px;
	}

.sidebar ul li {
	line-height: 1.2;
	margin-bottom: .6em;
	}

/* search results */
.sit-sea #col-main {
	padding-top: 1em;
	margin-top: 1em;
	width: 901px;
	}

td span.s {
	font-size: 100% !important;
	}

.n table {
	margin-top: 1em;
	}

#results dt {
	line-height: 1.1;
	margin: 1em 0 .3em;
	}

#results dd {
	line-height: 1.3;
	margin: 0;
	}

#results dd.excerpt {
	color: #222;
	}

#results dd.url {
	color: #888;
	}

#results dt a {
	border-bottom-color: #efd7cd;
	color: #358425;
	font-weight: bold;
	}

#results dt a:hover {
	border-bottom-color: #e6eff4 !important;
	color: #005b93;
	}

#results dt span {
	font-size: 93%;
	font-weight: bold;
	}

#results dt.dup, #results dd.dup {
	margin-left: 2em;
	}

#results {
	clear: left;
	}

.sit-sea h2 {
	margin: 1em 0 1.5em;
	}

#search-results {
	float: left;
	margin: 2em 0 0;
	position: relative;
	width: 270px;
	}

#search-results #search-field {
	width: 200px;
	}

#search-results fieldset {
	margin-top: -.5em;
	}

#search-results fieldset div {
	margin: 0 0 0 1em;
	}

#search-results fieldset label {
	font-size: 93%;
	}

#search-results .hide {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}

#search-results #submit {
	right: 0;
	position: absolute;
	top: 0;
	}

#search-more {
	display: inline;
	float: left;
	margin: 2em 0 0 10px;
	width: 150px;
	}

#search-more li {
	background: none;
	font-size: 93%;
	line-height: 1.1;
	margin: 0 0 .2em;
	padding: 0;
	}

#totalresults {
	border-bottom: 1px solid #ccc;
	clear: left;
	padding-bottom: .25em;
	text-align: right;
	}

#search-navtop {
	margin: -.75em 0 .5em;
	float: left;
	width: 495px;
	}

#search-navtop #prev-next {
	float: left;
	width: 220px;
	}

#search-navtop #sort {
	float: left;
	text-align: right;
	width: 275px;
	}

#search-navbottom {
	text-align: center;
	}

#search-navbottom dt {
	display: inline;
	}

#search-navbottom dd {
	display: inline;
	padding: 0 .1em;
	}

#search-navbottom dd.prev-next {
	font-size: 131%;
	font-weight: bold;
	padding: 0 .15em;
	}


/********************************************
	Side
********************************************/

#col-side h2 {
	font-size: 123.1%;
	padding: 0;
	}
	
#col-side p.more {
	margin: 0 0 0.5em;
	text-align: right;
	}
	
#col-side ul {
	margin: 0;
	padding: 0;
	}
	
#col-side li {
	background: none;
	margin: 0;
	padding: 0;
	}
	
.sidesection {
	margin-bottom: 1.5em;
	}
	
.sidesection .body dl, .sidesection .body ol, .sidesection .body p, .sidesection .body ul {
	padding: 0 12px;
	}
	
.sidesection dd, .sidesection dt, .sidesection li, .sidesection .body p {
	font-size: 93%;
	}
	
.sidesection .body {
	padding-top: .5em;
	}

/* about */
#about {
	float: left;
	margin-bottom: 2em;
	width: 250px;
	}
	
#about .head {
	float: left;
	width: 250px;
	}
	
#about h2 {
	background: url(/media/bg-h2-about.gif) no-repeat;
	height: 17px;
	margin: 0 0 -1px 12px;
	width: 60px;
	}
	
#about h2 b {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}

#about .body {
	border: 1px solid #ccc;
	float: left;
	padding-top: .5em;
	width: 250px;
	}

/* related content */
#related-content {
	float: left;
	margin-bottom: 2em;
	width: 250px;
	}

/* Fix for use of tables in Google results */
#related-content table,
#related-content table td,
#related-content table th {
	border: none;
	font-size: 100%;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	}

#related-content .head {
	float: left;
	width: 250px;
	}
	
#related-content h2 {
	background: url(/media/bg-h2-related-content.jpg) no-repeat;
	height: 14px;
	margin: 0 0 -1px 12px;
	width: 186px;
	}
	
#related-content h2 b {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}
	
#related-content h3 {
	margin: 0 0 0 7px;
	padding-top: 10px;
	}	
	
#related-content p.description {
	font-style: italic;
	line-height: 1.3;
	}
	
#related-content .body {
	border: 1px solid #ccc;
	float: left;
	padding: 0;
	width: 250px;
	}

/* cleanenergy */
#cleanenergy {
	padding: .5em 0 0;
	text-align: center;
	}

#cleanenergy a {
	border: none;
	}
	
/* nrdc-sites */
.nrdcsites {
	float: left;
	margin-bottom: 1em;
	padding-bottom: 4px;
	position: relative;
	width: 250px;
	}

.nrdcsites .head {
	float: left;
	margin-top: 1em;
	position: relative;
	width: 250px;
	}
	
.nrdcsites .body {
	background: url(/media/bg-module.jpg) no-repeat left bottom;
	border-top: 1px solid #ccc; 
	float: left;
	padding-top: .5em;
	width: 250px;
	}
	
#simplesteps .body {
	margin-bottom: 1em;
	}
	
.nrdcsites .body p.description {
	font-style: italic;
	line-height: 1.3;
	}
	
.nrdcsites h2 {
	bottom: 0;
	left: 12px;
	margin: 0;
	position: absolute;
	}
	
.nrdcsites h2 a {
	border: none;
	display: block;
	height: 21px;
	position: relative;
	width: 83px;
	}
	
#onearth h2 {
	background: url(/media/bg-h2-onearth.gif) no-repeat;
	height: 21px;
	width: 83px;
	}
	
#onearth h2 a {
	height: 21px;
	width: 83px;
	}
	
#themarkup h2 {
	background: url(/media/bg-h2-themarkup.gif) no-repeat;
	height: 19px;
	width: 102px;
	}
	
#themarkup h2 a {
	height: 19px;
	width: 102px;
	}
	
#simplesteps h2 {
	background: url(/media/bg-h2-simplesteps.gif) no-repeat;
	height: 23px;
	bottom: -6px;
	width: 111px;
	}
	
#simplesteps h2 a {
	height: 23px;
	width: 111px;
	}
	
.nrdcsites h2 b {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
	}

.nrdcsites h3 {
	bottom: -1px;
	font-size: 93%;
	line-height: 1;
	margin: 0;
	position: absolute;
	right: 12px;
	text-align: right;
	}

/*
#social {
	background: url(/media/bg-social.jpg) left bottom no-repeat;
	border-top: 1px solid #dcdcdc;
	float: left;
	margin-bottom: 1.5em;
	padding: 7px 0 3px;
	width: 250px;
	}

#social dl {
	margin: 0;
	padding-left: 9px;
	}

#social dt {
	float: left;
	font-size: 85%;
	margin: 0 4px 0 0;
	}

#social dd {
	display: inline;
	margin: 0;
	padding-left: 12px;
	}

#social dd a {
	border: none;
	}
*/

#feeds li {
	margin-bottom: .25em;
	}
	
/* toptags */

#toptags ul {
	margin: 0;
	}
	
#toptags li {
	background: none;
	display: inline;
	line-height: 1.66em;
	margin: 0;
	padding: 0 .1em 0 0;
	}

#toptags .s1 { font-size: 153.9%; }
#toptags .s2 { font-size: 123.1%; }
#toptags .s3, #toptags .s4 { font-size: 100%; }
#toptags .s5, #toptags .s6 { font-size: 93%; }

.tagcloud .s1, .tagcloud .s2 { font-size: 160%; }
.tagcloud .s3, .tagcloud .s4 { font-size: 135%; }
.tagcloud .s5, .tagcloud .s6 { font-size: 100%; }

.tagcloud li {
	line-height: 1.66em;
	}

#col-side #toptags p.more {
	padding-top: .5em;
	}


/********************************************
	Footer
********************************************/

#footer {
	clear: both;
	background: url(/media/bg-footer.gif) no-repeat;
	float: left;
	padding: 2em 0 1em;
	width: 864px;
	}

#footer-nav {
	margin-bottom: 1em;
	overflow: hidden;
	width: 864px;
	}

#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer-nav li {
	background: none;
	border-left: 1px solid #ccc;
	float: left;
	line-height: 1.2;
	margin: 0 .6em 0 -.6em;
	padding: 0 .6em;
	}
	
#footer dl {
	text-align: center;
	margin: 2em 0 0 150px;
	width: 400px;
	}

#footer dd {
	line-height: 1.3;
	}

#footer a {
	color: #005b93;
	}

#footer a:hover {
	color: #d26f1f;
	}

