/*-----------------------------------------------------
              >> 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-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 0 20px;
  font-family: Helvetica, Arial, sans-serif;
  border-top:6px solid #FFFFFF;
	font-size: 85%;     
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#5d5d5d;
}

a:hover {
  color:#5d5d5d;
  text-decoration:underline;
}

p a {
  color: #f44820;
  text-decoration:none;
}

p a:hover {
  color: #f44820;
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.clear {
  clear: both;
}

/*-----------------------------------------------------
          >> Blueprint Developer Help  <<
-----------------------------------------------------*/

div.dev_attributes {
  border: 1px dashed #f0f; 
  font-family: sans-serif;
  padding: 5px; 
  margin: 0 0 20px; 
}
div.dev_attributes h2 {
  color: #f0f;
  margin: 0;
  padding: 0;
  font-weight: bold;  
}
div.dev_attributes p.exception {
  font-size: 11px;
  font-family: sans-serif;
  font-weight: bold;
  color: #f0f;
}
div.dev_attributes table {
  list-style-type: none; 
  font-family: sans-serif;  
  font-size: 11px;
  padding: 0; 
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0 0 0;
}
div.dev_attributes table tr th {
  color: #f0f;
  text-align: left;
  font-weight: bold;
}
div.dev_attributes table tr td,
div.dev_attributes table tr th {
  border-bottom: 1px solid #ccc;
  padding: 3px 14px 3px 0;
}

div.dev_attributes table tr td,
div.dev_attributes table tr td p {
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  margin: 0;
}



/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:780px;
  margin:0 auto;
  padding: 0px;
}

.content {
  float:left;
  width:500px;
  margin-bottom:40px;
  margin-top: 30px;
}

.wide {
  width:100%;
  float:none;
}

.sidebar {
  float:right;
  margin-left: 10px;
  width:230px;
  margin-top: 30px; 
  margin-bottom:40px;
}

.getInvolved a img {
  width: 100%;
}

.footer {
  padding-top:10px;
  clear:both;
  border-top:1px solid #eee;
}
/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
  overflow:hidden;
  width:100%;
  padding:0 0 0 0;
  margin: 0 0 0 0;
  list-style:none;
  font-size:100%;
  background-color: black;
  height: 50px;
}

ul.globalNav li {
  float:left;
  width: 12.2%;
  overflow:hidden;
  margin:0 0 0 0;
  border-left:1px solid #FFFFFF;
  background-color: black;
  font-size: 95%;
  letter-spacing: 0.1em;
  height: 100%;
  }

.globalNav a {
 /*height: 30px;*/
 display: block;
 color: #FFFFFF;
 padding: 10px;
 height: 100%;
}

.globalNav a:hover {
 background-color:#5d5d5d;
 text-decoration: none;
}

.globalNav a.active {
  background-color:#5d5d5d;
}


ul.subNav {
  clear:both;
  overflow:hidden;
  width:100%;
  padding:0 0 0 0;
  margin: 8px 0 0 0;
  list-style:none;
    
}

ul.subNav li {
  float:left;
  width: auto;
  line-height: normal;
  overflow:hidden;
  margin:0 15px 0 0;
  }

.subNav a:hover {
 color:#f33f58;
 text-decoration: none;
}

.subNav li.active a {
  color:#f33f58;
}



/*
ul.globalNav ul {
  padding: 0 0 0 12px;
  margin:4px 0 0 0;
  font-size:80%;
}

ul.globalNav ul li {
  width:80%;
  border-right:none;
}

ul ul ul {
  margin-top:0;
}
*/

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:36px;
  margin-bottom:6px;
  color:#003153;
  overflow:hidden;
  width:100%;
}

.siteTitle span {
  float:left;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:1.8em;
  /*font-weight: bold;*/
  margin:0 0 1.0em 0;
  letter-spacing:0.05em;
  padding-top: 10px;
  border-top: 1px solid #BBBBBB;
}
h2 {
  font-size:1.2em;
  line-height:1;
  font-weight: bold;
  margin-top:1.8em;
  margin-bottom:0.4em;
  letter-spacing:0.05em;
}
h3 {
  font-size: 0.9em;
  line-height: 1.25;
  margin-top:1.5em;  
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: bold;  
}

h4 {
  margin-top:1.5em;    
  font-size:0.9em;
/*   letter-spacing: 0.05em;   */
  font-weight:bold;
  margin-bottom:0.5em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}

p {
  font-size:90%;
  line-height:130%;
  margin-bottom:17px;
  width:95%;
}

h4 p {
	margin-bottom: 0.5em;
}

ul {
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
  width:70%;
}

blockquote {
  padding:0.5em 1.8em;
}

blockquote p {
  padding:0;
  margin:0;
  margin-bottom: 10px;
  color: #585858;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:0.9em;
}

.sidebar p {
  line-height:120%;
}

.footer p {
  font-size:12px;  
}

.footer a {
 color: #5d5d5d;
}

.footer a:hover {
 color: #5d5d5d;
 text-decoration: underline;
}

/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px

Adjust accordingly!

-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border:0;
}
.captioned blockquote p {
  font-size:0.85em;
  color:#777;
  font-style:normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float:left;
  width:105px;
  margin:0 6px 18px 0;
}
img.med, .medCaptioned {
  float:left;
  width:230px;
  margin:0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float:right;
  width:200px;
  position: relative;
  margin-right: -210px;  
}
img.large, .largeCaptioned {
  width:440px;
  margin:0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float:none;
  margin:0;
}


/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
}

.more {
  font-size: 90%;
}

.intro {
  border:1px solid #ccc;
  padding: 10px 5px;
  background:#eee;
}

.intro p {
  margin: 0;
}

.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;
}

/*-----------------------------------------------------
                    >> Google Map << 
  ---------------------------------------------------- */
#map {
  border: 2px solid #5D5D5D;

}

.gMapBubble h3 {
  line-height: 1;
  margin-top:0.5em;  
  color: #5D5D5D;
}

.gMapBubble h4 {
  margin-top: 0.5em;  
  font-size: 0.9em;
}

.gMapBubble p {
  margin-bottom: 0.4em;
}



/*-----------------------------------------------------
                     >> Comments <<
-----------------------------------------------------*/

.date, .hidePreview {
  font-size:70%;
  color:#000;
  padding-left:4px;
}
form.comments {
  margin-top:45px;
}

form.comments div.details {
/*  float:left;
  width:40%; */
  padding:0;
}

.details input {
  margin:0;
  width:100%;
}

form.comments div.comment {
 /*float:right;
 width:54%; */
}

.comment textarea {
  width:100%;
}

form.comments small {
  float:right;
  font-size:11px;
  display:block;
  margin-top:0;
}

form.comments p.submit {
  padding-top:18px;
  clear:both;
}

#commentPreview p {
  color:#003153;
}

h2.commentsHeader {
  margin-top:40px;
  font-size:16px;
  font-weight:bold;
}

div.comment {
  margin-bottom:20px;
}

div.comment p {
  margin-bottom:25px;
  color:#444;  
  font-size:13px;
  line-height:130%;  
  width:80%;
  margin-bottom:13px;
}

.commenter {
  font-size:13px;
  margin-bottom:5px;
}

.numberComments {
  margin-top:30px;
  text-transform:uppercase;
}


/*-----------------------------------------------------
                     >> People <<
-----------------------------------------------------*/
div.pImage  {
	float:left;
}

div.pBio  {
	margin-left: 10px;
	width: 280px;
	float:right;
}

/*-----------------------------------------------------
                     >> Events <<
-----------------------------------------------------*/

.event {
  margin-bottom:50px;
}



/*-----------------------------------------------------
                     >> Projects <<
-----------------------------------------------------*/



.projects {
  margin-top: 15px;
  padding-top: 15px;
/*   border-top: 1px solid #BBBBBB; */
  width: 100%;
}

.projects h2 {
  margin-top: 20px;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
}
.row {
  overflow:hidden;
  width:100%;
  margin-bottom:20px;
}

.project {
  margin-bottom:30px;
  width:230px;
  margin-right:30px;
  float:left;
}

.project img {
  float:left;
  width:100%;
  margin-bottom:20px;
  border:1px solid #eee;
}

.project p {
  font-size:80%;
  width:100%;
  line-height:135%;
  margin-top:10px;
}

.project h3 {
  margin-bottom:10px;
  height:30px;
}


.projectDetails {
 margin-top: 20px; 
 margin-bottom: 20px;
 padding-top: 0.6em;
 padding-bottom: 0.3em;
 border-bottom: 5px solid #5d5d5d; 
 border-top: 5px solid #5d5d5d; 
 text-align: right;
}

.projectDetails p {
  margin-bottom: 0.3em;
  width: 100%;
}

.projectSubtitle {
  margin-top: -1.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.05em;  
  color: #5D5D5D;
  font-weight: bold;
  width: 100%; 
}

.projectDescription {
  margin-top: 20px;
}

.projectSidebar {
width: 100%; 
}

.projectSidebar h3 {
  text-align: right;
  margin-top: 2em;
}

.projectSidebar a img {
  width: 100%;
}

.projGallery {
 margin-top: 15px;
 border-top: 1px solid #BBBBBB;
}


/*-----------------------------------------------------
                     >> Gallery <<
-----------------------------------------------------*/

div.gallery .slideshowMain {
  background: url(/static/images/spinner.gif) center center no-repeat;
}

div.gallery .slideshowMain img, div.gallery .image img {
  width:96%;
}

div.gallery .slideshowThumbs img {
  width:18%;
  margin-right:1%;
}

div.gallery .caption, div.gallery .imageInfo {
  text-align:left;
  margin-top:5px;
}

div.gallery .slideshowMain p.caption {
  height:50px;
}

/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  width:90%;
  padding:0;
}

fieldset {
  padding:0;
}

label {
  margin-top: 5px;
  display:block;
  color:#5d5d5d;
  font-size:70% ! important;
  text-transform:uppercase;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  /*text-align:center;*/
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:280px;
  margin-top:-4px;
}

/*-----------------------------------------------------
                     >> Subscribe <<
-----------------------------------------------------*/

div.subscribeForm {
  margin-top: 15px;
  border-top: 1px solid #BBBBBB;
  text-align: right;
}

div.subscribeForm form {
  width: 100%;
}

div.subscribeForm label {
  display: inline;
  padding-right: 10px;
  float: left;
  margin-bottom: 6px;
}

div.subscribeForm input[type="text"] {
  width: 180px;
  float: right;
  margin-bottom: 6px;
}

div.subscribeForm input[type="submit"] {
  background: #fe0038;
  color: #ffffff;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 80px;
  height: 25px;
  float: right;
}



/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight:bold;
  font-size: 130%;
  margin-bottom: 10px;
}

dl.links dd div {
  float: right;
  margin-bottom: 10px;
  margin-left: 5px;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-size:85%;
  margin:0;
  width: 300px;
}


/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}
