body {
	background-color:black;
	font: 10px/20px verdana, helvetica, arial, sans-serif;
	color:#777;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	height:100%;
}

html, body {
     min-height:100.1%;
}
	
a:link, a:visited, a:active {
	color: #555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555;
}

img {
	border:0px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h2 h3 h4 {
	color:#111;
}

h5 {
	font-size:12px;
	color:#1C627A;
}

.title-heading{
	font-size: 24px;
	font-weight: normal;
	color: #666;
	letter-spacing: -1px;
}

#logo {
	background-image:url("../images/dark/logo.png");
  width:188px;
  height:27px;
  display:block;
  z-index:2000;
  position:relative; 
}
  #logo h1{
    display:none;
  }
  
#info {
  display:none;
	z-index:1000;
	background:#f0eeee;
	text-align:left;
  position:absolute;
  margin:6px;
  top:37px;
  left:0px;
}

#info-title {
	text-align:left;
	padding:15px 25px 15px 25px;
	background:#2e2e2e;
}

#info-title h3 {
	letter-spacing: 1px;
	font-weight:bold;
	font: 18px/24px helvetica, verdana, arial, sans-serif;
	margin:0px;
	padding:0px;
	color:#999;
}

.title_sub {
	font: 10px/20px helvetica, verdana, arial, sans-serif;
	font-weight:normal;
}

#info-exif {
	text-align:left;
	padding:15px 25px 15px 25px;
	background:#232323;
}

#info-comments {
	text-align:left;
	padding:15px 25px 15px 25px;
	background:#1b1b1b;
}

#info-addcomment {
	text-align:left;
	padding:15px 25px 25px 25px;
	background:#121212;
}

#exif {
	float:left;
}

#info_thumb {
	float:right;
	width:112px;
}

#info_thumb img {
	border:solid 6px black;
}

.exif {
	color: #e6ce00;
}

#styleswitcher {
	top:0px;
	left:0px;
	z-index:100px;
	position:absolute;
	width:100%;
	text-align:right;
	margin-right:4px;
}

#styleswitcher img {
	margin:8px 4px 8px 0;
}

#about{
	text-align: justify;
	padding:0px;
	margin:0px;
	width:624px;
	margin-top:-20px;
}

#top-nav{
	text-align: right;
	position:absolute;
	top:10px;
  right:0px;
  z-index:1500;
}

#top-nav a {
	padding:2px;
}

#top-nav a:hover {
	color:#777;
}

#thumbnails{
	text-align: center;
	margin:30px auto;
}

.thumbnails {
	border:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	height:50px;
	width:50px;
}

.current-thumbnail{
	border:none;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	height:50px;
	width:50px;
	background: #3f83a2;

}

.thumbnails:hover {
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#thumbnails .next, #thumbnails .prev{
 	height:50px;
	width:50px;
}
#thumbnails img{
  margin:5px;
  padding:0;
  border:none;
  overflow:auto;
}


#browse_thumbs {
	background:url(../images/dark/grid.gif) top left;
}
#browse_thumbs .thumbnails {
	border:none;
	margin:0 1px 1px 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	height:100px;
	width:100px;
}

#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 1px 1px 0px;
	filter:alpha(opacity=33);
	-moz-opacity:.33;
	opacity:.33;

}

#photobox {
	text-align:center;
  margin:10px auto 0px auto;
  background: #000000 url(../images/dark/loading.gif) no-repeat center;
}

#box{
  margin:30px auto;
  position:relative;
}


#image-border {
  padding:5px;
  border:1px solid #1A1A1A;
}

#menu_browse{
	position: absolute;
	margin: 6px;
	padding: 0px;
	top: 35px;
	left: 0px;
	z-index:100;
}

#menu_browse a{
  display:block;
	xoutline: none;
}

#menu_browse_prev, #menu_browse_next{
	z-index:200;
	width: 49.9%;
	height: 100%;
	display: block;
	background: url('../images/dark/n.gif') center center;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}

#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/dark/prev.gif') center center;
  background-repeat:no-repeat;
  background-position:left center;
  
	cursor: pointer;
  opacity:1;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/dark/next.gif') center center;
  background-repeat:no-repeat;
  background-position:right center;
	cursor: pointer;
  opacity:1;
}



#copyright {
  color:#444;
	text-align:center;
  font-size:10pt;
}

/* Comments */

#comments-wrapper {

	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

#commentbox {
	margin:0px auto;
}

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

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

#comment-top h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
	
#comment-middle h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
}

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

#addcomment {
	text-align:left;
	width: 100%;
	float: left;
	margin-top: 5px;
}
	
.formfield{
	width:100%;
	padding:2px;
	margin:0px auto;
	font:9px verdana, arial, helvetica, sans-serif;
	color:#777;
	border:1px solid #2e2e2e;
	background:#2e2e2e;
}

.formfield:hover, .formfield:focus{
	border: 		1px solid #999;
	background: 		#2e2e2e;
	color:				#999;
}

.formbutton{
	font: 				9px verdana, arial, helvetica, sans-serif;
	padding: 			5px;
	margin: 			0px auto;
	color: 				#7D7D7D;
	background: 	#2e2e2e;
	border: 			1px solid #2e2e2e;
}

.formbutton:hover{
	color: 				#999;
	background: 		#2e2e2e;
	border: 		1px solid #999;
}
	
#image_comments {
	width:55%;
	float:right;
	margin-top:8px;
	margin-bottom:15px;
	padding: 0 5px 15px 15px;
	/*border-left:1px solid #999;*/
	text-align:left;
	background:#eee;
	font: 9px/14px verdana, Helvetica, Arial, sans-serif;
}

#image_comments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#image_comments li {
	color:#666;
	margin:0px 0px 15px 0px;
	padding-left:16px;
	background: url(../images/comment.gif) no-repeat;
}
	
#image_comments h5 {
	margin:15px 0 10px 0;
}
	
#warchives {
	margin-top:5px;
	/*width:280px;
	float:left;*/
	text-align:justify;
}

#rcomments {
	width:277px;
	float:right;
	margin-top:8px;
	margin-bottom:15px;
	padding: 0 5px 15px 15px;
	text-align:left;
	background:#eee;
	border-left: 1px solid #1c627a;
}

#rcomments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#rcomments li {
	color:#666;
	margin:0px 0px 15px 0px;
	padding-left:16px;
	background: url(../images/comment.gif) no-repeat;
}