/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	}

body {
	margin: 0px;
	background-color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #5f5f5f;
	}

* html .container {
	height: 100%;
	}
	
.container {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
/*-- HEADINGS --*/	
h1 { /*Site Title*/
	color: #699db3;
	padding: 12px 0px 0px 12px;
	margin: 0;
	}

h2 { /*Image Title*/
	padding: 24px 0px 5px 3px;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #242424 solid;
	color: #8d9f31;
	}

h3 { /*EXIF Info*/
	display: inline;
	padding: 0px;
	font-size: 10px;
	color: #4f4f4f;
	font-weight: normal;
	line-height: 13px;
	}
		
h4 { /*EXIF Title*/
	display: inline;
	padding: 0px;
	font-size: 10px;
	color: #3f3f3f;
	font-weight: normal;
	line-height: 13px;
	}

h5 { /*Image Notes*/
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 3px;
	}
	
/*-- LINKS --*/
	
a:link, a:visited {
	color: #5e5e5e;
	text-decoration: none;
	}
	
a:hover {
	color: #c16c17;
	text-decoration: none;
	}
	
h1 a:link, h1 a:visited, h1 a:hover {
	color: #699db3;
	text-decoration: none;
	}
	
/*-- COMMON --*/
.clear {
	clear: both;
	}
	
.header {
	background: url(img/bkg001.gif) repeat;
	height: 50px;
	border-bottom: 5px #242424 solid;
	margin-bottom: 90px;
	}
	
	.menu {
		width: 150px;
		float: right;
		text-align: right;
		padding: 6px;
		}
	
		.menu a:link {
			color: #6d6d6d;
			text-decoration: none;
			}
		
		.menu a:visited {
			color: #6d6d6d;
			text-decoration: none;
			}
			
		.menu a:hover {
			color: #c16c17;
			text-decoration: none;
			}
	
.footer {
	background: #242424 url(img/footbdr.gif) repeat-x center top;
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	padding: 8px 0px 0px 0px;
	margin: 75px 0px 0px 0px;
	}

	.foot_left {
		margin-left: 50px;
		float: left;
		}
	
	.foot_right {
		margin-right: 50px;
		float: right;
		}
	
.left {
	width: 60%;
	float: left;
	text-align: right;
	padding-bottom: 75px;
	}
	
.right {
	width: 200px;
	float: left;
	text-align: left;
	}
	
.info { /* Image Information */
	border-bottom: 1px #242424 solid;
	padding-bottom: 5px;
	padding-left: 3px;
	}

	.info a:link, .info a:visited {
		font-size: 10px;
		color: #3f3f3f;
		text-decoration: none;
		}
	
	.info a:hover {
		font-size: 10px;
		color: #5f5f5f;
		text-decoration: underline;
		}
	
.data { /* Image Data */
	padding-top: 5px;
	padding-left: 3px;
	}
	
.category { /* Image Categories */
	border-bottom: 1px #242424 solid;
	padding-bottom: 5px;
	padding-left: 3px;
	}
	
.comment { /* Image Comments */
	border-top: 1px #242424 solid;
	padding-top: 5px;
	padding-left: 3px;
	}
	
/*-- IMAGE --*/
.image {
	padding-right: 8px;
	}
	
.imgnav {
	padding-top: 2px;
	}
	
#photo {
	padding: 1px;
	background: #000000;
	border: 4px #242424 solid;
	}
	
/*-- ABOUT --*/

.about {
	margin-right: 8px;
	width: 615px;
	height: 408px;
	background: #242424;
	float: right;
	text-align: left;
	padding: 8px;
	border: 1px #000000 solid;
	}

.about h2 {
	padding: 0px 0px 2px 2px;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px #3b3b3b solid;
	}

.aboutlinks {
	width: 300px;
	float: left;
	margin: 0px 2px;
	}

.data img {
	padding-top: 5px;
	}
	
/*-- ARCHIVE --*/

.archive {
	padding-right: 15px;
	width: 595px;
	float: right;
	text-align: left;
	}

.archivenav {
	clear: both;
	text-align: right;
	padding-right: 20px;
	}
	
	#taglist {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}

.thumbs img {
	margin: 5px;
	}
	
.thumbnails {
	padding: 1px;
	background: #000000;
	border: 2px #242424 solid;
	margin-bottom: 10px;
	filter: alpha(opacity=75);
	opacity: 0.65;
	}

.archive .thumbnails {
	margin: 5px;
	}

.thumbs a:hover img, .archive a:hover img{
	filter:alpha(opacity=99);
	opacity:0.99;
    }
	
/* rollover effects */
#image {
    padding: 0px;
    position: relative;
	margin: 0 8px 0 auto;
	padding-right: 8px;
	background: url(img/imgload.gif) no-repeat 50% 50%;
    }

#menu_browse{
	position: 			absolute;
	margin: 			0px auto;
	padding:			0px 0px 0px 0px;
	top: 				0px;
	left: 				0px;
	}
#menu_browse a{ outline: none;}
#menu_browse_prev, #menu_browse_next{
	width: 				50%;
	height: 			100%;
	background: 		transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: 			block;
	}
#menu_browse_prev {
	left: 				0px;
	float: 				left;
	margin-left:		4px;	
	}
#menu_browse_next {
	right: 				0px;
	float: 				right;
	margin-right: 		-6px;	
	}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: 		url('img/prev.gif') no-repeat left 85%;
	cursor: 			pointer;
	}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('img/next.gif') no-repeat right 85%;
	cursor: 			pointer;
	}
