@import url("tracks.css");
@import url("users.css");
@import url("youtube.css");

*{
	margin: 0;
	padding: 0;
}

body{
	background: #bebebe url('/images/bg.gif') top left no-repeat fixed;
	font: 12px Georgia, serif;
	margin: 10px 0 20px 0;
	text-align: center;
}

a{
	color: #acacac;
	text-decoration: none;
}

em{ color: #959595; }

p{ margin: 10px 0; }

h1, h2{ font-weight: normal; }
h1{	font-size: 30px; }
h2{ font-size: 24px; }
h3{	font-size: 18px; }

/* Form */

label{
	color: #959595;
	text-transform: uppercase;
}

#errorExplanation{
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	width: 100%;
}

#errorExplanation ul{
	list-style: none;
	margin-left: 10px;
}

#errorExplanation ul li{ font-size: 10px; }

/* Layout */

#wrapper{		
	margin: 0 auto;		
	text-align: left;
	width: 763px;
}

#nav{ float: right; }
#nav a{	margin: 0 5px 0 5px; }

#arrow{
	background: transparent url('/images/arr.gif') no-repeat;
	margin: 10px 0 0 20px;
	height: 11px;
}

#alpha{ width: 523px; }
#beta{ width: 199px; }

#alpha, #content{ padding: 20px 20px 40px 20px; }

.block{ padding: 20px; }

#alpha, #beta, #content, #nav, #footer, .block{ background-color: #FFF; }
#nav, #footer, .block{ font-size: 12px; }
#nav, #footer{ padding: 8px 20px 8px 20px; }
#footer, .block{ margin-top: 10px; }

.clear{	clear: both; }

#info{
	border: 1px solid #e1e1e1;
	float: right;
	font: 11px Helvetica, Arial, sans-serif;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 220px;
}

/* Join */

#join{
	background-color: #feffdf;
	color: #000;
	border: 1px solid #ffff00;	
	margin-top: 10px;
	padding: 20px;
}

/* Flash */

#flash{
	background-color: #fff9d7;
	color: #000;
	border: 1px solid #e2c822;
	margin-bottom: 10px;
	padding: 10px;
}
#flash a{ color: #000; }
	
/* Status */

#status{
	margin: 5px 0 5px 0;
	width: 538px;
	resize: none;
}

/* Radius */

#content, #nav, #footer, #flash, #info, .block, #alpha{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;	
}

#content, #nav, #footer, #flash, #info, .block, #beta{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

