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

body {
	background-color:#222;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	color:#eee;
	padding:0px;
	margin:0px;
	text-align:center;
	}

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

#wholepage {
	background: url('../img/bg.gif');
}

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

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

a:hover {
	text-decoration:underline;
	}

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

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

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

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#eee;
	}

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

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

#navigation {
    background:#222;
	border-bottom:1px solid #ddd;
	padding:5px 15px;
	height:15px;
	margin-bottom:40px;
	}
#footer {
	background:#222;
	border-top:1px solid #ddd;
	padding:5px 15px;
	height:15px;
	margin-top:40px;
	margin-bottom: 0px;
	vertical-align: bottom;
}

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

.addcomment {
	padding:0px; color: #aaa;
	}
.addcomment a {
	padding:0px; color: #aaa;
	}
	
#photo {
    background:#eee;
    padding:5px;
	border:1px solid #aaa;
	}

#image-navigate {
	background:#404040;
	padding:15px;
	width:590px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #aaa;
}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#404040;
	border:1px solid #aaa;
	padding:15px;
	text-align:justify;
	width:590px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	line-height:16px;
	color:#eee;
	}

#image-date {
	width:30%;
	vertical-align:top;
	text-align: right;
	margin-bottom: 20px;
	color: #aaa;
	}


#image-title {
	width:70%;
	vertical-align:top;
	margin-bottom: 20px;
	}

#image-notes {
	width: 100%;
	float: left;
	vertical-align:top;
	}
	
#image-comments {
	width: 30%;
	float: right;
	vertical-align:top;
}


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

#page {
    background:#404040;
	border:1px solid #aaa;
	padding:20px;
	text-align:left;
	width:740px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #666;
	padding:5px;
	margin:3px;
	}

.current-thumbnail {
	border:1px solid #fff;
	padding:5px;
	margin:2px;
	}

/* .............................. */
/* Comments */
/* .............................. */


#image-exif-popup { margin: 0px auto; margin-bottom: 35px; text-align:right; width: 380px; vertical-align:top;  padding: 20px 20px; border: 1px solid #aaa; background: #404040;  }
#exif-thumbnail { width: 80px; color: #eee; text-decoration: none; padding: 5px; margin: 5px; border: 1px solid #666; background: #404040; }
#exif-space { width: 20px; }
#exif-data { width: 246px; text-align: left; color: #eee; text-decoration: none; padding: 10px; border: 1px solid #aaa; background: #515151; vertical-align: top; }

#exif-top { background:#222; border-bottom:1px solid #aaa; padding:5px; margin-bottom:35px; height:15px; }    
#comment-top { background:#222; border-bottom:1px solid #aaa; border-top:1px solid #aaa; padding:5px; margin-bottom:35px; height:15px; }    

#comments { width: 380px; margin: 0px auto; padding: 5px 20px; text-align: left; border: 1px solid #aaa; background: #404040; }
	
#comments ul { list-style-type: none; margin: 0px; margin-bottom: 0px; margin-top: 0px; padding: 10px 0px; }
#comments li { display: block; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #eee; text-decoration: none; padding: 10px;	border: 1px solid #aaa; background: #515151; }
#comments li a { color:#eee;	text-decoration:none;	}
/*#comments li a:hover { color:#fff; }*/
	
#addcomment { width: 380px; margin: 0px auto; padding: 20px; text-align: left; border: 1px solid #aaa; background: #404040; }

/*#comments li:hover {
	background:#515151;
	}*/

#comment-middle { background: #222; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 5px; margin-top: 35px; margin-bottom: 35px; height:15px;	} 


.input {
    width:45%;	font-size:10px;	font-family: Verdana, Arial, Helvetica, sans-serif;	border:1px solid #aaa;	background-color:#515151;
	color:#eee;	padding:3px;    }
	
#addcomment textarea {
	width:372px;
	height:50px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #aaa;
	background-color:#515151;
	color:#eee;
	padding:3px;
	}

.comment-button {
    background:#515151;
	border:1px solid #aaa;
	color:#ccc;
	padding: 2px 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.comment-button:hover {
    background:#222;
	border:1px solid #aaa;
	color:#fff;
	padding: 2px 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comment-button:active {
    background:#222;
	border:1px solid #aaa;
	color:#fff;
	padding: 2px 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

}

/* .............................. */
/* Calendar if somebody wants to use */
/* a calendar in the template        */
/* .............................. */


.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days-vz:hover {
    background:#404040;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days:hover {
    background:#404040;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi-vz a {
    text-decoration:none;
    color:#404040;
    }
.td-calendar-navi {
	border-top:0px;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi a {
    text-decoration:none;
    color:#404040;
    }
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#515151;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#404040;
    }
.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }
.table-calendar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:600px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table-calendar-vz {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}



#image {
    padding: 10px;
    position: relative;
	background-color: #fff;
	width: 600px;
	margin: 0 auto;
    }
#imgmaine {
	background: #fff;
    }
#menu_browse{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	}
#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: 				10px;
	float: 				left;	
	}
#menu_browse_next {
	right: 				0;
	float: 				right;	
	}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: 		url('../img/prev.gif') no-repeat left 50%;
	cursor: 			pointer;
	}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('../img/next.gif') no-repeat right 50%;
	cursor: 			pointer;
	}




