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

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

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

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

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

a:hover
{
	text-decoration: underline;
	color: #39F;
}

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

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

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

.title
{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 4px;
	padding: 0 0 2px 0px;
	border-top: 0px;
	border-right: 0px;
/*
	border-bottom: 1px #CCC dotted;
*/
	border-left: 0px;
}
.title2
{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 44px;
	padding: 0 0 2px 0px;
	border-top: 0px;
	border-right: 0px;
/*
	border-bottom: 1px #CCC dotted;
*/
	border-left: 0px;
}

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

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

.line
{
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	border-style: solid;
	width: 900px;
}

#navigation
{
	padding: 5px 100px 5px 100px;
	width: 700px;
	/*	background-color: #CCC;*/
	height: 15px;
	margin: -10px 0px 10px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	border-style: solid;
}

.menu
{
	float: right;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0px;
	color: #666;
}
.menu a
{
	padding: 3px;
	padding-left: 0px;
	padding-right: 0px;
	color: #333;
}
		
.menu a:hover {
	text-decoration:underline;

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

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

#image-navigate
{
/*	background: #666;*/
	height: 15px;
	width: 680px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#image-navigate-top
{
/*	background: #666;*/
	height: 15px;
	width: 680px;
	margin: -10px auto;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#image-navigate-top a { text-decoration: none; }

	
#image-navigate a
{
	padding: 10px;
	text-decoration: none;
}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info
{
	/*    background:#515151;*/
	border: 0px solid #aaa;
	padding: 10px;
	text-align: justify;
	width: 688px;
	margin: 0px auto;
	margin-bottom: 25px;
	line-height: 16px;
	color: #666;
}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif
{
	margin-top: 10px;
	padding-top:10px;
	text-align: left;
	width: 25%;
	vertical-align: top;
/*
	border-width: 0px 1px 0px 0px;
	border-color: #CCC;
	border-style: solid;
*/
}
	

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

#page {
    background:#fff;
	/*border:1px solid #aaa;*/
	padding:0px;
	text-align:left;
	width:85%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

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

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}

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

#comment-top {
    background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	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:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

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

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

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	}

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

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

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

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

/* .............................. */
/* 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 #999 dotted;
*/
	border-right: 0px;
	border-left: 0px;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 5px;
	padding: 3px 0px 5px 0px;
}
.td-calendar-navi a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound
{
	padding: 1px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 0px;
	border-left: 0px;
	text-decoration: underline;
	/*
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
*/
	background: #f5f5f5;
	font-weight: bold;
}
.td-calendar-days-imagefound:hover
{
	background: #666;
	border-width: 1px 0px 1px 0px;
	border-color: #000;
	border-style: solid;
}
.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: 700px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #666;
}
.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 */
.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;
}


html
{
	background-color: #333;
	color: #333;
	font-family: arial;
	font-size: 12px;
}
a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #630;
	text-decoration: underline;
}
/*
h1
{
	color: #333;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
*/

h2
{
	color: #333;
	font-family: arial;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	margin: 0px;
}
.wrapper
{
	background-color: #FFF;
	width: 900px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
/*
	border-top: 5px #CCC solid;
	border-right: 0px #000 solid;
	border-bottom: 0px #000 solid;
	border-left: 0px #000 solid;
*/
}
.caption
{
	margin-top: 5px;
	font-family: arial;
	font-size: .7em;
	line-height: 1.2em;
	text-align: left;
	width: 820px;
}
.bottom-wrapper
{
	margin-top: 50px;
	font-family: arial;
	font-size: .7em;
	line-height: 1.2em;
}
.bottom-links
{
	background-color: #CCC;
	padding: 4px 0px 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #666;
	border-style: solid;
}
.footer
{
	background-color: #222;
	color: #CCC;
	padding: 5px 0px 6px 0px;
}
.nav { margin: 5px 0px 4px 0px; }






