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

*/

/* CSS Document */


/* STANDARDS */

body {
	background-color:#F0F0F0;
	font-size:11px;
	font-family: helvetica, arial, sans-serif;
	padding:0px;
	margin:15px 0px 15px 0px;
	color:#413f3b;
	text-align:center;
	}

html {
	min-height:100.1%;
	}

/* RESET */

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

form {
	display:inline;
	}
	
h1 {
	text-align:left;
	}

h2 {
	font-family: helvetica, arial, sans-serif;
	text-align:left;
	}
	
h3 {
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

/* CUSTOM CLASSES */

.required {
	color:red;
	}
	
.missing {
	display:block;
	margin-top:10px;
	padding:5px;
	background-color:red;
	color:white;
	}

.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:#838d7a;
	font-size:16px !important;
	line-height:24px;
	}
	
.categories {
	text-transform:lowercase;
	padding:3px;
	margin-top:5px;
	color:black;
	float:left;
	background-color:white;
	margin-left:5px;
	}
	
#infobox {
	width:750px;
	text-align:left;
	margin:auto;
	padding-top:15px;
	margin-bottom:10px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */

#image-info .inside {
	width:734px;
	padding:8px;
	}
	
#image-info .inside a {
	text-decoration:underline;
	}
	
#image-info .inside p {
	font-size:10px;
	color:#666;
	margin:0px;
	}

/* IMAGE NOTES */

#image-info h2 {
	font-family: helvetica, arial, 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 {
	color:white;
	margin-bottom:10px;
	}

#image_notes, #image_comments {
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color:#666;
	margin:0px;
	padding-bottom:10px;
	}

#image_comments {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dashed #999;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	font-size:10px;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
	}

/* HEADER + NAVIGATION */
	
/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */

#calendar {
	margin:auto;
    font-family:arial, sans-serif;
	margin-top:1px;
	padding-top:1px;
    width:750px;
	font-size:10px;
	padding:0px;
	margin:auto;
	}

.table-calendar {
    width:750px;
	padding:0px;
	margin:auto;
	margin-top:1px;
	}
	
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-right:1px solid white;
	background:#565656;
	}

.td-calendar-days-imagefound a {
    text-decoration:none;
	color:white;
    }

.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    }
	
.td-calendar-days {
	padding:1px;
	text-align:center;
	border-right:0px;
	border-left:0px;
	color:black;
	}

#table-calendar-switch {
	padding:5px;
	font-size:10px;
	font-weight:bold;
	width:740px;
	margin:auto;
	text-align:left;
	background-color:#565656;
	color:white;
	}
	
#table-calendar-switch ul {
	float:left;
	}
	
#table-calendar-switch a {
	color:white;
	}
	
#table-calendar-switch li {
	color:black;
	background-color: #BBBBBB;
	margin-left:2px;
	padding:2px;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}

#table-calendar-switch li a {
	color:#565656;
	}

#header_background {
	border-top:1px solid #B0B0B0;
	margin-top:1px;
	background-image: url(../images/bg_all.gif);
	width:100%;
	}

#header {
	background-image: url(../images/verlauf_top.gif);
	width:750px;
	color:black;
	height:81px;
	padding-top:20px;
	margin:auto;
	}
	
#header a {
	color:black;
	}

#header .inside {
	width:670px;
	float:left;
	text-align:left;
	}

#header .inside a {
	padding:2px 3px 2px 3px;
	font-weight:normal;
	}

#header .inside ul {
	float:left;
	margin-top:50px;
	}
	
#header .inside a:hover {
	background-color:black;
	color:white;
	}

#header .inside li {
	border-right:2px solid black;
	padding-right:10px;
	margin-right:10px;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}

/* MAIN PHOTO AREA */

#photobox-inside {
	text-align:left;
	width:750px;
	margin:auto;
	}

#photo {
	border:none;
	}

/* IMAGE NAVIGATION */
	
#image-navigate a {
	height:13px;
	float:left;
	display:block;
	padding:1px;
	}

/* Pages */

#page {
	font-size:12px;
	text-align:left;
	width:750px;
	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-weight:lighter;
	font-size:16px;
	margin: 10px 0px 7px 0px;
	}

#page ul {
	list-style-type:square;
	list-style-position:inside;
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	padding:0px 5px 0px 0px;
	}

.thumbnails {
	float:left;
	height:110px;
	background-image: url(../images/verlauf_browse.jpg);
	border:0px;
	padding:5px;
	margin:20px 4px 0px 5px;
	}
	
.thumbnails-home {
	float:left;
	height:160px;
	background-image: url(../images/verlauf_home.jpg);
	border:0px;
	padding:5px;
	margin:0px 4px 0px 5px;
	}

/* COLUMNS ON INFO PAGE */

#col1 {
	margin-top:0px;
	font-size:12px;
	width:470px;
	padding-right:30px;
	float:left;
	}
	
#col1 input, textarea {
	margin-top:3px;
	background-image: url(../images/bg_inputs.gif);
	border-top:1px solid #99AABB;
	border-left:1px solid #99AABB;
	border-bottom:1px solid #CCDDEE;
	border-right:1px solid #CCDDEE;
	width:400px;
	overflow:hidden;
	color:black;
	background-color:white;
	font-size:14px;
	}

#col2 {
	border-left:1px solid #99AABB;
	padding-left:10px;
	width:239px;
	float:left;
	}

/* Footer */

#footer {
	border-top:1px solid #838d7a;
	text-align:left;
	clear:both;
	width:750px;
	margin:20px auto 0px auto;
	padding:10px 0px;
	text-transform:uppercase;
	}

#footer li {
	text-align:center;
	font-size:10px;
	font-family: helvetica, arial, sans-serif;
	display:inline;
	list-style:none;
	color:#838d7a;
	}

#footer a {
	color:#838d7a;
	}
	
#footer a:hover {
	color:#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: helvetica, arial, sans-serif;
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: helvetica, arial, 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;
}
