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

body {
	background-color:#fff;
	font-size:10px;
	font-family:Lucida Grande,Tahoma,Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#333;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

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

h1 {
	font-size:12px;
	letter-spacing:2px;
	color:#666666;
	position: absolute;
	left: 10px;
	z-index: 5;
	margin: 0px;
	}
	
h1 a {
    text-decoration:none;
    color:#666;
    margin-top: 25px;
	}

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

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

.title-line {
	color:#666;
	border-bottom: 1px solid;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: -5px;
	padding-right: 5%;
	padding-bottom: 2px;
	position: relative;
	top: -5px;
	}

#nolink {
	color: #ff0000;
	letter-spacing: 0.5px;
	text-decoration: none;
}

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

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

#navigation {
    background:#f5f5f5;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 6.5em;
	margin-bottom: 28px;
	padding-right: 5px;
	padding-top: 5px;
	}

#navigation-thin {
    background:#f5f5f5;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 28px;
	margin-bottom: 28px;
	padding: 5px;
	}

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

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

.addcomment a {
  color: blue;
  }
	
/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#f5f5f5;
    background-position: center;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	}

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

#image-navigate {
    background:#fff;
	margin-bottom: 25px;
	margin-left: 200px;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px;
	position: relative;
	z-index: 1;
	}
	
#image-navigate a {
	padding:5px;
	}

.image-previous {
	float:left;
	text-align: center;
	margin-left: 50px;
	}

.image-next {
	float:right;
	text-align: center;
	margin-right: 50px;
	}

#main-box  {
	margin-left: 25%;
	margin-bottom: 10em;
	padding-top: 20px;
	width: auto;
	}

#photo-position {
	float: left;
	position: relative;
	margin-bottom: 10em;
	width: auto;
	}

#image-info-position {
	left: 2%;	
	overflow: hidden;
	position: relative;
	margin-right: 4%
	}

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

#image-info {
    background:#f5f5f5;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 20px;
	text-align: justify;
	}
		
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	
/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#f5f5f5;
	border: #ccc;
	border-style: solid;
	border-width: 1px;
	line-height: 16px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px;
	text-align: left;
	width: 75%;
	z-index: 0;
	}

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

.column {
	padding: 5%;
	text-align: left;
	vertical-align: top;
	width: 50%;
}
	
.thumbnails {
	-moz-opacity: 0.50;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	filter: alpha(opacity=50);
	margin: 2px;
	margin-bottom: 5px;
	opacity: 0.5;
	padding: 2px;
	}

.thumbnails-small {
	-moz-opacity: 0.50;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	filter: alpha(opacity=50);
	margin: 3px;
	margin-bottom: 5px;
	opacity: 0.5;
	padding: 3px;
	width: 50px;
}

.thumbnails-small:hover {
	-moz-opacity: 1.00;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	filter: alpha(opacity=100);
	margin: 3px;
	margin-bottom: 5px;
	opacity: 1.0;
	padding: 3px;
}

.thumbnails a {
	width: 105px;
}

.thumbnails:hover {
	-moz-opacity: 1.00;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	filter: alpha(opacity=100);
	margin: 2px;
	margin-bottom: 5px;
	opacity: 1.0;
	padding: 2px;
}

.thumbnails2 {
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}

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

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

#comments {
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 95%;
	}
	
#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 #eee;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

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

#addcomment {
    background-color: #f5f5f5;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
	width: 90%;
	}

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

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

.category {
	align: center;
	background-position: center;
	margin-top: 20px;
	z-index: 1;
}


.friends {
	z-index: 1;
}

.category-entry {
	font-size: 10px;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.ads {
	background-position: center;
	z-index: 1;
	padding: 5px;
	margin: 5px;
}

/* .............................. */
/* 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;
	background:#ffffff;
	color:#999999;
	height: 20px;
	width: 2em;
	}
	
.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;
	font-size: 11px;
	}
	
.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;
	font-size: 11px;
	}
.td-calendar-navi a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound {
	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-size:10px;
	padding:0px;
	margin:0px;
	width:500px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table-calendar-vz {
	padding:0px;
	left: 20px;
	z-index:3;
	position:absolute ;
	}

.archive_entry {
	background-position: center;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: center;
	white-space: nowrap;
	width: 110px;
}

.archive_title {
	overflow: hidden;
	white-space: nowrap;
	width: auto;
}

.archive_date {
	overflow: hidden;
	white-space: nowrap;
	width: auto;
}

.clearfloat {
	clear: both;
}

.topper {
	float: left;
	padding: 5px;
}

.topper img {
	width: 50px;
	height: 50px;
}

#title_pos {
	position: relative;
	top: 5px;
	font-size: 18px;
	padding: 5px;
	border-bottom: 1px solid;
	margin-left: 65px;
	text-align: left;
	width: 500px;

}

#info_pos {
	margin-top: 10px;
	position: relative;
	left: 0px;
	float: left;
	font-weight: normal;
}

#info_pos a {
	padding: 10px;
}

#left_box_pos {
	padding: 10px;
	position: absolute;
	margin-top: 5px;
	left: 10px;
	width: 15.75em;
}

.left_labels {
	background: #f5f5f5;
	padding: 5px;
	font-size: 11px;
	letter-spacing: 1px;
}