/* Edited with EditCSS */
/**** LINK-tag style sheet topshelf_design.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet topshelf_design.css ****/

/* ---------- misc ---------- */

* {
	padding: 0;
	margin: 0;
}
html, body {
 height: auto !important; /* FF and compliant browsers should automatically size the body/html */
 height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
 min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}
body {
 background: none;
 color: #000000;
 font: 11px/1.4em Tahoma, Verdana, Arial, sans-serif;
}
acronym {
 cursor: help;
}

#b {
	background: url(../images/arrow_black.gif) no-repeat 1px 9px;
	padding-left: 12px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: -8px;
	font-weight: normal;
	font-style: normal;
	width: 434px;
}

/* ---------- div ---------- */
#content_container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#container {
	padding: 0 0px;
	width: 775px!important;
	width /**/: 775px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: none;
	text-align: left;
	position: relative;
	margin-top: 10%;
}
#guts {
	padding: 0px 0px 0px 0px;
	width: 775px!important;
	width /**/: 775px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#print, #web, #identity, #contact, #art, #home, #links, #about {
 padding: 0px 10px 0px 10px;
 width: 775px!important;
 width /**/: 775px;
 margin-top: 4px;
 margin-bottom: 4px;
}
.stretcher {width:795px;}
#half1 {
	padding: 0px 0px 0px 0px;
	width: 434px!important;
	width /**/: 434px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
}
#half2 {
	padding: 0px 0px 0px 0px;
	width: 330px!important;
	width /**/: 317px;
	position: absolute;
	left: 458px;
	top: 56px;
}
#half3 {
	padding: 0px 0px 0px 0px;
	width: 753px!important;
	width /**/: 753px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
}
#target_upleft {
	position: absolute;
	left: 15px;
	top: -99px;
}
#target_upright {
	position: absolute;
	left: 695px;
	top: -99px;
}
#footer_container {
 left: 0px;
 background: url(../images/container.gif) no-repeat 50% 0;
 width: 775px;
 height: inherit;
 color: #cccccc;
}
#footer {
 font-size: 10px;
 line-height: 1.2em;
 padding: 12px 13px;
 background: none;
 width: 775px;
}
#square_gallery {
 text-align: center;
}
#line_gallery {
 margin-top: 5px;
 text-align: left;
}

/* ---------- h1, h2, h3 ---------- */

h1, h2, h3 {
 font-weight: normal;
 font-size: 1em;
 line-height: 1em;
 text-indent: -2000em;
 display: block;
 width: 775px;
 height: 15px;
}
h1 {
 background: url(../images/under_home.jpg) no-repeat 0 100%;
 margin-top: 20px;
 border-width: thin;
 width: 775px;
 border: solid;
 border-color: #cccccc;
}
h2 {
 width: 645px;
 height: 206px;
}
h3 {
 border-bottom-style: solid;
 border-bottom-color: #EBEBEB;
 border-bottom-width: 1px;
}
.display {
	cursor: pointer;
	width: 795px;
	height: 25px;
	background-image:url(../images/bg.png);
	color: #CCCCCC;
	text-indent: 0px;
}

/* ---------- img ---------- */

#square_gallery img {
	border: 1px;
	border-color: #1d2d2d;
	border-style: solid;
	width: 75px;
	height: 75px;
	background-image: url(../images/overlay.png);
	background-repeat: no-repeat;
	margin: 5px;
}
#line_gallery img {
	border: 1px;
	border-color: #1d2d2d;
	border-style: solid;
	width: 15px;
	height: 200px;
	background-image: url(../images/overlay.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* ---------- p ---------- */

p {
 padding-top: 5px;
}
.p1 {
 padding-top: 2px;
}
.p_10 {
 padding-top: 10px;
}
 .p_20 {
 padding-top: 20px;
}
.p_100 {
 padding-top: 100px;
}
.p_300 {
 padding-top: 300px;
}
.p_500 {
 padding-top: 500px;
}
.p_bigblack {
 padding-top: 5px;
 padding-bottom: 3px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #000000;
}
.p_biggray {
 padding-top: 15px;
 padding-bottom: 8px;
 font-size: 36px;
 color: #CCCCCC;
 font-family: Geneva, Arial, Helvetica, sans-serif;
}
.p_biggerblack {
 padding-top: 0px;
 padding-bottom: 0px;
 font-size: 36px;
 color: #000000;
 font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* ---------- ul, li ---------- */

ul, li {
 list-style: none;
}
ul {
 border-bottom-style: solid;
 border-bottom-color: #D6D6D6;
 border-bottom-width: 0px;
}
li {
 text-transform: lowercase;
 border-top-color: #D6D6D6;
 border-top-style: solid;
 border-top-width: 1px;
}
#menu ul li {
	padding:5px;
}

/* ---------- a ---------- */

a {
 text-decoration: none;
 outline: none;
 color: #bbbbbb;
}
a img {
 border: 0;
}
#half1 a, #half3 a, #about a {
color: #999999;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #222222;
}

#container a:hover {
	color: #fff200;
}
#menu a:hover {
	color: #00adef;
}
#half1 a:hover, #half3 a:hover, #print a:hover, #preloader a, #web a:hover, #identity a:hover, #contact a:hover, #art a:hover, #home a:hover, #links a:hover, #about a:hover {
	color: #ff0066;
    border-bottom: 0;
}
#stretcher a {
	padding-top: 5px;
}

/* PRELOADER */

#preloader{
	margin-top: 170px;
	text-align: right;
	width: 555px;
}
#preloader a{
	color: #333333;
	text-decoration: none;
	font: 11px/1.4em Tahoma, Verdana, Arial, sans-serif;
}

/* ---------- javascript preview thing ---------- */

.border_b{
   border: 1px solid #000000;
}

.float{
   visibility: hidden;
   position: absolute;
   left: -3000px;
   z-index: 10;
}

/* ---------- lightbox ---------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


