/* 
	TEMPLATE NAME / Horizon 
	AUTHOR: Scott Craig
	AUTHOR WEBSITE: http://www.cancerbox.com
	VERSION: 1.0
		
	Valid xHTML & CSS

*/

/* CSS Document */


/* STANDARDS */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100.1%;
}

body {
	background-color:#000;
	/* background-color:#dae1d3; */
	font-size:11px;
	line-height:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#838D7A;
	text-align:center;
	overflow-y:scroll;
	}

/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	text-align:left;
	color: #DAE1D3;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	font-size:14px;
	letter-spacing:1px;
	color: #DAE1D3;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color: #B0E6D1;
	text-decoration:none;
	outline: none;
	}

a:hover {
	color:#FAFAFA;
	/*text-decoration:none;*/
	}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/pdf.gif) no-repeat center right;
}

/* 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:#838d7a;
	font-size:14px !important;
	line-height:24px;
	}

.toolheader {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	color: #838D7A;
	padding:5px;
	/*background: #dae1d3;*/S
	filter:Alpha(opacity=85); 
	opacity: 0.85;
	}

.toolbody {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-style:italic;
	font-size:11px;
	line-height:16px;
	padding:5px;
	background: #000;
	filter:Alpha(opacity=85); 
	opacity: 0.85;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background: #dae1d3;
	}

#image-info .inside {
	}
	
#image-info .inside p {
	font-size:10px;
	color: Gray;
	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;
	color: #838D7A;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}
		
#image_notes {
	width:80%;
	float:left;
	margin-bottom:10px;
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color: Gray;
	margin:0px;
	padding-bottom:10px;
	}

#image_notes a {
	color: Gray;
}

#image_notes a:hover {
	color:#000;
}	



/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:75px;
	background-color:#000;
	}

#header .inside {
	background:#000;
	height:75px;
	}

#header .inside h1 a {
	float: right;
	text-align: right;
	color: Gray;
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 4px;
	font-weight: normal;
	font-style: italic;
	display: block;
	}

#header .inside ul {
	float:left;
	margin-top:30px;
	}

#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: #FAFAFA;
	padding-left:5px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color: #B0E6D1;
	}
	
.secondary a {
	color: Gray !important;
}
	
.dunkel {
	display: none;
}	

/* MAIN PHOTO AREA */


#photobox {
	background-color:#000;
	padding-bottom:30px;
	width:100%;
	text-align:center;
	}
	
#photo {
	background: #FAFAFA;
	padding:10px;
	border:none;
	margin-top: 10px;
	margin-bottom:10px;
	}



/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
/*	background-color:#dae1d3; */
	}
	

/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	width:740px;
	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:italic;
	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: #FAFAFA;
    padding:3px;
    border:1px solid #CCC;
	}

#catlist {
	float:left;
	height: auto;
	min-height: 370px;
	text-align: left;
	padding-right: 30px;
	}
	
.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	}

.pagelist {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	}

/* COLUMNS ON INFO PAGE */

#col1 {
	width:50%;
	float:left;
	}

#col2 {
	width:50%;
	float:right;
	}

