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

body {
	background-color:#1F1F1F;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#979797;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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


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

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

a:hover {
	text-decoration:underline;

	}

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

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

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

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

#photodesc{
	font-weight:none;
	font-size:12px;
	letter-spacing:0.5px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}
	
#photocomm{
	font-weight:none;
	font-size:11px;
	letter-spacing:1px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	width:600px;
	}

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

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

/*
#navigation {
    background:#4f4f4f;
	border-bottom:1px solid #656565;
	padding:2px;
	height:30px;
	margin-bottom:20px;
	}
*/

#navigation{
    background:#333333;
	padding:2px;
	padding-top:0px;
	height:40px;
	margin-bottom:20px;
	border-bottom:1px solid #515151;
	border-left:1px solid #515151;
	border-right:1px solid #515151;
	width:908px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:12px;
	padding:10px;
	
	}
	
.menu a {
	padding:10px;
	padding-left:8px;
	padding-right:8px;
	}

		
.menu a:hover {
	text-decoration:none;
	color:#333333;
	background-color: #fccd4c;
	}

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

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
    background:#333333;
    padding:5px;
	border:1px solid #515151;
	}

#image-navigate {
    background:#1F1F1F;
	padding:20px;
	height:15px;
	width:912px;
	padding-left:0px;
	padding-right:0px;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	}

.image-previous {
    float:left;
	}

.image-previous a:hover {
	text-decoration:none;
	color:#fccd4c;
}

.image-next {
	float:right;
	}

.image-next a:hover{
	text-decoration:none;
	color:#fccd4c;
	}

#image-info{
    background:#333333;
	border:1px solid #515151;
	padding:10px;
	text-align:justify;
	width:892px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#979797;
	}
	
#image-notes {
	width:762px;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

/* .............................. */
/* Browse */
/* .............................. */

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

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#333333;
    padding:0px;
	
	
	}
	
#aboutimg img {
	padding:0px;
	border:0px;
	background:none;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	background:#333333;
	padding:3px;
	margin:3px;
	}
	
.browsethumbnails {
	padding:0px;
	margin:0px;
	border:0px; 
	}
	

	
.thumbnailssmall{
	background:#333333;
	border:1px solid #515151;
	padding:2px;
	margin:2px;
	}

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

#commentbox{
	top:auto;
	left:auto;
	width:500px;
	height:auto;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #656565;
	text-decoration:none;
	
}

#commentimg{
	height:30px;
	width:30px;
	
}

#commenttxt{ 
	position:relative;
	top:-35px;
	left:40px;
	
	
	min-height:30px;
	width:100px;
	
}

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

#comments {
    margin:0px auto;
	width:500px;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:500px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:5px;
	border:1px solid #656565;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fccd4c;
	}
	
#comments li:hover {
	background:#515151;
	}

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

#addcomment {
    width:250px;
	text-align:left;
	padding-top:5px;
	margin:5px auto;
	
	

	}

.input {
    width:100%;
	font-size:10px;
	border:1px solid #656565;
	background-color:#666;
	color:#eee;
	padding:5px;
    }
	
#addcomment textarea {
	width:100%;
	height:60px;
	font-size:12px;
	border:1px solid #656565;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.comment-button {
    background:#656565;
	border:1px solid #aaa;
	color:#fff;
	}

/* .............................. */
/* Footer #4f4f4f*/
/* .............................. */

.footer {
   text-align:center;
   margin-bottom:20px;
   color:#858383;
   font-size:11px;
   }
.footer a{
	text-decoration:none;
	color:#858383;
}

.footer a:hover{
	text-decoration:none;
	color:#fccd4c;
}

#maintenance{
	text-align:left;
	font-size:16px;
	color:#FF843D;
	position:fixed;
	top:5px;
	left:5px;
	background:#FBFFBA;
	border:1px solid #FF843D;
	
}

#maintenance-img{
	background-image: url(http://img.felixbieder.com/photoblog/warning.gif);
	height:24px;
	width:24px;
	margin:2px;
	float:left;
}

#maintenance-text{
	position:relative;
	top:3px;
	height:24px;
	width:240px;
	margin:2px;
} 
#maintenance-desc{
	font-size:11px;
	width:230px;
	margin:5px;
	height:auto;
}

/* .............................. */
/* Calendar if somebody wants to use */
/* a calendar in the template        */
/* .............................. */


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

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

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

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

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

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

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

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

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

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

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

/* .............................. */
/* About */
/* .............................. */
#abouttext{
	color:#eee;
	font-size:11px;
	margin:20px;
}



/* .............................. */
/* News */
/* .............................. */
