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

*/

/* CSS Document */


/* CUSTOM CLASSES */


.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
	}

.clear {
	clear:both;
	}

.summary {
	color:#838d7a;
	font-size:14px !important;
	line-height:24px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


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

/* IMAGE NOTES */

#image_notes,
#image_comments {width:48%;}

/* MAIN PHOTO AREA */

#photobox {
	padding: 30px 0 10px;
	width:100%;
	text-align:center;
	}
	
#photo {
	background:#505050;
	padding:4px;
	border:none;
	}


/* Pages */

#page img {
	background:#505050;
    padding:4px;
    border:none;
	}


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

/* COLUMNS ON INFO PAGE */

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

#col2 {
	width:33%;
	float:left;
	}

#col3 {
	width:33%;
	float:right;
	}


/* Comments */

.comment {padding-top:0.25em;}
.comment a, .comment a:visited {color:#444444; text-decoration: underline}
.comment a:hover {color: #666666;}
.input {
	width:30%;
	font: italic 0.63em/1em Georgia, "Times New Roman", Times, serif;
	background-color:#999999;
	border: none;
	color:#1A1A1A;
	padding:3px;
	}

#addcomment label {
	font: italic 0.63em/1em Georgia, "Times New Roman", Times, serif;
	color: #505050;
	}

#addcomment textarea {
	width:100%;
	height:50px;
	font: 0.75em/1em Georgia, "Times New Roman", Times, serif;
	background-color:#999999;
	border: none;
	color:#1A1A1A;
	padding:3px;
	}

.comment-button {
    background:#2B2B2B;
	border: none;
	color:#C7C7C7;
	}