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

*/

/* CSS Document */


/* STANDARDS */

body {
	background-color:#FFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#666;
	padding:0;
	margin:0;
	margin-bottom:0;
	text-align:center;
	}

html {
	min-height:100.1%;
	}
	
/* .............................. */
/* Links */
/* .............................. */

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

a:hover {
	color:#000;
	text-decoration:none;
	}


/* 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:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#666;
	text-decoration:none;
	}

a:hover {
	color:#000;
	text-decoration:none;
	}



/* 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:#333;
	font-size:14px !important;
	line-height:24px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


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

#image-info .inside {
	}
	
#image-info .inside p {
	font-size:10px;
	color:#333;
	margin:0px;
	}

#image-info .inside ul {
	}
	
	
	
/* .............................. */
/* Content */
/* .............................. */

#photo {
  	padding:5px;
    position: relative;
	background-color: #FFF;
	margin: 0 auto;
	margin-bottom:5px;
	border:1px solid #CCC;

    }

#container {
	background: #FFF;
	position:relative;
	border: 0px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-bottoms:1px;
	margin-bottom:20px;

}


#menu_browse{
	position: absolute;
	top: 10px;
	left: 6px;
	z-index: 10;
	}
#menu_browse a{ outline: none;}
#menu_browse_prev, #menu_browse_next{
	width: 				49%;
	height: 			99%;
	background: 		transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: 			block;

	}
#menu_browse_prev {
	float: 				left;	
	}
#menu_browse_next {
	float: 				right;	
	}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: 		url('prev.png') no-repeat left 227px;
	cursor: 			pointer;
	}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('next.png') no-repeat right 227px;
	cursor: 			pointer;
	}
	
/* .............................. */
/* Image Info */
/* .............................. */

.title {
	float:left;
	font-size:11px;
	letter-spacing:0.5px;
	color:#666;
	margin:0;
	margin-bottom:1px;
	margin-left:auto;
	padding:0;
	}

.commentarea {
	float:right;
	font-size:11px;
	letter-spacing:0.5px;
	color:#666;
	margin:0;
	margin-bottom:1px;
	padding:0;
	font-weight:bold;
clear:right;
	}

.commentarea a{
		float:right;
	font-weight:bold;
	color:#666;
	}

.commentarea a:hover{
		float:right;
	font-weight:bold;
	color:#000;
	}



/* 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;
	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: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 */

#navigation {
  	background:#000;
	background: url(../../backgroundimage.gif) repeat-x;
	vertical-align:middle;
	margin:0;
	padding:0;
	height:25px;
	margin-bottom:25px
	}

.blogtitle {
	margin:0;
	padding:6px;
	letter-spacing:1px;
   	float:left;
	text-align:right;
	vertical-align:middle;
	font-size:11px;
	color:#FFF;
	}
	
.blogtitle a {
	padding:6px;
	color:#FFF;
	vertical-align:middle;
	letter-spacing:1px;
	}
		
.blogtitle a:hover {
	text-decoration:none;
	background: url(../../backgroundhover.gif) repeat-x;
	}

.menu {
	margin:0;
   	padding:6px;
	float:right;
	text-align:right;
	vertical-align:top;
	font-size:11px;
	color:#FFF;
	}
	
.menu a {
	margin:0;
	padding:6px;	
	color:#FFF;
	vertical-align:top;

	}
		
.menu a:hover {
	text-decoration:none;
	background: url(../../backgroundhover.gif) repeat-x;
	}

.menu img{
	margin:0;
   	padding:0;
	padding-bottom:6px;
	text-align:right;
	vertical-align:top;
	font-size:0;
	color:#FFF;
	}
	
.menu img a {
	margin:0;
	padding:5px;
	padding-bottom:20px;	
	color:#FFF;
	vertical-align:top;

	}
		
.menu img a:hover {
	background: url(../../backgroundhover.gif) repeat-x;
	}


/* 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:#FFF;
    padding:3px;
    border:1px solid #CCC;
	}


.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	}

/* COLUMNS ON ABOUT PAGE */

#col1 {
	width:50%;
	float:left;
	}

#col2 {
	width:50%;
	float:right;
	}



/* Comments */

#commentbox {
	width:80%;
	margin:0px auto;
	}

#comment-top {
	background:#FFF;
	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;
}

