/* Fabian Blundell 2008 | webmaster@indigobanda.com */

* {margin: 0;
   padding: 0;
}

body {
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	color:#FFFFFF;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 954px;
	font-size: 1.2em;
}

#left {
	background-image: url(images/left_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 475px;
	padding-bottom:-200px;
}

#right {
	background-image: url(images/right_bg.jpg);
	float: left;
	width: 590px;
	padding-top: 140px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 524px;
	padding-left: 430px;
	padding-top: 28px;
	clear: both;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
	margin-left: 55px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #666666;
	text-decoration: none;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
	font-size:16px;
}

#navcontainer a:hover
{
	color: #cccccc;
	background-image: url(images/bullet_hover.jpg);
	background-repeat: no-repeat;
}

p {margin-bottom: 15px;
   margin-top: 15px;}

h1 {
	text-align: center;
	margin-top: -55px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
	font-size: 3em;
}

h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	font-size: 1.5em;
}

h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #710404;
	font-size: 1.2em;
	margin-left: 0px;
	margin-bottom: 15px;
}

blockquote {
	background-color:#000000;
	font-style: italic;
	border: 1px dotted #710404;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	margin-top: 15px;
	padding-top: 15px;
	color: #710404;
	
}

.blockquotethin {
	background-color:#000000;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	padding-top: 2px;
	color: #710404;
	
}

a:link {color: #710404}
a:visited {color: #710404}
a:hover {color: #cccccc}
a:active {color: #710404}


#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/lightbox/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: 2px;
	left: 124px;
	z-index: 90;
	width: 100%;
	height: 2974px;
	background-color: #FFFFFF;
	}
