/* 
Title:     The Photograph Store
Author:    kerry@noise13.com | © Noise 13
Updated:   08-12-08
*/


/********************************************** 
		           DEFAULTS
**********************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}	

body {
	text-align: center; 
	font: normal 67.5%/1.25em Helvetica, Arial, Verdana, sans-serif;
  	color: #333333;
	background: #FFFFFF /*url(../images/global/bg_header.gif) repeat-x top*/;
	}

strong, b { font-weight: bold; }
em { font-style: italic; }
p { 
	margin: 0 0 10px 0; 
	font: normal 1.2em/1.4em Arial, Helvetica, sans-serif; 
	color: #555555; 
	}

hr {
	color: #999999;
	background-color: #999999;
	border: none;
	width: 100%;
	height: 1px;
	margin: 0 0 15px 0;
	padding: 0;
	}

h1 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;	
	font-size: 2em;
	font-weight: bold;
	color: #441B00;
	}


h2 {
	float: left;
	position: relative;
	width: 190px;
	height: 70px;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #D44C1C;
	}
h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/global/logo_photograph.gif) no-repeat;	
	}	
h2 a { cursor: pointer;	}	
	
	
h3 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;	
	font: bold 1.6em/1em Arial, Helvetica, sans-serif;
	color: #D44C1C;
	}
	
h4 {
	margin: 0 0 3px 0;
	padding: 0;	
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	}
	
h5 {
	margin: 10px 0 2px 0;
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;
	color: #555555;
	}	
	
	

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #D44C1C;
	}
a:hover, a:active {
	color: #D44C1C;
	text-decoration: underline;
	}
	
a:focus { outline: none; }	
	
	

/********************************************** 
		        STRUCTURE
**********************************************/

#wrap {
	width: 763px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	margin: 0 0 10px 0;
	background: #FFFFFF url(../images/global/bg_header.gif) repeat-x top left;
	}

#title {
	background: #003366;
	margin: 0 0 20px 200px;
	padding: 12px;
	}

#twocol {
	width: 763px;
	padding: 10px 0 20px 0;
	}
	
#twocol .leftcol {
	float: left;
	width: 155px;	
	margin: 0 0 0 -740px;
	padding: 0;
	}
	
#twocol .rightcol {
	float: left;
	width: 565px;
	display: inline;
	margin: 0 0 0 198px;
	padding: 0;
	}				

#twocol .rightcol .left {
	float: left;
	width: 374px;
	margin: 10px 0 0 0;
	}
	
#twocol .rightcol .right {
	float: left;
	width: 176px;
	margin: 10px 0 0 15px;
	}	
	
	
#purchase .rightcol .left {
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
	}
	
#purchase .rightcol .right {
	float: left;
	width: 250px;
	margin: 10px 0 0 15px;
	}		
	
	
	
#footer {
	clear: both;
	margin: 0;
	padding: 15px 0 0 30px;
	border-top: 8px solid #8A8177;
	background: #FFFFFF;
	}


#nav {
	position: relative;
	float: right;		
	width: 566px;
	margin: 25px 0 0 7px;
	height: 35px;
	list-style: none;
	overflow: hidden;
	}

#nav li a {
	position: absolute;
	top: 0;
	width: 81px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px; /* IE5/Win */
	background: transparent url(../images/global/btn_nav.gif) no-repeat;
	}

#nav li#nav_about a {
	background-position: 0 0;
	width: 81px;
	left: 0;
	}
#nav li#nav_about a:hover, body#about #nav li#nav_about a { background-position: 0 -35px; }


#nav li#nav_sales a {
	background-position: -81px 0;
	width: 118px;
	left: 81px;
	}
#nav li#nav_sales a:hover, body#sales #nav li#nav_sales a { background-position: -81px -35px; }


#nav li#nav_store a {
	background-position: -199px 0;
	width: 86px;
	left: 199px;
	}
#nav li#nav_store a:hover, body#store #nav li#nav_store a { background-position: -199px -35px; }


#nav li#nav_local a {
	background-position: -285px 0;
	width: 150px;
	left: 285px;
	}
#nav li#nav_local a:hover, body#local #nav li#nav_local a { background-position: -285px -35px; }


#nav li#nav_purchase a {
	background-position: -435px 0;
	width: 131px;
	left: 435px;
	}
#nav li#nav_purchase a:hover, body#purchase #nav li#nav_purchase a { background-position: -435px -35px; }



.leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.leftcol li {
	margin: 0 0 15px 0;
	padding: 0;
	}
.leftcol img {
	margin: 0 0 -3px 0;
	padding: 0;
	}

.leftcol a {
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 155px;
	height: 101px;
	background-position: left top;
	}

/* IE Mac \*/
.leftcol a:focus { outline: none; }
/* end IE Mac hide */

.leftcol .sidenav_mats { background: transparent url(../images/global/sidenav_mats.gif) no-repeat left top; }

.leftcol .sidenav_about { background: transparent url(../images/global/sidenav_about.gif) no-repeat left top; }

.leftcol .sidenav_visit { background: transparent url(../images/global/sidenav_visit.gif) no-repeat left top; }


.leftcol a:hover { background-position: 0 -102px; }

.leftcol a.current { background-position: 0 -102px; }


	
.rightcol p.first {
	font: bold 1.4em/1.25em Arial, Helvetica, sans-serif;
	}	

.rightcol ul, .rightcol ol { 
	margin: 0 0 10px 0; 
	padding: 0; 
	}
.rightcol li { 
	list-style: circle;
	margin: 0 0 0 25px;
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	}	
	
.rightcol ol li {
	list-style: decimal;
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	}

.rightcol p.pictopia {
	width: 566px;
	height: 176px;
	text-indent: -4000px;
	background: url(../images/about_pictopia.jpg) no-repeat;
	}

ol.how {
	width: 301px;
	height: 270px;
	padding: 10px 0 0 60px;
	background: url(../images/global/bg_list.gif) no-repeat;
	}
ol.how li {
	margin: 0 70px 35px 0;	
	font: normal 1.2em/1.1em Arial, Helvetica, sans-serif;
	list-style: none;
	color: #463F36;
	}
	
ol.how li.title {
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #C2512A;
	}	
	
	
#thumbs {
	float: right;
	width: 200px;
	margin: 0 0 15px 20px;
	}	
	

.thumb {
	float: left;
	width: 80px;	
	margin: 0 10px 10px 0;
	padding: 3px 3px 6px 3px;
	background: #EFEFEF;
	border: 1px solid #999999;
	}

.thumb p {
	margin: 0;
	padding: 0;
	background: #EFEFEF;	
	color: #666666;
	text-align: center;
	}

.thumb:link, .thumb:visited, .thumb:active { border: 1px solid #666666; }

.thumb:hover { border: 1px solid #666666; }

.indent	{
	padding-left: 20px;
	border-left: 10px solid #B9B9B9;
	}



		
h3.pictopia { 
	width: 374px;
	height: 94px;
	text-indent: -4000px;
	background: url(../images/global/header_pictopia.gif) no-repeat; 
	}


h3.local { 
	width: 176px;
	height: 22px;
	margin: 0 0 6px 0;
	text-indent: -4000px;
	background: url(../images/global/header_local.gif) no-repeat; 
	}

h3.mats {
	width: 562px;
	height: 61px;
	margin: 0 0 -3px 0;
	text-indent: -4000px;
	background: url(../images/global/header_mats.gif) no-repeat;
	}




	
form.newsletter {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
form.newsletter fieldset { 
	margin: 0;
	border: none;
	}
		
form.newsletter fieldset li {
	float: left;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	}

form.newsletter .textinput {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 163px;
	color: #C0C0C0;	
	border: 1px solid #CCCAC8;
	}

form.newsletter .textinput:focus { border: 1px solid #D44C1C; }	
	
form.newsletter .submit { margin: 3px 0 0 10px }	
	
	
#footer {
	height: 185px;
	background: #FFFFFF url(../images/global/footer_bg.gif) repeat-x top left;
	}
#footer .left {
	float: left;
	width: 480px;
	}
#footer .right {
	float: right;
	width: 250px;
	}	

#footer h5 {
	margin: 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #2F475F;
	}

#footer dl {
	float: left;
	width: 170px;
	margin: 0 40px 15px 0;
	color: #2F475F;
	}	
	
#footer dt { font: bold 1.2em Arial, Helvetica, sans-serif; }	
#footer dd { font: normal 1.2em Arial, Helvetica, sans-serif; }	
	
#footer p {
	clear: both;
	margin: 0;
	padding: 0;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #2F475F;
	} 
#footer a:link, #footer a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #2F475F;
	}
#footer a:hover {
	color: #2F475F;
	text-decoration: underline;
	}


#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(../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; 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; }


/***************************************************
			           MISC
***************************************************/	

img.float {
	float: right;
	margin: 0 0 15px 20px;
	}
	
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
  
.fix { display: inline-block; } 
* html .fix { height: 1%; }
.fix { display: block; }
.hide { text-indent: -4000px; }