/* .............................. */
/* Basic */
/* .............................. */

*  {
    margin: 0;
    padding:0;
    }

body {
	background-color:#444;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:floralwhite;
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-align:left;
	}

html, body {
     min-height:100.1%;
	}

ul {
    margin: 1.5em;
    }

/* .............................. */
/* Links */
/* .............................. */

a   {
	color:lightyellow;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:normal;
	font-size:1em;
	letter-spacing:0.15em;
	color:whitesmoke;
	margin:0;
	margin-left:5px;
	padding:0;
	}

h1 a {
    text-decoration:none;
	color:whitesmoke;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:0.1em;
	color:floralwhite;
	margin-bottom:1em;
	padding-left:0.2em;
	padding-bottom:0.5em;
	text-transform: uppercase;
	}

h3 {
	font-weight:bold;
	font-size:1em;
	letter-spacing:1px;
	color:whitesmoke;
	text-align:left;
	margin-top:1em;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#333;
	border-bottom:1px solid #000;
	padding:5px;
	height:15px;
	margin-bottom:10px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:1em;
	}

.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}

.menu a:hover {
	text-decoration:none;
	color:#CCC;
	}

/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0;
	}

#photolayer {
	margin:auto;
	text-align:center;
}

#photolayer #photo {
	border:0.2em solid black;
	}

#image-navigate {
	padding:0.5em;
	height:1em;
	width:800px;
	margin:0 auto;
	}

#image-navigate a {
	padding:0;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    /* background:#515151; */
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:0;
	width:800px;
	margin:0 auto;
	color:floralwhite;
	margin-bottom:1em;
	}

#image-notes {
	width:70%;
	vertical-align:top;
	}

#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}


/* .............................. */
/* Browse */
/* .............................. */

#page {
    background:#333;
	border-top:1px solid #666;
	border-bottom:1px solid black;
	padding:1em;
	padding-bottom:1.8em;
	padding-top:2em;
	text-align:left;
	margin-bottom:1.5em;
	line-height:1.5em;
	}

#page a {
    font-weight:normal;
	}

#page img {
	border:0.2em solid black;
	}

.column {
	text-align:left;
	vertical-align:top;
	padding-left: 2em;
	padding-right: 2em;
	}

.thumbnails {
	margin:0.2em;
	}

.archiv-tbview {
	float:left;
	width: 80%;
	height:100%;
}

.archiv-selects {
	float:left;
	height:100%;
}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
    background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}

#comments {
    margin:0 auto;
	width:95%;
	text-align:left;
	}

#comments ul {
	list-style-type:none;
	margin:0;
	padding:10px;
	}

#comments li {
	display:block;
	margin:0;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}

#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}

#comments li:hover {
	background:#515151;
	}

#comment-middle {
    background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	}

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0 auto;
	border:1px solid #aaa;
	background:#515151;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
    }

#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   clear:both;
   text-align:center;
   margin-bottom:20px;
   }

/* .............................. */
/* Calendar if somebody wants to use */
/* a calendar in the template        */
/* .............................. */


.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0 solid #000;
	border-bottom:1px solid #000;
	border-right:0;
	border-left:0;
	background:#fff;
	color:#000;
	}
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:0;
	border-left:0;
	background:#fff;
	color:#000;
	}
.td-calendar-days:hover {
    background:#444;
    }
.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:#444;
    }
.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:#444;
    }
.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:#666;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }
.table-calendar {
    font-family:Helvetica, verdana, 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:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
