/* 
	TEMPLATE NAME / Horizon 
	AUTHOR: Scott Craig
	AUTHOR WEBSITE: http://www.cancerbox.com
	Modified by: Paul McDonald
	Modifier WEBISTE: http://www.elementblue.net
	VERSION: 1.0
	
	Navigation Menu
	chrisglass.com
		
	Valid xHTML & (almost valid) CSS

*/

/* CSS Document */


/* STANDARDS */

body {
	background-color: #dae1d3;
	line-height:16px;
	font-family: ArialMT, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
	}

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

hr {
	display:none;
	}

p {
	text-align:left;
	}

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

a:hover {
	color:#333333;
	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:#838d7a;
	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:#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:11px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

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

		
#image_notes {
	width:49%;
	float:left;
	margin-bottom:5px;
	}

#image_notes, #image_comments {
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color:#666;
	margin:0px;
	padding-bottom:5px;
	}

#image_comments {
	width:49%;
	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 {
	text-align: center;
	width: 100%;
	height: 20px;
	background-color:#000;
	}

#header .inside {
	background-color:#000;
	height: 20px;

	}

#header .inside h1 a {
	font-size: 16px;
	float: left;
	text-align:right;
	color: #666666;
	font-weight:normal;
	display:inline;
	}

#header .inside ul {
	background-color: #000000;
	top: 0px;
	}


#header .inside li {
	font-family: "Trebuchet MS";
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}
	

	
#header .inside li a {
	color:#FFF;
	background-color:#000000;
	padding-left:5px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color: #4d9eaa;
	}
	
.secondary a {
	padding-right: 5px;
	padding-left: 5px;
	color:#666;
	}
	

/* MAIN PHOTO AREA */



	
#photo {
	margin-top: 10px;
	background-color:#FFF;
	padding:15px;
	border:none;
	margin-bottom:15px;
	}



/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
	padding-bottom:10px;
	}
	
#dotted {
	width:740px;
	border-bottom:1px dashed #838d7a;
	margin:10px auto 0px auto;
	}

#image-navigate {
	font-family: Trebuchet;
	font-weight: bold;
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;

	font-size: 12px;
	letter-spacing:2px;
	list-style:none;
	width:33%;
	}

#image-navigate a {
	font-size: 12px;
	display:block;
	}


/* 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 INFO PAGE */

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

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

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

/* Footer */

#footer {
	border-top:1px dashed #838d7a;
	clear:both;
	width:740px;
	margin:10px auto 0px auto;
	padding-top:10px;
	padding-bottom:0px;

	}
	
#footer_secondary {
	clear:both;
	width:740px;
	margin:0px auto 0px auto;
	padding:0px 0px;

	}

#footer li {
	text-align:center;
	font-size:10px;
	font-family: Trebuchet;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#838d7a;
	}


#footer a {
	color:#838d7a;
	}
	
#footer a:hover {
	color: #4d9eaa;
	}
	
#footer_secondary li {
	text-align:center;
	font-size:10px;
	font-family: Trebuchet;
	display:inline;
	list-style:none;
	color:#838d7a;
	}


#footer_secondary a {
	color:#838d7a;
	}
	
#footer_secondary a:hover {
	color: #4d9eaa;
}

/*Shopping Card */


#shopping_cart {
	font-size:12px;
	color: #FFFFFF;
}	
#shopping_cart a {
	color: #FFFFFF;
} 
#shopping_cart a:hover {
	color: #EEEEEE;
}


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


/* .............................. */
/* Thumbnails */
/* .............................. */		
		
#thumbrow {

	margin: 0 auto;
	padding-bottom: 8px;
	text-align: center;
	width: auto;
}



#thumbrow .current_thumbnail {
	filter:alpha(opacity=99);
	opacity:0.99;
	padding: 5px;
	margin: 3px;
	border: 1px solid #ccc;
}

#thumbrow a img {
	filter: alpha(opacity=85);
	opacity: 0.85;
	margin: 3px;
	padding: 5px;
	background-color: #e8e8e8;
    border:1px solid #ccc;
}

#thumbrow a:hover img, #thumbs a:focus img {
	filter: alpha(opacity=99);
	opacity: 0.99;
	padding: 5px;
	border: 1px solid #ddd;
}

#browse .thumbnails {
	filter: alpha(opacity=85);
	opacity: 0.85;
	margin: 3px;
	padding: 5px;
		background-color: #e8e8e8;
    border:1px solid #ccc;
	/*border: 1px solid #fff;*/
}

#browse a:hover img {
	filter: alpha(opacity=99);
	opacity: 0.99;
	padding: 5px;
	border: 1px solid #ddd;
}

.thumb {
	float: right;
	border: 1px solid #ccc;
	padding: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.dvhdr {
	border-color: #C4D5E3;
	width:250px;
	background:#000000;
	color:#FFFFFF;
	border:1px solid;
	filter:alpha(opacity=80); 
	opacity:.8;
	font-weight: bold;
	font-family:verdana;
	text-align:left;
	padding:4px;
	font-size: 10px;
}
         
.dvbdy {
	width:250px;
	background-color:#FFFFFF;
	color:#000000;
	font-weight: normal;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	filter:alpha(opacity=80); 
	font-size: 10px;
	opacity:.8;
	padding:4px;
}


/* @group nav */
/* Based off of navigation menu from chrisglass.com */

#menubox {
	text-align: center;
	background-color: #000000;
	width: 100%;
	height: 55px;
}

#iconmenu {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 410px;
	height: 55px;
}

#iconmenu li {
	position: absolute;
	text-align: center;
	width: 82px;
	height: 55px;
	top: 0px;
	background: url(http://www.elementblue.net/img/nav_menu.jpg) 0 0 no-repeat;
	display: block;
	list-style: none;
}

#iconmenu a {
	position: relative;
	width: 82px;
	height: 55px;
	display: block;
	border: none;
}


#iconmenu #home {
	margin: 0px;
	left: 0px;
	background-position: 0px 0px;
}

#iconmenu #homeon {
	margin: 0px;
	left: 0px;
	background-position: 0px -55px;
}

#iconmenu #archive {
	left: 81px;
	background-position: -81px 0px;
}

#iconmenu #archiveon {
	left: 81px;
	background-position: -81px -55px;
}

#iconmenu #collections {
	left: 164px;
	background-position: -164px 0px;
}

#iconmenu #collectionson {
	left: 164px;
	background-position: -164px -55px;
}
#iconmenu #about {
	left: 247px;
	background-position: -247px 0px;
}
#iconmenu #abouton {
	left: 247px;
	background-position: -247px -55px;
}

#iconmenu #links {
	left: 328px;
	background-position: -328px 0px;
}

#iconmenu #linkson {
	left: 328px;
	background-position: -328px -55px;
}

#filler {
	background-color: #b0b0b0;
	color: #b0b0b0;
	height: 2px;
	width: 100%;
    font-size:1px;
    line-height:0;
}

#iconmenu #home a:hover {
	background: url(http://www.elementblue.net/img/nav_menu.jpg) 0px -55px no-repeat;
}



#iconmenu #archive a:hover {
	background: url(http://www.elementblue.net/img/nav_menu.jpg) -81px -55px no-repeat;
}

#iconmenu #collections a:hover {
	background: url(http://www.elementblue.net/img/nav_menu.jpg) -164px -55px no-repeat;
}
#iconmenu #about a:hover {
	background: url(http://www.elementblue.net/img/nav_menu.jpg) -247px -55px no-repeat;
}
#iconmenu #links a:hover {
	background: url(http://www.elementblue.net/img/nav_menu.jpg) -328px -55px no-repeat;
}



/* @end */

/* @group thickbox */

