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

*/

/* CSS Document */


/* STANDARDS */

body {
	background-color: #DFD4B9;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	color: #413f3b;
	text-align: center;
	background-color:#000000;
	background-image: url(../images/backlt.jpg);
	}

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: Trebuchet MS, Arial, Verdana, sans-serif;	
	text-align:left;
	}
	
h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size: 16px;
	letter-spacing:1px;
	color: #FFFFFF;
	text-align: left;
	}

h4 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size: 12px;
	letter-spacing: 1px;
	color: #B3B3B3;
	text-align: left;
	font-style: italic;
	text-transform: none;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	color:#FF8000;
	text-decoration:none;
	font-weight: bold;
	}



/* CUSTOM CLASSES */
.myCategory {
	width: 340px;
	height: 20px;
	margin: 45px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #9F9F9B;
	color: #FFFFFF;
	background-color: #000000;
	}
.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: 18px;
	line-height: 24px;
	font-style: italic;
	}

#images { 
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:#FFF;
	}

#image-info .inside {
	}
	
#image-info .inside p {
	font-size: 14px;
	color:#666;
	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: 14px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image-notes {
	width:45%;
	float:left;
	margin-bottom:10px;
	}

#image-notes, #image-comments {
	font-style:italic;
	line-height:16px;
	}

#image-notes p {
	font-size:14px;
	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:14px;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
	}


/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:100px;
	background-color:#000000;
	background-image: url(../images/backlt.jpg);
	}

#header .inside {
	background: transparent;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	text-align:right;
	color:#666;
	padding-top:20px;
	font-weight: bold;
	display:block;
	}

#header .inside ul {
	float:left;
	margin-top:20px;
	}


#header .inside li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:14px;
	display:inline;
	}
	
#header .inside li a {
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#FF8000;
	}
	
.secondary a {
	color:#666 !important;
	}
	

/* MAIN PHOTO AREA */
#photobox {
	background-color:#000;
	padding-bottom:30px;
	width:100%;
	text-align:center;
	}
#photo {
	background:#FFF;
	padding:10px;
	border:none;
	margin-bottom:10px;
	}



/* IMAGE NAVIGATION */
#infobox {
	background-color: #000000;
	color: #ECECE4;
	width: 100%;
	text-align: left;
	}
#image-navigate {
	padding:10px 0px;
	font-size: 110%;
	vertical-align: top;
	}
#image-navigate li {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
	list-style:none;
	width:33%;
	}
#image-navigate a {
	display:block;
	}

/* Pages */
#page {
	padding:20px 0px;
	text-align:left;
	width:740px;
	margin:0px auto;
	background-color: #000000;
	overflow: auto;
	}
#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:14px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}
#page p {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	}
#page ul {
	font-style:italic;
	margin:0px 20px 20px 0px;
	}
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
	}
#page a {
	color: #EE9E70;
	}
#page a:hover {
	color: #FF8000;
	}
#page img {
	background:#FFF;
    padding:3px;
    border:1px solid #CCC;
	}
.thumbnails {
	padding: 3px;
	margin: 5px auto 0px auto;
	text-align: left;
	}
	
	

/* COLUMNS ON INFO PAGE */
#col1 {
	width:45%;
	float:left;
	}
#col1 .mybox {
	width: 300px;
	text-align: justify;
	}
#col2 {
	width:25%;
	float:left;
	text-align: left;
	}
#col2 ul a {
	font-size: 90%;
	color: #EE9E70;
	}
#col2 ul a:hover {
	font-size: 90%;
	color: #FFFFFF;
	}
#col3 {
	width:25%;
	float:right;
	text-align: left;
	}
#col3 ul a {
	font-size: 90%;
	color: #EE9E70;
	}
#col3 ul a:hover {
	font-size: 90%;
	color: #FFFFFF;
	}


/* Footer */

#footer {
	border-top:1px dashed #838d7a;
	clear:both;
	width:740px;
	margin:20px auto 0px auto;
	padding:10px 0px;
	text-transform: uppercase;
	background-color: transparent;
	}

#footer li {
	text-align:center;
	font-size:14px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#838d7a;
	}

#footer a {
	color:#FFFFFF;
	}
	
#footer a:hover {
	color:#FF8000;
	}
	
/* MOSAIC */
a.mosaic { 
	border:none; 
	display:block; 
	float:left; 
	width:60px; 
	height:60px; 
	background-position:center; 
	text-decoration:none; 
	} 
#mosaic { 
	width:720px; 
	}

/* 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:14px;
	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:14px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:20px 0px;
	text-align:left;
	}

.input {
	width:45%;
	font-size:14px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

#addcomment label {
	color:#666;
	font-style:italic;
	font-size:14px;
	}

#addcomment textarea {
	width:100%;
	height:50px;
	font-size:14px;
	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;
}
