/*------------------------------------------------------------*/
/*-main-------------------------------------------------------*/
/*------------------------------------------------------------*/

html {
	/* http://www.splintered.co.uk/experiments/49/ */
	/* method for forcing vertical scrollbars */
	/*min-height: 100%;
	margin-bottom: 1px;*/
}

body {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 76%;
	line-height: 14px;
	color: #666;
	background: #000000;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../_images/_global/hark_torn_edge.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}

/*------------------------------------------------------------*/
/*-containers-------------------------------------------------*/
/*------------------------------------------------------------*/

#maincontent {
	margin: 50px 0 0 0;
	width: 1100px;
}

/*------------------------------------------------------------*/
/*-columns----------------------------------------------------*/
/*------------------------------------------------------------*/

#col1 {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 140px;
	overflow: hidden;
	height: 440px;
}

#col2 {
	position: absolute;
	top: 55px;
	left: 160px;
	width: 200px;
	overflow: hidden;
	height: 440px;
}

#col3 {
	position: absolute;
	top: 55px;
	left: 1109px;
	width: 100px;
	overflow: hidden;
	height: 200px;
}

/*------------------------------------------------------------*/
/*-column-heads-----------------------------------------------*/
/*------------------------------------------------------------*/

#col1head{
	position: relative;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 85px;
}

#col2head{
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

/*------------------------------------------------------------*/
/*-column-feet------------------------------------------------*/
/*------------------------------------------------------------*/

#col1foot{
	position: absolute;
	top: 440px;
	left: 0px;
	width: 140px;
	height: 10px;
	/* next IE6 does not seem to work in html conditional */
	_height: 6px;
	_overflow: hidden;
	color: #666;
}

#col2foot{
	position: absolute;
	top: 440px;
	left: 160px;
	width: 200px;
	height: 85px;
	/* next IE6 does not seem to work in html conditional */
	_height: 6px;
	_overflow: hidden;
}

#col3foot {
	position: absolute;
	top: 440px;
	left: 1109px;
	width: 25px;
	overflow: hidden;
	height: 25px;
	/* next IE6 does not seem to work in html conditional */
	_height: 6px;
	_overflow: hidden;
}

/*------------------------------------------------------------*/
/*-column-links-----------------------------------------------*/
/*------------------------------------------------------------*/

#col1contact{
	position: absolute;
	top: 485px;
	left: 0px;
	width: 140px;
	height: 30px;
	color: #666;
}

#col1contact a {
	text-decoration: none;
	color: #666;
}

#col1contact a:hover {
	text-decoration: none;
	color: #fff;
}

/*------------------------------------------------------------*/
/*-notes------------------------------------------------------*/
/*------------------------------------------------------------*/

#notes {
	position: absolute;
	top: 486px;
	left: 160px;
	width: 200px;
	height: 200px;
	font-size: 0.80em;
	line-height: 1.2em;
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 3px 0px;
	border-top: 1px;
	border-top-color: #333;
	border-top-style: solid;
}

#notestitle {
	position:absolute;
	left: 160px;
	top: 445px;
}

/*------------------------------------------------------------*/
/*-photos-----------------------------------------------------*/
/*------------------------------------------------------------*/

#imageholder {
	position: absolute;
	top: 55px;
	left: 380px;
	width: 730px;
	overflow: visible;
	height: 760px;
}

/*------------------------------------------------------------*/
/*-markers----------------------------------------------------*/
/*------------------------------------------------------------*/

.topbarshortest {
	font-size: 1em;
	width: 25px;
	height: 12px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

.topbarshort {
	font-size: 1em;
	width: 50px;
	height: 12px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

.topbarmedium {
	font-size: 1em;
	width: 80px;
	height: 12px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

.thinbar1short { 
	font-size: 1em;
	border-top: 1px solid #555555;
	width: 50px;
	display: block;
}

.thinbar2short { 
	font-size: 1em;
	width: 50px;
	height: 3px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

.thinbar3short { 
	font-size: 1em;
	width: 50px;
	height: 6px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

.thinbar1medium { 
	font-size: 1em;
	width: 25px;
	height: 1px;
	display: block;
	border-top: 1px solid #333;
	margin-top: -10px;
}

.thinbar2medium { 
	font-size: 1em;
	width: 80px;
	height: 4px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

.thinbar3medium { 
	font-size: 1em;
	width: 80px;
	height: 6px;
	display: block;
	background-image: url(../_images/_global/h_back_2.gif);
	background-repeat: repeat-x;
}

/*------------------------------------------------------------*/
/*-headers----------------------------------------------------*/
/*------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	/* next IE6 does not seem to work in html conditional */
	_font-size: 1.9em;
	letter-spacing: 0px;
	color: #999;
}

h1 {
	margin-top: 20px;
}

h2 {
	margin-top: -7px;
	_margin-top: -13px;
}

h4 {
	font-size: 4em;
	/* next IE6 does not seem to work in html conditional */
	_font-size: 4.5em;
	font-weight: bold;
	color:#999;
	margin-top: 30px;
	/* next IE7 does not seem to work in html conditional */
	#margin-top: 21px;
}

h5 {
	font-size: 1.2em;
	/* next IE6 does not seem to work in html conditional */
	_font-size: 1.4em;
	margin-top: 12px;
	color: #888;
}

h6 {
	font-size: 0.96em;
	/* next IE6 does not seem to work in html conditional */
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 38px;
	_margin-top: 6px;
}

/*------------------------------------------------------------*/
/*-lists------------------------------------------------------*/
/*------------------------------------------------------------*/

ol, ul, li {
	/* http://www.gidforums.com/t-7254.html */
	list-style: none;
	font-size: 0.90em;
	line-height: 0.80em;
	margin: 0.2em 0 0.1em 1.0em;
	/* http://drupal.org/node/118632 */
	margin-left: -2.1em; /* ff */
	#margin-left: -2.1em; /* ie7 */
	_margin-left: -2.1em; /* ie6 */
}

ul, ol {
	margin: 0 0 0 1em;
	padding: 0 0 1.2em 1em;
}

ul a {
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 0px;
	border-top: 1px;
	border-top-color: #333;
	border-top-style: solid;
}

ul a:hover {
	background-image: url(../_images/_global/a_back.gif);
}

ul li span.active a {
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}

.numeric {
	padding: 0px 1.5em 0px 0px;
	color: #666;
}

/*------------------------------------------------------------*/
/*-links------------------------------------------------------*/
/*------------------------------------------------------------*/

a, a:visited {
	color: #666;
	/* http://sonspring.com/journal/removing-dotted-links */
	outline: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background: none;
	outline: none;
}

/*------------------------------------------------------------*/
/*-contact-page------------------------------------------------*/
/*------------------------------------------------------------*/

.required {
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

.topbarcontact {
	font-size: 1em;
	width: 325px;
	height: 12px;
	display: block;
	background-image: url(../_images/_global/h_back_3.gif);
	background-repeat: repeat-x;
}

.bottombarcontact {
	font-size: 1em;
	width: 325px;
	height: 6px;
	display: block;
	background-image: url(../_images/_global/h_back_3.gif);
	background-repeat: repeat-x;
}

#formholder {
	position: absolute;
	top: 55px;
	left: 380px;
	width: 730px;
	overflow: visible;
	height: 760px;
}

form {
	display: block;
	width: 450px;
	padding: 2px 0 3px 0px;
	border-top: 1px;
	border-top-color: #333;
	border-top-style: solid;
	}
	
#col3head{
	position: relative;
	top: 0px;
	left: 0px;
	width: 730px;
	height: 87px;
	_height: 67px;
	#height: 67px;
}

#formfoot {
	position: absolute;
	top: 440px;
	left: 380px;
	width: 325px;
	height: 6px;
}

.contactbody {
	font-size: 0.80em;
	line-height: 1.2em;
	display: block;
	margin: 2px 0 0 0;
	padding: 2px 0 3px 0px;
	border-top: 1px;
	border-top-color: #333;
	border-top-style: solid;
}

/* http://www.quirksmode.org/css/forms.html */

label,input {
	display: block;
	float: left;
	font-size: 0.80em;
}

input {
	background: #999;
	border: 0;
	width: 325px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 0.9em
}

input:focus {
	background: #eee;
}

label {
	margin-top: -1px;
	vertical-align: top;
	width: 260px;
	padding-right: 20px;
}

textarea {
	background: #999;
	width: 325px;
	/*height: 126px;*/
	height: 77px;
	border: 0;
	font-size: 0.9em;
	font-family: "Helvetica", "Arial", sans-serif;
}

textarea:focus {
	background: #eee;
}
br {
	clear: left;
}

.contactbutton {
	background-color: #000000;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	width: 60px;
	color: #666;
	font-size: 0.8em;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	padding-bottom: 2px;
}

.contactbutton:hover {
	background-color: #999;
	color: #000000;
}

#button {
	position: relative;
	top: 10px;
}

#buttonsuccess {
	position: relative;
	top: -20px;
}

.error {
	font-size: 0.80em;
}

.iconinline {
	border: 0;
	vertical-align: middle;
}

/*------------------------------------------------------------*/
/*-general----------------------------------------------------*/
/*------------------------------------------------------------*/

p, blockquote, dl {
	margin: 0;
	padding: 0 0 1em 0;
}

#category {
	margin-top: 0px;
	color: #999;
	font-size: 0.85em;
	/* next IE6 does not seem to work in html conditional */
	_font-size: 0.85em;
}

#copyright {
	position: absolute;
	top: 341px;
	#top: 342px;
	_top: 342px;
	left: 0px;
	width: 140px;
	height: 200px;
	font-size: 0.80em;
	line-height: 1.2em;
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 3px 0px;
	border-top: 1px;
	border-top-color: #333;
	border-top-style: solid;
}

/*------------------------------------------------------------*/
/*-social-----------------------------------------------------*/
/*------------------------------------------------------------*/

#socialtitle {
	position: absolute;
	top: 445px;
	left: 0px;
	width: 140px;
	height: 10px;
	/* next IE6 does not seem to work in html conditional */
	_height: 6px;
	_overflow: hidden;
	color: #666;
}

/*------------------------------------------------------------*/
/*-lightbox---------------------------------------------------*/
/*------------------------------------------------------------*/

#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: #fff; width: 250px; height: 250px; margin: 0 auto; margin-top: -65px; }
#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/_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_images/_lightbox/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; font-size: 1.0em;	}
#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: #000; }

