/* 
Joanna Gray Shoes CSS Styling and Design
author: Dustin Pfeifer
contact: dustin@dustinpfiefer.com
*/

*{
	margin:0;
	padding:0;
}

body {
	background:#fdf8db url(../images/background.jpg) repeat-x top;
	text-align:center;
	width:862px;
	margin:0 auto;
	font:12px/150% Helvetica Nue, Helvetica, Arial, sans-serif;
	color:#666;
}


/* Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	height:108px;
	border:1px solid #ff6766;
	border-width:0 0 2px;
	overflow:hidden;
	margin:0;
}

.logo {
	float:left;
	margin:0;
}

#navigation {
	list-style-type:none;
	float:right;
	padding:80px 0 0;
}

#navigation li {
	display:block;
	float:left;
}

#navigation a {
	display:block;
	float:left;
	text-transform:uppercase;
	color:#00B7C2;
	text-decoration:none;
	padding:0 0 0 20px;
}

#navigation a:hover, #navigation a.selected {
	color:#ff6766;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	text-align:left;
	margin:25px 0;
}

.promo {
	float:left;
	margin:0;
}

#left {
	float:left;
	width:592px;
}

#right {
	float:right;
	width:230px;
}

	.location {
		/* background:url(../images/logo-crosskeys.jpg) no-repeat left center; */
		border:1px solid #ff6766;
		border-width:1px 0;
		padding:10px 0;
		margin:20px 0;
	}

#footer {
	text-align:left;
	border:1px solid #ff6766;
	border-width:2px 0 0;
	text-transform:uppercase;
}

	.email {
		float:left;
		margin:25px 0;
	}

	#email {
		display:block;
		float:left;
		height:28px;
		line-height:28px;
		background:#fdf8db;
		border:1px solid #ff6766;
		border-width:1px 0 1px 1px;
		padding:0 7px;
		margin:25px 0 25px 25px;
	}

	#submit {
		display:block;
		float:left;
		height:30px;
		width:31px;
		background:url(../images/icon-submit.jpg) no-repeat;
		border:none;
		text-indent:-9999px;
		cursor:pointer;
		margin:25px 0;
	}
	
	.crosskeys {
		background:url(../images/logo-crosskeys.jpg) no-repeat left center;
		padding:0 0 0 60px;
		line-height:150%;
	}
	
#bottom {
	border:1px solid #ff6766;
	border-width:2px 0 0;
	padding:0;
	font-size:10px;
}

	#bottom .alignleft {
		float:left;
	}
	
	#bottom .alignright {
		float:right;
	}


/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#ff6766;
}

a img {
	border:none;
}

h1, h2 {
	color:#00b7c2;
	text-transform:uppercase;
	font-weight:normal;
	margin:10px 0;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:14px;
}


/* Contact Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#contact #left {
	float:left;
	width:175px;
}

#contact #right {
	float:right;
	width:377px;
}

#contact label {
	font-size:11px;
	text-transform:uppercase;
	color:#00b7c2;
}

#contact input, #contact textarea {
	width:100%;
	background:#fdf8db;
	border:1px solid #ff6766;
	padding:5px 0;
}

#contact input.button {
	width:50px;
	background:#fdf8db;
	border:1px solid #ff6766;
	color:#00b7c2;
	text-transform:uppercase;
	cursor:pointer;

}


/* Shoe Gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#thumbs {
	list-style-type:none;
}

#thumbs li {
	display:block;
	float:left;
	width:164px;
	height:109px;
	background:#fff;
	border:15px solid #ddd;
	text-align:center;
	margin:0 5px 5px 0;
	line-height:0;
}

#thumbs li:hover {
	border:15px solid #ccc;
}

#thumbs li.end {
	margin:0;
}

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

#lightbox a img{ border: none; }

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

#imageDataContainer{
	font-size:11px;
	background-color: #343434;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0px 10px 0 10px; color: #fff; } 
#imageData a { color:#ff0099; text-decoration:none; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#666;	}			
#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: #fdf8db;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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

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