/* Style Sheet by Neil Magill 2006 */
/* All CSS is sourced throughout my weblog, that I have not created myself */
/* Background wallpapers from k10k.net */

body
{
margin: 0px 20px 0px 20px;
padding: 0;
text-align: center;
font-family: Arial, 'Lucida Grande', 'Lucida Sans', Verdana, 'Trebuchet MS', sans-serif;
font-size: 12px;
line-height: 1.5;
color: #000;
background-color:#FFFFFF;
}

html {
overflow: scroll;
}


/* LAYOUT CSS */


#container
{
margin: 0 auto;
padding: 15px;
background-color:#FFF;
width: 750px;
text-align: left;
border: 1px solid #000000; 
}

#header
{
width: 730px; 
height:100px; 
text-align: left;
background-color:#000000;
color: #ffffff;
padding: 2px 10px 10px 10px;
}

#navigation
{
text-align: right;
background-color: #1c1c1c;
padding: 5px 0px 5px 0px;
margin: 0 !important;
line-height: 1.3em;
overflow: hidden;
}


/* NAVBAR FORMAT CSS */


#navigation ul 
{
margin: 0;
padding: 0;
list-style-type: none;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
}

#navigation li
{
display: inline;
list-style-image: none;
list-style-type: none;
background-image: none;
font-size: 90%;
background-color: transparent;
margin: 0;
padding: 0;
}

#navigation li a, #navigation li a:link, #navigation li  a:visited, #navigation li a:active {
padding: 8px 7px !important;
padding: 7px;
margin: 0 0 0 0;
text-decoration: none;
color: #ffffff;
font-weight: bold;
letter-spacing: 0.08em;
}

#navigation li a.active, #navigation li a#active {
color: #000000;
background-color: #ffffff;
}

#navigation li a:hover {
color: #ffffff;
background-color: #666666;	
}

#side_image
{
float: left; 
width: 199px;
background-color:#000000;
}

#content
{
float: right; 
width: 529px;
background-color:#ffffff;
}

a img {border: none; }

#footer
{
clear: both;
width: 730px;
height: auto;
}

#footer p
{
font-size: 9px;
color: #666;
}


/* TEXT FORMATTING CSS */


a:link {
color: #999999;
text-decoration: none;
border: 0; 
}

a:visited {
color: #999999;
text-decoration: none;
border: 0
}

a:active {
color: #999999;
border: 0
}

a:hover {
color: #999999;
border: 0
}

h1
{
font-size: 2.2em;
}

h2
{
font-size: 1.7em;
}

h3
{
font-size: 1.3em;
}
	
h4
{
font-size: 1.2em;
}

/* LIGHT BOX CSS */

#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 */
	}	
	