/* CSS3 RCS */
{
	margin: 0;
	padding: 0;
}

/*Tell the browser to render HTML 5 elements as block */
header, aside, nav, article, rep, footer {
	display: block;
}

body {
	margin: auto;
	width: 900px;
	content:no-open-quote;
	font: 14px/22px Verdana, Calibri, sans-serif;
	background-image: url(../Art/stripe.jpg);
	background-repeat: repeat-x;
	background-color: #0e5399;
}

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;	
}

.name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-variant:small-caps;
	color:#0e5399;
}

#container {
	width: 900px;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px #000;
	-moz-box-shadow: 0 1px 30px 3px #000;
	-webkit-box-shadow: 0 1px 50px 3px #000;
	background-image: url(Art/RCSbannerw.jpg);
}

.header {
	margin-left: 25px;
	
}

h1 {
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0;
	color: #0e5399;
	margin-left: 25px;
}

h2 {
	font-size: 16pt;
	color: #000;
	font-family: Georgia, sans-serif;
	line-height: 0;
}

h3 {
	font-size: 20pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 200px;
	color: #0e5399;
	margin-top: -20px;
	margin-left: 40px;
}

.jplayer {
	float: right;
	margin-top: 30px;
	line-height: 200px;
	margin-right: 5px;
}

ul.rep {
	list-style:none;
	border-top-width:thick;
	border-bottom:ridge;
	border-spacing:inherit;
	border-width: thin;
	width:350px;
	text-align:center;
}

ul.salsa {
	list-style:none;
}

ul.salsa li{
	font-size:28px;
	font-weight:bold;
	text-shadow:#000;
	font-stretch:ultra-condensed;
}

ul.rep li{
	color:#0e5399;
	outline-color:#000;
	word-spacing:inherit;
}

ul.genre{
	text-align:left;
	position:relative;	
	width:350px;
	color:#000;
	font-size:28px;
	font-stretch:extra-expanded;
	font-weight:bold;
	list-style:none;
}

.nav {
	position: absolute;
	width: 900px;
	background: #000;
	margin-top: -46px;
}

.nav ul {
	margin: 0 auto;
	width: 900px;
	list-style: none;
}

.nav ul li {
	float: left;
	list-style: none;
}

.nav ul li a {
	display: block;
	margin-right: 50px;
	width: inherit;
	font-size: 15px;
	font-family: Verdana, Calibri;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-variant:small-caps;
}

.nav ul li a:hover {
	color: #0e5399;
	cursor: default;
}

.nav ul li.selected a {
	color: #0e5399;
}

.nav ul li.feedback a {
	color: #FC3;
}

.nav ul li.feedback a:hover {
	color: #FFF;
}

.intro {
	margin-top: 50px;
	padding: 160px;
	background-size: 100%;
	border-radius: 15px;
	
    /* Background-size not implemented yet */  
    -webkit-background-size: 100%;  
    -o-background-size: 100%;  
    -khtml-background-size: 100%;  
	background-image: url(../Art/RCSbannerw.jpg);
    /* Border-radius not implemented yet */  
    -moz-border-radius: 25px;
	-webkit-border-radius: 25px
}

rep {
	position: absolute;
	left: 60px;
	width: 900px;
}

rep ul {
	margin: 0 auto;
	width: 900px;
	list-style: none;
}

rep ul li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img.bio {
	float: left;
	margin: 15px;
}

img.header {
	text-align: center;
	margin: 0;
	margin-top: 0;
}

.footer {
	padding-bottom: 0;
	font-family: Arial;
	margin-bottom: 0;
	bottom: 0;
	color: #000;
	text-align: center;
	font-size: 11px;
}