/* 
	TEMPLATE NAME / Horizon 
	AUTHOR: Scott Craig
	AUTHOR WEBSITE: http://www.cancerbox.com
	VERSION: 1.0
		
	Valid xHTML & CSS

*/

/* CSS Document */

.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.poweredby {
	float:left;
	width:100%;
	text-align:center;
	font-style:italic;
	margin-top:40px;
	font-size:11px;
	color:#666;
}

/* Album View */
.albumWrapper {				
	height:120px;
	text-align:center;
	float:left;
	margin:0 16px 20px 0;
	width:148px;
}
.albumWrapper2 {	
	margin:0px;
	width:auto;
}
.albumWrapper a:link, .albumWrapper a:visited {
	border:none;
	display:block;
}
.albumWrapper img {
	border:3px solid #FFF;
	}
.albumTitle {
	font-size:80%;
	padding:2px 0;
}

#thumbnails .albumTitle a {
	float:none;
	margin:5px 0;
}

.albumTitle a:link, .albumTitle a:visited {
	border:none;
}

/* LOADING */

.imagen {
    background: none;
}


/* TITLE */
#title {
	border:none;
}

.brand{
	background: url(/templates/horizon/styles/title.png) no-repeat center;
	height:31px;
	width:495px;
}

*html .brand{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/horizon/styles/title.png', sizingMethod='scale');
}

/* EXIF */

#exif {
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	text-align: left;
	margin-bottom:10px;
	margin-left:15px;
}

#exif UL LI{
	color:#666;
}

/* STANDARDS */
#photoblogsnav {
	border-top:none;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:20px;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; 
	color:white;
	font-size:10px;
	background:#000;
	width:500px;
	}
#photoblogsnav a {
	color:#555;
	text-decoration:none;
	padding:5px;
	}
#photoblogsnav a:hover {
	color:white;
	text-decoration:none;
	padding:5px;
	}


body {
	background:#000;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	color:#CCC;
	overflow:auto;
	}

html {
	min-height:100.1%;
	}


/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	font-size:22px;
	line-height:28px;	
	}

h2 {
	font-family: Trebuchet MS, Arial, Verdana, 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;
	}

a {
	color:#FFF;
	text-decoration:none;
	}

a:hover {
	color:#4D4D4D;
	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;
	padding-left:10px;
	}
.left {
	width:1%;
}

.right {
	float:right;
	padding-right:10px;
	}
	
.summary {
	font-size:14px !important;
	line-height:24px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	}

#image-info .inside {
	background:#FFF;
	}
	
#image-info .inside p {
	font-size:10px;
	color:#666;
	margin:0px;
	}

#image-info .inside ul {
	}
	

/* IMAGE NOTES */

#image-info h2 {
	color:#666;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	margin-left:10px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width:45%;
	float:left;
	margin-bottom:10px;
	margin-left: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 */

#header {
	width:100%;
	height:80px;
	}

#header .inside {
	height:80px;

	}

#header .inside h1 a {
	float:left;
	text-align:right;
	color:#666;
	padding-top:23px;
	font-weight:normal;
	display:block;
	}

#header .inside ul {
	float:right;
	margin-top:30px;
	}


#header .inside li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}
	
#header .inside li a {
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#4D4D4D;
	}

	
.secondary a {
	color:#666 !important;
	}
	

/* MAIN PHOTO AREA */


#photobox {
	width:100%;
	text-align:center;
	}
	
#photo {
	background:#FFF;
	padding:10px;
	border:none;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	}



/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
}
	

#image-navigate {
	height:20px;
	padding:10px 0px;
	}
	
#image-navigate UL{
	background-color:#dae1d3;
	}
	
#image-navigate li {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width:32%;
	}

#image-navigate a {
	display:block;
	}

#image_notes a {
	color:#900;
	}

/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	width:820px;
	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:11px;
	font-style:italic;
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
	}
	
#page img {
	background:#FFF;
    padding:3px;
    border:1px solid #CCC;
	}


.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	}

#thumbnails a{
	display:block;
	float:left;
	margin:0 16px 16px 0px;
}

/* COLUMNS ON INFO PAGE */

#col1,
#col2,
#col3,
#col4 {
	width:25%;
	float:left;
}
	
#col1 UL LI,
#col2 UL LI,
#col3 UL LI{
	color:#999;	
	}

#col1 UL LI SPAN{
	color:#CCC;
	font-weight:bold;
	}
	
.summary{
	color:#666;
	}

#col1 H2,
#col2 H2,
#col3 H2,
#col4 H2{
	font-weight:bold;
	}
	
#col1 A,
#col2 A,
#col3 A{
	color:#F8FF97;
	}

#col1 A:HOVER,
#col2 A:HOVER,
#col3 A:HOVER{
	color:#95995b;
	}

/* Footer */

#footer {
	width:820px;
	margin:0 auto 0px auto;
	padding-bottom:20px;
	text-align:center;
	text-transform:uppercase;
	clear:both;
	}

#footer .border {
	border-top:1px dashed #838d7a;
	margin:20px auto 20px;
	width:800px;
	height:1px;
	}

#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:#666;
	}

#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: 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;
}

/* Gallery */
#page.galleryWrp {
	padding:0;
}

.galleryFrame  {
	border:none;
	width:100%;
}
