/* Table of Contents:
	Author: Theresa Elizabeth Bathory
	Contact me through my web site
	Global
	Typography
	Header Layout
	Middle Layout
	Footer Layout
	Misc Elements Layout
*/

/* Global
--------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	/*	scrollbar-track-color : #000C0C;
	scrollbar-face-color : #082323;
	scrollbar-base-color : #000C0C;
	scrollbar-arrow-color : #638888;
	scrollbar-darkshadow-color : #000C0C;
	scrollbar-shadow-color : #000C0C;
	scrollbar-highlight-color : #000C0C;
	scrollbar-3dlight-color: #082323;
*/	
	color : #330;
	background-color: #000000;
	}
img {
	margin:0;
	padding:0;
	border:0;
	}
#skip {
	display: none;
	}
#page {
	margin: 0em auto;
	width:960px;
	}
a:link, a:visited {
	color:#630408;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	text-decoration:line-through;
	background-color:#CCCCCC;
	}
hr {
	margin:5px 10px;
	color:#630408;
	border:1px solid #630408;
	clear:both;
	}

/* Typography
--------------------------------------------------------------------------------------- */
body {
	font:79% "Courier New", Courier, monospace;
	}
h1 {
	font-size:1.7em;
	font-weight:bold;
	text-decoration:underline;
	color: #630000;
	padding:15px 0 0 190px;
	margin:0;
	color: #630000;
	}
h2 {	
	font-size: 1.5em;
	text-decoration:underline;
	color: #290000;
	padding:10px 15px 0px 15px;
	margin:0;
	}
h3 {
	font-size: 1.25em;	
	text-decoration:underline;
	color: #630408;
	padding:10px 15px 0px 15px;
	margin:0;
	}
#mainContent .mainContentBoxLeft h3 {
	font-size: 1.25em;
	text-decoration:underline;
	color:#630408;
	padding:6px 5px 3px 15px;
	margin:0;
	}
h4 {
	font-size: 1.35em;
	font-weight:bold;
	text-decoration:underline;
	color: #630408;
	padding:10px 15px 0px 15px;
	margin:0;
	}
h5 {
	font-size: 1.2em;
	text-decoration:underline;
	color: #630408;
	padding:5px 5px 2px 15px;
	margin:0;
	}
h6 {
	font-size: 1.25em;	
	color: #630408;
	padding:10px 15px 0px 15px;
	margin:0;
	}
h6.display a {
	background: transparent url(../images/backgrounds/pointing_hand.png) no-repeat;
	border:0;
	}
h6.display a:link, h6.display a:visited {
	display:block;
	width:190px;
	height:20px;
	text-decoration:none;
	background-position:0px 0px;
	}
h6.display a:hover {
	background-position:-50px 0px;
	text-decoration:underline;
	background-color:transparent;
	}
h6.class {
	}
#mainContent ul {
	font-size:.9em;
	text-align:left;
	color:#000;
	}
ul li {
	}
#mainContent ol {
	font-size:.9em;
	text-align:left;
	}
ol li {
	}
dl {
	}
dt {
	font:bold 1.15em "Courier New", Courier, monospace;
	text-decoration:underline;
	color: #630408;
	padding:0 0 5px 15px;
	margin:0;
	}
dd {
	font-size:.9em;
	margin:auto 20px;
	}
#mainContent p {
	margin:10px 15px;
	padding:0;
	text-align:justify;
	color: #290000;
	font-weight:normal;
	font-size:1em;
	}
#mainContent .mainContentRow .mainContentBoxLeft p {
	font:.9em "Courier New", Courier, monospace;
	}
#middleArea #navigation #ulMainNav a {
	font-size:.9em;
	}
blockquote {
	font:bold italic 1em "Courier New", Courier, monospace;
	}
.quoteName {
	margin-left: 175px;
	text-align : left;
	font-weight:bold;
	width:320px;
	display:block;
	}
#mainContent p.responseQuote {
	font-weight:bold;
	color:#6600CC;
	}
#copyright p{
	font:bold .9em "Courier New", Courier, monospace;
	text-align:center;
	color: #290000;
	padding:20px 210px;
	margin:0;
	}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	height:152px;
	background: #000C08 url(../images/backgrounds/header.jpg) no-repeat top center;
	}
#logo {
	height:135px;
	width: 825px;
	margin:0;
	padding:0;
	}
#logo a {
    display: block;
	height: 135px;
	width: 825px;
	overflow: hidden;
    text-indent: -9999em;
	background-color:transparent;
	}

/* Middle Layout
--------------------------------------------------------------------------------------- */
#topRow {
	width:960px;
	height:51px;
	background:url(../images/backgrounds/sub-header.jpg) top left no-repeat;
	}
/* -- start leftSide mainContent & navigation area -- */	
#middleArea {
	/*height:626px;*/
	margin:0;
	padding:0;
	background:url(../images/backgrounds/main-content-tile.jpg) 145px 0px repeat-y;
	min-height:626px;
	height:auto !important;
	height:626px;
	}
#middleArea:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
/* -- start leftSide --*/
#leftSide {
	float:left;
	width:145px;
	height:626px;
	background:url(../images/backgrounds/main-left-side.jpg) top left no-repeat;
	margin:0;
	padding:0;
	}
#leftSide:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#moonPhaseBox {
	width:105px;
	height:170px;
	background-color:#000;
	margin:650px 0 50px 34px;
	}
#moonPhaseBox:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
/* -- end leftSide --*/
/* -- mainContent --*/
#mainContent {
	float:right;
	width:595px;
/*	min-height:626px;
	height:auto !important;
	height:626px;
*/	margin:0;
	padding:0;
	background:url(../images/backgrounds/main-content-tile.jpg) top left repeat-y;
	}
.tall {
	min-height:626px;
	height:auto !important;
	height:626px;
	}
.taller {
	min-height:800px;
	height:auto !important;
	height:800px;
	}
#mainContent ul {
	margin: 5px 50px 25px 50px;
	}
#subNavSm ul{
	margin:5px 0;
	list-style:none;
	}
#subNavSm li{
	border-top: 1px solid #082323;
	list-style:none;
	margin-left:-70px !important;
	margin-left:-30px;
	}
#subNavSm a:link, #subNavSm a:visited {
	background-color: transparent;
	font-weight: bold;
	color: #333333;
	height: 18px;
	text-decoration : none;
	} 
#subNavSm a:hover {
	background-color: transparent;
	color:#630408;
	text-decoration:line-through;
	} 
#mainContent blockquote {
	text-align:center;
	color:#630408;
	margin:0 0 10px 0;
	padding:0;
	}
#mainContent:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.mainContentRow {
	width:590px;
	margin:0;
	padding:0;
	float:right;
	text-align:center;
	}
.mainContentBoxLeft {
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}
.mainContentBoxLeft:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#mainContent .mainContentRow .mainContentBoxLeft p {
	text-align:left;
	margin:6px 0px 3px 15px;
	padding:0;
	}
#mainContent .mainContentRow .mainContentBoxLeft blockquote {
	text-align:center;
	color:#630408;
	margin:0 0 10px 0;
	padding:0;
	}
.mainContentBoxRight {
	margin:0;
	padding:0;
	float:right;
}
.mainContentRow:after, .mainContentBoxLeft:after, .mainContentBoxRight:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#mainContent blockquote.quote {
	text-align:left;
	margin:10px 25px;
	}
.columLeft {
	width:48%;
	padding:2px;
	float:left;
	}
.columRight {
	width:48%;
	padding:2px;
	float:right;
	}
.wankerBox {
	width:175px;
	margin:0 0 5px 5px;
	padding:0;
	float:right;
	}
.wankerBox .captionBox {
	background-color:#000;
	font-size:.8em;
	color:#FFF;
	padding:5px;
	text-align:justify;
	}
/* -- end mainContent area -- */
/* -- start navigation side --*/
#navigation {
	background: url(../images/backgrounds/navigation.jpg) top left no-repeat;
	float:right;
	width:220px;
	height:626px;
	margin:0;
	padding:0;
	}
#navigation:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#MainNav {
	margin:0;
	padding:0;
	}
#ulMainNav {
	list-style-type:none;
	margin:0;
	padding:205px 0 0 0;
	}
#ulMainNav li {
	margin:0 0 10px 0;
}
#ulMainNav a:link, #ulMainNav a:visited {
	color: #A77B46 !important;
	text-decoration: none;
	margin: 0 5px 0 0;
	display: block;
	width: 200px;
	height: 15px;
	padding: 0 5px 0 10px;
	text-align: left;
}
#ulMainNav a:hover {
	text-decoration:line-through;
	background-color:transparent;
}
/* -- end navigation side --*/



/* Footer Layout
--------------------------------------------------------------------------------------- */
#banners {
	text-align:center;
	padding:100px 0 0;
	width:590px;
	display:block;
	}
#banners a {
	background:transparent;
	}
#banners:before {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.banner {
	margin:10px 0 10px;
	}
.banner2 {
	margin:10px 60px;
	}
#copyright {
	width:960px;
	height:130px;
	background: url(../images/backgrounds/copyright.jpg) top left no-repeat;
	margin:0;
	padding:0;
	clear:both;
	}
/* Misc Elements Layout
--------------------------------------------------------------------------------------- */

.clearer {
	clear:both;
	width:590px;
	height:10px;
	padding:2px 0;
	}
.fr {
	float:right;
	padding: 0 15px 15px 10px;
	}
.fl {
	float:left;
	padding: 0 10px 15px 15px;
	}
.listHeadline {
	color : #CC0000;
	font-weight : bold;
	text-decoration : underline;
	font-size : 14px;
	}
/*.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}


textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}*/
/*LiteBox style
******************************************************************************************/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(../images/blank.gif) no-repeat; /* 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: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
