
html, body {
	width: 100%;
	height: 100%;
	}

body {
	margin: 0px;
	background-color: #202020;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #5e5e5e;
}

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

h2 { /*Image Title*/
	padding: 2px 0px 5px 3px;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #CCC solid;
	color: #FF3399;
	text-transform: uppercase; /* force text to uppercase */
}

h3 { /*EXIF Info*/
	display: inline;
	padding: 0px;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase; /* force text to uppercase */
}
		
h4 { /*EXIF Title*/
	display: inline;
	padding: 0px;
	font-size: 10px;
	color: #5e5e5e;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase; /* force text to uppercase */
}

h5 { /*Image Notes*/
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 3px;
color: #5e5e5e;
}

h6 { /*Comments*/
	padding: 24px 0px 5px 3px;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #CCC solid;
	color: #00FF00;
	text-transform: uppercase; /* force text to uppercase */
}
	
/*-- LINKS --*/
	
a:link, a:visited {
	color: #306080;
	text-decoration: none;
	}
	
a:hover {
	color: #BBB;
	text-decoration: underline;
	}
	
h1 a:link, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
	}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
/*-- COMMON --*/
.clear {
	clear: both;
	}
	
.header {
	background: #CCC;
	height: 50px;
	border-bottom: 5px #242424 solid;
	margin-bottom: 90px;
	}
	
	.menu {
		width: 150px;
		float: right;
		text-align: right;
		padding: 6px;
		}
	
		.menu a:link {
			color: #6d6dff;
			text-decoration: none;
			}
		
		.menu a:visited {
			color: #6d6d6d;
			text-decoration: none;
			}
			
		.menu a:hover {
			color: #c16c17;
			text-decoration: none;
			}
	
.footer {
	background: #CCC;
	clear: both;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 300px;
	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: 100%;
vertical-align: top;
	text-align: right;
	padding-bottom: 75px;
	position: relative;
}
	
.right {
	width: 254px;
position: relative;
	text-align: left;
	}
	
.info { /* Image Information */
	border-bottom: 1px #CCC solid;
	padding-bottom: 5px;
	padding-left: 3px;
	}

	.info a:link, .info a:visited {
		font-size: 10px;
		color: #a0a0a0;
		text-decoration: none;
		}
	
	.info a:hover {
		font-size: 10px;
		color: #505050;
		text-decoration: underline;
		}
	
.data { /* Image Data */
	padding-top: 5px;
	padding-left: 3px;
}
	
.category { /* Image Categories */
	border-bottom: 1px #CCC solid;
	padding-bottom: 5px;
	padding-left: 3px;
	}
	
/*-- IMAGE --*/
.image {
	padding-right: 8px;
}
	
.imgnav {
	padding-top: 2px;
	}
	
#photo {
	padding: 1px;
	background: #202020 url(big.gif) no-repeat center center;
	border: 4px #CCC solid;
}
	
/*-- ABOUT --*/

.about {
	margin-right: 8px;
	width: 615px;
	height: 100%;
	background: #EEE;
	float: right;
	text-align: left;
	padding: 8px;
	border: 1px #DDD solid;
	}

.about h2 {
	padding: 2px 0px 5px 3px;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #CCC solid;
	color: #FF3399;
	text-transform: uppercase; /* force text to uppercase */
}

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

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

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

.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: #DDD;
	border: 2px #CCC solid;
	margin-bottom: 10px;
	filter: alpha(opacity=75);
	opacity: 0.65;
}

.current-thumbnail{
	border:none;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	height:75px;
	width:100px;
	background: #3f83a2;
}

.archive .thumbnails {
	margin: 5px;
	}

.thumbs a:hover img, .archive a:hover img, current a:hover img{
	filter:alpha(opacity=99);
	opacity:0.99;
    }
		
/* rollover */
#image {
    padding: 0px;
    position: relative;
	margin: 0 8px 0 auto;
	padding-right: 8px;
	background: url(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;
	}
	

/* Comments */

#commentbox {
	width:80%;
	margin:0px auto;
	}

#comment-top {
	background:#000;
	padding:20px 5px;
	color:#FFF;
	}    

#comments {
    margin:0px auto;
    width:90%;
    text-align:left;
	}

#comment-top h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:20px 0px;
	text-align:left;
	}

.input {
	width:300px;
	font-size:12px;
	border-bottom:1px dotted #5e5e5e;
	background-color:#fff;
	color:#5e5e5e;
	}

#addcomment label {
	color:#5e5e5e;
	font-style:italic;
	font-size:10px;
	}

#addcomment textarea {
	width:80%;
	height:50px;
	font-size:12px;
	border:1px solid #333;
	background-color:#fff;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;	
color:#5e5e5e;
	}

.comment-button {
    background:#fff;
	border:1px double #FF6600;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;	
color:#FF6600;
	}

.table {
       text-align: center;
	vertical-align: top;
	position: relative;
	margin-left: auto; margin-right: auto;
        }

.columna {
	text-align: left;
	vertical-align: top;
	padding: 0px;
        }

.columnb {
	text-align: left;
	vertical-align: top;
	padding: 0px;
        }

.credit {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

.img {
      padding: 1px;
	background: #DDD;
	border: 2px #CCC solid;
	margin-bottom: 10px;
}