html
{

}

body 
{
background-color: #aaaaaa;
margin: 20px 0 20px 0;
color: #ebebeb;
font-family: cambria, serif;
text-align: center;
padding-left:10%;
padding-right:10%;
}

.banner
{
font-size: 2.7em;
color: #ebebeb;
}

.banner .emphasis
{
color: #d41b1b;
letter-spacing: .05em;
}

.aboutme
{
text-align: justify;
line-height: 1.15em;
}

.aboutme a
{
letter-spacing: 1px;
color: #0465a1;
}
.aboutme a:visited{color: #0465a1;}
.aboutme a:link{color: #0465a1;}
.aboutme a:hover{color: #0a5787;}
.aboutme a:active{color: #0a5787;}

.updateInfoForm input[type="text"]
{
margin-top:4px;
margin-bottom:4px;
width:600px;
}

.updateInfoForm textarea
{
margin-top:4px;
margin-bottom:4px;
width:600px;
}

.header
{
padding-top:.5em;
}

.header img
{
border:0;
}

a 
{
text-decoration: none;
letter-spacing: 1px;
color: #dadada;
cursor: pointer;
}

a:link {color: #dadada}
a:visited {color: #dadada}
a:hover{color: #afafaf}
a:active {color: #afafaf}

h1
{
color: #ebebeb;
font-size: 150%
}

.bordered
{
border-width: 5px;
border-style: solid;
border-color: #777777
}

.body
{
padding-left: 30px;
padding-right: 30px;
line-height: 18pt;
}

.footer
{
font-size: 80%;
padding-bottom: 1em;
margin-top: -0.6em;
position:relative;
}

.legalese
{
margin-left: auto;
margin-right: auto;
margin-top: 5px;
display: block;
font-size: x-small;
max-width: 400px;
text-align: center;
}

img.thumbnail
{
border-width: 2px;
border-color: #9b9b9b;
border-style: solid;
margin-left: 8px;
margin-right: 8px;
margin-top: 6px;
margin-bottom: 6px;
height: 113px;
opacity: .8;
}

img.thumbnail:hover
{
border-width: 2px;
border-color: #c5c5c5;
border-style: solid;
opacity: 1;
}

hr
{
color: #888888;
height: 4px;
margin: 10px auto;
border-style: solid;
width: 40%;
}

.footnote
{
font-size: 90%;
letter-spacing: 2px
}

.caption
{
font-size: 100%;
letter-spacing: 0.5px;
text-align: justify;
max-width: 550px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
line-height: 125%;
padding: 0.1em;
background-color: #202020;
display:none;
}

.siteindex
{
font-variant: small-caps;
font-weight: bold;
font-size: 130%;
margin-top: -0.1em;
margin-bottom: 0.2em;
}

.siteindex .dot
{
opacity: .6;
}

.siteindex .current a 
{
text-decoration: none;
letter-spacing: 1px;
color: #dbda8d;
cursor: pointer;
}

.siteindex .current a:link {color: #dbda8d}
.siteindex .current a:visited {color: #dbda8d}

.thumbnails
{
margin: 0px auto;
}

.photo
{
border: 4px double white;
}

div.title
{
font-size: 160%;
font-weight: bold;
margin-top: -10px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background-color: #202020;
border: 1px solid #777777;
}

/* taken from spiffycorners.com */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#222222}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6f6f6f;
  border-right:1px solid #6f6f6f;
  background:#444444}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #9c9c9c;
  border-right:1px solid #9c9c9c;
  background:#3b3b3b}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #3b3b3b;
  border-right:1px solid #3b3b3b;}
.spiffy4{
  border-left:1px solid #6f6f6f;
  border-right:1px solid #6f6f6f}
.spiffy5{
  border-left:1px solid #444444;
  border-right:1px solid #444444}
.spiffyfg{
  background:#222222}

  /**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	/*font: 10px Verdana, Helvetica, sans-serif;*/
	font-size: .8em;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { padding-left: 0.5em; }
#lightbox-image-details-title { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	font-style: italic;
	font-size: .7em;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.slideshow{
	position:relative;
	width:808px;
	height:608px;
	margin:auto;
	padding:0;
	z-index:5;
}

.slideshow div{
	margin:0;
	padding:0;
	width:808px;
}

.slideshow div img {
	margin:auto;
	display:none;
	border:4px double #a0a0a0;
}