/* CSS Document */

#frame {
	margin:auto;
	width:798px;
	height:517px;
	padding-top:73px;
}
#frameLeft {
	float:left;
	width:313px;
	margin-top:35px;
}
#frameRight {
	float:left;
	width:485px;
}
#header {
	background-image:url(/images/common/StrangeDojo.png);
	background-repeat:no-repeat;
	background-position:40px 20px;
	height:135px;
}
#header h1{
	display:none;
}
#navigation {
	padding-top:90px;
	padding-left:170px;
}
#navigation a{
	text-decoration:none;
	display:block;
	color:#000000;
	font-size:24px;
	margin-bottom:15px;
}
#navigation a:hover{
	text-decoration:none;
	color:#80250B;
}
#contentFrame {
	width:439px;
	background-image:url(/images/common/content-frame-background.png);
	border:1px solid #8A766B;
	height:430px;
	padding:15px;
	overflow:auto;
}
#contentFrame h1{
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:20px;
}

.dropMenu {	
	position:absolute;
	display:none;
	text-align:right;
}
.dropMenu a{
	text-decoration:none;
	display:block;
	margin-bottom:7px;
	color:#80250B;
	font-size:18px;
}
.dropMenu a:hover{
	text-decoration:underline;
	display:block;
	margin-bottom:7px;
	color:#000000;
	font-size:18px;
}

#footer {
	clear:both;
	padding-top:30px;
	text-align:center;
	font-size:11px;
}
#footer a{
	color:#000000;
	margin:0px 5px 0px 5px;
}

.divider {
	color:#80250B;
}

.resourceLink {
	padding-top:0px;
	border-bottom:1px solid #000000;
}
.resourceLinkImage {
	float:left;
	padding:0px 10px 10px 0px;
}
.resourceLink strong{
	text-decoration:underline;
}

#aboutImageCell {
	float:left; 
	text-align:center;
	margin:10px 15px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#80250B;
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#mailinglist {
	position:relative;
	text-align:right;
	height:40px;
}
.mailingListLink {
	position:absolute;
	top:55px;
	right:35px;
}

#catalog img{
	border:2px solid #000000;
}
.albums {
	width:100px;
	float:right;
}
.albums a{
	color:#000000;
	font-size:15px;
	margin-right:10px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}

.albumsCabin {
	width:225px;
	float:left;
	margin-left:25px;
	margin-top:30px;
}
.albumsCabin a{
	color:#000000;
	font-size:15px;
	margin-right:10px;
	font-weight:bold;
	background-image:url(/images/cabinAlbums.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	display:block;
	height:33px;
	padding-top:7px;
}

#termsHawaii {
	border:2px solid #000000;
	width:500px;
	height:200px;
	overflow:auto;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:20px;
	background-color:#FDFAF3;
	text-align:left;
	margin-top:10px;
}

#termsCabin{
	border:2px solid #000000;
	width:500px;
	height:200px;
	overflow:auto;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:20px;
	background-color:#FDFAF3;
	margin-top:10px;
	text-align:left;
}

.contactForm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.contactForm td{
	padding:5px;
}
.formHeader {
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
}

/* LIGHTBOX STYLES */
#lightbox{
	position: absolute;
	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/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%	
}

#imageData{	padding:0 10px; color: #666; }
#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;
}
/* END LIGHTBOX */


