/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 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%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* more generic classes */
.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.left {float: left;}
.right {float: right;}
.column {display: inline; float: left;}
.column.right {float: right;}
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.finder {border: 1px solid red;}
.remove {position: absolute;left: -9999em;}

/* global */

.clearfix:after { /* self-clearing - see ie6-7.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background: #C8B18B;	
	color: #54301A;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

a {
	color: #E56F56;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #F5927C;
}

#wrapper {
	width: 838px;
	margin: 20px auto;	
	background: #FFF6E4 url(../images/banner-wordsmith.gif) no-repeat 0 72px;
	position: relative;
}

#nav {
	position: absolute;
	top: 124px;
	left: 300px;
	width: 540px;
}

#nav a {
	display: block;
	float: left;
	display: inline;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
}

.nav-bullet {
	float: left;
}

#nav a#about {
	width: 108px;
	background-image: url(../images/nav-about.gif);	
}

#nav a#about:hover, .about #about  {
	background-position: 0px -25px;
}

#nav a#testimonials {
	width: 118px;
	background-image: url(../images/nav-testimonials.gif);	
}

#nav a#testimonials:hover, .testimonials #testimonials {
	background-position: 0px -25px;
}

#nav a#portfolio {
	width: 92px;
	background-image: url(../images/nav-portfolio.gif);	
}

#nav a#portfolio:hover, .portfolio #portfolio {
	background-position: 0px -25px;
}

#nav a#services {
	width: 72px;
	background-image: url(../images/nav-services.gif);	
}

#nav a#services:hover, .services #services {
	background-position: 0px -25px;
}


#logo {
	position: absolute;
	top: 47px;
	left: -32px;
	clear: both; /* for ie */
	height: 69px;
}

#logo-band {
	height: 69px;
	width: 600px;
	background: #543019;
	position: absolute;
	top: 47px;
	left: -632px;
}

#blog-link {
	position: absolute;
	top: -20px;
	right: 48px;
}

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #6E8778;
	font-size: .9em;
	position: absolute;
	top: 123px;
	left: 15px;
}

#contact a {
	color: #6E8778;		
}

#contact a:hover {
	color: #E56F56;
	text-decoration: none;
}

#main {
	margin-top: 200px;
	float: left;
	width: 100%;
	min-height: 327px; /* see ie6.css */
}

#text {
	float: right;
	width: 486px;
	display: inline;
	margin-right: 48px;
}

h3 {
	color: #6E8778;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0.4em 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer {	
	clear: both;
	background: #6E8878 url(../images/footer-wordsmith.gif) no-repeat bottom left;
	height: 54px;
	color: #E6D6BB;
	font-size: 10px;
	position: relative;
}

#footer p {
	position: absolute;
	bottom: -20px;
	right: 10px;
}

/* HOME */

.home #main {
	background: url(../images/side-home.gif) no-repeat bottom left;	
}

/* SERVICES */

.services #main {
	background: url(../images/side-services.gif) no-repeat bottom left;	
}

/* ABOUT */

.about #main {
	background: url(../images/side-about.gif) no-repeat bottom left;	
	padding-bottom: 20px;
}

/* TESTIMONIALS */

.testimonials #main {
	background: url(../images/side-testimonials.gif) no-repeat 50px bottom;	
}

.testimonials #main p {
	color: #B39F7C;
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.testimonials #main p.source {
	text-align: right;
	font-size: .9em;
	margin-top: -15px;
	margin-bottom: 35px;
	padding-right: 15px;
}

/* PORTFOLIO */

.project {
	width: 220px;
	float: left;
	display: inline;
	margin: 30px 0 0 44px;
}

h3.title {
	text-transform: uppercase;
	color: #6E8778;	
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.summary {
	text-transform: uppercase;
	margin-bottom: 0;
}

.summary .portfolio-link {
	text-transform: none;
	padding-left: 10px;
}

.credit {
	font-style: italic;	
	color: #6E8778;	
	font-size: .9em;
}

.project img {
	margin-bottom: 15px;	
}

.portfolio #main {
	padding-bottom: 30px;	
}