/*-----------------------------------------------------
              >> 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, 
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;
}

ol, ul, li {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 25px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

a img {
  border: none;
}

a {
  text-decoration:none;
}

a:hover {
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}


/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.container {
}


/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.globalNav a {
  padding:1px 0;
}

.globalNav {
  padding:0 0 20px 0;
  margin: 0 0 20px 0;
  list-style:none;
}

.globalNav li {
  float:left;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:36px;
  margin-bottom:30px;
  overflow:hidden;
  width:100%;
}

.siteTitle span {
  float:left;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:20px;
  margin-bottom:15px;
}

h2, h3, h4 {
  margin-bottom:6px;
}

p {
  font-size:90%;
  line-height:130%;
  margin-bottom:17px;
  width:90%;
}

ul, ol {
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  padding:4px;
}

img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  padding:4px;  
}

img.large {
  width:100%;
  margin:0 0 18px 0;
  padding:4px;
}



/*-----------------------------------------------------
                     >> News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
}

.date {
  padding-left:4px;
}

.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 {
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
}


/*-----------------------------------------------------
                     >> Gallery <<
-----------------------------------------------------*/

div.gallery .slideshowMain {
  background: url(/static/images/slideshow_loader.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.contact {
  width: 100%;
  padding:0;
}

fieldset {
  padding:0;
  margin-bottom: 2em;
}

label {
  display:block;
  font-size: 11px;
  color: #666;
}

fieldset input, fieldset textarea {
  width: 60%;
  font: 11px Arial, Helvetica, sans-serif;
  background: #FFF;
  border: 1px solid #999;
}

fieldset input {
  margin-bottom:10px;
}

fieldset textarea {
  height: 4em;
  line-height:130%;
}

.submit input {
  width: auto;
  padding: 1px 4px;
  color: red;
  text-transform: uppercase;
  vertical-align: baseline;
  margin-left: 3em;
  margin-bottom: 4px;
}


/*-----------------------------------------------------
                     >> 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-size:13px;
  margin:0;
}



/*-----------------------------------------------------
                  >> Personnel <<
-----------------------------------------------------*/

.person {
  width:100%;
  overflow:hidden;
  margin-bottom:10px;
}

.person h2, .person h3 {
  margin-top: 0;
}

.person img {
  padding-right: 1em;
}

.person ul.vitals {
  list-style: none;
  color: #444;
}

.person ul.vitals li {
  font-size: 90%;
}



/*--------- LGI-specific styles -----------*/
body {
  /*background: url(/static/images/main_bg.gif) #FFF;*/
  background: #CBCBCB;
}

.outer {
  background: url(/static/images/drop_column.jpg) #CBCBCB repeat-y;
  width: 800px;
  margin: 0 auto;
}

.topShadow {
  height: 15px;
  width: 100%;
  line-height: 0;
  font-size: 0;
  background: url(/static/images/drop_top.jpg) no-repeat top left;
}

.bottomShadow {
  height: 15px;
  width: 100%;
  line-height: 0;
  font-size: 0;
  background: url(/static/images/drop_bottom.jpg) no-repeat bottom left;
}

.container {
  margin-bottom: 2px;
  margin-left: 15px;
  margin-right: 15px;
  background: #FFF;
}

.header {
  overflow: hidden;
  width: 100%;
}

.logo {
  float: left;
  padding-bottom: 52px;
}

.globalNav {
  display: block;
  margin: 65px 0 0;
  padding: 0;
  padding-left: 315px;
}

.globalNav li {
  margin-right: 20px;
  width: auto;
  position: relative;
}

.globalNav li.last {
  margin: 0; 
}

.globalNav li a {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
}

ul.globalNav li a:hover,
ul.globalNav li a:active, 
ul.globalNav li a.active {
  color: #000;
}

.globalNav ul {
  padding: 0;
  margin: 4px 0 0 0;
  font-size: 10px;
  float: none;
  position: absolute;
  top: 1.5em;
  left: 0;
  list-style: none;
}

.globalNav ul li {
  float: none;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 2px;
}

ul.globalNav ul li a {
  text-transform: none;
}

.main {
  background: url(/static/images/line_bg.gif) #FFF repeat-y top left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3px;
  padding-bottom: 6em;
}

.main p, .main li, .main blockquote, .main dl {
  color: #666;
  font-size: 11px;
  line-height: 1.1em;
}

.main dt {
  color: #000;
}

.main ul {
  padding-left: 19px;
}

.main ol {
  padding-left: 22px;
}

.main ul, .main ol {
  margin: 0; 
  width: 90%;
}

.main li ul, .main li ol {
  margin-top: 4px;
}

.main h2, .main h3, .main h4 {
  color: #000;
  font-weight: normal;
  font-size: 11px;
}

.stripe {
  background: url(/static/images/sidebar_red_top.gif) #E22A2C no-repeat;
  background-position: 0 96px;
  margin: 0 2px;
  overflow: hidden;
}

.home .stripe {
  background-position: 0 187px;
}

.stripe h1 {
  height: 125px;
  margin: 0 0 0 299px;
  border-left: 1px solid #FFF;
  padding: 0 0 0 15px;
  font-family: serif;
  font-variant: small-caps;
  font-size: 16pt;
  position: relative;
  background-repeat: no-repeat;
}

.home .stripe h1 {
  height: 236px;
}

.pullquoteImage {
  margin-top: 92px;
  margin-left: 23px;
  float: left;
}

.sidebar {
  width: 205px;
  float: left;
  padding: 26px 36px;
}

.sidebar h2 {
  font-size: 18px;
  font-family: serif;
  font-variant: small-caps;
}

.mainContent {
  padding: 26px 0 0 316px;
}

a {
  color: #E22A2C;
}

.incognito a {
  color: #666;
}

.footer {
  clear: both;
  padding: 6px 18px 6px 25px;
  background: #999;
  margin: 0 2px;
  font-size: 11px;
  color: #FFF;
}
.footer .left {
}

.footer .right {
  float: right;
}

.footer a {
  text-decoration: underline;
  color: #FFF;
}

.sIFR-active h1 span {
  line-height: 1em;
  font-size: 19px;
  visibility: hidden;
  position: absolute;
  bottom: -0.5em;
  width: 450px;
}

.sIFR-active .sidebar h2 {
  line-height: 1em;
  font-size: 14px;
  visibility: hidden;
}
