body{
	font-size: 10pt; 
	color: #ffff99; 
	font-family: Verdana; 
	background: #ddddc7;

	}
	
div#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

div.borderYellow{
	background: #ffffcc;
	
}
div.borderPurple{
	background: #2e2532;
	margin-left: 12px;
	margin-right:12px;
	
}
div.borderCenter{
	height: 5px;
	background: #2e2532;
	margin-left: 20px;
	margin-right:20px;
}
div.center{
	width: 960px;
	color: #2e2532; 
	font-family: Verdana; 
	background: #8f7a99;
	margin-left:auto;
	margin-right:auto;
}
div.logo{
	text-align: center;
	background:#2e2532;
}
div.copyright{
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

div.sidebar{
}
	
td{
	color: #2e2532; 
	font-family: Verdana; 
	background: #8f7a99;
	}

td.borderYellow{
	width: 12px; 
	background: #ffffcc;
	}

td.borderPurple{
	width: 20px;
	background: #2e2532;
	}
	
td.borderCenter{
	height: 5px;
	background: #2e2532;
	}

td.center{
	width: 960px;
	color: #2e2532; 
	font-family: Verdana; 
	background: #8f7a99;
	}
	
td.sidebar{
	vertical-align: top;
	width: 116px;
	color: #2e2532; 
	font-family: Verdana; 
	background: #8f7a99;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	}
	
td.borderSide{
	width: 4px;
	background: #2e2532;
	}
	
td.content{
	//width: 840px;
	color: #2e2532; 
	font-family: Verdana; 
	background: #8f7a99;
	padding-left: 8px;
	padding-right: 8px;
	}

a{
	color: #FFFF99; 
	font-family: Verdana; 
	text-decoration: none;
	}
	
a.menu{
	color: #FFFF99; 
	font-family: Verdana;
	font-size: 18; 
	font-weight: bold;
	text-decoration: none;
	}
	
a.submenu{
	color: #FFFF99; 
	font-family: Verdana;
	font-size: 11; 
	text-decoration: none;
	}
	
a.sidebar{
	color: #FFFF99; 
	font-family: Verdana;
	font-size: 12;  
	font-weight: bold;
	text-decoration: none;
	}
	
a.sidesmall{
	color: #FFFF99; 
	font-family: Verdana;
	font-size: 10;
	font-weight: none;
	text-decoration: none;
	}
	
a.hover{ 
	font-family: Verdana; 
	/*font-weight: bold;*/
	text-decoration: none;
	color: #ffffe5; 
	}

a.visited{ 
	font-family: Verdana; 
	/*font-weight: bold;*/
	text-decoration: none;
	color: #a9a97c; 
	}
	
a.active{
	color: #ffffe5; 
	font-family: Verdana;
	font-size: 12;  
	font-weight: bold;
	text-decoration: none;
}


img.splash{
  	border: 4px solid #dac3d7;
	}

img.thumb{
  	border: 2px solid #FFFF99;
	}

h1{
	color: #2e2532; 
	font-family: Verdana; 
	font-size: 30;
	}

h2{
	color: #2e2532; 
	font-family: Verdana; 
	font-size: 24;
	}

p.blogDate{
	color: #2e2532;  
	font-family: Verdana;
	font-size: 16; 
	font-weight: bold;
	text-decoration: none;
}

p.blogTitle{
	color: #2e2532;  
	font-family: Verdana;
	font-size: 20; 
	font-weight: bold;
	text-decoration: none;
}

p.blogContent{
	color: #2e2532;  
	font-family: Verdana;
	font-size: 14; 
	font-weight: none;
	text-decoration: none;
}
	
p.blogSmall{
	color: #d3b8cf;  
	font-family: Verdana;
	font-size: 10; 
	font-weight: none;
	text-decoration: none;
}
	
/*lightbox stuff*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #8f7a99; 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-image: url(data:image/gif;base64,AAAA); /* 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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #8f7a99; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #FFFF99; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size: 14; font-family: Verdana; /*font-weight: bold;*/	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2532; }