/* 

	TEMPLATE NAME / Horizon 

	AUTHOR: Scott Craig

	AUTHOR WEBSITE: http://www.cancerbox.com

	VERSION: 1.0

		

	Valid xHTML & CSS



*/



/* CSS Document */





/* STANDARDS */



body {
	/*background:url(../images/bg.gif) repeat-x #eeeeee;*/
	/*background:#e1e1e1;*/
	background:#FFF;
	font-size:12px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin: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;

	}



h1 {

	text-align:left;

	}



h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	text-align:left;

	}

	

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	letter-spacing:1px;

	color:#666;

	text-align:left;

	}



hr {

	display:none;

	}



p {

	text-align:left;

	}

	

	

a {

	color:#333333;

	text-decoration:none;

	}



a:hover {

	color:#333;

	text-decoration:none;

	}







/* CUSTOM CLASSES */





.inside {

	margin:0px auto;

  	margin-left: auto;

	margin-right: auto;

	}



.leftimg {

	float:left;

	margin:0px 10px 10px 0px;

	}



.clear {

	clear:both;

	}



.left {

	position: absolute;

	}

	

.center {
    margin-left: auto;
    margin-right: auto;
	/*width: 500px;*/
	}	

.right {
	position: absolute;
	right: 0px; 
	top: 0px;
	}

.next-prev {

}
	

.summary {
	color:#838d7a;
	font-size:14px !important;
	font-style:italic;
	line-height:24px;
	}


/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	margin:0px auto;
	width:100%;
	background:#2f2f2f;
	}

#image-info .inside {

	}
	

#image-info .inside p {
	font-size:5px;
	color:#cccccc;
	margin:0px;
	}

#image-info .inside ul {

	}



/* IMAGE NOTES */

#wrapper {
	width:100%;
	background:#2f2f2f;
}

#wrapper a {
	color:#d3ea00;
	text-decoration:none;
	}

#wrapper a:hover {
	color:#d3ea00;
	text-decoration:none;
	}

#image_notes {
	font-weight:100;
	font-style:normal;
	color:#999999;
	line-height:20px;
	width:43%;
	float:left;
	margin-bottom:10px;
	background:#2f2f2f;
	}

#image-info h1 {
	font-size:18px;
	font-weight:100;
	font-style:normal;
	text-transform: uppercase;
	color:#ffffff;
	letter-spacing:0px;
	line-height:25px;
	padding:40px 0px 4px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

#image_notes, #image_comments {
	font-style:normal;
	line-height:18px;
	}

#image_notes p {
	font-size:10px;
	color:#999999;
	margin:0px;
	padding-bottom:10px;
	}


/* EXIF */

#image_exif {
	}

#image_exif h3 {
font-size:12px;
line-height:18pt;
	color:#ffffff;
	}

/* IMAGE COMMENTS */

#image_comments {
	width:55%;
	float:right;
	margin:30px 0px 30px 0px;
	border-left:1px dashed #666666;
	}

#image_comments ul {
	padding:20px 10px 40px 20px;
	}

#image_comments li {
	border-top:1px dashed #666666;
	font-size:11px;
	color:#999999;
	margin:0px 0px 10px 0px;
	padding:10px;
	list-style:none;
	}

#commentbox {
	width:90%;
	margin:20px 0px 0px 20px;
	}

#comment-top {
	background:#000;
	padding:0px 5px;
	color:#FFF;
	}    

#comments {
    margin:0px auto;
    width:50%;
    text-align:left;
	}

#comment-top h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight: heavy;
	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:0px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size:15px;
	margin:0px 0px;
	text-align:left;
	}

.input {
	width:45%;
	font-size:12px;
	border:1px solid #333;
	background-color:#666666;
	color:#ffffff;
	padding:5px;
	}

#addcomment label {
	color:#666;
	font-style:italic;
	font-size:10px;
	}

#addcomment textarea {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	width:100%;
	height:50px;
	font-size:12px;
	border:1px solid #333;
	background-color:#666666;
	color:#ffffff;
	padding:5px;
	}

.comment-button {
	font-family:Georgia, "Times New Roman", Times, serif;
    background:#d3ea00;
	border:0px #999999;
	font-size:11px;
	font-style:bold;
	}



/* HEADER + NAVIGATION */



#header {
	margin-left: auto;
	margin-right: auto;
	height:35px;
	}





/* (1) Use style (2) if you would like

to have your site title be invisible and

a header logo display instead.  Just un-comment

the (2) style and comment the (1) style. */



/*

#header .inside {

	background:#000;

	height:100px;



	}



#header .inside h1 a {

	float:right;

	text-align:right;

	color:#666;

	padding-top:30px;

	font-weight:normal;

	display:block;

	}

*/

	

/* (2) Use this piece of style if you would like

to have the site title in the header be invisible

and use a header logo instead. Note, you must upload

a "logo.gif" to your "templates/horizon/images" folder

for this to work.  Also, don't forget to un-comment

this style. */

#header .inside {
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	text-align:right;
	background:url(../images/logo.gif) top left no-repeat;
	height:70px;
	}

#header .inside h1 a {
	margin-top: 0px;
	color:#666666;
	font-weight:normal;
	width:300px;
	height:0px;
	display:block;
	text-indent:-9999px;
	}


/* END OPTIONAL HEADER LOGO */


#header .inside ul {
    margin-left: auto;
    margin-right: auto;
	margin-top:56px;
	}

#header .inside li {
    margin-left: auto;
    margin-right: auto;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:regular;	
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline;
	}

#header .inside li a {
	color:#999999;
	padding-left:5px;
	padding-right:5px;
	}		

#header .inside li a:hover {
	text-decoration:none;
	color:#993300;
	}

.secondary a {

	color:#666 !important;

	}

	



/* MAIN PHOTO AREA */





#photobox {
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	}

#photo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background:#FFF;
	padding:0px;
	border:none;
	margin-bottom:10px;
	}


/* IMAGE NAVIGATION */



#infobox {
  	margin-left: auto;
	margin-right: auto;
	}

#image-navigate {
	position: relative;
	padding-top: 0px;
	padding-bottom: 15px;	
	}

#image-navigate li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:regular;
	letter-spacing:1px;
	text-transform:uppercase;
	list-style:none;
	}

#image-navigate a {
	color:#666666;
	display:block;
	}

#image-navigate li a:hover {
	text-decoration:none;
	color:#993300;
	}

/* Archive */

#archive_page {
	font-size:11px;
	text-align:left;
	line-height:14pt;
	width:750px;
	/*height:740px;*/
	margin-top:55px;
	margin-left:auto;
	margin-right:auto;
	/*border-top:1px dashed #666666;*/
	padding:25px;
	background:#f5f5f5;
	list-style-type: none; 
	}
	
#archive_page h2 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:10px;
	color:#666666;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	}
	
#archive_page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#archive_page a {
	color:#993300;
	text-decoration:none;
	}

#archive_page a:hover {
	color:#000;
	text-decoration:none;
}

.thumbnails {
	border:0px solid #FFF;
	padding:0px;
	margin:7px 14px 7px 0px;
	opacity:1;
	}
	
.thumbnails a:hover {
	border:0px solid #FFF;
	padding:0px;
	margin:7px 14px 7px 0px;
	opacity:0.25;
	}


/* About */

#about_page {
	font-size:11px;
	text-align:left;
	line-height:14pt;
	width:750px;
	height:950px;
	margin-top:55px;
	margin-left:auto;
	margin-right:auto;
	/*border-top:1px dashed #666666;*/
	padding:25px;
	background:#f5f5f5;
	}

#about_page h2 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:10px;
	color:#666666;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	}

#about_page p {
	font-style:normal;
	margin: 0px 20px 20px 0px;
	}

#about_page ul {
	font-style:normal;
	margin:0px 0px 0px 0px;
	}

#about_page ul li {
	list-style:none;
	padding:0px 0px 0px 0px;
	}

#about_page a {
	color:#993300;
	text-decoration:none;

	}

#about_page a:hover {
	color:#000;
	text-decoration:none;
}

#about_page img {
    margin:4px;
    border:0px solid #CCC;
	}	

/* COLUMNS ON INFO PAGE */


#col1 {
	width:31%;
	float:left;
	padding:6px;
	margin-bottom:50px;
	}


#col2 {
	width:31%;
	float:left;
	padding:6px;
	margin-bottom:50px;
	}


#col3 {
	width:31%;
	float:right;
	padding:6px;
	margin-bottom:50px;
	}


/* Pages */

#page {
	font-size:11px;
	text-align:left;
	line-height:14pt;
	width:750px;
	/*height:800px;*/
	margin-top:55px;
	margin-left:auto;
	margin-right:auto;
	/*border-top:1px dashed #666666;*/
	padding:25px;
	background:#f5f5f5;
	}

#page h2 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:10px;
	color:#666666;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	}

#page p {
	font-style:normal;
	margin: 0px 20px 20px 0px;
	}

#page ul {
	font-style:normal;
	margin:0px 0px 0px 0px;
	}

#page ul li {
	list-style:none;
	padding:0px 0px 0px 0px;
	}

#page a {
	color:#993300;
	text-decoration:none;

	}

#page a:hover {
	color:#000;
	text-decoration:none;
}

#page img {
    margin:4px;
    border:0px solid #CCC;
	}


/* Footer */

#footer {
	background:#191919;
	clear:both;
	width:100%;
	margin:0px auto 0px auto;
	padding-top:20px;
	padding-bottom:20px;
	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 a {
	color:#999999;
	}

	

#footer a:hover {

	color:#d3ea00;

	}





