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

body {
	background-color:#16191c;
	font-size:11px;
	font: 400 100%/1 Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:0.5px;
	color:#ccc;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#191919));
	background-image: -moz-linear-gradient(top,  #666666,  #191919);
	}

html, body {
     min-height:100.1%;
	}
p {
     Font-Size: 13px;
     Color: #808080;
     }
zitat {
     Font-Size: 13px;
     Color: #333;
	}
/* .............................. */
/* Links */
/* .............................. */

a {
	Font-Size: 12px;
	color:#ccc;
	font-variant: small-caps;
	text-decoration:none;
	letter-spacing: 1px;
	}

a:hover {
	text-decoration:underline;
	font-variant: small-caps;
	}

.category {
	color:#ccc;
	font-variant: small-caps;
	text-decoration:none;
	}


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

h1 {
    float:left;
	clear:left;
	font-weight:normal;
    font-variant: small-caps;
  	font-size:16px;
	letter-spacing:1px;
	color:#ccc;
	margin:-3px;
	margin-left:5px;
	padding: 0px;
	
	}
	
h1 a {
    text-decoration:none;
	color:#ccc;
	font-size:16px;
	}

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

.title {
	font-weight:bold;
	font-variant: small-caps;
  	font-size:16px;
	letter-spacing:1px;
	color:#333;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;

	}

h3 {
	font-weight:normal;
	font-variant: small-caps;
  	font-size:14px;
	letter-spacing:1px;
	color:#c0c0c0;
}

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

#navigation {
    background:#16191c;
	border-bottom:1px solid #333;
	padding:15px;
	height:10px;
	margin-bottom:35px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#666666));
	background-image: -moz-linear-gradient(top,  #191919,  #666666);

	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:13px;
	}
	
.menu a {
	padding:15px;
	
	}
		
.menu a:hover {
	text-decoration:underline;
		}
	
/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#363636;
    padding:1px;
	border:0px solid #363636;
	}

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

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

.image-previous {
    float:left;
    font-weight:normal;
	font-variant: small-caps;
  	font-size:14px;
	letter-spacing:1px;
	color:#6d6659;
	}
.image-title {
   	Font-Family: Arial,sans-serif;
  	font-size:16px;
	Font-Variant: small-caps;
	Letter-spacing: 1px;
	}

.image-next {
	float:right;
	font-weight:normal;
	font-variant: small-caps;
  	font-size:14px;
	letter-spacing:1px;
	color:#6d6659;
	}

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

#image-info p {
	Color: #808080;
	Font-Size: 12px;
	}

#image-info a {
	Letter-Spacing: 2px;
	color: #999;
	text-decoration: underline;
	}

#image-info {
	border:1px solid #333;
	padding:10px;
	text-align:center;
	width:45%;
	margin:0px auto;
	margin-bottom:0px;
	line-height:10px;
	
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	font-weight: normal;
	}	

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

#page {
    background:#222;
	border:1px solid #363636;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#191919));
	background-image: -moz-linear-gradient(top,  #666666,  #191919);
	}

#page a {
    font-weight:normal;
	}
	
hr {
    border:0;
    color:#363636;
background-color: #363636;
height: 1px;
	}
	
#page img {
	background:#333;
    padding:2px;
	border:1px solid #363636;
	}

#page img:hover {
	background:#333;
    padding:2px;
	border:1px solid #fff;
	}

.column{
	width:60%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-size: 12px;
	}
.column1{
	width:8%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-size: 12px;
	}
	
.thumbnails {
	Background: #ccc;
	border:0px solid #363636;
	padding:2px;
	margin:1px;
	}
	

select { 
 background-color: #2a2820; 
 color: #6d6659; 
 border: 0px solid #363636; 
FONT-FAMILY : Arial, Helvetica, sans-serif;
FONT-SIZE : 11px;

font-variant: small-caps;
}
	
/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
    background:#16191c;
	border-bottom:1px solid #6d6659;
	padding:10px;
	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:#666;
	text-decoration:none;
	padding:10px;
	background:#1c1b18;
	border:1px solid #6d6659;
	}
	
#comments li a {
	color:#191c20;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#000;
	}
	
#comments li a:hover {
	background:#1c1b18;
	}

#comment-middle {
    background:#16191c;
	border-top:1px solid #6d6659;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #6d6659;
	background-color:#191c20;
	color:#666;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #6d6659;
	background-color:#16191c;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#1c1b18;
	border:1px solid #6d6659;
	color:#999;
	border-bottom:1px solid #6d6659;
	border-right:1px solid #6d6659;
	}

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

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

/* .............................. */
/* 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:0px solid #666;
	border-right:0px;
	border-left:0px;
	background:#16191c;
	color:#999;
	}
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #666;
	border-right:0px;
	border-left:0px;
	background:#16191c;
	color:#666;
	}
.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:0px 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:#666;
    }
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:0px solid #333;
	border-left:0px dotted #999;
	border-right:0px dotted #999;
	background:#6d6659;
	}
.td-calendar-days-imagefound:hover {
    border-top:0px solid #999;
	border-bottom:0px solid #999;
	border-left:0px solid #999;
	border-right:0px solid #999;
	background:#6d6659;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#333;
    }
.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#c0c0c0;
    }
.table-calendar {
    font-family: 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: 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 */
#tag_cloud
{
	font-Family: Helvetica, verdana, sans-serif;
	width: 80%;
}
.tags00
{
	font-size: 13px !important;
}
.tags01
{
	font-size: 13px !important;
}

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

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

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

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

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

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

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

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

.tags10
{
	font-size: 18px !important;
}
.albumWrapper {
				
	height:120px;
	text-align:center;
	float:left;
	/*background:#333;
	border:1px solid #666;*/
	margin:5px;
}
.albumWrapper2 {	
	margin:3px;
	width:83px;
}
.albumWrapper a:link, .albumWrapper a:visited {
	border:1px solid #666;
	display:block;
}
.albumWrapper img {
	border:3px solid #FFF;
	}
.albumTitle {
	font-size:80%;
	padding:2px 0;
}
.albumTitle a:link, .albumTitle a:visited {
	border:none;
}