@charset "UTF-8";
/* CSS Document */

@import url("reset.css"); 

/* primary Divisions ------------------------------------------------------- */
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
	background: #d9d9c8;
}

#header-container {
	margin: 0px auto;
	width: 895px;
	position: relative;
}

#content-area {
	background-color: #333333;
	padding: 15px 0 37px 0;
}

#content-container {
	margin: 0px auto;
	width: 895px;
	background: url(gfx/inside-content-container-top-new.gif) no-repeat left top;
}

#primary {
	width: 560px;
	float: left;
	background: url(gfx/inside-primary-bottom.gif) no-repeat left bottom #312828;
	padding: 0 15px 10px 15px;
	margin-top: 10px;
}

#secondary {
	width: 285px;
	float: right;
}

#factoid-top {
	padding-top: 10px;
	background: url(gfx/charcoal-sidebar-top.gif) no-repeat left top #161613;
}

#factoid {
	width: 260px;
	float: right;
	padding: 0px 10px 10px 15px;
	background: url(gfx/charcoal-sidebar-bottom.gif) no-repeat left bottom #161613;
	margin-bottom:15px;
}

#news {
	padding-bottom: 10px;
	clear: both;
}

.glance {
	background-color: #232323;
	border: 1px solid #49493b;
	padding: 15px 10px 5px 10px;
	width: 590px;
	margin-bottom: 13px;
}

.glance h3 {
	color: #49493b;
}

#secondary .portlet-top {
	background: url(gfx/right-sidebar-top.gif) no-repeat left top #312828;
	padding-top: 10px;
}

#secondary .portlet-bottom {
	background: url(gfx/right-sidebar-bottom.gif) no-repeat left bottom #312828;
	padding: 0 15px 10px 15px;
	margin-bottom: 20px;
}

/* Header Image Replacement ----------------------------------------------- */


#title {
	width: 533px;
	height: 126px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#title span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(gfx/title.gif) no-repeat top left;
}

/* Old Primary Navigation ------------------------------------------------------- */

#nav {
	width: 895px;
	height: 41px;
	position: relative;
	background: url(gfx/navmatrix_keystone.gif);
	margin: 0;
	padding: 0;
}


#nav li {
	float: left;
	width: auto;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 41px;
	background: url(gfx/navmatrix_keystone.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#nav li#dirt a {
	left: 0;
	width:214px;
	background-position: 0 0;
}

#nav li#future a {
	left: 214px;
	width: 169px;
	background-position: -214px 0;
}

#nav li#blog a {
	left: 383px;
	width: 75px;
	background-position: -383px 0;
}

#nav li#publications a {
	left: 458px;
	width: 134px;
	background-position: -458px 0;
}

#nav li#visuals a {
	left: 592px;
	width: 95px;
	background-position: -592px 0;
}

#nav li#action a {
	left: 687px;
	width: 89px;
	background-position: -687px 0;
}

#nav li#spots a {
	left: 776px;
	width: 119px;
	background-position: -776px 0;
}

#nav li#dirt a:hover {
	background-position: 0 -82px;
}

#nav li#future a:hover {
	background-position: -214px -82px;
}

#nav li#blog a:hover {
	background-position: -383px -82px;
}

#nav li#publications a:hover {
	background-position: -458px -82px;
}

#nav li#visuals a:hover {
	background-position: -592px -82px;
}

#nav li#action a:hover {
	background-position: -687px -82px;
}

#nav li#spots a:hover {
	background-position: -776px -82px;
}

#nav li#dirt.current a {
	background-position: 0 -41px;
}

#nav li#future.current a {
	background-position: -214px -41px;
}

#nav li#blog.current a {
	background-position: -383px -41px;
}

#nav li#publications.current a {
	background-position: -458px -41px;
}

#nav li#visuals.current a {
	background-position: -592px -41px;
}

#nav li#action.current a {
	background-position: -687px -41px;
}

#nav li#spots.current a {
	background-position: -776px -41px;
}

/* Primary Nav Replacement for new nav --------------------------- */

#nav {
	width: 895px;
	height: 41px;
	position: relative;
	background: url(gfx/navmatrix_keystone.gif);
	margin: 0;
	padding: 0;
}


#nav li {
	float: left;
	width: auto;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 41px;
	background: url(gfx/navmatrix_keystone.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#nav li#dirt a {
	left: 0;
	width:213px;
	background-position: 0 0;
}

#nav li#future a {
	left: 213px;
	width: 164px;
	background-position: -213px 0;
}

#nav li#blog a {
	left: 377px;
	width: 75px;
	background-position: -377px 0;
}

#nav li#publications a {
	left: 452px;
	width: 134px;
	background-position: -452px 0;
}

#nav li#visuals a {
	left: 586px;
	width: 94px;
	background-position: -586px 0;
}

#nav li#action a {
	left: 680px;
	width: 90px;
	background-position: -680px 0;
}

#nav li#spots a {
	left: 770px;
	width: 124px;
	background-position: -770px 0;
}

#nav li#dirt a:hover {
	background-position: 0 -82px;
}

#nav li#future a:hover {
	background-position: -213px -82px;
}

#nav li#blog a:hover {
	background-position: -377px -82px;
}

#nav li#publications a:hover {
	background-position: -452px -82px;
}

#nav li#visuals a:hover {
	background-position: -586px -82px;
}

#nav li#action a:hover {
	background-position: -680px -82px;
}

#nav li#spots a:hover {
	background-position: -770px -82px;
}

#nav li#dirt.current a {
	background-position: 0 -41px;
}

#nav li#future.current a {
	background-position: -213px -41px;
}

#nav li#blog.current a {
	background-position: -377px -41px;
}

#nav li#publications.current a {
	background-position: -452px -41px;
}

#nav li#visuals.current a {
	background-position: -586px -41px;
}

#nav li#action.current a {
	background-position: -680px -41px;
}

#nav li#spots.current a {
	background-position: -770px -41px;
}


/* Secondary Nav ----------------------------------------------- */ 

#secondary-nav {
	position: absolute;
	top: 10px;
	right: 0px;
}

#secondary-nav li {
	display: inline;
	margin-left: 5px;
	color: #161613;
}

#secondary-nav li a {
	color: #161613;
	text-decoration: none;
	font-weight: bold;
}



#secondary-nav li a:hover {
	text-decoration: underline;
}

/* Sub Nav ----------------------------------------------- */ 

ul#nav_categories {
width:900px;
padding-bottom:10px; 
border-bottom:1px dotted #666; 
margin:0 auto 15px auto;
}

ul#nav_categories li {
display:inline; 
margin-right:15px; 
padding-left:15px; 
border-left:1px dotted #666;
font-weight:bold;
}

ul#nav_categories a {
font-weight:bold;
color:#ccccb2;
}

ul#nav_categories li a.current {
color:white;
text-decoration:underline;
}

/* Search boxes etc ---------------------------------------------- */

.box {
  position: absolute;
	top: 40px;
	right: 0;
	font-size: 12px;
	color: #333333;
	width: 283px;
	height: 35px;
}

.space {margin-bottom: 10px;} 

.box p {
	float: left;
	width: auto;
	height: 12px;
	margin: 8px 0 0 8px;
	font-weight: bold;
}

.box select {
	float: right;
	margin: 8px 8px 0 0;
	width: 140px;
}

#search input.text {
	background-color: #f0f0e9;
	width: 165px;
	text-align: right;
	border: 1px solid #333333;
	outline: none;
	padding: 2px;
}

#search input.text:focus {
	background-color: #d9d9c8;
}

#search {
	float: right;
	margin: 5px 5px 0 0;
	width: auto;
}

#search input.button {
	width: 18px;
	height: 18px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(gfx/search-new.gif) no-repeat top right;
	border: none;
}

/* Photo Stream ---------------------------------------------------- */

#photo-stream {
	clear: both;
	background-color: #333333;
	height: 80px;
	padding: 40px 0 35px 0;
}

#photo-stream img {
	float: right;
	border: 1px solid #5f5f4c;
	margin: 0 0 5px 13px;
	display: block;
}

#photo-stream h2 {
	width: 140px;
	float: left;
}

/* Footer -------------------------------------------------------- */

#footer {
	margin: 15px auto 20px auto;
	width: 900px;
	color: #49493b;
}

#footer a {
	color: #49493b;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p, #footer ul {
	margin-bottom: 6px;
}

#footer-nav li, #footer-secondary-nav li {
	display: inline;
	margin-right: 5px;
}

#footer-nav li {
	text-transform: uppercase;
}
	
/* Typography -------------------------------------------------------- */


h2 {
	font-size: 20px;
	color: #7bdaf6;
}

h3 {
	font-size: 16px;
	color: #7bdaf6;
	font-weight: bold;
	text-transform: uppercase;
}

#map h3 a {
display:block;
height:225px;
width:258px;
background: url(gfx/map-new.jpg) no-repeat top left;
padding-top:18px;
}

h4 {
	font-size: 16px;
	color: #ffffff;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #ccccb2;
	border-top: 1px dotted #ccccb2;
	margin-bottom: .8em;}

h2, h3, h4 {
	margin-bottom: 1em;
	font-weight: normal;
	line-height: 1.2em;
}

h3.portlet-top {margin-bottom: 0;}

p {
	margin-bottom: 1em;
	line-height: 1.2em;
}

h2 a, h4 a {text-decoration: none; font-weight:normal;}
h3 a {color: #7BDAF6; text-decoration: none;}
h4 a {color: #ffffff;}

p.author {font-weight: bold;}
p span {color: #ccccb2;}
p.more span {font-style: italic;}
p.breadcrumbs {
	font-size: 11px;
	font-style: italic;
	color: #d9d9c8;
}
p.breadcrumbs a {color: #d9d9c8;}
.blue {color: #7bdaf6; font-weight: bold;}
.tight {margin-bottom: .2em;}

a {
	color: #9fc88f;
	text-decoration: none;
  font-weight: normal;
}

a:hover {text-decoration: underline;}

#news p {
	color: #ffffff;
	margin: 1em 0 0 0;
	font-size: 14px;
	width: 100%;
	border-top: 1px dotted #f1f1f1;
	padding-top: 5px;
}

#news a { 
	color: #ffffff;
	text-decoration: none;
}

#news a:hover {text-decoration: underline}

#news p.source {
	margin: 0;
	font-style: italic;
	color: #ffffff;
	font-size: 11px;
	border-top: none;
	padding-top: 0;
}

#news-nav {
	margin-top: 40px;
	font-size: 11px;
	font-style: italic;
	color: #9fc88f;
}

#news-nav a {color: #9fc88f;}

#news-nav li {
	display: inline;
	margin-right: 5px;
}

#news-nav li#rss-button a img {
margin-bottom:-3px;
}

#stwrapper {
	left: 600px!important;
}

.formoreinfo {
	font-size:11px;
	width:580px;
	color:#ccc;
	padding:15px 20px 0 20px;
	border-top:1px dotted #666;
}

/* News Tabs ------------------------------------------------------------------------*/

div.tabTop {
	float: left;
	width: 100%;
	background-color: #333333;
}

div.tabTop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.tabTop li {
	float: left;
	margin: 0 10px 0px 0;
	padding: 0;
	background: url(gfx/right-newsTab.gif) no-repeat right top;
}

div.tabTop li a {
	display: block;
	background: url(gfx/left-newsTab.gif) no-repeat left top;
	padding: 5px 15px;
	color: #7bdaf6;
	font-size: 16px;
	text-transform: uppercase;
}

div.tabTop li.selected {background: url(gfx/right-newsTab-selected.gif) no-repeat right top;}
div.tabTop li.selected a {background: url(gfx/left-newsTab-selected.gif) no-repeat left top;}

h3#movable.newsRight {padding-left: 122px;}
h3#movable {padding-top: 5px;}


/* Common Styles to most sites edit as necessary --------------------------------------------------------------------- */

strong, b {font-weight: bold;}
em, i {font-style: italic;}
.left {float: left; width:auto;}
.right {float: right; width: auto;}
sub {vertical-align:sub;}
sup {vertical-align:super;}
img.left {margin-right: 10px;}
img.right {margin-left: 10px;}

#primary ul {
	list-style: disc outside;
	margin: 0 0 1em 30px;
}

#primary ol {
	list-style: decimal outside;
	margin: 0 0 1em 30px;
}

#primary li {
	margin-bottom: .4em;
	line-height: 1.3em;
}

blockquote {
	margin: 0 50px 20px 50px;
	padding: 10px;
	background: #232323;
	font-size:12px;
}

blockquote p {margin-bottom: 0;}

#primary #site-map {
	list-style: circle outside;
	padding: 10px 0 0 0;
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

#primary #site-map li a {
	text-decoration: none;
	border: none;
}

#primary #site-map li a:hover {
  text-decoration: underline;
	border: none;
}

#primary #site-map ul {
	list-style: square outside;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}

/*Article image styles */

div.article_image {

font-size:11px;
font-style:italic;
font-color:#999;
margin:10px;
text-align:right;
}

.left {
float:left;
}

.right {
float:right;
}

div.article_image img {
margin-bottom:5px;
border:1px solid black;
}

#primary img.left {
float:left;
margin-bottom:5px;
margin-right:15px;
}

#primary img.right {
float:right;
margin-bottom:5px;
margin-left:15px;
}


/* Publications Section Styles --------------------------------------------------------------------- */

body#publications #primary div.pub_list_wrap,
body#visuals #primary div.pub_list_wrap {
margin-bottom:12px;
border-bottom:1px dotted #666;
}

img.pub_cover {
	float:left;
	margin:0 10px 10px 0;
}

div.pub_info {
width:450px;
float:right;
margin-bottom:12px;
}

ul li.rss-icon {
padding-left:20px;
background:url(/css/gfx/rss_icon.png) no-repeat center left;
list-style:none;
}


/* Tag Styles --------------------------------------------------------------------- */

.tagcolor2 {
color:white;
}

#related_content li {
margin-bottom:8px;
}

/* Action Styles ---------------------------------------------------------------------------------- */

#action #campaign_left {
	width: 500px;
	margin-right: 20px;
}

#action #Letter_Content {
	width: 500px;
}

.salsa label {color: #ffffff !important;}


#action #readeditimg img, #action #signsendimg img {display: none;}

#action #readeditimg {
	width: 240px;
	height: 22px;
	background: url(gfx/read.gif) no-repeat top left;
}

#action #signsendimg {
	width: 260px;
	height: 22px;
	background: url(gfx/sign.gif) no-repeat top left;
}

#action .salsa #Content1282 {width: 750px; height: 250px;}
#action .salsa #contentSet1282 {width: 750px;}
#action .salsa #actioncontent {widht: 750px;}
#action div.description table {width: 338px; margin: 0 0 10px 30px;}

#action .salsa a {color: #7BDAF6;}
#action .salsa a u {text-decoration: none;}

#action .salsa .formRow {padding-left: 0px;}

#action div.targets div.recipient img.photo {
float:left;
}

#action div.targets div.recipient h2.name {
float:right;
width:150px;
margin-right:40px;
}

#action div#contentSet1282.contentSet div.actioncontent div.formRow {
margin-bottom:40px;
color:#FFFFF;
}

input.dia_submit {
display:block;
width:95px; height:23px;
background:url(/css/gfx/signup_button.jpg) no-repeat top left;
text-indent:-9999px;
border:none !important;
}

/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Logo styles
--------------------------------------------------------------------------------------------------- */

.logolist {
text-align:center;
}

.logolist img {
margin:15px;
}

/* Google Site Search styles
--------------------------------------------------------------------------------------------------- */

.gs-title {height: auto !important;}

.gsc-resultsRoot {background-color: #d9d9c8; padding: 0px 10px 10px 10px; border: 1px solid #959587;}

#content-area #content-container #cse-search-results iframe {
	width: 560px !important;
}

#cse-search-box input.text {
	background-color: #f0f0e9;
	width: 165px;
	text-align: right;
	border: 1px solid #333333;
	outline: none;
	padding: 2px;
}

#cse-search-box input.text:focus {
	background-color: #d9d9c8;
}

#cse-search-box {
	float: right;
	margin: 5px 5px 0 0;
	width: auto;
}

#cse-search-box input.button {
	width: 18px;
	height: 18px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(gfx/search-new.gif) no-repeat top right;
	border: none;
}

/* Twitter feed styles
--------------------------------------------------------------------------------------------------- */

#twitter-top {
	padding-top: 10px;
	background: url(gfx/charcoal-sidebar-top.gif) no-repeat left top #161613;
}

#twitter-feed {
	background: url(gfx/charcoal-sidebar-bottom.gif) no-repeat left bottom #161613;
	padding-bottom:10px;
}

#twitter-feed dl {
}

#twitter-feed dl dt {
	font-size:10px;
	color:#777;
	margin:0 15px 0 15px;
}

#twitter-feed dl dd {
	margin:0 15px 12px 15px;
}

#twitter-feed dl dd a {
	color:#fff;
	text-decoration:underline;
}

#twitter-feed h3 {
	margin:0 15px 12px 15px;
}

