/* CSS Document */

/*

Organized by:

Typography
Layout
Navigation
Misc.

*/



/* Typography
-------------------------------------------------------------- */

body { color: #333; }

a { 
	color: #808285;
	text-decoration: none; 
	}
a:hover { 
	color: #ED1C24;
	text-decoration: underline; 
	}
a.selected { color: #ED1C24; }

h2 { font-size: 1.33em; }
h3 { font-size: 1.16em; }
h4 { font-size: 1em; line-height: 1; margin-bottom: 0.5em; }

.sub-head a { text-decoration: underline; }

#sidebar ul ul { font-size: 0.8em; }
#sidebar ul ul ul { font-size: 100%; }

#sidebar #nav, #tools-nav { font-size: 0.8em; }
#sidebar #nav ul, #tools-nav ul { font-size: 100%; }
#nav a, #tools-nav a { color: #333; }
#nav a:hover, #tools-nav a:hover { text-decoration: none; }

#tools input { color: #333; font-size: 0.8em; }

.detail-view div p { text-align: right; }

.gray { color: #808285; }
.red { color: #ED1C24; }

p.small { margin-bottom: 5px; }

.items p { font-size: .8em; }
.items a { color: #ED1C24; }



/* Layout
-------------------------------------------------------------- */

body { 
	margin: 0;
	background-color: #101010; 
	}

.container {
	width: 950px;
	margin: 50px auto 0;
	background-color: #EFEFEF;
	}
	
#tools {
	position: relative;
	width: 920px;
	height: 60px;
	padding: 0 15px;
	border-bottom: 1px solid #666;
	background-color: #FFF;
	}

#tools p { margin: 35px 0 0; }

#header {
	width: 770px; 
	height: 300px;
	}
	
#header-index { 
	}

#sidebar {
	float: left;
	width: 148px;
	padding: 15px;
	}
	
#main {
	float: left;
	width: 770px;
	background-color: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
#content {

padding: 15px; }

.detail { margin-bottom: 20px; }
.detail-view { float: left; }
.detail-view div { 
	margin-bottom: 0px;
	padding: 5px;
	border: 0px solid #666; 
	}
.detail-view div p { margin: 0; }
.detail-info {
	float: right;
	width: 270px;
	padding: 15px;
	border: 0px solid #666;
	}
.detail-info img {
	display: inline;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 0px solid #666;
	}
.detail-thumb { 
	margin: 0;
	padding: 0;
	list-style: none;
	}
.detail-thumb li { float: left; }
.detail-thumb a {
	display: block;
	margin-right: 10px;
	border: 0px solid #666;
	}
.detail-thumb a:hover, .detail-thumb a.selected { border: 0px solid #000; }

.sub-head h2 { float: left; }
.sub-head p { float: right; }
.sub-head a { margin-right: 5px; }

.items {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.items li { 
	float: left; 
	margin-bottom: 20px;
	}
.items img { border: 0px solid #666; }
.items p { margin: 0; }

.mod-192 img, .mod-193 img { border: none; }
.mod-84 { 
	text-align:center;
	width: 84px; 
	margin-right: 20px;
	}
.mod-84 p {
	text-align:center;
	}	


.mod-102 { 
	text-align:center;
	width: 102px; 
	margin-right: 25px;
	}
.mod-102 p {
	text-align:center;
	}
.mod-120 { 
	text-align:center;
	width: 120px; 
	margin-right: 20px;
	}
.mod-120 p {
	text-align:center;
	}
.mod-134 {
	width: 134px; 
	margin-right: 17px;
	}
.mod-134 p {
	text-align:center;
	}
.mod-135 {
	width: 135px; 
	margin-right: 30px;
	}
.mod-135 p {
	text-align:center;
	}
.mod-167 { 
	width: 167px;
	margin-right: 24px;
	}
.mod-167 p {
	text-align:center;
	}
.mod-192 { width: 192px; }
.mod-192 p {
	text-align:center;
	}
.mod-193 { width: 193px; }
.mod-193 p {
	text-align:center;
	}
.mod-234 { 
	width: 234px;
	margin-right: 19px;
	}
.mod-234 p {
	text-align:center;
	}
.mod-136 { 
	width: 136px;
	margin-right: 15px;
	}
.mod-136 p {
	text-align:center;
	}
	
#tools input {
	float: right;
	width: 108px;
	margin-top: 37px;
	padding: 1px;
	border: 1px solid #808285;
	background-color: #F7A7A6;
	}



/* Navigation
-------------------------------------------------------------- */

#sidebar ul { 
	margin: 0;
	padding: 0;
	list-style: none; 
	}	
#sidebar ul ul { margin-left: 15px; }

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	}
#nav a {
	display: block;
	width: 128px;
	padding: 1px;
	border: 1px solid #808285;
	background: #FFF url(/img/carrot.gif) no-repeat 95% 50%;
	}
#nav a:hover { background-color: #F7A7A6; }
#nav li {
	position: relative;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	line-height: 1.25em;
	}
#nav li ul {
	position: absolute;
	left: -9000px;
	margin-top: -1.65em;
	margin-left: 131px;
	}
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav ul li { margin: 0; }
#nav ul li a { 
	border-bottom: none; 
	background-image: none;
	}
#nav ul li a.last { border-bottom: 1px solid #808285; }

#tools-nav, #tools-nav ul {
	float: right; 
	margin: 37px 0 0;
	padding: 0;
	list-style: none;
	}
#tools-nav ul {
	width: 110px;
	margin: 0;
	}
#tools-nav a {
	display: block;
	width: 108px;
	padding: 1px;
	border: 1px solid #808285;
	background: #FFF url(/img/carrot.gif) no-repeat 95% 50%;
	}
#tools-nav a:hover { background-color: #F7A7A6; }
#tools-nav li {
	float: left;
	width: 110px;
	margin-left: 10px;
	line-height: 1.25em;
	}
#tools-nav li ul {
	position: absolute;
	width: 110px;
	left: -9000px;
	}
#tools-nav li:hover ul, #tools-nav li.sfhover ul { left: auto; }
#tools-nav ul li { margin: 0; }
#tools-nav ul li a { 
	border-top: none; 
	background-image: none;
	}



/* Misc.
-------------------------------------------------------------- */

.left { float: left; }
.right { float: right; }
.last { margin-right:0; }

.magnify {
	padding-left: 25px;
	background: url(/img/temp/icon_magnify.gif) no-repeat center left;
	}
	
	
	
/* Lightbox
-------------------------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }