/* landing */

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;
}
/* 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;
	border-spacing: 0;
}

#top {text-align: center;}


/*   ******************* LAYOUT **********************  */
html	{
	padding: 0;
	background-image:url(../graphics/red-curtain-tile.jpg);
	background-attachment:fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #7d142d;	
}	



body {	font-size: 16px;
}

h1	{
	font-size: 3em;
	color: #FFFFFF;
}

.container {
	width:  100%;
	clear:both;
	margin:  0 auto;
	text-align: center;
}

/* ************************ STYLING THE  MAIN MENU	************************ */	
#top ul	{
	margin: 0;
	padding: 0;
}
#top li	{
	display: inline;
	text-align: left;
	padding: 0 3px;
	font-size: 120%;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
	list-style-type: none;
	color: #4D4A12;
	font-family: 'Yrsa', serif;
	}
	
/* ******************************* LINK STYLING ****************************** */	
			/*General links*/
a:link	{
	font-weight: 400;
	text-decoration: none;
	color: #7E112B;
}
a:visited	{
	text-decoration: none;
	color: #7E112B;
}
a:hover	{
	text-decoration: underline;
	color: #6A041C;
}		
a:active	{
	text-decoration: none;
	color: #6A041C;
}

	/*Menu links*/
#top a:link	{
	font-family: 'Yrsa', serif;	/*REPEATING THIS TO OVERRIDE A:LINK FONT-FAMILY*/
	text-decoration: none;
	/*color: #8A7B13;*/
	color:  #a17b23;
}
#top a:visited	{
	text-decoration: none;
	color: #8A7B13;
}
#top a:hover	{
	text-decoration: none;
	color: #554F28;
	text-shadow: 1px 1px #000000;
}
#top a:active	{
	text-decoration: none;
	color: #554F28;
}

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

/* RESPONSIVE BEFORE BS HACKS */
img.img-responsive {width: 100%; padding-bottom: 5px;}

.logo {
max-width:824px;
}

.record-container {
margin: 1em 0;
text-align: center;
}

.record-centered {
  margin: 0 auto;
  text-align: center;
}

.record {max-width:720px;}

.audio-controler {
margin: 0 auto; 
text-align: center; 
width: auto;
background-color: transparent;
}


.audio-controler audio {width: 100%; min-width: 240px; max-width: 720px; height:2em; padding: .1em;}

.audio-controler2 audio {width: 100%; min-width: 240px; max-width: 720px; height:2em; padding: .1em; }



