/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #c13600 url("../dev/_img/damask.gif");
}

p{
	margin: 8px 0px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1{
	font-size: 24px;
}

h2{

}

h3{

}

h4{

}

h5{

}

h6{

}

em{
	font-style: normal;
	color: #ffc0bd;
}

img{
	border: 0px;
}

address{
	font-style: normal;
	margin-bottom: 250px;
}

#polaroids{
	position: absolute;
	z-index: 100;
	top: 512px;
	left: 656px;
}

#home_polaroids{
	position: absolute;
	z-index: 100;
	top: 378px;
	left: 374px;
}

#content a{
	color: #ffc0bd;
	text-decoration: none;
}

#left a{
	color: #C00;
	text-decoration: none;
}

#content a:hover{
	color: #fff;
}

h5 a{
	text-decoration: none;
	background: #7a0b00;
	color: #ffc0bd;
	padding: 5px;
}

h5 a:hover{
	color: #fff;
}


input{
	background: #ce7676;
	border: 0px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 4px;
	height: 20px;
	vertical-align: baseline;
}

textarea{
	background: #ce7676;
	border: 0px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 4px;
	height: 120px;

}


#signup input{
	background: #900;
}

#container{
	background:  url("../dev/_img/layout.jpg") no-repeat;
	width: 945px;
	height: 702px;
	padding-left: 60px;
}

#signup{
	float: left;
	color: #fff;
}

#nav{
	float: right;
	margin-right: 260px;
	font-size: 14px;
	padding-top: 15px;
}

#nav ul{
	list-style: none;
}

#nav li{
	display: inline;
	padding-right: 10px;
}

#nav a{
	text-decoration: none;
	color: #000;
}

#nav a:hover{
	border-top: 2px solid #000;
}

#left{
	clear: both;
	width: 175px;
	float: left;
	padding-top: 185px;
}

#right{
	float: left;
	margin-left: 150px;
	width: 380px;
	margin-top: 75px;
}

#footer{
	clear: both;
	margin-left: 60px;
	color: #fff;
}

#logo{
	color: #fff;
	float: left;
	width: 200px;
	margin-bottom: 35px;
}

#info{
	color: #fff;
	float: right;
	font-size: 14px;
	width: 130px;
}

#title{
	clear: both;
	float: left;
	color: #ffc0bd;
	font-size: 14px;
	width: 150px;
}

#subtitle{
	clear: both;
	float: right;
	color: #ffc0bd;
	font-size: 14px;
	width: 130px;
	margin-top: -15px;
}

#content{
	clear: both;
	padding-top: 30px;
	color: #fff;
	overflow: auto;
	height: 370px;
	width: 460px;
}

#content p{
	width: 380px;
}

#gallery td{
	width: 104px;
	height: 80px;
	text-align: center;
	background:  url("../dev/_img/canvas.jpg") no-repeat;
}

#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(../_img/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("../dev/_img/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:  url("../dev/_img/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=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	
	
	
#footer a{
	text-decoration: none;
	color: #fff;
}

#footer a:hover{
	border-bottom: 2px solid #fff;
}

#contactform tr{
	margin: 4px 0px;
}

/* trying to sort out firefox and ie form layout with some crazy crazy css hack */

* html body form div label.prime3 {
display /*\*/: inline; 
margin-bottom /*\*/: -6px; 
height /*\*/: 0;
}
label.prime3 {
margin-left: 10px;
}
div > label.prime3 {margin-top: 2px; display: inline-block;}

/*\*/ * html body form div input.size3 {
display /*\*/: inline; 
position /*\*/: relative;
} 
/**/

* html body form div input.size3 {display: inline;}

input.size3 {
vertical-align: middle;
}

div > input.size3 {display: inline-block;}

* html body form div input.submit4 {padding: 1px 6px;}
input.submit4 {
width: auto;
vertical-align: middle;
}

div > input.submit4 {padding: 1px 8px;}

@media all and (min-width: 0px;) {
input.submit4 { width: 30px; display: inline-block;}
}

