body {
  border-top: 8px solid #7CAF3C; 
  margin: 0; 
  padding:2px 20px;
  font-family: Helvetica,arial,sans-serif;
  font-size:16px;
  font-size-adjust:none;
  line-height:1.431;
  background: #fff;
  color: #333;
}

h1 {
  margin-top: 1.2em;
  font-size: 300%;
  line-height: 130%;
  max-width: 25em;
  text-shadow: 0 1px 3px #cecece;
}

h2 {
  font-size: 168%;
  margin-bottom: 0.2em;
  display: block;
}

h1, h2, h3, #nav, p.robots-nocontent {
  font-weight: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Calibri, "Lucida Sans Unicode", Arial, Helvetica, FreeSans, "Nimbus Sans L", sans-serif;
}

h3 {
  margin-bottom: 0.1em;
}

strong { 
  font-weight: normal;
  padding: 0 0.1em;
}

img { 
  border: 0;
}

a { 
 color: #7CAF3C;
 text-decoration: none;
 text-shadow: 0 1px 3px #E3FFD3;
}

p {
 margin-top: 0.1em;
 min-width: 25em;
 max-width: 45em;
}

.rounded_content p {
 margin-top: 0;
 min-width: 0;
}

pre {
 font-family: "Monaco", Monospaced;
 font-size: 12px;
 background: #000;
 color: #fff;
 padding: 1em;
}

ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

strong, strong *, input, label {
 font-weight: 400;
}

h2 img {
  vertical-align: middle;
}

div.rounded strong {
  font-weigh: bold;
}

div.rounded_top {
 background: url('/images/roundedcornr_top.gif') no-repeat; 
 padding-top: 1.4em; 
 width: 400px;
 margin-right: 1.4em; 
 float: left
}

div.rounded_top a {
 text-decoration: underline;
}

div.rounded_bottom {
 background: url(/images/roundedcornr_bottom.gif) no-repeat bottom left; 
 padding-bottom: 20px;
}

div.rounded_content {
 padding: 20px; 
 color: #fff;
}

div.rounded_content a {
 color: #fff;
}

div.rounded_content ul {
 margin:0;
 padding:0;
}

div.rounded_content ul li {
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
 margin:0 0.7em 0 0;
 padding:0;
}

div.vcard img {
 float: right;
 margin-right: 54px;
}

div.vcard div.fn {
 font-size: 140%;
 font-weight: 300;
}

.highlight { 
  background-color:#FFFFCC;
}

span.amp, .fancy {
  font-family: Baskerville, Palatino, "Palatino Linotype", Constantia, serif;
  font-style: italic;
  vertical-align:middle;
}

p a:hover, li a:hover, h1 a:hover, h2 a:hover, h3 a:hover { 
  /* background-color: #D8FFD2; */
  text-decoration: underline;
}

#twitter_update_list {
 margin-top: 0.1em;
 padding: 0;
 list-style-type: none;
 display: none;
}

#twitter_update_list li {
 border-bottom:1px solid #D8FFD2;
 margin-bottom:0.5em;
 max-width:45em;
 padding:0 0 0.5em 1em;
}

#twitter_update_list li a {
 white-space: nowrap;
}

#nav {
 float:right;
 font-size:175%;
 margin:0;
 padding: 20px 36px 0;
}

#nav li {
 float:left;
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
 margin-right:0.7em;
 padding:0;
}


#flickr a:hover img {
 background: #F5F1E2;
}

#flickr {
 width: 100%;
 display: block;
 height: 87px;
 margin-left: 16px;
}

#flickr ul li {
 margin-right: 1em;
 float: left;
}

#flickr ul img {
 background: #fefefe;
 border-color: #E7E7DB #D1D1BC #D1D1BC #E7E7DB;
 border-style: solid;
 border-width: 1px;
 padding:0.5em;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

@media screen and (max-width: 480px) {
  * {
    position: static !important;
    background-image: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  h1 {
    font-size: 1.3em !important;
    margin-top: 0.5em !important;
  }

  h2 {
    font-size: 1.1em !important;
    margin-bottom: 0 !important;
  }
   
  p {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }

  ul#nav {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
    float: left !important;
    width: 100%;
  }

  div.rounded_top {
    margin-left: 0px !important;
    width: auto !important;
    float: none !important;
  }
  
  div.rounded_content {
    font-size: 1em !important;
    background: #D8FFD2 !important;
    color: #7CAF3C !important;
    width: 100% !important;
    padding: 0.6em !important;
    margin-bottom: 0.4em !important;
  }

  div.rounded_content a {
    color: #7CAF3C;
  }

  div.rounded_bottom {
    padding-bottom: 0 !important;
  }

  div.flickr_badge_image {
    float: left !important;
  }

  ul#twitter_update_list li {
    margin-bottom: 1em !important;
  }

  div.vcard {
    font-size: 1em;
  }
}

/**
 * jQuery lightbox plugin
 */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	

