@charset "utf-8";
/* CSS Document */

body, html{
    display:block;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, textarea{
    font-family:Arial, Helvetica, sans-serif;
}
body{
    background:#343434;
	color:white;
}
img{
    border:none;
}
form{
    margin:0px;
    padding:0px;
}
a{
    color:#273354;
}
a:hover{
    color:#485370;
}
p{
    margin:0 0 5px 0;
    padding:0;
}
h1, h2, h3, h4, h5, h6{
    margin:0 0 5px 0;
    font-weight:bold;
}
h1{
    font-size:22px;
}
h2{
    font-size:18px;
}
h3{
    font-size:16px;
}
h4{
    font-size:14px;
}
ol, ul{
	margin:10px;
	margin-left:40px;
	padding:0;
}
.hr{
    border-bottom:1px dotted #333333;
    margin:10px 0;
}

.input{
    padding: 3px;
    border: 1px solid #582127;
    font-size: 13px;
    background: #fff;
}
.subalert{
    font-size:10px;
    color:darkred;
    font-weight:bold;
}
.darker{
    background-image:url(../images/transparencies/black_5perc.png);
}
.yellow{
    background-image:url(../images/transparencies/yellow_10perc.png);
}
.red{
	background-image:url(../images/transparencies/red_30perc.png);
}
.clear{
	clear:both;
}
.clear_left{
	clear:left;
}
.clear_right{
	clear:right;
}


/* TEMPLATE */

.container{
	background:url(../images/site/body_shadow.png) center top repeat-y;
	width:950px;
	padding:0 4px;
	margin:0 auto;
}
.content_sep_top{
	background:url(../images/site/content_sep_shadow_top.png) center center no-repeat;
	height:5px;
	width:958px;
	margin:0 auto;
	margin-top:10px;
}
.content_sep_middle{
	background:url(../images/site/content_sep_shadow_both.png) center center no-repeat;
	height:5px;
	width:958px;
	margin:0 auto;
}
.header{
	background:url(../images/site/header_bg.jpg) top center no-repeat;
	width:950px;
	position:relative;
	height:125px;
}
.header .logo{
	width:572px;
	height:113px;
	position:absolute;
	top:6px;
	left:0px;
}
.header .network_icons{
	height:70px;
	width:auto;
	position:absolute;
	top:27px;
	right:0px;
}
.panels_container{
	height:400px;
	background:url(../images/site/panels_bg.png) repeat;
}
.player_container{
	height:500px;
	width:950px;
}
.player_container .playlist{
	background:url(../images/site/playlist_bg.jpg) top center no-repeat;
	height:450px;
	width:220px;
	position:relative;
}
.player_container .request_song{
	background:url(../images/site/playlist_bg.jpg) bottom center no-repeat;
	height:50px;
	width:220px;
	position:relative;
}
.player_container .playlist .shadow{
	position:absolute;
	width:17px;
	height:500px;
	right:-17px;
	top:0;
	z-index:100;
	background:url(../images/site/playlist_right_shadow.png) left center no-repeat;
}
.playlist_items{
	position:absolute;
	top:33px;
	left:19px;
	width:190px;
	height:447px;
	overflow-y:auto;
}
.playlist_items p{
	font-size:10px;
	margin:0;
	padding:0;
	color:#333333;
}
.playlist_items h3{
	margin:0;
	padding:0;
	color:black;
	font-size:12px;
	font-weight:bold;
}
.playlist_items .hr{
	margin:5px 0;
}
.playlist_items .album{
	float:right;
	margin:0 0 3px 3px;
}
.player_container player{
	position:relative;
	z-index:-5;
}
.products{
	background:url(../images/site/products.jpg) top left no-repeat;
	position:relative;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:16px;
	height:30px;
	width:935px;
	padding-left:15px;
}
.products .top{
	width:94px;
	height:48px;
	position:absolute;
	top:-48px;
	right:0;
}
.launcher{
	background:url(../images/site/launcher_bg.jpg) top left no-repeat;
	position:relative;
	color:white;
	height:30px;
	width:950px;
	z-index:100;
}
.launcher .button{
	position:absolute;
	top:-16px;
	left:10px;
	width:436px;
	height:63px;
}
.launcher .share{
	background:url(../images/transparencies/white_30perc.png);
	padding:3px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	right:15px;
	top:3px;
	text-align:right;
}
.launcher .share a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.body{
}
.body .content{
	padding:10px;
	width:640px;
	height:480px;
	background:url(../images/site/bottom_content_bg.jpg) repeat-x;
	color:black;
	font-size:12px;
	text-align:justify;
}
.body .twitter{
	width:265px;
	height:480px;
	padding:10px;
	background:url(../images/site/bottom_content_bg.jpg) repeat-x;
	color:black;
	font-size:12px;
	text-align:left;
	overflow-y:auto;
}
.body .twitter .loading{
	background:url(../images/site/loading.gif) center center no-repeat;
	height:150px;
}
.body .twitter ul{
	margin:0;
	padding:0;
}
.body .twitter ul li{
	display:block;
	list-style:none;
	margin:0 0 5px 0;
	padding:0 0 5px 17px;
	background:url(../images/site/twitter_logo.gif) left 3px no-repeat;
	border-bottom:1px dotted #333333;
}
.body .twitter ul li a{
	text-decoration:none;
	font-weight:bold;
}
.footer{
	width:958px;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	color:white;
	background:url(../images/site/footer_bg.png) top center no-repeat;
}
.footer a{
	color:white;
	font-size:10px;
	font-weight:bold;
	margin:0 10px;
}
.footer a:hover{
	color:#FFCC00;
}
	

/* FEEDBACK */

.feedback{
	width:685px;
	margin:0 auto;
	position:relative;
	margin-bottom:10px;
}
.feedback ul li{
	font-style:italic;
}
.feedback h1{
	font-weight:bold;
	font-size:20px;
	margin:15px 0 10px 0;
}
.feedback .failure, .feedback .success{
	padding:10px 10px 10px 70px;
	min-height:50px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.feedback .failure{
	background:url(../images/site/feedback_fail.jpg) top left no-repeat;
}
.feedback .success{
	background:url(../images/site/feedback_success.jpg) top left no-repeat;
}

/* OTHER */

.admin_login div{
	width:400px;
	padding:15px;
	border:1px solid #333333;
	background:#999999;
	color:black;
	margin:0 auto;
	margin-top:5px;
}
.admin_login h1{
	width:430px;
	margin:0 auto;
	margin-top:50px;
	padding:0;
	text-align:left;
	color:white;
}
