@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 20px 10px 0px 10px;
	background: #fff;
	color: #848484;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	height: 35px;
	width: 800px;
}
#title img {
	border-right: 1px solid #929292;
	float: left;
}
#title p {
	float: right;
	padding-top: 18px;
	font-size: 12px;
	letter-spacing: .2em;
}
#homeHead {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
}
#homeHead img {
	border-right: 2px solid #FFFFFF;
}
#homeHead #last {
	border: none;
}
#contentWrapper {
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
}
#content {
	width: 367px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 180px;
	padding-right: 43px;
	border-right: 1px solid #929292;
	float: left;
	line-height: 1.5em;
}
#content p {
	padding-bottom: 1em;
}
#words ul, #audio ul, #resume ul, #contact ul {
	padding-left: 16px;
	padding-bottom: 1.8em;
	list-style: square;
}

#words li, #audio li, #resume li, #contact li {
	padding-bottom: .5em;
	list-style: square;
}

#floater {
	margin-left: -80px;
	margin-bottom: .5em;
	font-size: 13px;
}
#nav {
	width: 207px;
	padding-top: 40px;
	float: left;
	letter-spacing: .5em;
	
}
a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #c59b22;
}
a:hover {
	color: #929292;
}
#content a:hover {
	color: #c59b22;
	text-decoration: underline;
}
#nav a {
	font-size: 13px;
}
#nav table {
	border-collapse: collapse;
	margin-right: 12px;
	float: left;
}
#nav td {
	padding: 5px 5px 5px 0;
}
.imgLink img {
	border: none;
}
.spacer {
	width: 34px;
}
#footer {
	width: 800px;
	clear: both;
	padding-top: 3px;
	border-top: 1px solid #929292;
	text-align: right;
}
#footer img {
	border-right: 2px solid #FFFFFF;
}
#footer #last {
	border: none;
}
/* story headings ==================================================*/
h1 {
	letter-spacing: 0.5em;
	padding-left: 232px;
	font-size: 24px;
	font-weight: normal;
}
#words h1 {
	background: url(images/words.gif) no-repeat left top;
}
#audio h1 {
	background: url(images/audio.gif) no-repeat left top;
}
#music h1 {
	background: url(images/music.gif) no-repeat left top;
}
#resume h1 {
	background: url(images/resume.gif) no-repeat left top;
}
#contact h1 {
	background: url(images/contact.gif) no-repeat left top;
}
/* END story headings ==================================================*/
h2 {
	font-size: 12px;
	border-bottom: 1px solid #929292;
	margin-bottom: .5em;
}
#resume h2 {
	padding-top: 1.5em;
	margin-bottom: .7em;
}
#content h2 a:hover {
	text-decoration: none;
	color: inherit;
}
h3 {
	font-size: 11px;
	padding-bottom: .4em;
}
.box {
	padding-bottom: 1em;
}
.box img {
	float: left;
	margin-bottom: 10px;
	border: none;
}
.box p {
	width: 220px;
	float: right;
}
#music ul {
	width: 120px;
	padding-bottom: 1.2em;
	clear: left;
}
#music li {
	list-style: none;
	padding: .2em 0 .2em 1.7em;
	background: url(images/playBtn.gif) no-repeat left center;
	line-height: 1.1em;
}
.normal {
	font-weight: normal;
	font-size: 11px;
}
.floatImgLeft {
	padding: 0px 12px 10px 0px;
	float: left;
}
/* clearing floats =================================================*/
.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 */
/* clearing floats =================================================*/
