/* 
	TEMPLATE NAME / vothoblog
	AUTHOR: Thomas Vogt
	AUTHOR WEBSITE: http://www.thomasr-vogt.de
	VERSION: 0.9
	
	Based on the template horizon by Scott Craig ( http://cancerbox.com )
	Valid xHTML & CSS

*/

/* CSS Document */


/* STANDARDS */

body {
	background: #D2CDD4;
	font-size: 11px;
	line-height: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #c8cdc3;
	text-align: center;
}

html {
	min-height: 100.1%;
	}


/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;	
	text-align:left;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#993300;
	text-decoration:none;
	}

a:hover {
	color:#333;
	text-decoration:none;
	}

/* CUSTOM CLASSES */


.inside {
	width: 820px;
	margin: 0px auto;
	}

.leftimg {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.clear {
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}
	
.summary {
	color: #c8cdc3;
	font-size: 12px !important;
	line-height: 24px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align: left;
	width: 100%;
	background: #D2CDD4;
}

#image-info .inside {
	color: #666666;
	}

#image-info .inside h2 {
	font-weight: bold;
	font-size: 12px;
}	

#image-info .inside h2 em {
	font-size: 0.8em;
	font-weight: normal;
}
	
#image-info .inside p {
	font-size:1.0em;
	color:#666666;
	margin:0px;
	}

#image-info .inside ul {
	}
	

/* IMAGE NOTES */

#image-info h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width: 100%;
	margin-bottom:5px;
	}

#image_notes, #image_comments {
	font-style: normal;
	line-height: 16px;
}

#image_notes p {
	font-size:1.0em;
	color:#666666;
	margin:0px;
	padding-bottom:10px;
	}

#image_notes ul.exif {
	margin:0 0 5px 0;
}

#image_notes ul.exif li {
	display: inline;
}

#image_comments {
	width: 80%;
	margin:0px 0px 10px 0px;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	color: #666666;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	width: 97%;
	font-size:1em;
	font-style: normal;
	color:#666666;
	margin:0px 0px 15px 0px;
	list-style:none;
	border-bottom: 1px dotted #999;
	}


/* HEADER + NAVIGATION */

#header {
	background: #161616 url(../images/back_t.jpg) no-repeat top right;
	width: 100%;
	height: 80px;
	z-index:5;
}

#header .inside {
	background: transparent;
	height: 100%;
}

#header .inside h1 a {
	float: right;
	text-align: right;
	color: #CFCFCF;
	padding-top: 18px;
	font-weight: normal;
	display: block;
	font-size: 20px;
	line-height: 110%;
}

#header .inside h1 a:hover {
	text-decoration:none;
	color:#993300;
	}

#header .inside ul {
	float: left;
	margin-top: 20px;
}

#header .inside li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}
	
#header .inside li a {
	color: #CFCFCF;
	padding-left: 5px;
	padding-right: 5px;
}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#993300;
	}

#header .inside img {
	border: none;
	vertical-align: middle;
	margin-bottom: 2px;
}
	
.secondary a {
	color:#666 !important;
	}
	

/* MAIN PHOTO AREA */


#photobox {
	background: #161616 url(../images/back_b.jpg) no-repeat top right;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
}
	
#photo {
	background:#FFF;
	padding:10px;
	border:none;
	margin-bottom:10px;
	}



/* IMAGE NAVIGATION */

#infobox {
	width: 100%;
	text-align:left;
	background-color: #D2CDD4;
	}
	

#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width: 33%;
	}

#image-navigate a {
	display:block;
	}


/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	width: 810px;
	margin:0px auto;
	}

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}

#page p {
	font-size:10px;
	font-style: normal;
	margin: 0px 20px 20px 0px;
	}

#page ul {
	font-size:10px;
	font-style:italic;
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
	}
	
#page a {
	}


#page img {
	background:#FFF;
	padding:3px;
	border:1px solid #CCC;
	}


.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	margin:10px 4px 0px 0px;
	}

#page .pagenumbers {
	margin: 10px 15px 0 0;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}
	
/* COLUMNS ON INFO PAGE */

#col1 {
	width: 25%;
	float: left;
	}

#col2 {
	width: 40%;
	float: left;
	}

#col3 {
	width: 34%;
	float: right;
	}

/* Footer */

#footer {
	width: 100%;
}

#footer .inside{
	clear: both;
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	text-transform: uppercase;
}

#footer li {
	text-align: center;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#838d7a;
}

#footer img {
	border: none;
	vertical-align: bottom;
	margin-bottom: 2px;
}

#footer a {
	color: #993300;
}
	
#footer a:hover {
	color: #838d7a;
	background: #993300;
	}


/* Comments */

#commentbox {
	width: 80%;
	margin: 0px auto;
	}

#comment-top {
	background: #000;
	padding: 20px 5px;
	color: #FFF;
	}    

#comments {
    margin: 0px auto;
    width: 90%;
    text-align: left;
	}

#comment-top h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:20px 0px 0px 0px;
	text-align:left;
}

.input {
	width: 45%;
	font-size: 10px;
	border: 1px solid #333;
	background-color: #fff;
	color: #666;
	padding: 5px;
	}

#addcomment h3 {
	margin: 5px 0px 15px 0px;
	font-style: normal;
}

#addcomment label {
	color:#666;
	font-style:italic;
	font-size:10px;
	}

#addcomment textarea {
	width: 75%;
	height: 50px;
	font-size: 11px;
	border: 1px solid #333;
	background-color: #fff;
	color: #666;
	padding: 5px;
	}

.comment-button {
    background: #fff;
	border: 3px double #CCC;
	color: #666;
	}
