@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=7251eb54-3baa-4cd6-b7ce-ea2b42d539dd");

/*
 *
 * style.css
 *
 * William Wade
 *
 * ROUNDHOUSE DESIGNS
 *
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
}

/* GENERAL STYLES */

h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

p { font-size: 1em; }

img { display: block; }

em { font-style: italic; }

strong { font-weight: bold; }

#preload { display: none; }

.clear { clear: both; }

.align-center { text-align: center; }

/* EMBEDDED FONTS */

@font-face {
    font-family: 'Governor';
    src: url('../fonts/governor-webfont.eot');
    src: url('../fonts/governor-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/governor-webfont.woff') format('woff'),
         url('../fonts/governor-webfont.ttf') format('truetype'),
         url('../fonts/governor-webfont.svg#GovernorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'courier_primeregular';
    src: url('../fonts/courier_prime-webfont.eot');
    src: url('../fonts/courier_prime-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/courier_prime-webfont.woff') format('woff'),
         url('../fonts/courier_prime-webfont.ttf') format('truetype'),
         url('../fonts/courier_prime-webfont.svg#courier_primeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* STRUCTURE and TAGS */

hr {
	margin: 15px auto;
}

body {
	background: url(../images/bg.jpg) repeat;
	position: relative;
	font-family: "courier_primeregular", 'Times New Roman';
	line-height: 1.2;
}

#container {
	width: 700px;
	min-height: 686px;
	margin: 0 auto;
	position: relative;
	background: url(../images/staff-dots.png) no-repeat center top;
}

#header-main {
	font-family: Governor, sans-serif;
	text-align: center;
	position: relative;
	margin-top: 20px;
	left: 20px;
}

h1.title {
	font-size: 62px;
	margin: 0;
	display: block;
}

#nav-main ul {
	position: relative;
	bottom: 5px;
}

#nav-main li {
	display: inline;
	margin: 0 12px;
	font-size: 20px;
}

.nav { color: #000; }
.nav:link, .nav:visited { text-decoration: none; }
.nav:active, .nav:hover { text-decoration: underline; }

#main {
	width: 480px;
	position: relative;
	left: 130px;
	padding-top: 20px;
	border-top: 2px solid #000;
}

#footer-main {
	margin: 20px 0;
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid #000;
}

.copy {
	font-size: .6em;
	text-align: center;
}

/* HOME */

#home-left {
	width: 203px;
	height: 312px;
	background: url(../images/trebleclef.png) no-repeat;
	position: absolute;
	left: -40px;
	top: 10px;
}

#home-right {
	float: left;
	min-height: 310px;
	position: relative;
	left: 140px;
	text-align: center;
	width: 340px;
}

/* BIO */

#bio-content {
	width: 100%;
	text-align: left;
	position: relative;
	bottom: 20px;
}

#bio-content p {
	text-indent: 20px;
	margin: 10px auto;
	line-height: 130%;
	text-align: justify;
}

.bio-photo {
	z-index: 1;
	float: right;
	position: relative;
	margin: 0 0 0 20px;
	bottom: 10px;
	width: 200px;
	height: 279px;
}

/* RESUME */

#resume-content {
	position: relative;
	bottom: 25px;
}

#resume-content p {
	margin: 10px 0 10px 20px;
	line-height: 120%;
}

#resume-content h3 {
	text-decoration: underline;
	margin-top: 20px;
}

/* MEDIA */

article.media audio {
	margin: 5px auto 25px auto;
	width: 96%;
}

.audio-table {
	width: 100%;
	margin: 15px auto;
	border-bottom: 1px solid #000;
}
.audio-table.last { border-bottom: none; }
.audio-table tr {
	width: 100%;
}
.audio-table tr td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.audio-table tr td p:first-child { font-weight: bold; }
.audio-table tr td p:nth-child(2) { font-size: .8em; }

/* Audio Controls */

audio {
	margin: 5px;
}

.home-song { margin: 10px auto;  }

/* Extras */

.framed {
	position: absolute;
}