body {
    margin:0 auto;
    padding:0;
    background-color: #333;
    width:1000px;
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;*/
    /*font: normal 10pt "Trebuchet MS", Verdana, Arial, Helvetica,*/
    font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    position: relative;
}

h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}



a, a:visited {
    color: #590100;
    text-decoration: none;
}


li {
    list-style: none;
}


h1, h2, h3{
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color:#700c01;
    color: #fff;
    border: none;
}

form input.btn {
   background-color:#E9AC2F;
   color:#390301;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:13px;
   font-weight:bold;
   border: 2px solid white;
   vertical-align: top;
}

form input.btnhov{
  background-color:#944F39;
  border: 2px solid #E1D44B;
}

form input#searchterm {
  width: 120px;
  border: 2px solid #E9AC2F;
}

#projectName {
    color: RGB(233,172,47);
    text-decoration: none;
}

/* org/funder title */
h1 {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 0 0 10px;
}

/* site title */
h2 {
    font-size: 220%;
    padding-left: 10px;
    height:37px;
}

/* project header */
h3 {
    font-size: 220%;
    background-color: #380300;
    padding: 0 0 0 10px;
    margin: 0 0 -7px 0;
}
h3 a, h3 a:visited {
    color: #fff;
}
/* header navigation links and search box */
#top_nav {
  top:19px;
  left:640px;
/*  background-color:#700c01;*/
  color:#FFFFFF;
  position: absolute;
}
#top_nav li, #top_nav form {
    display:inline;
}
#top_nav img {
    border: 0;
}
#top_nav li b {
    display: none;
}

#top_nav img.minicon {
  /* invisible border in off state prevents image jumping around in over state */
  border: 1px solid #700C01;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

#top_nav a:hover img.minicon {
  border: 1px solid #FFFFFF;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}

#search {
    top: 15px;
    left:820px;
    position: absolute;
    width: 160px;
}
#search b {
    text-transform: uppercase;
    color: #fff;
    font: bold 12pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}
#search form, #search input {
    margin: 0;
    padding: 0;
}
/* this links editors back into Mars */
#editNav  {
    position: absolute;
    top: 5px;
    right: 20px;
}
#editNav a:hover {
    background-color: #a6522e;
}

#editNav a {
    color: #fff;
    background-color: #95411d;
    padding: 3px;
}

/* everything below project header h3 up to bigfooter sits in id=content */
#content {
    background-color: #fff;
    /* default overflow for stuff in id=content */
    overflow: hidden;
    width:100%;
    /*padding: 0px 0px 0px 10px;*/
    padding: 0;
    margin:0;
}

/* wrapper contains the main column and the inner-sidebar (related info) */
#wrapper, #about, #author {
  float:left;
  width: 750px;
  /* 30px top padding should line up with sidebar */
  padding: 20px 0 10px 20px;
}

/* first div after content is where stuff gets rendered, inside wrapper */
#story, #author, #about, #project, #press {
    float: left;
    width: 500px;
    overflow: visible;
    margin: 0 20px 0 0;
    padding: 0;
    color: #333;
    font: normal 12px Arial, sans-serif; 
    line-height: 17px;
}


/* author and project about subheads */
#author h4, #about h4 {
    padding: 0 0 20px 0;
}

/* little extra spacing for embedded swfs has homepage */
#project {
    margin: -10px 0 0 -10px;
}

#inner-sidebar {
  float:right;
  width:220px;
  overflow: visible;
  margin: 0;
  padding: 0;
/*  margin: 0 10px 0 10px;
  background-color:#EFBA46;*/
}

#inner-sidebar blockquote, #story blockquote {
  font-family:"Trebuchet MS";
  font-size: 22px;
  font-style:italic;
  padding:0;
  margin: 0 0 20px 0;
}

#story blockquote.left, #story blockquote.right {
   line-height: 25px; 
   float: left;
   width: 200px;
   overflow: hidden;
   margin-right: 20px;
}
#story blockquote.right{
   float: right;
   margin-left: 20px;
   text-align: right;
}
#inner-sidebar blockquote p {
    margin: 0;
    padding: 0;
}

#story .column {
/*  Commenting out temporarily to  fix images in tables - this might not  scale.*/
/*    width:500px;*/
    margin-right: 20px;
    float:left;
    overflow: auto;
    /*border:1px solid #000;*/
}
#org {
    color: #f0ba46;
}
#index img {
    float:left;
    padding-right: 10px;
}
#index ul {
    padding-bottom: 30px;
}
#index li {
    display: inline;
}
h4 {
    margin: 0;
    font-size: 36px;
    line-height: normal;
}
h5 {
    font-size: 18px;
    /* using roman per DT updates, but looks a little funny 
    font: normal 18px "Times New Roman", Verdana, Arial, Helvetica, sans-serif; 
    */
    line-height: normal;
    padding: 5px 0 10px 0;
}
#author h5, #about h5, #press h5 {
    padding: 20px 0 20px 0;
    clear: both;
    font-size: 24px;
}
#press h5 {
    padding: 10px 0 10px 0;
}
#press h6 {
    padding-bottom: 10px;
}
h6 {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 20px 0;
    line-height: normal;
}
#author h6, #about h6 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 0 0;
}
.media {
    float: right;
    padding: 20px 0 20px 20px;
    max-width: 500px;
}

.pullquote {
    float: right;
    clear: right;
    padding: 20px 0 20px 20px;
    font-size: 24px;
    font-style: italic;
    color: #590100;
    max-width: 240px;
}

.caption {
  font: italic 12px Arial, sans-serif; 
  /* no fixed width for captions, it should be determined by parent div
  width: 500px;
  */
  margin-bottom:10px;
}


/*Handle rail captions differently than captions in body.*/
div.n21Media div.caption {
  font: italic 12px Arial, sans-serif; 
  padding: 0;
  margin-top: 5px;
}

div.n21Media {
  margin-bottom: 20px;
}
/* sidebar navigation styles */
#sidebar {
    float: left;
    width: 140px;
    padding-left: 40px;
    margin: 30px 10px 10px 10px;
    color: #590100;
}
#sidebar li {
    padding-bottom: 10px;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#sidebar li li {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 14px;
    letter-spacing: 0;
    margin-left: 10px;
    padding-bottom: 5px;
}
/* use underline instead
#sidebar li.selected {
    list-style: disc outside;
}
*/
#sidebar li.selected a {
    text-decoration: underline;
}
#sidebar #options {
    padding-top: 25px;
}
#sidebar #options li {
    letter-spacing: 0;
    font-size: 12px;
    text-transform: none;
}
#sidebar #options img {
    border: 0;
    padding: 5px;
    vertical-align: middle;
}

#sidebar a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}

#bigfooter {
    clear: both;
    /* a container for the floated footer divs, set a width to extend bkground color */
    width: 100%;
    /* the floats are width contrained, do something about overflow */
    overflow: hidden ;
    background-color: #ccc;
    font: 200 100% Arial, Verdana, Helvetica, sans-serif; 
}
#bigfooter a:hover {
  text-decoration: underline;
}

#bigfooter  p , #bigfooter #links ul {
  margin-top: 10px;
  line-height:1.4;
}

#bigfooter h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font: normal 150% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}
#bigfooter h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font: normal 120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}
#bigfooter div {
    float: left;
    width: 240px;
    /* since the divs are fixed width and narrow, just hide overflow 
       put in parent for now
    overflow: hidden;
    word-wrap: break-word;
    */
}
#bigfooter div h4 {
    padding: 20px 20px 5px 0;
}

#bigfooter div ul ,
#bigfooter div p {
    padding: 5px 20px 5px 0;
}
#bigfooter #latest {
    padding-left:20px;
}
#bigfooter #blogs img {
    display: block;
    clear: both;
    max-width: 220px;
}
#bigfooter #blogs ul li {
    clear: both;
	
}
#bigfooter #blogs h4,
#bigfooter #blogs p,
#bigfooter #blogs li {
    padding-left: 20px;
}

#bigfooter #extra h4 {
    display: none;
}
#redundantNav select {
    border: 1px solid RGB(233,172,47);
    margin-bottom: 20px;
}
#bigfooter #extra {
    width: 200px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}
#bigfooter #extra.inline {
    width: 380px;
}
#bigfooter #extra li {
    padding-bottom: 10px;
}
#bigfooter .inline li {
    display: inline;
    padding: 0 10px 0 0;
}
#bigfooter #extra > ul {
    padding: 20px;
}
#funders {
    background-color: #fff;
    text-align: right;
}

#funders img {
    border: none;
    vertical-align: top;
    padding: 10px 10px;
}
.hide {
    display: none;
}
.break {
    clear:both;
}
#comments {
    clear:both;
}

#comments h5, #comment-form h5 {
  font-size:1.5em;
  padding-top: 20px;
}

#comments h6, #comment-form h6 {
  font-size:1.2em;
  padding: 10px 0 0 0;
}
#comments p {
  padding-left: 10px;
}
.subproj {
    cursor: pointer;
}
.subproj:hover {
    text-decoration: underline;
}


