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

body {
	background-color: #0B0B13;
	background-position: center center;
	background-repeat: repeat-y;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color: #F5F5F5;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

img {
  border: 0px;
}

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

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

a:hover {
    color: #BB0000;
	text-decoration:underline;
	}
a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

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

h1 {
  width: 100%;
  text-align: center;
  clear:left;
  font-weight:bold;
  font-size: 1.5em;
  letter-spacing:2px;
  color: #FFFFFF;
  margin:0px;
  padding:0px;
  padding-top: 7px;
}
	
h1 a {
    text-decoration:none;
	color: #FFFFFF;
	}

h1 a:hover {
    color: #BB0000;
    text-decoration:none;
	}

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

h2,h3 {
  width: 100%;
  text-align: center;
  margin: 0px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding: 0px;
}

h3 {
  font-weight: normal;
  color: #C8C8C8;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
}

div.Footer {
  margin: 0px;
  padding: 0px;
  font-style: italic;
  color: #445;
}
div.Footer a {
  color: #556;
}
div.FooterLeft {
  width: 50%;
  text-align: left;
  float: left;
  padding-top: 15em;
  padding-left: 1em;
  padding-right: 2ex;
  padding-bottom: 1em;
}
div.FooterRight {
  width: 40%;
  text-align: right;
  float: right;
  padding-top: 15em;
  padding-right: 1em;
  padding-left: 2ex;
  padding-bottom: 1em;
}

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

#navigation {
  border-bottom:1px solid #8888FF;
  width: 50%;
  height: 45px;
  margin: 0px auto;
  margin-bottom:3em;
}
	
#navprev {
  position: absolute;
  top: 3px;
  left: 2px;
}
#navbrowse {
  position: absolute;
  top: 3px;
  right: 76%;
  text-align: left;
  text-transform: uppercase;
/*
  top: 0px;
  left: 15%;
*/
}
#navnext {
  position: absolute;
  top: 3px;
  right: 2px;
}
#navhome {
  position: absolute;
  top: 3px;
  left: 76%;
  text-align: right;
  text-transform: uppercase;
/*
  top: 0px;
  right: 15%;
*/
}

#navhome a, #navbrowse a {
  color: #556;
}
#navhome a:hover, #navbrowse a:hover {
  color: #BB0000;
  text-decoration:underline;
}

img.Nav, .ThumbnailNav img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

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

#photo {
  background:#f5f5f5;
  padding:8px;
  border:1px solid #8888FF;
	}

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

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

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

td.ThumbnailNav {
  width: 160px;
  text-align: center;
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
}
#ThumbnailNavLeft {
}
#ThumbnailNavRight {
}
div.ThumbnailNav img {
  width: 75px;
  height: 50px;
}

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

#info {
  width: 100%;
  margin: 0px;
  margin-top:2em;
}

#image-info {
  background:#575764;
  border:1px solid #8888FF;
  padding:20px;
  text-align:justify;
  width: 725px;
  margin:0px auto;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height:16px;
}
		
#image-notes {
}
	
#image-exif {
  font-size: 0.7em;
  font-style: italic;
  color: #A0A0A0;
}

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

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

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

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

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

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

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

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

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

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

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

.comment-button {
    background:#F2F2F4;
	border:1px solid #8888FF;
	color:#666;
	border-bottom:2px solid #8888FF;
	border-right:2px solid #8888FF;
	}

#CommentDigest {
  border-top: 1px solid #8888FF;
  padding-top: 1em;
  width: 60%;
  text-align: left;
  color: #C8C8C8;
  margin: 0px auto;
}
h3#AddComment {
  width: 60%;
  text-align: right;
}
form#AddCommentForm {
  display: none;
  width: 60%;
  margin: 0px auto;
  text-align: left;
}

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

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

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

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#999;
	}
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #999;
	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 #999;
	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 #999;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	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;
	}
