/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  background:#009fd6;
  font-family:Arial,Helvetica,sans-serif;
}

a img {
  border: none;
}

a {
  color:#009fd6;
}

a:hover {
  color:#001926;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:900px;
  margin:0 auto;
  background:#fff;
  border:1px solid #fff;
  border-top:none;
  overflow:hidden;
  min-height:800px;
  padding-bottom:10px;
  position:relative;  
  background: url(/static/images/line.gif) top left repeat-y;
}
.content {
  float:left;
  width:460px;
  margin:30px 0 70px 0;
}

.wide {
  width:100%;
  float:none;
}

.sidebar {
  float:right;
  width:210px;
  position:relative;
}
.footer {
  position:absolute;
  bottom:10px;
}
a.donateButton {
  position:absolute;
  top:15px;
  right:12px;
  display:block;
  width:90px;
  height:55px;
  text-decoration:none;  
}
a.donateButton:hover {
  text-decoration:none;
}
/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.globalNav a {
  padding:1px 0;
}

ul.globalNav {
  overflow:hidden;
  width:100%;
  padding:0;
  margin: 0;
  list-style:none;
  font-size:100%;
  background:#7f6355;
  color:#fff;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}

ul.globalNav li {
  float:left;
  width:114px;
  border-right:1px solid #fff;
  margin:0;
}
ul.globalNav li a {
  display:block;
  color:#fff;
  padding:7px;
  text-decoration:none;
}

.globalNav a.active, .globalNav a:hover {
  background-color:#009fd6;
  color:#fff;
}

div.subnav {
  float:left;
  padding-top:32px;
  width:115px;
  padding-left:7px;
}

.subnav ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:11px;
}
.subnav ul li {
  margin-bottom:7px;
  font-size:11px;
}
.subnav a {
  color:#808285;
  text-decoration:none;
}
.subnav a:hover, .subnav li.active a {
  color:#231f20;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:36px;
  position:relative;
  color:#003153;
  overflow:hidden;
  width:100%;
  height:271px;
  background:url(/static/images/masthead.jpg);
}

.siteTitle span {
  float:left;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:15px;
}

h2 {
  line-height:15px;
  margin-bottom:12px;
  font-size:14px;
  color:#009fd6;
}

h3 {
  font-size:13px;
  font-weight:bold;
  margin-bottom:12px;
}
h3 span {
  font-weight:normal;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}

p {
  font-size:13px;
  line-height:15px;
  margin-bottom:17px;
}

ul {
  padding-left: 40px;
  margin:18px 0 21px 0;
}

li {
  font-size:12px;
  line-height:120%;
  margin-bottom:7px;
}

blockquote {
  padding:20px 30px;
}
#gallery blockquote {
  padding:0;
  margin:0;
}
blockquote p {
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}

.sidebar p {
  line-height:120%;
}

.footer p {
  font-size:10px;
  margin-bottom:0;
  margin-left:120px;  
  color:#aaa;
}

/*-----------------------------------------------------
            >> Grant Listings <<
-----------------------------------------------------*/

.project {
  margin-bottom:40px;
}
.project h3 {
  line-height:140%;
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;
}
img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;  
}
img.large {
  width:100%;
  margin:0 0 18px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;  
}

/*-----------------------------------------------------
            >> Sidebar Gallery <<
-----------------------------------------------------*/

#gallery img {
  width:210px;
}
#gallery blockquote {
  padding:10px 8px 0px 8px;
  width:170px;  
  font-size:11px;  
}
#gallery blockquote p {
  font-style:italic;
  margin-bottom:5px;
  font-size:11px;
  color:#808285;
}
#gallery blockquote cite {
  font-style:normal;
  color:#009fd6;
}

/*-----------------------------------------------------
            >> General Slideshows <<
-----------------------------------------------------*/

#SS_caption {
  clear:both;
  width:446px;
  font-size:11px;
  padding-top:9px;
  margin-top:12px;
}
.gallery {
  width:446px;
}
.gallery h1 {
  border-bottom:1px solid #ccc; 
  padding-bottom:5px;
}
.gallery img {
  width:446px;
}
ol.galleryNav {
  list-style:none;
  padding:8px 0 0 0;
  width:446px;
  overflow:hidden;
  position:relative;
  margin:6px 0 12px -10px;
}
ol.galleryNav li {
  display:block;
  padding:3px 10px;
  width:14px;
  text-align:center;
  float:left;
  color:#444;
  cursor:pointer;
  font-size:11px;
}
.galleryNav li a {
  padding:3px 12px;
  color:#444;
}
.galleryNav li#activeThumb {
  color:#ed1556;
  color:#009fd6;
}
h1 span { /* @page.settings['Photographer] */
  color:#333;
  text-transform:uppercase;
  font-weight:normal;
  font-size:11px;
}


/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
}

.date {
  font-size:70%;
  color:#000;
  padding-left:4px;
}

p.numberComments {
  font-size:12px;
  text-align:right;
  margin-top:25px;
  color:#003153;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}




/*-----------------------------------------------------
                     >> People <<
-----------------------------------------------------*/
.person {
  margin-bottom:20px;
  overflow:hidden;
  width:100%;
}
.person h1 {
  margin:0 0 8px 0;
  padding-bottom:5px;
}
.person div {
  clear:both;
}

.person img {
  float:left;
  width:75px;
  margin-right: 12px;
}

ul.board {
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}
.board li {
/*  border-bottom:1px solid #ccc;*/
  padding:0;
  margin-bottom:7px;
}


/*-----------------------------------------------------
            >> Documents By Year <<
-----------------------------------------------------*/

table {
  font-size:11px;
  width:100%;
  margin: 0 0 50px 0;
  border-collapse:collapse;
}

tr td {
  border-top:1px solid #ddd;
  padding: 8px 0 5px 0;
}

tr th.date {
  width: 80px;
  padding-right:6px;
}

tr th.title {
  padding-right:6px;  
  font-weight:normal;
}
tr th.size {
  width:80px;
  border:1px solid red;
}
tr th.pubHeader {
  width:100%;
  padding:30px 0 0px 0;
  text-align:left;
  line-height:15px;
  font-size:14px;
  color:#009fd6;  
}

tr th.desc {
  width:220px;
}

tr th.link {
  text-align:right;
/*  font-weight:bold;*/
}



/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  width:90%;
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
  color:#7f6355;
  font-size:11px;
  text-transform:uppercase;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
  font-family:"Gill Sans", helvetica, arial, sans-serif ! important;

}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
  font-family:"Gill Sans", helvetica, arial, sans-serif ! important;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}

.contactInfo {
  padding:30px 7px;
}
.contactInfo p {
  font-size:11px;
  color:#808285;
}
/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:280px;
  margin-top:-4px;
}

/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight:normal;
}

.links dt image {
  float:left;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-family:"Gill Sans", helvetica, arial, sans-serif;
  font-size:13px;
  margin:0;
}

