/*
--------------------------------
*
* Wade Gunderson Photography
* 10.4.09
* Author: Brent Babcock
*
*
--------------------------------
*/

@charset UTF-8;
#page_wrap {
	margin:0 auto 60px;
	min-height:600px;
	width:800px;
}
#header {
	height:auto;
	width:800px;
}
#nav_container {
	height:50px;
	left:10px;
	margin:0 auto 30px;
	padding:0;
	position:relative;
	width:650px;
}
#nav_box {
	float:left;
	margin:0;
	padding:0;
}
#flash_content {
	margin:0 auto 20px;
	padding:0;
	position:relative;
	width:700px;
}
#content {
	margin:0 auto 20px;
	padding:0;
	position:relative;
	width:620px;
}
.title {
	display:block;
	margin:0 0 20px;
}
h1#fashion {
	background:url(../images/fashion_ttl.jpg) no-repeat left top;
	height:35px;
	text-indent:-9999px;
	width:177px;
}
h1#portfolio {
	background:url(../images/port_ttl.jpg) no-repeat left top;
	height:35px;
	text-indent:-9999px;
	width:200px;
}
h1#stills {
	background:url(../images/stills_ttl.jpg) no-repeat left top;
	height:35px;
	text-indent:-9999px;
	width:200px;
}
h1#bio {
	background:url(../images/about_ttl.jpg) no-repeat left top;
	height:35px;
	text-indent:-9999px;
	width:200px;
}
h1#contact {
	background:url(../images/contact_ttl.jpg) no-repeat left top;
	height:35px;
	text-indent:-9999px;
	width:200px;
}
#pic_row {
	display:block;
	height:150px;
	margin-bottom:15px;
	width:636px;
}
#pic_placement {
	border:#000 1px solid;
	float:left;
	height:150px;
	margin-bottom:10px;
	margin-right:10px;
	top:0;
	width:200px;
}
#pic_placement:hover { border:#FFF 1px solid; }
#pic_float {
	float:right;
	margin-left:10px;
}
#type {
	color:#FFF;
	font-size:13px;
	font-weight:lighter;
	letter-spacing:.5px;
	line-height:17px;
	text-align:left;
	width:636px;
}
#type a {
	color:#FFF;
	text-decoration:none;
}
#type a:link, a:visited { color:#FFF; }
#type a:hover { color:#CCC; }
#type h1 {
	color:#FFF;
	font-size:24px;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:2px;
	text-align:left;
}
#copyright {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-bottom:25px;
	position:relative;
	text-decoration:none;
	top:50px;
	width:800px;
}
#copyright a {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#copyright a:link, a:visited { color:#666; }
#copyright a:hover { color:#F03; }
#form_holder {
	color:#fff;
}
.label {
	font-size:14px;
	padding:.5em 0;
}
.cell {
	background-color:#000;
	border:0 none;
	color:#FFF;
	font-size:12px;
}
input.cell {
	background-color:#000;
	border:#FFF 1px solid;
	color:#FFF;
	font-size:12px;
	padding:.5em;
}
textarea.cell {
	background-color:#000;
	border:#FFF 1px solid;
	color:#FFF;
	font-size:12px;
	height:300px;
	padding:.5em;
	width:400px;
}
input.submit {
	background-color:#FFF;
	border:0 none;
	color:#000;
	cursor:pointer;
	font-size:12px;
	margin-bottom:20px;
	margin-top:5px;
	padding:.5em;
}
#msg {
	color:#FFF;
	font-size:12px;
	height:300px;
	left:300px;
	margin-bottom:-310px;
	position:relative;
}
#msg h2 {
	color:#F36;
	font-size:16px;
}