body {background: #f8f5ee; color: #f8f5ee; font-family: "Times New Roman";}
blockquote {padding: 0 0 20px 20px; margin-top: 20px; font-size: 22px;}
h1 {font-size: 30px; margin: 0; padding: 0;}
#container {width: 100%; background: url('../img/bgradient.png') repeat-x;}
#header {height: 300px; width: 900px;}
#topspace {height: 203px; width: 900px; position: relative;}
#jbloom {position: absolute; right: 179px; bottom: 4px;}
#joesname {width: 900px; height: auto; text-align: center;}
#greydown {width: 940px; height: 3000px; background: #1c1c1c; margin-top: 9px; padding: 22px 0 0 0; position: relative;}
#aboutboxwrapper, #infoboxwrapper, #announcementsboxwrapper {position: relative;}
#aboutbox, #announcementsbox {width: 900px; height: auto; margin-bottom: 20px;}
#abouttop, #announcementstop {width: 900px; height: 10px; background: url(../img/topwide.png) no-repeat;}
#aboutcenter, #announcementscenter {width: 860px; height: auto; background: url(../img/centerwide.png) repeat-y; padding: 10px 21px;}
#aboutbottom, #announcementsbottom {width: 900px; height: 10px; background: url(../img/bottomwide.png) no-repeat;}
#imagesbox {width: 920px; margin: 0 21px 10px 21px;}
#infoboxwrapper {margin-top: 0px; margin: 0;}
#infobox {width: 288px; height: auto; margin-right: 21px;}
#infotop {width: 288px; height: 10px; background: url(../img/topnarrow.png) no-repeat;}
#infocenter {width: 288px; height: auto; background: url(../img/centernarrow.png) repeat-y; padding: 5px 20px;}
#infobottom {width: 288px; height: 10px; background: url(../img/bottomnarrow.png) no-repeat;}
.close {position: absolute; right: 10px; top: -11px; z-index: 100; background: url(../img/close.png) no-repeat;}
.close:hover {background: url(../img/close.png) no-repeat -22px 0; }
#openbackup {position: absolute; left: 948px; top: 11px; width: 150px;}
/*#aboutopenicon, #infoopenicon {display: none;}*/
#aboutcloseicon, #aboutboxwrapper, #infocloseicon, #infoboxwrapper, #announcementscloseicon, #announcementsboxwrapper {display: none;}

.open {height: 22px; background: url(../img/open.png) no-repeat;}
.open:hover {background: url(../img/open.png) no-repeat 0 -22px;}
.thumb {margin: 0 17px 17px 0; border: dotted 1px #333; }
.thumb:hover {border: solid 1px #ccc;}
#aboutbox, #announcementsbox {font-size: 25px;}	

a:link, a:visited, a:active {color: #fff; text-decoration: underline;}
a:hover {text-decoration: none;}
#infobox {font-size: 23px; line-height: 30px;}
#infobox a:link {color: #f8f5ee; text-decoration: none;}
#infobox a:hover {color: #ccc; text-decoration: none;}
#infobox a:visited {color: #f8f5ee; text-decoration: none;}
#infobox a:active {color: #f8f5ee; text-decoration: none;}
#openbackup {font-family: Helvetica; font-size: 12px;}
#openbackup a:link {color: #777; text-decoration: none;}
#openbackup a:hover {color: #333; text-decoration: none;}
#openbackup a:visited {color: #777; text-decoration: none;}
#openbackup a:active {color: #777; text-decoration: none;}


.center {margin: 0 auto;}
.centertext {text-align: center;}
.floatleft {float: left;}
.floatright {float: right;}
.inlineblock {display: inline-block;}
.clearboth {clear: both;}
.valign {vertical-align: middle;}
.openheadspace {margin-bottom: 6px;}
.scootdown {padding-top: 3px;}
.hidden {display: none;}


/* LIGHTBOX STUFF */

/**
 * 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: 1500px;
}
#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: #f8f5ee;
	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: 16px "Times New Roman";
	background-color: #f8f5ee;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #141414; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 18px; 
	float: right;
	padding-bottom: 0.7em;	
}