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

*/

/* CSS Document */


/* STANDARDS */

body {
	background-color:#EBEBEB;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, Sans-Serif;
	padding:0px;
	margin:0px;
	color:#666;
	text-align:center;
	}

html {
	overflow:-moz-scrollbars-vertical;
	}
	
*::-moz-selection {
	background:#222;
	color:#FFF;
}


/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	/*text-align:left;*/
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	text-align:left;
	}
	
h3 {
	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:#333;
	text-decoration:none;
	}

a:active, a:focus{
		outline:none;
	}


/* CUSTOM CLASSES */


.inside {
	width:920px;
	margin:0px auto;
	}

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

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.summary {
	color:#999;
	font-family:Georgia, Serif;
	font-size:17px !important;
	line-height:26px;
	font-style:italic;
	padding-left: 20px;
	margin-top:20px !important;
	margin-bottom:40px !important;
	border-left:5px solid #EBEBEB;

	}

.summary a {
	color:#777;
	text-decoration:underline;
	padding:1px 4px;
	}


.summary a:hover {
	color:#333;
	background:#FFFFCC;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


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

#image-info .inside {
	}

#image-info a {
	color:#CCC;
	}

#image-info a:hover {
	color:red;
	}

/* IMAGE NOTES */

#image-info h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

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

		
#image_notes {
	float:left;
	margin-bottom:10px;
	color:#888;
	font-family:Georgia, Serif;
	font-style:italic;
	line-height:20px;
	font-size:12px;
	width:100%;
	}

#image_notes div {
	width:48%;
}

#image_notes ul {
/*	height:100px;-------------------*/
	width:100%;
	font-family:Arial, Helvetica, Sans-Serif;
	border-left:1px solid #444;
	list-style:none;
	padding:0px 0px 0px 20px;
	font-style:normal;
	color:#888;
}

#image_notes li strong {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#666;
	margin-right:10px;
}

#image_notes ul li {
	font-size:11px;
/*	line-height:16px;-------------------*/
}

#image_notes li a {
	background:#000;
	color:#888;
	padding:1px 3px;
}

#image_notes li a:hover {
	background:#FFF;
	color:#888;
}

#image_notes p /*CLOSE BTN-------------------*/{

}


/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:100px;
	background-color:#FFF;
	}

#header .inside {
	background:url(../images/logo_header.gif) top right no-repeat #FFF;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	color:#666;
	padding-top:30px;
	font-weight:normal;
	width:300px;
	height:60px;
	display:block;
	text-indent:-9999px;
	}

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


#header .inside li {
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	padding-right:10px;

	}
	
#header .inside li a {
	color:#999;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#333;
	}
	
.secondary a {
	color:#FFF !important;
	background:#999;
	padding:1px 4px;
	margin-left:20px;
	font-weight:normal;
	}
.secondary a:hover {
	background:#222;
}

/* MAIN PHOTO AREA */


#photobox {
	background-color:#FFF;
	padding-bottom:30px;
	width:100%;
	text-align:center;
	}
	
	#photobox .inside {
		border:1px solid #EBEBEB;
	}
#photo {
	background:url(../images/indicator.gif) center no-repeat #FFF;
	border:none;
	margin-bottom:0px;
	padding:10px;
	}



/* IMAGE NAVIGATION */

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

#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	}

#image-navigate a {
	display:block;
	}


/* Pages */

#page {
	width:920px;
	padding:20px 0px;
	text-align:left;
	margin:0px auto;
	}

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}

#page p, #page ul {
	font-size:11px;
	margin: 0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;

	margin:0px 0px 3px 0px;
	}

#page strong {
	background:#EBEBEB;
	padding:1px 4px;
	color:#777;
}

#page a {
	}


#page img {
	}

#page a:hover .thumbnails {
	border-color:#333;
}

#thumbnails h2 {
	margin-bottom:0px;
	margin-top:20px;
}

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

/* COLUMNS ON INFO PAGE */


.sixtysix, 
.half, 
.thirtythree, 
#col1, 
#col2, 
#col3 {
/*	background:#EBEBEB;-------------------*/
}

.sixtysix a, 
.half a, 
.thirtythree a, 
#col1 a, 
#col2 a, 
#col3 a {
	background:#ffffcc;
	padding:1px 4px;
}

.sixtysix a:hover, 
.half a:hover, 
.thirtythree a:hover, 
#col1 a:hover, 
#col2 a:hover, 
#col3 a:hover {
	background:#333;
	color:#FFF;
}

.mixcolwrap {
	margin-bottom:20px;
	border-bottom:1px solid #DDD;
}

.sixtysix {
	width:600px;
	margin-bottom:19px;
}

.half {
	width:445px;
	margin-bottom:19px;
}

.thirtythree {
	width:290px;
	margin-bottom:19px;
}

#history {
}

#history .right {
	width:300px;
}

#history p {
	margin-bottom:10px;
}

#history .jobtitle {
	color:#222;
}

#history .left {
}

#history .clear {
	border-top:1px solid #DDD;
	margin-bottom:10px;
}

#biophoto {
	background:url(../images/selfportrait.jpg) top right no-repeat #FFF;
	height:330px;
}

#col1 h2, #col2 h2, #col3 h2 {
	margin:0px 0px 5px 0px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:none;
	color:#333;
}

#page em {
	font-family:Georgia, Serif;
}

#col1 {
	width:290px;
	float:left;
	margin-right:24px;
	}

#col2 {
	width:290px;
	float:left;
	}

#col1 .left, #col1 .right, 
#col2 .left, #col2 .right,
#col3 .left, #col3 .right {
	width:50%;
/*	background:#EBEBEB;-------------------*/
}

#col1 .clear,
#col2 .clear,
#col3 .clear {
	border-top:1px solid #DDD;
	margin-bottom:10px;
}
	
#col3 {
	width:290px;
	float:right;
	}

/* Footer */

#footer {
	width:920px;
	height:100px;
	border-top:1px solid #CCC;
	clear:both;
	margin:20px auto 0px auto;
	padding:10px 0px;
	text-align:left;
	}

#footer img {
	float:left;
	margin-right:15px;
}

#footer ul {
	float:left;
	margin:0px 20px 0px 0px;
	height:50px;
	border-left:1px solid #CCC;
	padding:0px 0px 0px 20px;
	}


#footer li {
	font-size:11px;
	list-style:none;
	color:#999;
	}

#footer a {
	color:#999;
	}
	
#footer a:hover {
	color:#666;
	background:#FFF;
	}



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

