/* 
	TEMPLATE NAME / Horizon 
	AUTHOR: Scott Craig
	MODIFIED BY: Johannes Pistorius
	AUTHOR WEBSITE: http://www.cancerbox.com
	VERSION: 1.0
		
	Valid xHTML & CSS

*/

/* CSS Document */


/* STANDARDS */

body {
	background-color:#f5f5f5;
	line-height:16px;
	font-family:'TeXGyrePagellaRegular', Georgia, serif;
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
	overflow-y:scroll;
}
html {
	min-height:100%;
	height:100%;
}
/* RESET */

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
}
/* TEXT */

@font-face {
	font-family: 'TeXGyrePagellaRegular';
	src: url('http://www.johannespistorius.com/fonts/texgyrepagella-regular-webfont.eot');
	src: local('?'), url('http://www.johannespistorius.com/fonts/texgyrepagella-regular-webfont.woff') format('woff'), url('http://www.johannespistorius.com/fonts/texgyrepagella-regular-webfont.ttf') format('truetype'), url('http://www.johannespistorius.com/fonts/texgyrepagella-regular-webfont.svg#webfontsQnZdaHd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyrePagellaItalic';
	src: url('http://www.johannespistorius.com/fonts/texgyrepagella-italic-webfont.eot');
	src: local('?'), url('http://www.johannespistorius.com/fonts/texgyrepagella-italic-webfont.woff') format('woff'), url('http://www.johannespistorius.com/fonts/texgyrepagella-italic-webfont.ttf') format('truetype'), url('http://www.johannespistorius.com/fonts/texgyrepagella-italic-webfont.svg#webfontmyJbZXWg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	text-align:left;
}
h2 {
	font: 13px bold Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	color:#413f3b;
}
h2 a:link, a:active {
	color:#413f3b;
}
h2 a:hover {
	color:#2d96e7;
}
h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
}
hr {
	display:none;
}
p {
	font-family: 'TeXGyrePagellaRegular';
	font-size:12px;
	line-height:1.3;
	font-weight:normal;
}
p a:link {
	font-family: 'TeXGyrePagellaItalic';
	text-decoration:none;
	font-style:normal;
	cursor:pointer;
	color:#413f3b;
}
p a:visited {
	font-family: 'TeXGyrePagellaItalic';
	text-decoration:none;
	font-style:normal;
	cursor:pointer;
	color:#413f3b;
}
p a:hover {
	color:#2d96e7;
}
a {
	color:#413f3b;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#2d96e7;
	text-decoration:none;
}
strong {
	line-height:1.3;
	font-weight:normal;
}
strong a:link {
	text-decoration:none;
	font-style:italic;
	cursor:pointer;
	color:#413f3b;
}
strong a:visited {
	text-decoration:none;
	font-style:italic;
	cursor:pointer;
	color:#413f3b;
}
strong a:hover {
	color:#413f3b;
}

/* CUSTOM CLASSES */


.inside {
	width:740px;
	margin:0px auto;
}
.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.summary {
	color:#413f3b;
	font-size:14px !important;
	line-height:24px;
}
/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:#f5f5f5;
	padding-top:10px;
}
#image-info .inside {
}
#image-info .inside p {
	color:#413f3b;
	margin:0px;
}
#image-info .inside ul {
}
/* IMAGE NOTES */

#image-info h2 {
	font: 13px bold Helvetica, Arial, sans-serif;
	letter-spacing:0.5px;
	color:#413f3b;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px 0px 20px 0px;
}
#image-info h2 em {
	margin-left:15px;
}
#image_notes {
	width:66%;
	float:left;
	min-height:80px;
	margin-bottom:10px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px dotted #413f3b;
}
#image_notes, #image_comments {
	line-height:16px;
}
#image_notes p {
	color:#413f3b;
	margin:0px;
	padding-bottom:10px;
}
#image_comments {
	font: 0.688em Helvetica, Arial, sans-serif;
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dotted #999;
}
#image_comments ul {
	padding:0px 0px 0px 10px;
}
#image_comments li {
	margin:0px 0px 15px 0px;
	list-style:none;
}
/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:70px;
	background: #2f2f33 url(../images/bg_image.jpg);
	background-repeat:repeat;
}
#header .inside {
	padding-top:5px;
	background: #2f2f33 url(../images/bg_image.jpg);
	background-repeat:repeat;
	height:65px;
}
#header .inside h1 a {
	float:right;
	text-align:right;
	color:#666;
	padding-top:30px;
	font-weight:normal;
	display:block;
}
#header .inside ul {
	float:left;
	margin-top:30px;
}
#header .inside li {
	font: 13px bold Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	color:#2d96e7;
	text-transform:uppercase;
	display:inline;
}
#header .inside li a {
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
}
#header .inside li a:hover {
	text-decoration:none;
	color:#2d96e7;
}
.secondary a {
	color:#666 !important;
}
/* MAIN PHOTO AREA */


#photobox {
	background: #2f2f33 url(../images/bg_image.jpg);
	background-repeat:repeat;
	padding-bottom:8px;
	width:100%;
	text-align:center;
}
#photo {
	background:#f5f5f5;
	padding:3px;
	border:none;
	margin-bottom:10px;
}
/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
}
#image-navigate {
	padding:6px 0px 9px;
}
#image-navigate li {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
	list-style:none;
	width:33%;
}
#image-navigate a {
	display:block;
}
/* Pages */

#page {
	padding:15px 0px;
	text-align:left;
	width:740px;
	margin:0px auto;
}
#page h2 {
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}
#page p {
	margin: 0px 20px 14px 0px;
}
#page ul {
	font-style:italic;
	margin:0px 20px 20px 0px;
}
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
}
#page a {
}
#page img {
	background:#413f3b;
	padding:1px;
}
.thumbnails {
	margin:3px 3px 0px 0px;
}
/* COLUMNS ON INFO PAGE */

#col1 {
	width:33%;
	float:left;
}
#col2 {
	width:33%;
	float:left;
}
#col3 {
	width:33%;
	float:right;
}
/* Footer */

#footer {
	border-top:1px dotted #413f3b;
	clear:both;
	width:740px;
	margin:10px auto 0px auto;
	padding:5px 0px;
	text-transform:uppercase;
}
#footer li {
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#413f3b;
}
#footer a {
	color:#413f3b;
}
#footer a:hover {
	color:#2d96e7;
}
/* 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;
	text-align:left;
}
.input {
	width:45%;
	font-size:10px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
}
#addcomment label {
	color:#666;
	font-style:italic;
	font-size:10px;
}
#addcomment textarea {
	width:100%;
	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;
}
/* 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;
}
#logo {
	background-image:url(../images/logo_drop.png);
	width:34px;
	height:60px;
	float:left;
	margin-right:5px;
}
#portrait {
	background-image:url(../images/portrait.jpg);
	width:240px;
	height:240px;
	margin-bottom:10px;
	border:3px solid #413f3b;
}
#gamma {
	background-image:url(../images/gamma.jpg);
	width:246px;
	height:25px;
}
#subbox {
	padding-top:10px;
}
.zitat {
	padding-left:20px;
	padding-right:40px;
	border-left:1px dotted #2d96e7;
}
