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

body {
	background-color:#000;
	font-size:11px;
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	/*letter-spacing:0.5px;*/
	color:#808080;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-align:center;
	}

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

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

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

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

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

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:12px;
	color:#D3D3D3;
	letter-spacing:4px;
	}
	
h1 a {
	
	color:#C0C0C0;
    text-decoration:none;
	}

h1 a:hover {
    text-decoration:none;
	color:#D3D3D3;
	}
	
.title_image {
	clear:left;
	float:left;
}
	
.blog-title {
	clear:left;
	float:left;
	font-size:12px;
	color:#C0C0C0;
	letter-spacing:4px;
	font-weight:bold;
    text-decoration:none;
}

.blog-title:hover {
    text-decoration:none;
	color:#D3D3D3;
	}

h3 {
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	letter-spacing:1px;
	color:#C0C0C0;
	text-align:left;
	}

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

#navigation {
	background:#000 none repeat scroll 0 0;
	border-top:1px solid #696969;
	height:60px;
	width:70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	}
#navigation:hover {
	/*background:#262626;*/
/*	border-top:2px solid #556B2F;*/
}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:12px;
	letter-spacing:1px;
	margin-top:10px;
	}
	
.menu a {
	color:#708090;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#778899;
	}
.lang-select {
	font-size:10px;
	font-variant:small-caps;
	}
/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#262626;
    padding:5px;
	}

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

#image-navigate {
    background:#000;
	padding:10px;
	width:70%;
	margin:0px auto;
	margin-top:20px;
	border-top:1px solid #696969;
	}
	
#image-navigate a {
	padding:10px;
	color:#708090;
	font-weight:normal;
	text-decoration:none;
	}
#image-navigate a:hover {
	color:#778899;
}
.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}
	

/* .............................. */
/* Image Info */
/* .............................. */
.title {
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
	color:#C0C0C0;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}
#image-info {
	font-size:12px;
    background:#000;
	padding:10px;
	text-align:justify;
	width:50%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
		
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	
.image-exif {
  	line-height:13px;
	margin:25px auto 0px;
	text-align:center;
	width:50%;
	}
	
#comment-link {
	letter-spacing:0;
	padding:0;
/*	color:#778899;*/
    }
#comment-link a {
	padding:0;
	/*color:#708090;
	font-weight:normal;
	text-decoration:underline;*/
}	

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

#page {
    background:#000;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
#about-page {
    background:#000;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;

}
#about-page img {
	float:right;
	margin-left:20px;
}
#page a {
    font-weight:bold;
	}
	
#page img {
	/*background:#ffffff;
    padding:5px;*/
	border:1px solid #000;
	opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;

	}
#page img:hover {
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}

.column{
	/*Üwidth:48%;*/
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
.column ul{
	padding:0;
}
.column li{
	list-style:none;
}
.copyright-column {
	width:60%;
	border-top:1px solid #2C2C2C;
	border-bottom:1px solid #2C2C2C;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	padding:5px;
	margin-top:30px;

}
.copyright-column h3 {
	font-size:18px;
	text-align:center;
	padding:0;
}
	
.thumbnails {
	border:1px solid #000;
	padding:3px;
	margin:3px;
	}

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

#comment-top {
	background:#000 none repeat scroll 0 0;
	border-top:1px solid #696969;
	width:70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	}    
#comment-top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;

}
.comment-title {
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
	color:#C0C0C0;
}
#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:20px;
	text-decoration:none;
	padding:10px;
	border:#000 1px solid;
	
	}
	
#comments li a {
	/*color:#444;*/
	text-decoration:none;
	}
	
#comments li:hover {
	/*background:#f5f5f5;*/
	border:#808080 1px solid;
	}
	
#comments li a:hover {
	/*background:#f5f5f5;*/
	}

#comment-middle {
    background:#000 none repeat scroll 0 0;
	border-top:1px solid #696969;
	width:70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	/*border:1px solid #eee;*/
	background:#000;
	}

.input {
    width:45%;
	font-size:10px;
	border:2px solid #000;
	background-color:#808080;
	padding:5px;
    }
.input:hover, .input:active, .input:focus{
	border:2px solid #778899;
}

#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:2px solid #000;
	background-color:#808080;
	padding:5px;
	}
#addcomment textarea:hover, #addcomment textarea:active, #addcomment textarea:focus{
	border:2px solid #778899;
}

.comment-button {
    background:#808080;
	border:2px solid #708090;
	}
.comment-button:hover, .comment-button:active, .comment-button:focus {
	border:2px solid #778899;
}

/* .............................. */
/* Footer */
/* .............................. */
#footer_background {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	}

#footer {
	width : 100%;
	position : fixed;
	bottom : 0;
	margin-left : auto;
	margin-right : auto;
	z-index: 1000;
	left: 0;
   	text-align:center;
   	background:#696969;
   	margin-bottom:0px;
   	color:#C0C0C0;
   	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	
   }
#footer:hover {
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#C0C0C0;
	text-decoration:none;
}
#footer img {
	padding:2px;
	}

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

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}