/*------------------------------------------------------------------
[Audio Stylesheet]

Project:        Radio Monte Carlo
Version:        1.0
Last change:	
Assigned to:	Marcello De Palo
Primary use:	Popup
-------------------------------------------------------------------*/

body{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:11px;
	color:#535353;
	margin: 1px 0 0 0; 
    /*background-color: #01030f;*/
    background:  #222;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

h1, p {
	color: #fff;
}

h1 {
	font-size: 28px;
	color: #edc724;
	font-weight: normal;
}

p {
	font-size: 20px;
}

#audio { 
	width: 100%; 	
}

.error {
	position: absolute;
	z-index: 999999;
	top: 70px;
	left: 200px;
	width: 350px;
}

.RmcPlayer { 
	float:left; 
	width: 620px; 
	padding: 10px; 
}

h1.title {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 150px;
	width: 580px;
	color: #fff;
	line-height: 16px;
}

h2.subtitle {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 150px;
	width: 580px;
	color: #fff;
	line-height: 16px;
	font-size: 14px;
}


#content {
	position: absolute;
	z-index: 2;
	top: 170px;
	left: 30px;
	width: 580px;
	color: #fff;
	line-height: 16px;
	font-size: 12px;
}

.RmcAd_Right { 
	float:right; 
	width: 300px; 
	padding: 10px; 
}
