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

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

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

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

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

a:hover {
	text-decoration: underline;
}

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

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

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: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
}

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

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

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

.menu {
	clear: right;
	float: right;
	font-size: 11px;
	text-align: right;
}

.menu a {
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

.menu a:hover {
	color: #CCC;
	text-decoration: none;
}

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

/* .............................. */
/* Content */
/* .............................. */


#photo {
	background-color: #eee;
	background-position: center;
	border-color: #515151;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px;
	position: relative;
}


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


#image-navigate {
	height: 40px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 620px;
	min-width: 400px;
	padding: 20px;
	padding-bottom: 60px;
	position: relative;
	width: 70%;
	z-index: 1;
}

#image-navigate a {
	padding: 5px;
}

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

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

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


#image-info {
	background-color: #515151;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: #eee;
	line-height: 16px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	text-align: justify;
	width: 60%;
}

#image-notes {
	vertical-align: top;
	width: 70%;
}

#image-exif {
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
	width: 25%;
}

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

#page {
	background-color: #515151;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	line-height: 16px;
	margin-bottom: 0px;
	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-color: #fff;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.column {
	padding: 5%;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.thumbnails {
	-moz-opacity: 0.50;
	border-color: #515151;
	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: #515151;
	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: #515151;
	border-style: solid;
	border-width: 1px;
	filter: alpha(opacity=100);
	margin: 3px;
	margin-bottom: 5px;
	opacity: 1.0;
	padding: 3px;
}

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

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

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


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

#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 {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: #eee;
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
	text-decoration: none;
}

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

#comments li a:hover {
	color: #fff;
}

#comments li:hover {
	background-color: #515151;
}

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

#addcomment {
	background-color: #515151;
	border-color: #aaa;
	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: #666;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: #eee;
	font-size: 10px;
	padding: 5px;
	width: 45%;
}

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

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

.category {
	align: center;
	background-position: center;
	right: 5px;
	margin-top: 20px;
	position: absolute;
	width: 125px;
	z-index: 1;
}

.friends {
	background-position: center;
	margin-top: 20px;
	position: absolute;
	left: 5px;
	width: 125px;
	z-index: 1;
}

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

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

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

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

/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */

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

.td-calendar-days-vz:hover {
	background-color: #444;
}

.td-calendar-days {
	background-color: #666;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000;
	padding: 1px;
	text-align: center;
}

.td-calendar-days:hover {
	background-color: #444;
}

.td-calendar-navi-vz {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	letter-spacing: 1px;
	text-align: center;
	word-spacing: 5px;
}

.td-calendar-navi-vz a {
	color: #444;
	text-decoration: none;
}

.td-calendar-navi {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	letter-spacing: 1px;
	text-align: right;
	word-spacing: 5px;
}

.td-calendar-navi a {
	color: #444;
	text-decoration: none;
}

.td-calendar-days-imagefound {
	background-color: #C0C0C0;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: #000;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #000;
	border-right-style: dotted;
	border-right-width: 1px;
	border-top-color: #000;
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 1px;
	text-align: center;
}

.td-calendar-days-imagefound:hover {
	background-color: #666;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
}

.td-calendar-days-imagefound a {
	color: #444;
	text-decoration: none;
}

.td-calendar-days-imagefound a:hover {
	color: #fff;
	text-decoration: none;
}

.table-calendar {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-family: Helvetica, verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

.table-calendar-vz {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-family: Helvetica, verdana, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
	position: absolute;
	width: 150px;
	z-index: 3;
}

.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;
}