/* ----------  Reset -------------- */
html, body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td, form, fieldset, select, input, textarea, dl, dt, dd, ul, ol, li, address, blockquote, pre, code {
	margin:0;
	padding:0;
}
body {
	color:#FECA76;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.8em;
	line-height: 1.5em;
	letter-spacing: .1em;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color: #FECA76;
}
a:active {
	text-decoration:none;
	color: #FECA76;
}
p {
	font-size: 14px;
	line-height: 20px;
}
/*---------- Wrapper ----------*/
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*---------- Email Signup ----------*/
#top {
	height: 45px;
	width: 1000px;
	text-align: right;
}
.align-right {
	text-align: right;
}
#subscribe {
	margin-left: 675px;
	margin-top: 15px;
}
#subscribe tr td #t1 {
	color: #999;
}

/*---------- Logo ----------*/
#header {
	height: 60px;
	width: 1000px;
}

/*---------- Navigation ----------*/
#navigation {
	height: 30px;
	width: 965px;
	padding-top: 10px;
	padding-left: 85px;
}
.spacer {
	padding-right: .7em;
	padding-left: .7em;
}
#navigation p {
	font-size: 1.4em;
}
#navigation a:link {
	color:#A5A7AA;
	text-decoration:none;
}
#navigation a:visited {
	color:#A5A7AA;
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:none;
	color: #FECA76;
}
#navigation a:active {
	text-decoration:none;
	color: #FECA76;
}
#navigation a.here {
	color:#FECA76;
	text-decoration:underline;
}

/*---------- Content ----------*/
#content {
	background: #b4b6b9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YjZiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjlkYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b4b6b9 0%, #9b9da0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b6b9), color-stop(100%,#9b9da0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4b6b9 0%,#9b9da0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4b6b9 0%,#9b9da0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4b6b9 0%,#9b9da0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4b6b9 0%,#9b9da0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b6b9', endColorstr='#9b9da0',GradientType=0 ); /* IE6-8 */

	position: relative;
	height: auto;
	width: 99%;
	border: 5px solid #FECA76;
	border-radius: 20px;
	overflow: hidden;
	min-height: 450px;
}
#main-image {
	position: absolute;
	left: 90px;
	bottom: 0px;
}

/*---------- Footer ----------*/
#footer {
	text-align: center;
	height: 25px;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
}
#footer p {
	color: #CCC;
	font-style: italic;
	padding-top: 3px;
	font-size: .9em;
}
#wrapper #footer p .site-credit {
	color: #666;
}
#wrapper #footer p .site-credit a:link {
	color:#666;
	text-decoration:underline;
	font-size: .9em;
}
#wrapper #footer p .site-credit a:visited {
	color:#666;
	text-decoration:underline;
	font-size: .9em;
}
#wrapper #footer p .site-credit a:hover {
	text-decoration:none;
	color: #FECA76;
	font-size: .9em;
}
#wrapper #footer p .site-credit a:active {
	text-decoration:none;
	color: #FECA76;
	font-size: .9em;
}

/*---------- Bio Content ----------*/
#bio {
	padding-top: 25px;
	width: 420px;
	margin-left: 525px;
	color: #000;
	padding-bottom: 15px;
}
#bio h2 {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 20px;
}
#bio p {
	padding-bottom: 20px;
}
/*---------- Contact Content ----------*/
#contact {
	padding-top: 25px;
	width: 420px;
	margin-left: 525px;
	color: #000;
	padding-bottom: 15px;
}
#contact h2 {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 40px;
}
#contact p {
	padding-bottom: 20px;
}
/*---------- Home Content ----------*/
#home-content {
	padding-top: 25px;
	width: 420px;
	margin-left: 525px;
	color: #000;
	padding-bottom: 15px;
	text-align: center;
}
#home-content h2 {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 40px;
}
#home-content p {
	padding-bottom: 20px;
}
#new-album {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

/*---------- Links Content ----------*/
#links {
	padding-top: 25px;
	width: 420px;
	margin-left: 525px;
	color: #000;
	padding-bottom: 15px;
}
#links h2 {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 20px;
}
#links p {
	padding-bottom: 20px;
}
/*---------- RSVP Content ----------*/
#rsvp {
	padding-top: 25px;
	width: 420px;
	margin-left: 525px;
	color: #000;
	padding-bottom: 15px;
}
#rsvp h2 {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 40px;
}
#rsvp p {
	padding-bottom: 20px;
	text-align: center;
}
p.confirmation {
	font-weight: bold;
	color: #FECB76;	
}
/*---------- Music Content ----------*/
#music {
	padding-top: 25px;
	width: 445px;
	margin-left: 500px;
	color: #000;
	padding-bottom: 15px;
	text-align: center;
}
#music h2 {
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 20px;
}
#music p {
	padding-bottom: 20px;
}
#videogallery {
	text-align: left;
	padding-left: 10px;
}
#videogallery td {padding: 5px; font-size: 14px;}

/* -------- Audio.js -------- */

#audiojs_wrapper0 {width: 350px; margin: 0 0 0 50px;}
.playlist { padding: 0px; margin: 25px 0; color: #ccc; width: 460px; border-top: 1px solid #ccc; font-size: 0.9em; text-align: left;}
.playlist li { position: relative; margin: 0px; padding: 12px 2px; border-bottom: 1px solid #ccc; cursor: pointer; }
.playlist li a { display: block; text-indent: -3.3ex; padding: 0px 0px 0px 35px; font-weight: 700; font-size: 13px; text-decoration: none;  }
li.playing { color: #aaa; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3); }
li.playing a { color: #000; }
li.playing:before { content: '♬'; width: 14px; height: 14px; padding: 3px; line-height: 14px; margin: 0px; position: absolute; left: -17px; top: 11px; color: #000; font-size: 13px; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }

/*---------- Additions ----------*/
#links ul {
	list-style-type: none;
	padding-top: 25px;
	padding-left: 120px;
	line-height: 2.5em;
}
#content-image #rsvp .required p {
	text-align: left;
	font-size: .9em;
	font-style: italic;
}
.required {
	margin-top: 20px;
}
#contact ul {
	list-style-type: none;
	line-height: 2.5em;
	padding-left: 50px;
	padding-top: 20px;
}
