@charset "UTF-8";
/* CSS Document */

/* persistent elements common to all pages */

/* parent div containing everything */
#container{
	width:960px;
	height:560px;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;
	background-color:#000000;
	}

/* div containing header for landscape template */
#header{
	position:relative;
	width:960px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: 620px 20px;
	display:block;
	clear: both;
	z-index:1;
	}

/* div containing header for portrait template */
#header_portrait{
	position:relative;
	width:340px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	z-index:1;
	}

/* div containing logo for both templates -- landscape and portrait */
#logo {
	position:relative;
	float:left;
	width:125px;
	height:50px;
	margin-bottom:0px;
	background-image: url('imgs/f29_logo.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	}
	
#logo a {
	position:relative;
	width:100%;
	height:100%;
	display: block;
}

/* div logo link class */

#logo a:hover { background:none; }
#logo em { display:none; }

.headerFloatRight {float:right;width:340px;border:0px;}

/* div containing header navigation -- which contains logo / top nav links */
#header_navigation{
	position:relative;
	float: right;
	width: 200px;
	height: 30px;
	margin-top: 8px;
	margin-right: 10px;
 	z-index:3;
	}

/* div containing left hand column for landscape image container */
#photography_container_landscape{
	position:absolute;
	width:620px;
	height:465px;
	background-image: url('imgs/divider_vert.gif');
	background-repeat: no-repeat;
	background-position: 610px 124px;
	z-index:2;
	}

/* div container left hand colum for portrait image container */
#photography_container_portrait{
	position:absolute;
	width:620px;
	height:520px;
	background-image: url('imgs/divider_vert.gif');
	background-repeat: no-repeat;
	background-position: 610px 200px;
	z-index:2;
	}

/* div containing right hand column content */
#content_column{
	position:relative;
	width:340px;
	height:465px;
	margin-left:auto;
	z-index:2;
	}

/* div containing image title and name */
#content_title{
	position: relative;
	float: left;
	width:140px;
	height:166px;
	margin-left: 0px;
	background-image: url('imgs/divider_horiz_smll.gif');
	background-repeat: no-repeat;
	background-position: 0px 110px;
	z-index:2;
	}
	
/* div containing image descriptions */
#content_copy{
	position:relative;
	float: left;
	width: 185px;
	height:166px;
	z-index:5;
	}

/* div containing shop link -- nested in content title div */
#content_shop_button{
	position:relative;
	margin-left: auto;
	margin-right:auto;
	margin-top: 70px;
	width: 130px;
	height: 64px;
	background-image: url('imgs/cart.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	z-index:6;
	}

/* div containing shop div -- nested in content title div for about*/
#content_shop_null{
	position:relative;
	margin-left: auto;
	margin-right:auto;
	margin-top: 45px;
	width: 130px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	z-index:6;
	}

/* div containing gallery navigation selection */
#content_navigation{
	position:relative;
	float: left;
	width:340px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('imgs/divider_horiz.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	z-index: 6;
	}

/* div containing landscape images */
#photography_landscape_image{
	position:relative;
	width:600px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	z-index:2;
	}	
	
/* div containing portrait images */
#photography_portrait_image{
	position:relative;
	width:333px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	z-index:3;
	}
	
/* div wrapper for thumbnail selections */
#thumb_row{
	position:relative;
	width:340px;
	height:72px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:12px;
	clear: both;
	z-index:3;
	}
	
/* div for individual thumbnail images */
#photography_thumb{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	line-height: 20px;
	width:72px;
	height:72px;
	z-index:4;
	}	
	
#content_navigation_index{
	position:relative;
	float: left;
	width:340px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	background-image: url('imgs/divider_horiz.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	z-index: 6;
	}
	
/* div wrapper for thumbnail row selections on INDEX portrait */
#thumb_row_index{
	position:relative;
	width:340px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:10px;
	clear: both;
	z-index:3;
	}
	
/* div for individual thumbnail images on INDEX */
#photography_thumb_index{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 68px;
	width:100px;
	height:100px;
	z-index:4;
	}	
	
#footer_portrait{
	position:relative;
	clear:both;
	width:960px;
	height:20px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:85px;
	z-index:5;
	}

#footer_landscape{
	position:relative;
	clear:both;
	float:right;
	width:960px;
	height:20px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	}

#contact{
	position:relative;
	padding: 40px;
	clear: both;
	width:345px;
	height:365px;
	margin-left:auto;
	margin-right:auto;
	margin-top:90px;
	background-color: #ffffff;
	z-index:2;
 } 
 

/* typography */

.NavCopy {
	color: #d1d3d4;
	text-decoration: none;
	}

.TitleCopy {
	color: #d1d3d4;
	}

.GeoSubCopy {
	color: #58595b;
	font-style: italic;
	}

.DescriptionCopy {
	color: #58595b;
	text-align: justify;
	line-height: 13px;
	}
	
.AboutCopy {
	color: #000;
	line-height: 17px;
	}
	
.FooterCopy {
	font-size: 10px;
	color: #4d4d4f;
	text-align: center;
	}

a:link {
	color: #d1d3d4;
    text-decoration: none;
	}
	
a:hover {
	background-color: #333;
	}

a:visited {
	color: #666;
	text-decoration: none;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	line-height: 13px;
	}

body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}

/* image navigation */

#photography_nav_container_landscape{
	position: relative;
	width: 60px;
	height: 15px;
	margin-top: 5px;
	margin-left: 540px;
	z-index:6;
	}

#photography_nav_container_portrait{
	position: absolute;
	width: 60px;
	height: 15px;
	margin-top: 5px;
	margin-left: 260px;
	z-index:6;
	}

#photography_nav_left{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url('imgs/NavLeft.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	z-index:7;
	}
	
#photography_nav_zoom{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 0px;
	background-image: url('imgs/NavZoom.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	z-index:7;
	}

#photography_nav_right{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url('imgs/NavRight.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	z-index:7;
	}
    
/* div size selection */
#size_column{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 20px;
	width:25px;
	height:90px;
	background-color:#ccc;
	clear: both;
	z-index:4;
	}	
	
/* div price selection */
#price_column{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 20px;
	width:25px;
	height:90px;
	background-color:#fff;
	clear: both;
	z-index:4;
	}
	
/* div cart selection */
#cart_column{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 20px;
	width:20px;
	height:90px;
	background-color:#eee;
	clear: both;
	z-index:4;
	}	
	
/* div cart selection */
#view_cart{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 200px;
	line-height: 20px;
	width:20px;
	height:20px;
	background-color:#cc3333;
	clear: both;
	z-index:5;
	}	
