/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}
a:hover {color: #9A6;}

body {
	background: #333 url(img/bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 1.2em; line-height: 24px;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 0px 0px 0px 10px;}
.main .padded {padding: 20px 20px;}
.mainhome .padded {padding: 20px 20px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}
.alignright { float: right; }


/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: auto auto;
	width: 900px;
	border: 12px solid #222;
}

/* header */
.header {
	float: left;
	width: 680px;
	background: url(img/header.jpg) no-repeat;
	font: normal 0.8em Verdana,sans-serif;
	height: 150px;
	text-align: right;
	color: #333;	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 520px;
	background: url(img/bg_main.gif) no-repeat;
	font: normal 1.0em;
	line-height: 150%;
	}
.mainhome {
	float: left;
	width: 520px;
	background: url(img/bg_main_home.jpg) no-repeat;
}
.main_right {
	float: right;
	width: 220px;
	color: #CCC;
	background: #222222 url(img/bg_right.gif) no-repeat;
}
.main_right h1 {
	color: #76763f;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 18px;
	padding-left: 0px;
}


/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 0.8em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav h1 a {
	color: #FFE;
	text-decoration: none;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

/* gallery */
.line {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}

.gallery01 {
	text-align: right;
	margin: 20px;
}
.gallery01 img{
	border: 1px solid #666666;
	margin: 1px;
	vertical-align: bottom;
}
.gallery01 a:hover img {border: 1px solid #000000;}


.gallery-pixel {
	text-align: center;
	margin: 20px;
}
.gallery-pixel img{
	border: 0px;
	margin: 0px;
	vertical-align: middle;
}

/* front*/
.front{
	margin: 40px;
}
.date {
	color: #89a975;
	font: 0.9em "Lucida Sans Unicode",sans-serif;
	font-style: italic;
	border-bottom: solid #d0dec6 1px;
	margin-bottom: 4px;
}


/* link */
.linkhead{
	font-size: 1.0em;
	color: #f7f7f7;
	text-align: center;
	margin-bottom: 20px;
	padding: 2px;
	background: #bbd3ac;
}

.link{
	border: dotted 2px #dee9d7;
	margin: 0px 20px 20px 20px;
	padding: 10px;
	background: #f7f7f7;
}
.link img{
	border: 0px;
	margin: 1px;
}

/* language*/
.language {
	display: none;
	width: 210px;
	text-align: center;
	margin: 0px opx 40px 0px;
	padding: 0;
}

/* feature*/
.feature {
	display: block;
	width: 200px;
	text-align: left;
	margin: 0px 0px 40px 0px;
	padding: 0;
}
.feature img{
	border: 1px solid #000000;
	margin: 1px;
}
.feature a:hover img {border: 1px solid #FFFFFF;}

/* more at*/
.more-at {
	display: block;
	width: 200px;
	text-align: right;
	margin: 0px 0px 40px 0px;
	padding: 0;
}
.more-at img{
	border: 1px solid #000000;
	margin: 1px;
}
.more-at a:hover img {border: 1px solid #FFFFFF;}


/* lightbox2 */
#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/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;
	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;
	}