/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#000;
	font-size:11px;
	font-family:Verdana, Arial;
	letter-spacing:0.5px;
	color:#999;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#999;
	text-decoration:none;
	}

a:hover {
	text-decoration:bold;
	color:#eee;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#999;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#999;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#222;
	border-bottom:2px solid #222;
	padding:5px;
	height:30px;
	margin-bottom:0px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu a {
	padding:7px;
	padding-left:5px;
	padding-right:5px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#eee;
	}


#navigation2 {
    background:#111;
	border-bottom:2px solid #111;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu2 {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu2 a {
	padding:7px;
	padding-left:5px;
	padding-right:5px;
	}
		
.menu2 a:hover {
	text-decoration:none;
	color:#eee;
	}	
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
    background:#000;
    padding:5px;
	}

#image-navigate {
    background:#000;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#000;
	border:2px solid #000;
	padding:20px;
	text-align:justify;
	width:40%;
	margin:0px auto;
	margin-bottom:10px;
	line-height:16px;
	color:#666;
	}
	
#image-notes {
	width:40%;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

/* .............................. */
/* Browse */
/* .............................. */

#page {
    background:#000;
	padding:20px;
	text-align:left;
	width:85%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:14px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:transparent;
    padding:5px;
	}

.column{
	width:50%;
	text-align:justify;
	vertical-align:top;
	}
	
.thumbnails {
	padding:3px;
	margin:3px;
	}

.selectlist {
    width: 120px;
    height: 20px;
    font-size:11px;
	font-family: verdana, arial;
	text-align:center;
	border:0px solid #000;
    color: #444;
    background: #000;
    }

/* .............................. */
/* Comments */
/* .............................. */
.comments {
	background: #000;
	color: #666;
}

.comments h3 {
	color: #666;
	font-family: verdana,arial;
	font-size: 100%;
	font-weight: normal;
}

.comments ul {
	list-style-type: none;
	margin-left: 0px;
}

.comments ul li {
	border-bottom: 1px dotted #666;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}

#addcomment {
	background: #000;
	color: #666;
	font-family: verdana, arial;
	padding: 5px;
}

#commentbox {
	background: transparent;
	color: #000;
	font-family: verdana, arial;
}

#comment-box {
	background:#000;
	padding:5px;
	text-align:left;
	width:60%;
	margin:0px auto;
	line-height:16px;
	color:#444;
	display:none;
	border-top:0px solid #444;

}

.input {
    width:45%;
	font-size:11px;
	font-family: verdana, arial;
	border:2px solid #000;
	border-left:40px solid #000;
	background-color:#444;
	color:#000;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:11px;
	font-family: verdana, arial;
	border:2px solid #000;
	border-left:40px solid #000;
	background-color:#444;
	color:#000;
	padding:5px;
	}

.comment-button {
    background:#333;
	border:2px solid #000;
	color:#999;
	border-left:40px solid #000;
	font-size:11px;
	font-family: verdana, arial;
	}

/* .............................. */
/* Footer */
/* .............................. */

.warn {
	text-align: center;
	font-size:10px;
	color:#666;
	}
	
#footer {
   text-align:center;
   margin-bottom:20px;
   font-size:10px;
   }