/* 
  timhugh.com
*/


/* !css reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a,a.visited
{
	text-decoration: none;
	color: #ff7718;
}

/* !main css ----------------------------------------------- */

body
{
	background: #000 url('../images/back.gif') top left repeat-y;
	color: #ff7718;
	font: 13px normal trebuchet-ms, sans-serif;
}

p
{
	margin: 1em 0;
}

p.lead
{
	font-size: 1.4em;
	font-style: italic;
	font-family: Times, serif;
}


h1
{
	font-size: 39px;
	/* color: #ffa700; */
	color: #333;
	font-family: Times,serif;
	text-align: center;
	text-transform: capitalize;
}

h2
{
	font-size: 22px;
	color: #333;
	font-family: Times, serif;
	margin: 1em 0 0 0;
	padding: 0;
}

#back_l
{
	position:absolute;
	top:0;
	left:0;
}
#back_r
{
	position: absolute;
	top: 0;
	left: 1084px;
}


#content
{
	width: 650px;
	padding: 30px 50px 50px 50px;
	margin-left: 334px;
	color: #333;
	background: #fff;
}


/* menu -----------------------------------------    */

#menu
{
	font-size: 1.3em;
	text-align: center;
	margin: 20px 0 50px 0;
	
}

#menu ul li
{
	display: inline;
	padding: 0px;
}

#menu a
{
	padding: 5px 10px;
}

#menu a, #menu a:visited
{
	color: #333;
	text-decoration: none;
}

#menu a:hover
{
	/* background: #ff7718 url('../images/menu_bg.jpg') top left no-repeat; */
	color: #0097ce;
	border-bottom: 2px solid #0097ce;
}

#menu a.here
{
	color: #ff7718;
	border-bottom: 2px solid #ff7718;
}


/* !music list -------------------------- */

p.cds
{
	text-align: center;
	margin: 30px 0;
	display: none;
}

p.cds img
{
	padding: 0 7px;
}


.musiclist
{
	width: 450px;
	margin-top: 3em;
}

table.musiclist td
{
	vertical-align: top;
	padding-bottom: 100px;
}


table.musiclist td.cover
{
	padding-right: 26px;
}

table.musiclist p span
{
	color: #0097ce;
}

table.musiclist p.title
{
	color: #ff7718;
	padding-top: 0;
	margin-top: 0;
	font-size: 1.2em;
}

table.musiclist p.title span
{
	color: #999;
	display: block;
	font-size: .8em;
}


/* !gallery ----------------------------- */

table.gallery
{
	margin: 20px auto;
	width: 288px;
}

table td
{
	width: 50%;
	padding: 10px 0;
}

table td.right
{
	text-align: right;
}
table td.wide
{
	width: 100%;
}

/* !misc styles ------------------------ */

.bigquote
{
	font-size: 32px;
	font-family: Times,serif;
	font-style: italic;
	font-weight: normal;
}

.bigquote span
{
/* color: #0097ce; */
color: #999;
font-size: .7em;
}

.imgright
{
	float: right;
	padding: 0 0 15px 15px;
}

.song
{
	clear: both;
	text-align: center;
	padding-top: 30px;
	
	margin: 30px 0 0 0;
	font-family: Times,serif;
	font-style: italic;
}


h2
{
	font-family: Times,serif;
	margin-bottom: 0;
}

.credit
{
	font-family: Times, serif;
	font-style: italic;
	color: #777;
	font-size: 1.2em;
	margin-bottom: 3em;
}




/* !contact form ----------------------------- */

#contactform p
{
	text-align: center;
}

form#contact
{
	font-size: 1em;
}

form#contact table
{
	width: 500px;
	margin: 20px auto;
}

form#contact input, form#contact textarea
{
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	color: #777;
}

form#contact input.button
{
	padding: 5px 10px;
	background: #0097ce;
	color: #fff;
	border: 0;
	font-size: .8em;
	text-transform: uppercase;
}

form#contact input.button:hover
{
	background: #ff7718;
	color: #fff;
	border: 0;
}

form#contact td.label
{
	padding-right: 1em;
	text-align: right;
}

form#contact td.txtfield
{
	vertical-align: top;
	padding-top: 11px;
}

.buttons
{
	padding: 10px 0 0 0;
}

form#contact .error
{
	border: 1px solid #900;
	background: #fff5f5;
}


/* audio player */

#player {
	margin: 20px auto;
}

#au-ioplayer {
		background: #ff7602;
}


