@charset "utf-8";
/* CSS Document */

/*--------------------
      CSS RESETS
--------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 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-family: inherit;
	text-decoration: none;
}

ol, ul { list-style: none; } /* clear styles of lists, must add back manually */

dd, blockquote {  margin-left: 1em; } /* for indented elements */

form label { cursor: pointer; }
input, select, textarea { font-family: inherit; }

caption, th, td { text-align: left; font-weight: normal; }

.clearfix { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.center-margin { margin: 7px auto; }

/*--------------------
       LAYOUT
--------------------*/

body {
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 775px;
}

#header {
	border-bottom: 1px solid #ededed;
	height: 93px;
	text-align: center;
	width: 775px;
}

	#header img { margin: 23px auto; }
	
.nav, .footer {
	font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size: 10px;
	letter-spacing: .1em;
	text-align: right;
	text-transform: uppercase;
}

	.nav { color: #dcdcdc; margin: 5px 0 5px 0; }
	.nav a, .footer a { color: #8fc4da; }
	.nav a:hover, .footer a:hover { color: #ac7071; }
	
#content {
	color: #858585;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 25px;
	overflow: hidden;
}

	#content a { color: #904041; font-style: italic; }
	#content a:hover { color: #1f8ab6; }

.column {
	margin-top: 5px;
	width: 370px;
}

#footer {
	border-top: 1px solid #ededed;
	clear: both;
	color: #999;
	padding: 5px 0 10px 0;
	width: 775px;
}

/*--------------------
       GALLERY
--------------------*/

ul.gallery {

}

ul.gallery li {
	background: none;
	display: block;
	float: left;
	padding: 7px 4px 7px 0px;
}

ul.gallery li a.rollover {
	background: url(graphics/rollover.png) no-repeat;
	display: block;
	height: 12px;
	width: 12px;
}

	ul.gallery li a.rollover:hover { background-position: -12px 0; }
	ul.gallery li a.rollover:active { background-position: -24px 0; }
	ul.gallery li a.rollover:visited { background-position: -36px 0; }

/*--------------------
      TYPOGRAPHY
--------------------*/

.strike { text-decoration: line-through; }
.red { font-family: Verdana, Geneva, sans-serif; color: #F00; }
.usedrarely { font-family: Verdana, Geneva, sans-serif; color: #1F8AB6; }

p { padding: 7px 0 7px 0; }

h1, h2, h3, h4, h5, h6 {
	color: #b37c7d;
	font-family: 'Franklin Gothic Demi', 'Arial Narrow', Impact;
	font-weight: normal;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}

	h1 { color: #904041; font-size: 24px; }
	h2 { color: #000; font-size: 18px; }
	h3 { color: #1F8AB6; font-size: 16px; }

i, em {
	color: #000;
	font-style: italic;
}

b, strong {
	color: #000;
	font-weight: 600;
}

ul li {
	background: url(graphics/bullet.png) no-repeat 0 12px;
	padding: 5px 0 0 12px;
}

ul li em { color: #1f8ab6; }

/*----------------------
      LIGHTBOX
----------------------*/

#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;
	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 { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
