@import url('reset.css');

body
 {
	font-size: 12px;
	font-family: Verdana, arial, sans-serif;
	line-height: 1.5em;
	color: #616161;
}

/* clearfix 
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    clear:both;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */



/* General styles 
=================================*/

a {
	text-decoration: none;
	color: #1399cd;
}

.inform a {
	color: #018e84;
}

.inspire a {
	color: #478f00;
}

.impact a {
	color: #d74d0e;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: .5em 0 0 0;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}

h1 {
	padding: 0;
	font-size: 2.833em;
  	font-family: "museo-slab-1","museo-slab-2", serif;
  	color: #000;
}

h2 {
	font-size: 1.5em;
	font-family: "museo-slab-1","museo-slab-2", serif;
	color: #000;
}

h3 {
	font-size: 1.3em;
	font-family: "museo-slab-1","museo-slab-2", serif;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

h5 {
	text-transform: uppercase;
	margin: 0;
}

ul {
	list-style: disc;
	margin: 0 0 1.5em 2.5em;
}

ul ul {
	margin-bottom: 0;
}

ol {
	list-style: decimal;
	margin: 0 0 1.5em 2.5em;
}

ol ol {
	margin-bottom: 0;
}
table {
        border-collapse:collapse;
        width:100%;
}
textarea, input {
	font-size: 13px;
	font-family: arial, sans-serif;
}
td {
        border:1px solid #e6e6e6;
        padding: 3px 7px 2px 7px;
}

/* Layout
=================================*/

.wrap {
	width: 960px;
	margin: 0 auto;
}

#top {
	background: url(/global/images/header-gradient.gif) bottom left repeat-x #e6f2f6;	
}

#footer {
	background: url(/global/images/footer-gradient.gif) top left repeat-x #ddecf1;
	padding: 3em 0;
}


/* Header
=================================*/

#branding {
	float: left;
}

#header-top {
	padding: 16px 0 0 0;
	margin: 0 0 1.583em;
}

#top-nav {
	float: right;
        position:relative;
	width: 565px;
        z-index:3000;
}

#top-nav ul {
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
        overflow:visible;
}

#top-nav li {
	float: left;
	padding: 0 0 0 15px;
	border-left: 1px solid #cbd1d3;
	margin: 0 15px 0 0;
	line-height: 2em;
        overflow:visible;
}

#top-nav li#login {
	padding: 0;
	border: none;
}

#top-nav li#login a {
        /*
	display: block;
	padding: 0 22px 0 0;
	background: url(/global/images/login-arrow-down.gif) top right no-repeat;
	background-position: 42px -2px;
	height: 18px;
        */
}

#top-nav a#about {
	cursor: pointer;
}

#top-nav #search {
	float: right;
	width: 190px;
	background: url(/global/images/search.jpg) top left no-repeat;
}

#top-nav #search input {
	width: 144px;
	padding: 11px 0 10px 10px;
	background: none;
	border: none;
	color: #797979;
	font-size: 1.083em;
	float: left;
}
#top-nav #search input#submit {
	width: 34px;
	height: 37px;
	background: none;
	cursor: pointer;
	padding: 0;
}

#top-nav #search a {
	clear: both;
	display: block;
	padding: 0 0 0 4px;
}

#top-nav a {
	color: #1294c6;
}

/* Main Nav (Issues, Nav Bar)
.............................*/

#main-nav {
	position: relative;
	z-index: 1000;
}

#main-nav #issues {
	float: left;
	width: 291px;
	height: 46px;
	padding: 0 0 0 34px;
	background: url(/global/images/header-issues-toggle.png) top left no-repeat;
	cursor: pointer;
	font-family: "museo-slab-1","museo-slab-2", serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
}

#main-nav #issues.open {
	background-position: 0 -48px;
}

#main-nav #nav-bar {
	float: left;
	width: 635px;
	height: 48px;
	background: url(/global/images/header-nav-bar.png) top left no-repeat;
	margin: 0 0 7px 0;
}

.home #main-nav #nav-bar {
	margin: 0;
}

#main-nav #nav-bar ul {
	float: right;
	padding: 13px 0 0 0;
	margin: 0;
	list-style: none;
}

#main-nav #nav-bar li {
	float: left;
	border-right: 1px solid #a0a096;
	padding: 0 19px 0 0;
	margin: 0 19px 0 0;
	line-height: 1em;
	text-transform: uppercase;
}

#main-nav #nav-bar li.last {
	padding: 0 30px 0 0;
	margin: 0;
	border: none;
}

#main-nav #nav-bar li a {
	color: #fffefe;
}

/* Issues dropdown
.............................*/

#main-nav #issues-expand {
	position: absolute;
	top: 44px;
	left: 3px;
	width: 954px;
	z-index: 1000;
	display: none;
}

#main-nav #issues-expand .top-corners {
	width: 954px;
	height: 10px;
	background: url(/global/images/dropdown-top.gif) top left no-repeat;
}

#main-nav #issues-expand .content {
	background: #fff;
	border-left: 10px solid #000;
	border-right: 9px solid #000;
}

#main-nav #issues-expand .bottom-corners {
	width: 954px;
	height: 11px;
	background: url(/global/images/dropdown-bottom.png) top left no-repeat;
}

#main-nav #issues-expand .issue-nav {
	float: left;
	width: 146px;
	height: 190px;
	padding: 1em 20px 1em 20px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#main-nav #issues-expand .issue-nav h4 {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 500;
	color: #000;
	font-size: 1.5em;
	margin: 0 0 .5em 0;
}

#main-nav #issues-expand .issue-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav #issues-expand .issue-nav li {
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	min-height: 15px;
}

#main-nav #issues-expand .issue-nav li.new {
	background: url(/global/images/new.gif) top left no-repeat;
	padding: 0 0 0 40px;
}

#main-nav #issues-expand .issue-nav a {
	color: #0082b5;
}


/* Home Page Feature
=================================*/

#home-feature {
	background: url(/global/images/home-feature-gradient.png) bottom center no-repeat;
	padding: 0 0 1em 0;
}

#home-feature #welcome {
	float: left;
	margin: 0 19px 0 0;
	width: 266px;
	padding: 0 0 0 34px;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 100;
	color: #616161;
	font-size: 2.167em;
	line-height: 1.2em;
}

#home-feature #welcome img {
	margin: 0 0 1em 0;
}

#home-feature #rotator {
	float: left;
	width: 641px;
	height: 335px;
	overflow: hidden;
	position: relative;
}

#home-feature #rotator .content {
	background: url(/global/images/home-rotator-sides.png) top left repeat-y transparent;
	min-height: 300px;
	padding: 9px 20px 0 26px;
	position: relative;
}

#home-feature #rotator #pager {
	position: absolute;
	top: 26px;
	left: 28px;
	z-index: 5;
}

#home-feature #rotator #pager a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 0;
	background: url(/global/images/pager.gif) top left no-repeat;
}

#home-feature #rotator #pager a.activeSlide {
	background-position: 0 -10px;
}

#home-feature #rotator .content #slides {
	z-index: 1;
}

#home-feature #rotator .top-corners {
	background: url(/global/images/home-rotator-top.gif) top left no-repeat;
	height: 13px;
	width: 641px;
}

#home-feature #rotator .bottom-corners {
	background: url(/global/images/home-rotator-bottom.png) top left no-repeat;
	height: 13px;
	width: 641px;
}

#home-feature #rotator .issue .text {
	float: left;
	width: 280px;
	margin: 30px 30px 0 0;
}

#home-feature #rotator .issue .text h2 {
	font-size: 2em;
	padding: 0;
	margin: 0 0 .5em 0;
	line-height: 1.1em;
}

#home-feature #rotator .issue .text p {
	line-height: 1.75em;
}

#home-feature #rotator .issue .text a.button {
	display: block;
	width: 178px;
	height: 39px;
	background: url(/global/images/btn-home-rotator.jpg) top left no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 0 0 23px;
}

#latestUpdates {
	background-color:#fff;
	border-top:1px solid #ccc;
	float:right;
	width:580px;
}
	#latestUpdates .update {
		background-image:none;
		border-bottom:1px solid #ccc;
		margin-bottom:0;
		padding:10px 0;
	}
		#latestUpdates .update .updateText {
			display:block;
			margin-left:50px;
		}
		#latestUpdates .update .updateTime {
			font-weight:bold;
		}
#welcome p {
        margin:0 0 .5em;
}
.generic-template #container {
	padding-top:0;
}
.topBlock {
	background-color:#fff;
	padding-bottom:45px;
}
.updateImage {
	float:left;
	height:40px;
	margin-right:10px;
	width:40px;
	-khtml-border-radius: 10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
	.updateImage a {
		display:block;
		height:40px;
		width:40px;
	}
.viewAll {
	display:block;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}


/* Middle content
=================================*/

#middle .wrap {
	padding: 1em 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 36px 0 1em 0;
	background: url(/global/images/container-sides.gif) top left repeat-y;
	position: relative;
}

.home #container {
	padding-top: 0;
}

#container.generic.large-top {
	padding-top: 61px;
}

#container .bottom-corners {
	position: absolute;
	width: 960px;
	left: 0;
	bottom: 0;
	height: 8px;
	background: url(/global/images/container-bottom.gif) top left no-repeat;
	z-index: 99;
}

#container #wide-image {
	width: 952px;
	margin: 0 auto 1em auto;
	color: #6e6e6e;
	text-align: center;
}

/* Page Top (top rounded corners bar, ? popup)
.................................*/

#page-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 36px;
	padding: 10px 0 0 34px;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow:1px 1px 3px #464646;
	z-index: 100;
}

#page-top #question-mark {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 8px;
	z-index: 100;
}

#page-top #question-mark #popup {
	position: absolute;
	top: 38px;
	left: -60px;
	z-index: 100;
	width: 400px;
	padding: 15px 20px 0 20px;
	background: #fff9e7;
	color: #000;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px #666;
	text-shadow: none;
	font-family: Verdana, arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #616161;
	display: none;
}

#page-top #question-mark #popup #tip {
	position: absolute;
	width: 32px;
	height: 15px;
	top: -15px;
	left: 55px;
	background: url(/global/images/question-popup-tip.png) top left no-repeat;
}

#page-top #question-mark #popup h6 {
	padding: 0;
	margin: 0 0 .5em 0;
	font-size: 1.5em;
	color: #000;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 500;
}

.generic.large-top #page-top {
	background: url(/global/images/page-top-generic-large.jpg) top left no-repeat;
	font-size: 2em;
	height: 51px;
}

.generic.small-top #page-top {
	background: url(/global/images/page-top-generic-small.jpg) top left no-repeat;
}

.generic #page-top ul.double-header {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	font-weight: 300;
	text-transform: none;
}

.generic.large-top #page-top ul.double-header {
	padding: 12px 0 0 0;
}

.generic #page-top ul.double-header li {
	float: left;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	line-height: .8em;
}

.generic #page-top ul.double-header li.thick {
	font-weight: 700;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}

.generic-template #page-top {
	background: url(/global/images/page-top-generic-blank.jpg) top left no-repeat;
}

.issue #page-top {
	background: url(/global/images/page-top-issues.jpg) top left no-repeat;
}

.issue #page-top #question-mark {
	background: url(/global/images/page-top-question-issues.jpg) top left no-repeat;
	left: 160px;
}

.inform #page-top {
	background: url(/global/images/page-top-inform.jpg) top left no-repeat;
}

.inform #page-top #question-mark {
	background: url(/global/images/page-top-question-inform.jpg) top left no-repeat;
	left: 160px;
}

.inspire #page-top {
	background: url(/global/images/page-top-inspire.jpg) top left no-repeat;
}

.inspire #page-top #question-mark {
	background: url(/global/images/page-top-question-inspire.jpg) top left no-repeat;
	left: 160px;
}

.impact #page-top {
	background: url(/global/images/page-top-impact.jpg) top left no-repeat;
}

.impact #page-top #question-mark {
	background: url(/global/images/page-top-question-impact.jpg) top left no-repeat;
	left: 160px;
}
.issueName {
        display:block;
        font-weight:bold;
}

#container #content {
	width: 892px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}


.three-col {
	background: url(/global/images/three-col-divider.gif) top left repeat-y;
	width: 894px;
	margin: 0 0 2em 0;
}

.three-col .column {
	float: left;
	margin: 0 42px 0 0;
	width: 270px;
}

.three-col .column.right {
        float:right;
	margin: 0;
}

.three-col .column p.go a {
	background: url(/global/images/arrow-right-blue.gif) top left no-repeat;
	background-position: 0 4px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 12px;
}

.three-col .column p.date,
.three-col .column p.byline {
	font-size: .856em;
	margin: 0 0 .5em 0;
}

.three-col .column h3 {
	padding: 0;
	margin: 0 0 .3em 0;
}

ul.callout-links {
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
}

ul.callout-links li {
	border-top: 1px solid #e6e6e6;
	padding: .5em 0;
}

ul.callout-links li a {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.3em;
}

ul.callout-links li.check a {
	background: url(/global/images/icon-check-shield.gif) top left no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 24px;
	display: block;
	line-height: 1.3em;
}

ul.callout-links li.active a {
	color: #000;
}

ul.callout-links li p {
	margin: 0 0 .5em 0;
	font-size: .917em;
}


#stories {
	margin: 0 0 2em 0;
}

#stories .story {
	float: left;
	width: 270px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

#stories .story.impact {
	margin: 0;
	padding: 0;
	border: 0;
}

#stories .date,
#stories .byline {
	font-size: 0.917em;
	color: #797979;
	margin: 0 0 .5em 0;
}

#stories h2 {
	margin: 0 0 .2em 0;
	padding: 0;
}

#stories p {
	margin: 0;
}

#stories .image {
	float: left;
	width: 120px;
	margin: 5px 12px 0 0;
}

#stories .image img {
	margin: 0 0 .6em 0;
}

#stories .image a.button {
	display: block;
	width: 120px;
	height: 26px;
	padding: 3px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: .856em;
}

#stories .story.inform .image a.button {
	background: url(/global/images/btn-turquois.jpg) top left no-repeat;
}

#stories .story.inspire .image a.button {
	background: url(/global/images/btn-green.jpg) top left no-repeat;
}

#stories .story.impact .image a.button {
	background: url(/global/images/btn-orange.jpg) top left no-repeat;
}

#local-headlines {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	padding: 1em 0;
	margin: 0 0 2em 0;
}

#local-headlines span {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 500;
	font-size: 1.3em;
	color: #000;
}

#local-headlines .source {
	font-weight: bold;
}

#news {
	margin: 0 0 2em 0;
}

#news h3 {
	font-size: 1.5em;
	color: #000;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 500;
}

#news .column {
	float: left;
	width: 270px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

#news .column.right {
	margin: 0;
	padding: 0;
}

ul.what-matters-most {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.what-matters-most li {
	border-top: 1px solid #d9d9d9;
	padding: .5em 0;
}

ul.what-matters-most .votes {
	float: left;
	width: 60px;
	text-transform: uppercase;
	font-size: .833em;
	color: #818181;
}

ul.what-matters-most .votes span {
	display: block;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 900;
	font-size: 1.4em;
	margin: 0;
	line-height: .7em;
	padding: 5px 0 0 0;
}

ul.what-matters-most .link,
ul.upcoming-events .link {
	float: left;
	width: 200px;
}

ul.upcoming-events,
ul.upcoming-events ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.upcoming-events .date {
	float: left;
	width: 60px;
	text-transform: uppercase;
	font-size: .833em;
	color: #818181;
	line-height: 1.3em;
	padding: 3px 0 0 0;
}

ul.upcoming-events .date span {
	display: block;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 900;
	font-size: 1.4em;
	margin: 0;
}

ul.upcoming-events li li {
	border-top: none;
	border-bottom: 1px solid #d9d9d9;
}

ul.upcoming-events li.go a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .833em;
	background: url(/global/images/arrow-right-blue.gif) top left no-repeat;
	background-position: 2px 4px;
	padding: 0 0 0 60px;
}

ul.upcoming-events li {
	border-top: 1px solid #d9d9d9;
	padding: .5em 0 0 0;
}

ul.upcoming-events li li {
	padding: 0 0 .5em 0;
	margin: 0 0 .5em 0;
}

ul.upcoming-events li li.last {
	border: none;
	padding: 0;
}


/* Paper callout
=================================*/

.paper {
	width: 261px;
}
.paper p {
        margin-bottom:0;
}

.paper .paper-top {
	width: 261px;
	height: 65px;
	background: url(/global/images/paper-top.png) top left no-repeat;
}

.paper .paper-content {
	width: 211px;
	background: url(/global/images/paper-content.png) top left repeat-y;
	padding: 0 25px 1px 25px;
	
}

.paper .paper-bottom {
	width: 261px;
	height: 72px;
	background: url(/global/images/paper-bottom.png) top left no-repeat;
}

.paper .quote {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #7b7b7b;
}

.paper ul,
#sidebar .paper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.3em;
}

.paper ul li {
	border-top: 1px solid #dfdfdf;
	padding: .5em 0;
}

.paper img {
	margin: 0 0 1.5em 0;
}

#sidebar .paper {
	margin: 0 0 1.5em 0;
}

#sidebar .paper a {
	color: #ed6a16;
}

.paper .percentage {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.333em;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #c3c3c3;
}

.paper .percentage span {
	font-size: 5em;
	font-weight: 700;
	line-height: .9em;
	display: block;
}

.paper .share-this {
	background: url(/global/images/share-this-arrow.gif) top left no-repeat;
	padding: 18px 0 0 25px;
	margin: 0 0 1em 0;
}

.paper .share-this ul li,
#sidebar .paper .share-this ul li {
	border: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 24px;
}


/* Page Content
=================================*/

#article-top .left {
	float: left;
	width: 620px;
}

#article-top .right {
	float: left;
	width: 270px;
	padding: 1em 0 0 0;
}

#article-top .right #our-focus {
	border: 1px solid #e6e6e6;
	padding: 40px 15px 15px 15px;
	background: url(/global/images/text-our-focus.gif) top left no-repeat;
	background-position: 15px 15px;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.583em;
	line-height: 1.2em;
}

#breadcrumbs {
        float:left;
	font-size: 0.917em;
}
        #breadcrumbs ul { margin-left:0; }
        #breadcrumbs li {
                display:inline;
                list-style:none;
        }

p#breadcrumbs a {
	color: #616161;
}

.inform p#breadcrumbs a:hover {
	color: #018e84;
}

.inspire p#breadcrumbs a:hover {
	color: #478f00;
}

.impact p#breadcrumbs a:hover {
	color: #d74d0e;
}

.issue p#breadcrumbs a:hover {
	color: #1399cd;
}

#article-top #meta {
	clear: both;
	border-top: 5px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: .5em 0;
	line-height: 1em;
	font-size: 0.917em;
	margin: 0 0 2em 0;
}

#article-top #meta #date {
	float: left;
	border-right: 1px solid #e6e6e6;
	padding: 0 10px 0 0;
	margin: 2px 10px 0 0;
}

#article-top #meta #byline {
	float: left;
	margin: 2px 0 0 0;
}

#article-top #meta #byline #author {
	font-weight: bold;	
}

#article-top #meta ul {
	float: right;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#article-top #meta ul li {
	float: left;
	padding: 0 6px;
	border-left: 1px solid #e6e6e6;
}

li.email a {
	display: block;
}
li.email a .at300bs {
        float:left;
        margin-right:3px;
}
li.print {
	padding: 0 0 0 6px;
}
li.print a {
	display: block;
	background: url(/global/images/icon-print.gif) top left no-repeat;
	background-position: 5px 2px;
	padding: 0 0 0 24px;
}

li.subscribe a {
	display: block;
	background: url(/global/images/icon-rss.gif) top left no-repeat;
	background-position: 5px 1px;
	padding: 0 0 0 24px;
}


/* Page Body
=================================*/

#pageBody {
	float: left;
        width: 580px;
	padding: 0 20px 0 0;
	border-right: 1px solid #e6e6e6;
	margin: 0 20px 2em 0;
	font-size: 1.167em;
	line-height: 1.5em;
}

blockquote {
	background: #fff4cf;
	padding: 20px;
	margin: 0 0 1.5em 0;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.143em;
	line-height: 1.5em;
}

blockquote p {
	margin: 0 0 .5em 0;
}

cite {
	font-weight: 900;
	font-size: 0.813em;
}

h6.section-label {
	font-family: "museo-slab-1","museo-slab-2", serif;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: .5em;
}

h3.question {
	padding-left: 27px;
	background: url(/global/images/question-q.gif) top left no-repeat;
	background-position: 0 14px;
}

p.answer {
	padding-left: 27px;
	background: url(/global/images/question-a.gif) top left no-repeat;
	background-position: 0 7px;
}

ul.striped {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

ul.striped li {
	background: #e6f2f6;
	padding: 4px 10px 5px 10px;
}
ul.striped li.alt {
	background: #fff;
}

hr {
	background: none;
	height: 0;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1.5em 0;
}

hr.heavy {
	border-bottom: 5px solid #e6e6e6;
}

img.align-left {
	float: left;
	margin: 5px 15px 10px 0;
}

img.align-right {
	float: right;
	margin: 5px 0 10px 15px;
}

#share {
        background-color:#fff;
	float: left;
	margin: 5px 2.5em 10px 0;
	border: 1px solid #e6e6e6;
	padding: 0 8px;
	text-align: center;
}

#share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#share ul li {
	padding: 8px 0;
	border-bottom: 1px solid #e6e6e6;
}

#share ul li.tweetmeme {
	padding: 12px 0 6px 0;
}

#share ul li.addthis {
	border: none;
}



/* Sidebar
=================================*/

#sidebar {
	float: left;
	width: 270px;
}

#this-matters {
	text-align: center;
	margin: 0 0 3em 0;
}

#recommend-this {
	background: url(/global/images/recommend-this.gif) top left no-repeat;
	height: 47px;
	margin: 0 0 3em 0;
	position: relative;
}

#recommend-this a.recommend {
	display: block;
	width: 192px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
}

#recommend-this .yes {
	position: absolute;
	top: 17px;
	right: 14px;
}

#sidebar h4 {
	border-top: 5px solid #e6e6e6;
	padding: 1em 0 0 0;
}

#sidebar h5 {
	margin: 0 0 1em 0;
}

#sidebar ul {
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	border-top: 1px solid #e6e6e6;
	padding: .5em 0;
}

#sidebar .callout-links li {
	padding: 1em 0;
} 



/* Issue Page
=================================*/

.issue #issue-top {
	border-bottom: 5px solid #e6e6e6;
}

.issue #issue-top .right {
	float: right;
	width: 270px;
}

.issue #issue-top .left {
	float: left;
	width: 620px;
}

.issue h1 {
        clear:both;
	font-size: 4em;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}

.issue #sponsor {
	width: 255px;
	font-size: 0.833em;
	color: #797979;
	line-height: 1.3em;
}

.issue #sponsor span {
	display: block;
	height: 32px;
	text-transform: uppercase;
	float: right;
	padding: 18px 0 0 0;
	margin: 0 0 1em 0;
}

.issue #sponsor #logo {
	float: right;
	border-left: 1px solid #e6e6e6;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

.issue #sponsor p {
	clear: both;
	text-align: right;
}

.issue #pageBody {
	width: 600px;
	padding: 0;
	border: none;
}

.issue #meta {
	border-bottom: 1px solid #e6e6e6;
	padding: 6px 0;
	font-size: 0.8em;
}

.issue #meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.issue #meta li {
	float: left;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	border-right: 1px solid #e6e6e6;
	line-height: 1.3em;
}

li.rss a {
	display: block;
	background: url(/global/images/icon-rss.gif) top left no-repeat;
	padding: 0 0 0 18px;
	height: 14px;
}

.issue #meta li.print {
	border: none;
}
.issue #meta li.print a {
	background-position: 5px 1px;
}

.issue #sidebar .paper {
	margin-top: -52px;
}

#issue-expand, 
#org-expand {
	display: none;
}

p.issue-expand-toggle span.click,
p.issue-expand-hide span.click, 
p.org-expand-toggle span.click, 
p.org-expand-hide span.click {
	color: #1399cd;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .833em;
	padding: 0 0 0 12px;
	cursor: pointer;
}

p.issue-expand-toggle span.click.open,
p.issue-expand-hide span.click,
p.org-expand-toggle span.click.open,
p.org-expand-hide span.click {
	background-position: 0 -8px;
}

p.issue-expand-toggle span.click span.hide,
p.issue-expand-toggle span.click.open span.show,
p.org-expand-toggle span.click span.hide,
p.org-expand-toggle span.click.open span.show {
	display: none;
}

p.issue-expand-toggle span.click.open span.hide,
p.org-expand-toggle span.click.open span.hide {
	display: inline;
}

.update {
	background: url(/global/images/icon-update.gif) top left no-repeat;
	background-position: 0 10px;
	padding: 8px 0 8px 50px;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: .833em;
	line-height: 1.2em;
}
.update p {
	margin: 0;
}

.article-listing .title {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 .3em 0;
}

.article-listing .date {
	margin: 0 0 .5em 0;
	font-size: .9em;
}

.article-listing .by {
	margin: 0;
	font-size: .9em;
}

.key-articles {
        clear:left;
	margin: 0 0 2em 0;
	font-size: .833em;
}

.key-article {
	width: 250px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
}

.key-article .label {
	padding: 0 0 8px 0;
	margin: 0 0 .5em 0;
}

.key-article.inform {
	background: #e4f8f7;
}
.key-article.inspire {
	background: #f4f9e8;
}
.key-article.impact {
	background: #fff5e2;
}

.key-article.inform .label {
	border-bottom: 1px solid #badedc;
}
.key-article.inspire .label {
	border-bottom: 1px solid #d6e0bf;
}
.key-article.impact .label {
	border-bottom: 1px solid #efcfb0;
}

#three-i {
	margin: 1em 0 2em 0;
}

.newest-articles ul {
	margin: .5em 0 0 0;
	padding: 0;
	list-style: none;
}

.newest-articles ul li {
	border-top: 1px solid #e6e6e6;
	padding: .7em 0;
	font-size: .856em;
	line-height: 1.4em;
}

.newest-articles .inform ul li.go a {
	background: url(/global/images/arrow-inform.gif) top left no-repeat;
	background-position: 0 3px;
}
.newest-articles .inspire ul li.go a {
	background: url(/global/images/arrow-inspire.gif) top left no-repeat;
	background-position: 0 3px;
}
.newest-articles .impact ul li.go a {
	background: url(/global/images/arrow-impact.gif) top left no-repeat;
	background-position: 0 3px;
}

.newest-articles ul li.go a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	padding: 0 0 0 12px;
}

.newest-articles .help-us-expand {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	padding: 15px 10px;
	font-size: .9em;
	line-height: 1.3em;
        margin-top:.5em;
}

.newest-articles .help-us-expand img {
	margin: 0 0 .5em 0;
}

.newest-articles .help-us-expand p {
	margin: 0 0 .5em 0;
}

.newest-articles .inform .help-us-expand {
	background: #aee5e2;
}
.newest-articles .inform .help-us-expand strong {
	color: #018e84;
}

.newest-articles .inspire .help-us-expand {
	background: #d8eda3;
}
.newest-articles .inspire .help-us-expand strong {
	color: #478f00;
}

.newest-articles .impact .help-us-expand {
	background: #ffd288;
}
.newest-articles .impact .help-us-expand strong {
	color: #d74d0e;
}

#issue-bottom {
	border-top: 2px solid #e6e6e6;
	padding: 2em 0 0 0;
	margin: 0 0 2em 0;
	width: 894px;
}

#issue-bottom h5 {
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-weight: 500;
	color: #000;
	text-transform: none;
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 1em 0;
}

#issue-bottom #groups {
	float: left;
	margin: 0 42px 0 0;
	width:582px;
}

#issue-bottom #primary-groups {
	width: 270px;
	margin: 0 42px 0 0;
	float: left;
}

#issue-bottom #secondary-groups {
	float: left;
	width: 270px;
}

#issue-bottom #primary-groups p {
	font-size: .833em;
	line-height: 1.4em;
}

#issue-bottom #primary-groups h6 {
	padding: 0;
	margin: 0 0 .5em 0;
}

#issue-bottom #primary-groups h6 a {
	display: block;
	background: url(/global/images/icon-check-shield.gif) top left no-repeat;
	padding: 0 0 0 20px;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.2em;
	margin: 0;
}

#issue-bottom #secondary-groups ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "museo-slab-1","museo-slab-2", serif;
}

#issue-bottom #secondary-groups ul li {
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}
#issue-bottom #other-groups {
	display:none;
}

#issue-bottom #inform-us {
	float: left;
	width: 230px;
	padding: 20px;
	background: #fff4cf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: .833em;
	line-height: 1.4em;
}

#issue-bottom #inform-us img {
	margin: 0 0 .5em 0;
}

#issue-bottom #inform-us p {
	margin: 0;
}

#issue-bottom #inform-us a {
	font-weight: bold;
}




/* General Listing
=================================*/

.listing {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding: 17px 0 0 20px;
	margin: 0 0 2em 0;
}

.listing .image {
	float: left;
	margin: 3px 20px 0 0;
}

.listing .details {
	float: left;
}

.listing .details h2 {
	padding: 0;
	margin: 0;
}

.listing .details p {
	font-size: 1.167em;
	margin: 0 0 .5em 0;
}

.listing .details p.small {
	font-size: .9em;
	margin: 0 0 1em 0;
}

.listing .details p.go {
	margin: 0;
}


/* Category Listing
=================================*/

.issue.category-listing #issue-top {
	border: none;
}

.issue.category-listing h1 {
	font-size: 2.833em;
}

.issue.category-listing h1 span {
	color: #b0b0b0;
}

.issue.category-listing .listing .details {
	width: 446px;
	margin: 0 35px 0 0;
}

.issue.category-listing .listing .recent-articles {
	float: left;
	width: 270px;
}

.issue.category-listing .listing .recent-articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .856em;
}

.issue.category-listing .listing .recent-articles ul li {
	margin: 0 0 .5em 0;
}

.issue.category-listing .listing .recent-articles ul a {
	font-size: 1.2em;
}


/* Leaders Landing / Organizations Listing
=================================*/

.leaders-landing .listing,
.organizations-landing .listing {
	width: 415px;
	height: 14em;
	margin: 0 10px 2em 0;
	float: left;
}

.organizations-landing .listing {
	height: 10em;
}

.leaders-landing .listing .image,
.organizations-landing .listing .image {
	margin: 0 15px 0 0;
}

.leaders-landing .listing .details,
.organizations-landing .listing .details {
	width: 300px;
	margin: 0;
}

.organizations-landing .listing p.go {
	padding: .3em 0 0 0;
}

.leaders-landing #container #content,
.organizations-landing #container #content {
	width: 912px;
}

.leaders-landing #landing-top,
.organizations-landing #landing-top {
	width: 892px;
	margin: 0 auto 2em auto;
}

#landing-top {
	border-bottom: 5px solid #e6e6e6;
	margin: 0 0 2em 0;
}

#landing-top .text {
	float: left;
	width: 500px;
	padding: 20px 0 0 0;
}

#landing-top h1 {
	font-size: 1.75em;
	margin: 0 0 .2em 0;
}

#landing-top p {
	font-family:"museo-slab-1","museo-slab-2",serif;
	font-size: 1.5em;
	color: #767676;
	font-weight: 300;
	line-height: 1.5em;
}

#landing-top .image {
	float: right;
	margin: 0 0 -5px 0;
}


/* Organization Profile
=================================*/

.organization #pageBody {
	border: none;
	width: 100%;
}

.organization #pageBody .about-us {
	font-size: .856em;
	line-height: 1.5em;
}

.organization #pageBody .about-us p.go {
	margin: 0;
}

.organization .newest-articles ul {
	margin: 0;
}

#organization-top {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 2em 0;
}

#organization-top .text {
	float: left;
	width: 590px;
}

#organization-top .text h1 {
	margin: 0 0 .3em 0;
	line-height: 1.1em;
}

#organization-top .text p {
	font-size: 1.167em;
	line-height: 1.4em;
}

#organization-top .support {
	background: url(/global/images/text-support.gif) top center no-repeat #fff5e2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 60px 20px 10px 20px;
	float: right;
	width: 234px;
	text-align: center;
}

#organization-top .support ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#organization-top .meta {
	border-top: 5px solid #e6e6e6;
	clear: both;
	padding: 6px 0 7px 0;
	font-size: .917em;
}

#organization-top .meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#organization-top .meta ul li {
	float: left;
}

#organization-top .meta .links {
	float: left;
	padding: 2px 0 0 0;
}

#organization-top .meta .links li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #e6e6e6;
	line-height: 1.3em;
}

#organization-top .meta .links li.facebook {
	background: url(/global/images/icon-facebook-small-2.gif) top left no-repeat;
	padding-left: 21px;
}

#organization-top .meta .links li.twitter {
	background: url(/global/images/icon-twitter-small-2.gif) top left no-repeat;
	padding-left: 21px;
	border: none;
}

#organization-top .meta .actions {
	float: right;
}

#organization-top .meta .actions li {
	padding: 0 0 0 8px;
	margin: 0 0 0 10px;
	border-left: 1px solid #e6e6e6;
}

#organization-top .meta .actions li.print {
	padding-left: 5px;
}

.social-media {
	font-size: .917em;
}

.social-media h6 {
	font-weight: bold;
	padding: 0;
}

.social-media ul#twitter_update_list3 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media ul#twitter_update_list3 li {
	border-top: 1px solid #e6e6e6;
	line-height: 1.5em;
	padding: .5em 0;	
}

.social-media ul#twitter_update_list3 a {
	display: block;
	font-size: .856em;
	color: #92918b;
}

.social-media ul#twitter_update_list3 span a {
	display: inline;
	font-size: 1.05em;
	color: #1399CD;
}



/* Blog
=================================*/

.blog #page-top {
	background: url(/global/images/page-top-generic-small.jpg) top left no-repeat;
}

#blog-top {
	border-bottom: 5px solid #e6e6e6;
	margin: 0 0 2em 0;
}

#blog-top .image {
	float: left;
	margin: 0 0 -5px 0;
}

#blog-top .text {
	float: right;
	width: 733px;
	padding: 27px 0 0 0;
}

#blog-top .text h1 {
	margin: 0 0 .1em 0;
}

#blog-top .text p {
	font-family:"museo-slab-1","museo-slab-2",serif;
	font-size: 1.5em;
	color: #767676;
}

#blog-top .meta {
	border-top: 1px solid #e6e6e6;
	padding: 6px 0 0 0;
}

#blog-top .meta .byline {
	float: left;
}

#blog-top .meta ul {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	float: right;
	font-size: .917em;
}

#blog-top .meta li {
	float: left;
	border-left: 1px solid #e6e6e6;
	padding: 0 0 0 7px;
	margin: 0 0 0 10px;
	line-height: 1.3em;
}

#blog-top .meta li.subscribe {
	border: none;
}

.blog #pageBody {
	font-size: 1em;
}

.blog.single #pageBody {
	font-size: 1.167em;
}

.blog .post {
	border-bottom: 5px solid #e6e6e6;
	padding: 0 0 1em 0;
	margin: 0 0 2em 0;
}

.blog.single .post {
	border: none;
	margin: 0;
	padding: 0;
}

.blog .post.last {
	margin: 0 0 .5em 0;
}
.ext-link  {
        -moz-border-radius:4px 4px 4px 4px;
        background:url("/global/images/icon-globe.jpg") no-repeat scroll 14px 12px #FFF5E2;
        clear:both;
        margin:0 0 1em;
        padding:10px 0 12px 65px;
}
        .ext-link a {
                font-weight:bold;
        }
.post { clear:both; }
.post .title {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 1em 0;
	margin: 0 0 1.5em 0;
}

.post .title h2 {
	font-size: 2.25em;
	margin: 0;
	padding: 0;
}

.blog.single .post.inform .title h2,
.blog.single .post.inspire .title h2,
.blog.single .post.impact .title h2 {
	float: left;
	width: 400px;
	font-size: 2em;
	line-height: 1.1em;
}

.post .title p {
	margin: 0;
	padding: .6em 0 0 0;
	font-size: .856em;
}

.post .title .our-focus {
	background: url(/global/images/text-our-focus-2.gif) top left no-repeat;
	background-position: 10px 13px;
	border: 1px solid #e6e6e6;
	padding: 45px 10px 10px 10px;
	float: right;
	width: 155px;
	line-height: 1.2em;
	margin: 6px 0 .6em 0;
}

.blog .post p.date {
	font-size: .856em;
	margin: 0 0 .5em 0;
}

.blog .post p.go {
	text-transform: uppercase;
	font-weight: bold;
	background: url(/global/images/arrow-right-blue.gif) top left no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 11px;
}

.post .i-article {
	height: 25px;
	width: 581px;
	font-family:"museo-slab-1","museo-slab-2",serif;
	font-weight: bold;
	text-shadow:1px 1px 3px #464646;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 0 0 10px;
	margin: 0 0 2em 0;
}

.blog.single .post .i-article,
.events .post .i-article {
	font-size: .9em;
	padding: 2px 0 0 10px;
	margin: 0 0 1em 0;
}

.post.impact .i-article {
	background: url(/global/images/blog-bar-impact.jpg) top left no-repeat;
}
.post.inspire .i-article {
	background: url(/global/images/blog-bar-inspire.jpg) top left no-repeat;
}
.post.inform .i-article {
	background: url(/global/images/blog-bar-inform.jpg) top left no-repeat;
}

.blog .post.impact p.go {
	background: url(/global/images/arrow-impact.gif) top left no-repeat;
	background-position: 0 5px;
}
.blog .post.inspire p.go {
	background: url(/global/images/arrow-inspire.gif) top left no-repeat;
	background-position: 0 5px;
}
.blog .post.inform p.go {
	background: url(/global/images/arrow-inform.gif) top left no-repeat;
	background-position: 0 5px;
}

.prev-next {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.prev-next .previous {
	background: url(/global/images/arrow-left-blue-large.gif) top left no-repeat;
	background-position: 0 2px;
	float: left;
	padding: 0 0 0 17px;
	display: block;
}

.prev-next .next {
	background: url(/global/images/arrow-right-blue-large.gif) top right no-repeat;
	float: right;
	padding: 0 17px 0 0;
	display: block;
}

#about-author {
	background: #e6f2f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px 15px 1px 15px;
	margin: 0 0 2em 0;
}

#about-author h5 {
	margin: 0 0 1em 0;
}

#about-author h3 {
	color: #000;
	font-size: 1.5em;
	margin: 0 0 .5em 0;
}

#about-author p.job-title {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #cad3d7;
}


/* Events
=================================*/

.events #pageBody {
	font-size: 1em;
}

.events #pageBody {
	font-size: 1.167em;
}

.events #container.generic.large-top {
	padding-top: 80px;
}

.events h1 {
	text-align: center;
}

.events .prev-next {
	position: relative;
	text-transform: none;
	color: #000;
	padding: .8em 0;
	border-top: 5px solid #e6e6e6;
}

.events .prev-next.top {
	border-top: 1px solid #e6e6e6;
}

.events .prev-next a.previous {
	width: 21px;
	height: 20px;
	background: url(/global/images/arrow-left-box.gif) top left no-repeat;
	position: absolute;
	left: 0;
	top: .8em;
	padding: 0;
}

.events .prev-next a.next {
	width: 21px;
	height: 20px;
	background: url(/global/images/arrow-right-box.gif) top left no-repeat;
	position: absolute;
	right: 0;
	top: .8em;
	padding: 0;
}

.events .prev-next .date-range {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}

.events .day {
	border-top: 5px solid #e6e6e6;
	padding: .5em 0 1em 0;
}

.events .day .date {
	float: left;
	padding: 1em 0 0 0;
}

.events .day .date .month {
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0 0 .1em 0;
}

.events .day .date .day-number {
	font-family:"museo-slab-1","museo-slab-2",serif;
	font-weight: 700;
	font-size: 1.7em;
}

.events .day ul {
	float: right;
	width: 490px;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
}

.events .day ul li {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1em 0;
}

.events .day ul li.last {
	border: none;
}

.events .day p {
	margin: 0 0 1em 0;
}

.events .day p.small {
	font-size: .917em;
	margin: 0 0 .3em 0;
}

.events .day h3 {
	padding: 0;
	margin: 0 0 .3em 0;
}

.events #sidebar .search {
	background: url(/global/images/search-interior.gif) top left no-repeat;
	height: 31px;
	margin: 0 0 2em 0;
}

.events #sidebar .search input {
	background: none;
	border: none;
	float: left;
	padding: 8px 0 0 8px;
	line-height: 1.5em;
	width: 230px;
}

.events #sidebar .search input.submit {
	cursor: pointer;
	width: 30px;
	height: 22px;
}

.calendar {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:none repeat scroll 0 0 #E6F2F6;
	padding: 16px 10px;
	margin: 0 0 2em 0;
}

.calendar .month-nav {
	position: relative;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em 0;
}

.calendar .month-nav a.previous {
	width: 21px;
	height: 20px;
	background: url(/global/images/arrow-left-box.gif) top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}

.calendar .month-nav a.next {
	width: 21px;
	height: 20px;
	background: url(/global/images/arrow-right-box.gif) top left no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

.calendar p.subscribe {
	margin: 0;
	padding: .5em 0 0 0;
}

.calendar p.subscribe a {
	display: block;
	background: url(/global/images/icon-rss.gif) top left no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 20px;
	margin: 0;
}

.events .share-event {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(/global/images/text-share-your-event.gif) top center no-repeat #fff5e2;
	padding: 75px 0 10px 20px;
	font-size: .917em;
	margin: 0 0 3em 0;
}

.events .share-event p {
	margin: 0;
}

.events #sidebar .ongoing-events h4 {
	border-top: none;
	border-bottom: 5px solid #e6e6e6;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0 0 .5em 0;
	margin: 0 0 .7em 0;
}

.events #sidebar .ongoing-events li {
	border: none;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1em 0;
}

.events #sidebar .ongoing-events li.last {
	border: none;
}

.events #sidebar .ongoing-events ul.meta {
	margin: 0 0 .6em 0;
	font-size: .917em;
}

.events #sidebar .ongoing-events ul.meta li {
	border:  none;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 1em;
}

.events #sidebar .ongoing-events ul.meta li.date {
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
}

.events #sidebar .ongoing-events h3 {
	padding: 0;
	margin: 0 0 .3em 0;
}

.events #sidebar .ongoing-events p {
	margin: 0 0 1em 0;
}

.events p#breadcrumbs {
	font-size: .856em;
}

.events .post h1 {
	float: left;
	width: 400px;
	text-align: left;
	font-size: 2em;
	margin: 0;
}

.events .post .title {
	border-bottom: 5px solid #e6e6e6;
	margin: 0 0 .5em 0;
}

.events #event-details {
	font-size: .917em;
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 1px solid #e6e6e6;
}

.events #event-details table {
	margin: 0 0 0 10px;
}

.events #event-details table td {
	vertical-align: top;
	padding: .2em 0;
	line-height: 2em;
}

.events #event-details table td.label {
	width: 80px;
}

.events #event-details a.add-to-calendar {
	background: url(/global/images/icon-calendar.jpg) top left no-repeat;
	background-position: 0 4px;
	padding: 5px 0 5px 23px;
	line-height: 1.2em;
	height: 21px;
}

.events #event-details a.map {
	background: url(/global/images/icon-map.jpg) top left no-repeat;
	background-position: 0 3px;
	padding: 5px 0 5px 23px;
	line-height: 1.2em;
	height: 21px;
}

.events #event-details a.download {
	background: url(/global/images/icon-download.jpg) top left no-repeat;
	background-position: 0 3px;
	padding: 5px 0 5px 23px;
	line-height: 1.2em;
	height: 21px;
}

.events #event-details #rsvp {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 0 5px 0;
}

.events .inform #event-details #rsvp {
	background: #e4f8f7;
}
.events .inspire #event-details #rsvp {
	background: #F4F9E8;
}
.events .impact #event-details #rsvp {
	background: #FFF5E2;
}

.events #event-details #rsvp .label {
	float: left;
	width: 75px;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.events #event-details #rsvp ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.events #event-details #rsvp ul li {
	float: left;
	margin: 0 20px 0 0;
}

.events .post .meta p {
	font-size: .856em;
	margin: 0 0 .2em 0;
}

.events .post .meta {
	margin: 0 0 2em 0;
}

.events.detail h3 {
	color: #000;
}

.events.detail #related-events {
        clear:both;
	font-size: .917em;
}

.events.detail .day {
	padding: .5em 0;
}

.events.detail .day ul li {
	padding: 0 0 .5em 0;
}

.events.detail .day .date {
	font-size: .917em;
}


/* Generic Template
=================================*/

.generic-template #container {
	padding-top: 23px;
}

.generic-template #generic-content {
	
}

.generic-template #pageBody {
	border: none;
	border-left: 1px solid #e6e6e6;
	padding: 0 0 0 20px;
	margin: 0 0 2em 20px;
}

.generic-template #pageBody.full-width {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 0 2em 0;
}

#generic-top {
	border-bottom: 5px solid #e6e6e6;
	margin: 0 0 2em 0;
}

#generic-top p#breadcrumbs {
	float: left;
}

#generic-top ul.actions {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#generic-top ul.actions li {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #e6e6e6;
	line-height: 1.4em;
}

#generic-top h1 {
	clear: both;
	padding: 0;
	margin: 0 0 .5em 0;
}


/* Footer
=================================*/

#footer .wrap {
	width: 952px;
}

#facebook {
	width: 300px;
	float: left;
	margin: 0 40px 2em 0;
}

#twitter {
	width: 270px;
	float: left;
	margin: 0 40px 2em 0;
}

#sponsors {
	width: 300px;
	float: left;
	margin: 0 0 2em 0;
}

#facebook h5,
#twitter h5 {
	margin: 0 0 .3em 0;
	text-transform: none;
}

#facebook h5 a {
	display: block;
	height: 50px;
	background: url(/global/images/icon-facebook.jpg) top left no-repeat;
	padding: 5px 30px 0 60px;
	margin: 0 0 .5em 0;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.3em;
	line-height: 1.2em;
}

#twitter h5 a {
	display: block;
	height: 50px;
	background: url(/global/images/icon-twitter.jpg) top left no-repeat;
	padding: 5px 50px 0 60px;
	font-family: "museo-slab-1","museo-slab-2", serif;
	font-size: 1.3em;
	line-height: 1.2em;
}

#twitter ul#twitter_update_list, 
ul#org_twitter_update_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter #twitter_update_list li,
ul#org_twitter_update_list li {
	border-top: 1px solid #BCC9CD;
	padding: .3em 0 0 0;
	margin: 0 0 .5em 0;
}
ul#org_twitter_update_list li .created_at {
        display:block;
        font-size:.85em;
}
#twitter #twitter_update_list li span {
	display: block;
}

#twitter #twitter_update_list li span a {
	color: #1399CD;
}

#twitter #twitter_update_list li a {
	color: #92918b;
}

#sponsors .sponsor span {
	text-transform: uppercase;
	font-size: .856em;
}

#sponsors .sponsor h6 {
	clear: both;
	font-family: "museo-slab-1","museo-slab-2", serif;
	padding: 0;
	font-size: 1.1em;
}

#sponsors .sponsor img {
	float: left;
	margin: 3px 14px 0 0;
}

#sponsors .sponsor p {
	float: left;
	width: 200px;
}

#sponsors .sponsor {
	border-bottom: 1px solid #BCC9CD;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}

#sponsors .sponsor.last {
	border: none;
}

ul#footer-nav {
	border-top: 2px solid #bcc9cd;
	padding: 1em 0 0 0;
	margin: 0 0 2em 0;
	clear: both;
	list-style: none;
}

#footer-nav li {
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #bcc9cd;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 1em;
}

#footer-nav li.last {
	border: none;
}

#footer #copyright {
	font-size: .856em;
	color: #999999;
}

/* Sign In Dropdown
============================================ */
a.signin  {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:none repeat scroll 0 0 #256596;
color:#FFFFFF;
font-weight:bold;
padding:4px 6px 6px;
text-decoration:none;
}
a.signin:hover {
text-decoration:none !important;
}
a.signin span {
background-image:url("/global/images/login-sprite.png");
background-position: right 9px;
background-repeat:no-repeat;
color:#FFFFFF;
padding:8px 16px 6px 0;
}
a.signin.menu-open {
background-color:#DAEAF6;
}
a.signin.menu-open span {
background-image:url("/global/images/login-sprite.png");
background-position:right -17px;
color:#778899;
}
#signin_menu {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-webkit-border-radius-bottomleft:5px;
-webkit-border-radius-bottomright:5px;
-webkit-border-radius-topleft:5px;
border-radius-bottomleft:5px;
border-radius-bottomright:5px;
border-radius-topleft:5px;
background-color:#DAEAF6;
border:1px none transparent;
color:#778899;
display:none;
font-size:11px;
margin-right:0;
margin-top:5px;
padding:12px;
position:absolute;
left:-169px;
text-align:left;
top:23px;
width:210px;
z-index:1001;
}
#signin_menu input[type="text"], #signin_menu input[type="password"] {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4pxx;
border:1px solid #AACCEE;
display:block;
font-size:13px;
margin:0 0 5px;
padding:5px;
width:203px;
}
#signin_menu p {
margin:0;
}
#signin_menu a {
color:#66AACC;
}
#signin_menu label {
font-weight:normal;
}
#signin_menu p.remember {
padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
clear:both;
margin:5px 0;
}
#signin_menu p a {
color:#2277BB !important;
}
#_loginButton {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:url("/global/images/login-sprite.png") repeat-x scroll 0 -56px #3399DD;
border:1px solid #3399DD;
color:#FFFFFF !important;
font-family:"Lucida Grande",Arial,Sans-serif !important;
font-size:11px !important;
font-weight:bold;
margin:0 5px 0 0;
padding:4px 10px 5px;
text-shadow:0 -1px 0 #3399DD;
}
#signin_submit::-moz-focus-inner {
border:0 none;
padding:0;
}
#signin_submit:hover, #signin_submit:focus {
background-position:0 -5px;
cursor:pointer;
}
#wordHelper {
     float:right;
     margin-right:85px;
}
.green { color:#007000 !important; }

form a.btn {
  background:url("/global/images/btn2.gif") no-repeat scroll left center transparent;
  color:#13507E;
  display:block;
  float:left;
  font-size:14px;
  letter-spacing:-0.03em;
  text-transform:uppercase;
}
form a.btn span {
  background:url("/global/images//btn2_span.gif") no-repeat scroll right center transparent;
  display:block;
  height:32px;
  line-height:35px;
  padding:0 20px;
}

#q {
  background-color:transparent !important;
  border:none !important;
  left:8px;
  position:relative;
  top:8px;
}
.become {
  border-top:3px solid #ccc;
  margin-top:2em;
  padding-top:2em;
}
.issueImage {
  height:285px;
  width:285px;
  float:right;
  background-color:transparent;
  background-repeat:no-repeat; 
  background-position:center;
}
  .issueImage a {
    display:block;
    height:285px;
    width:285px;
  }
.articleColImage {
  height:81px;
  width:120px;
  float:right;
  background-color:transparent;
  background-repeat:no-repeat; 
  background-position:center;
}
  .articleColImage a {
    display:block;
    height:81px;
    width:120px;
  }
.overflowArticles, .hideOverflow {
  display:none;
}
