html {min-height:100.04%}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 10px verdana;	
	color: #ccc;
	background-color: #666;
	text-align: center;
	height:2000px%;
	}

div#preload { display: none; }

form	{
	margin:			0px;
}
.arrow {
	padding: 0px;
	border: none;	
	vertical-align: middle;
}
.image {
	vertical-align: middle;
	padding:0px;
	border-style: solid;
	border-top-width: 15px;
	border-bottom-width: 30px;
	border-left-width: 15px;
	border-right-width: 15px;			
	border-color: #000000;			
}
.smimage {
	padding:0px;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;			
	border-color: #333333;			
}
a {
	text-decoration:	none;
	color: black;
}
a.gray {
	color:#ccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.cat:hover {
	text-decoration: underline;
	color: yellow;
}
a.cat {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
/* LAYOUT */

#container {
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	text-align: middle;
}


#comment_link {
	float: middle;
	padding:0px 0px 0px 0px;
}

#tag_panel_trigger {
	float: left;
	padding-right: 10px;
}


#menu_panel {
	clear:		both;
	padding: 0px 0px 0px 0px;
	line-height:	1.4em;
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:2000px;
	text-align: middle;
	z-index: 100;
	background-color:white;
	filter:alpha(opacity=80); /* IE's opacity*/
	opacity: 0.80;
}
#comments_panel {
	clear:		both;
	padding: 5px 5px 5px 5px;
	line-height:	1.4em;
	position: absolute;
	top: 0px;
	right:0px;
	width:250px;
	height:100%;
	text-align: left;
	z-index: 999;
	background-color: #333;
	color:white;
	font-weight: bold;
	filter:alpha(opacity=80); /* IE's opacity*/
	opacity: 0.80;
}
#topmenucontent {
	position:relative;
	top: 7px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

#topmenu {
	background-color:#ccc;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:16px;
	color:#333;
	padding: 0px 5px 5px 5px;
	white-space: nowrap;

}
#exifmenu {
	background-color:#333;
	position: relative;
	top:0px;
	left:5px;
	width:200px;
	height:150px;
	color:white;
	z-index:999;
	text-align:center;
	padding:3px;
	filter:alpha(opacity=80); /* IE's opacity*/
	opacity: 0.80;	
}
#categories {
	background-color:#333;
	position: relative;
	top:1px;
	left:5px;
	width:200px;
	height:150px;
	color:white;
	z-index:1000;
	text-align:center;
	padding:3px;
	filter:alpha(opacity=80); /* IE's opacity*/
	opacity: 0.80;	
}
#category_list {
	position: relative;
	top: 0px;
	left: 0px;
}
#calendar {
	align:center;
	position: relative;
	top:2px;
	left:5px;
	width:200px;
	height:150px;
	color:white;
	z-index:1000;
	text-align:middle;
	padding: 0px;
}
#options {
	position:absolute;
	top:24px;
	left:0px;
}
#menu_text {
	background-color:white;
  position: relative;
	top:22px;
	height:100%;
	width:100%;
}
input, textarea, select {
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 0px; }
	
#tag_panel {
	clear:		both;
	padding: 0px 6px 2px 6px;
	background:#333333;
	position: relative;
}
#date_block {
	padding:0px 0px 0px 0px;
}
#thumbnails {
	position:absolute;
	top:30px;
	width: 100%;
	text-align:center;
	left: 0px;
}
#content {
	padding: 0px;
	margin-top: 35px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	background: #666;
	text-align:middle; /* part 2 of 2 centering hack */
	width: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	position: relative;
	}
html>body #content {
	width: 100%; /* ie5win fudge ends */
	}

#comments-post {
	color: #333;
}
