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


html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*line-height: 1;*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* End Reset ---------------------------*/

/* LAYOUT -------------------------------*/

body {
	background-color: #000;
	color: #000:;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
	position: relative;
}

#frame {
	background-color: #fff;
	width: 770px;
	margin: 0 auto;
	min-height: 1000px;
	position: relative;
}

#branding {
	height: 376px;
	background: url(images/branding.jpg) top left no-repeat;
}
	#branding h1{
		text-indent: -9999px;
}

ul#nav {
	list-style: none;
	width: 385px;
	height: 75px;
	position: absolute;
	top: 149px;
	right: 0;
}
	
	ul#nav li {
		display: inline;
}
	
	ul#nav li a  {
		text-indent: -9999px;
		/*display: block;*/
		height: 75px;
		float: left;
		text-decoration: none;
		border: none;
}
		
		ul#nav li a.about {
			background: url(images/nav/about.jpg) no-repeat top center;
			width: 125px;
}
		
		ul#nav li a.work {
			background: url(images/nav/work.jpg) no-repeat top center;
			width: 125px;
}

		ul#nav li a.contact {
			background: url(images/nav/contact.jpg) no-repeat top center;
			width: 135px;
}

		ul#nav li a.about:hover, 
		ul#nav li a.work:hover,
		ul#nav li a.contact:hover {
			background-position: bottom center;
}
		body#about ul#nav li a.about,
		body#work ul#nav li a.work,
		body#contact ul#nav li a.contact {
			background-position: bottom center;
}
		

#content {
	margin-top: -149px;
}

	#content-main {
		width: 482px;
		min-height: 520px;
		float: right;
		padding: 15px 15px 25px 15px;
		margin-bottom: 0;
		border-left: 3px solid #000000;
		position: relative;
}

	#content-sub {
		width: 250px;
		min-height: 470px;
		float: left;
}


body#about #content-main {
	
}
	body#about #content-sub {
	background: url(images/casetteCut.jpg) no-repeat 0 200px;
}
	body#work #content-sub {
	background: url(images/camera.jpg) no-repeat 0 200px;
}
	body#contact #content-sub {
	background: url(images/antennae.jpg) no-repeat 0 160px;
}


#clear {
	clear: both;
	width: 100%;
	height: 1px;
}
		
#site-info {
	width: 770px;
	height: 231px;
	text-indent: -9999px;
	bottom: 0;
	background: url(images/footer.jpg) no-repeat top left;
	margin-top: -35px;
	
}

/* TYPOGRAPHY --------------------------*/

body {
	font-size: .8em;
	line-height: 18px;
}

p {
	margin: 5px 0 0 0;
}
h2, h3 {
	color: #3d0f00;
	font-weight: bold;
	padding: 10px 0 2px 0;
	letter-spacing: .1em;
	word-spacing: .4em;
}

h2 {
	font-size: 1.5em;	
}

h3 {
	font-size: 1.3em;
}
div > h2:first-child {
	padding-top: 0;
	text-align: left;
	margin: 0 0 10px 0px;
	
}

a:hover, a:active, a:focus {
	outline: none;
}

p > a {
	color: #3d0f00;
	text-decoration: none;
	border-bottom: 1px dashed #3d0f00;
	font-weight: bold;
}
	p > a:hover {
	color: #a3b1b0;
	/*background-color: #3d0f00;*/
	border-bottom: 1px dashed #a3b1b0;

}

	#content-sub blockquote{
		padding: 46px 8px 10px 18px;
		color: #3d0f00;
		text-align: left;
		font-style: italic;
		font-size: .9em;
		
}

/* WORK ---------------------------------*/

ul#work-list {
	list-style: none;
	width: 475px;	
	position: relative;
	right: -20px;
}

ul#work-list li {
	float: left;
	margin: 40px 20px 20px 20px;
}



/* CONTACT -------------------------------*/

/*.contactLeading {margin-top: 5px; text-align: center;}

#formWrapper {width: 350px; height: 415px; margin: auto; margin-bottom: 15px;}

#contactForm {width: 350px; margin: auto; position: relative; top: 20px;}
label, label span {display: block; padding-bottom: 5px;}
label {float: left; width: 100%;}
label span {float: left; width: 30%; text-align: right;}

fieldset { border: none; overflow: hidden;}
fieldset input {float: right; width: 65%; border: 1px solid #4e481e;}
fieldset input:hover, input:focus {border-color: #710d05;}

#bodyTextInput {margin-top: 25px; padding: 0;}
#bodytext {float: right; border: 1px solid #4e481e;}
#bodyTextInput span {width: 100%; text-align: center;}

div#button {width: auto; float: right; margin: 0; }
#submitBtn { padding: 2px 20px; border: 1px solid #4e481e; clear: both; }
#submitBtn:hover, submitBtn:focus {border-color: #710d05; color: #710d05;}*/

#form-wrapper {
	width: 430px;
	margin: auto;
	
}

#form-wrapper > p {
	margin:0 0 13px 0;
}
#contactForm {width: 390px; margin: auto; padding-left: 20px; }
fieldset input {border: 1px solid #4e481e;}
fieldset input:hover, input:focus {border: 1px solid #710d05;}
label { width: 70px; float: left; padding-left: 1px;}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: .8em; }
label#message {float: none; width: 15em;}
p { clear: both; }
p#messageInput {margin-left: 70px;}
.submit { margin-left: 70px; padding: 0;}
#bodytext {border: 1px solid #4e481e;}

