/*SUPERBGIMAGE*/

#content {
	z-index: 3;
	position:relative;
	/*border: solid 20px #fff;padding: 20px;margin: 0 auto;
	opacity:0.6;
	background-color:#FFF;*/
	margin:0;
	padding:0;
	width:100%;
	border:none;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 255px;
	height: 100px;
}
h1 a {
	display: block;
	overflow: hidden;
	width: 255px;
	height: 100px;
}
.scanlines {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:url(../images/elements/grid.png);
}

a{color: #f00;text-decoration: none;}
a:hover{color: #C00;}

#transition {
	width:100%;
}

a.activeslide {/*background:#000;*/}

#superbgimage {
	display: none;
	background: #000 url(../images/progress.gif) center center no-repeat;
}
#superbgimage img {
	image-rendering:optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

    .longText{
      margin-top:20px;
      width:600px;
      font:18px/24px Arial, Helvetica, sans-serif;
      color:gray;
    }
    span.btn{
      padding:5px;
      display:inline-block;
      cursor: move;
      font:12px/14px Arial, Helvetica, sans-serif;
      color:#aaa;
      background-color:#eee;
      -moz-border-radius:0;
      -webkit-border-radius:0;
      -moz-box-shadow:#999 2px 0px 3px;
      -webkit-box-shadow:#999 2px 0px 3px;
    }
    span.btn:hover{
      background-color:#000;
    }
/*PAGE*/
#header {
/*	background-color:#666;
*/	height:80px;
	border-bottom:#E60000 solid 3px;
}
#playlistContainer {
	clear:both;
}
.logo
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	padding:0;margin:0;
	width:516px;height:80px;
	float:left;
}
.logo_solo
{
	background-image:url(../images/logo_solo.png);
	background-repeat:no-repeat;
	padding:0;margin:0;
	width:301px;height:80px;
	float:left;
}
.header_link
{
text-align:center;
background-repeat:no-repeat;
width:64px; height:80px;
float:left;
margin:0 0 0 38%;
padding:0;
background-color: #F00;
}
.header_link:hover{background-color:#A50300;}
.blog{background-image:url(../images/toolbar/blog.png);}
/*TOOLBAR*/

.toolbar
{
/*	font-size: 0.7em;
	text-transform:uppercase;
	color: #CCC;
*/
text-align: center;
width:9%;height:100%;
background-color:#434343;
	margin:0 0 0 91%;
}

.toolbar span
{
	margin:0 2px;
	cursor: pointer;
}

.toolbar span:hover{background-color: #F00;}