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

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

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

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

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

a:hover {
	text-decoration:underline;
	}

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

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

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

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

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

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

#navigation  { background: #333333; margin-bottom: 20px; padding: 5px; height: 15px; border-bottom: 1px solid #aaa }

.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:#111;
	}
	
/* .............................. */
/* Content */
/* .............................. */

#photo  { background: #eee; padding: 5px; border: solid 1px #515151 }

/* .............................. */
/* Image Navigation */
/* .............................. */

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

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info  { color: #eee; line-height: 16px; background: #515151; text-align: justify; margin: 0 auto 25px; padding: 20px; width: 70%; border: solid 1px #aaa }
		
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	

/* .............................. */
/* Pages */
/* .............................. */

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

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

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

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

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

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li  { color: #eee; text-decoration: none; display: block; margin: 0 0 10px; padding: 10px; border: solid 1px #aaa }
	
#comments li a  { color: #eee; text-decoration: none }
	
#comments li:hover  { color: #eee; background: #515151 }
	
#comments li a:hover {
	background:#f5f5f5;
	}

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

#addcomment  { background: #515151; text-align: left; margin: 0 auto; padding: 10px; width: 90%; border: solid 1px #aaa }

.input  { color: #eee; font-size: 10px; background-color: #666; padding: 5px; width: 45%; border: solid 1px #aaa }
	
#addcomment textarea  { color: #eee; font-size: 12px; background-color: #666; padding: 5px; width: 90%; height: 50px; border: solid 1px #aaa }

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

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

#footer {
   text-align:center;
   margin-bottom:20px;
   }

/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */
.td-calendar-days-vz  { color: #000; background: #fff; text-align: center; padding: 1px; border-style: solid none; border-width: 0 0 1px; border-color: #000 }
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days  { color: #000; background: #fff; text-align: center; padding: 1px; border-style: solid none; border-width: 1px 0; border-color: #000 }
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz  { text-align: center; word-spacing: 5px; letter-spacing: 1px; border-style: none none solid; border-width: 0 0 1px; border-color: #000 }
.td-calendar-navi-vz a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-navi  { text-align: right; word-spacing: 5px; letter-spacing: 1px; border-style: none none solid; border-width: 0 0 1px; border-color: #000 }
.td-calendar-navi a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound  { background: #f5f5f5; text-align: center; padding: 1px; border: dotted 1px #000 }
.td-calendar-days-imagefound:hover  { background: #666; border: solid 1px #000 }
.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;
	}
