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

* {
margin: 0;
}

p {
margin-bottom:12px;
}

html {
height: 100%;
}


body {
	height: 100%;
	margin:15px 0 15px 0;
	margin-bottom:0;
	font-family:Sans-Serif;
	font-size:0.7em;
	color:#222222;
	background:url(../img/26-67_bg.jpg) repeat 0 0;
	background-position:center top;
	background-attachment: fixed;
	background-color:#e7e7e7;7
}

.inner {
	min-height:352px;
	/*height:66%;*/
}

/* main sections */
#right {
	width:610px;
	padding: 0 0 0 0;
	margin: 10px 0 0 10px;
	float:left;
	display: block;
	overflow:visible;
}
#left {
	width:290px;
    padding: 0 ;
	margin: 10px 10px 0 10px;
	float:left;
	display: block;
}

/* main_page */
.main_page{
	overflow:hidden;
	width:940px;
	margin:0 auto;
	/*background:url(../img/header.gif) no-repeat 0 0;*/
}
a:link{
	color:#663366;
	text-decoration:none;
}
a:visited{
	color:#663366;
	text-decoration:none;
}
a:hover{
	color:#663366;
	text-decoration:underline;
}
a:active{
	color:#663366;
	text-decoration:none;
}
#title{
	font-size:0.7em;
	text-transform:uppercase;
	color:#999;
	margin: 5px 0 5px 0;
}
#title2{
	font-size:1.3em;
	color:#663366;
	font-weight:bold;
}
.float_left{
	float: left;
	margin-right:10px;
}
.content1 {
	font-size:1em;
	clear:right;
	margin-bottom:10px;
	min-height:105px;
	text-align:left;
	display:block;
}

/* baloon */
/*div.white_baloon{
	overflow:hidden;
	width:940px;
	background:url(img/white_bal_center.gif) repeat-y 100% 0;
	margin:10px 0 0 0;
	padding: 0 0 0 0;
}
div.white_baloon_top{
	overflow:hidden;
	width:940px;
	background:url(img/white_bal_top.gif) no-repeat 0 0;
	margin-top:0px;
	padding: 10px 0 0 0;
}
div.white_baloon_bottom{
	overflow:hidden;
	width:940px;
	background:url(img/white_bal_bottom.gif) no-repeat 100% 100%;
	padding:0 0 10px 0;
}*/

/* AFTER ALL BROWSERS SUPPORT CSS3 USE BELOW */
.wrapper {
	overflow:hidden;
	width:940px;
	/*min-height:700px;
	margin:0 0 0 0;*/
	overflow:hidden;	
	padding: 0 0 0 0;
	background-color: #fff;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	border: 0px solid #ccc;
	
	min-height: 600px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

/* menu */
#menubox{
	background:#000 url(../img/bg_menu2.gif) repeat-x;
	border-top: #CCC solid 0px;
	margin:0 0 0 0;
	padding-top:10px;
	padding-bottom:8px;
	font-size:1em;
	text-align:center;
	font-weight: medium;
	width:940px;
	
}
a.menu{
	margin-left:40px;
	margin-right:40px;
	text-decoration:none;
	width:940px;
}
a.menu:link{
	color:#FFFFFF;
}
a.menu:visited{
	color:#FFFFFF;
}
a.menu:hover{
	color:#ffcc33;
}
a.menu:active{
	color:#FFFFFF;
}

/* banners */
div#banner {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
    display: block;
}

#one, #two, #three, #four {
	width:300px;
	height:151px;
	padding: 10px 0 0 10px;
    display: block;
	float:left;
}

/* square div */
#grey_square {
	min-width:590px;
	background-color:#f8f8f8;
	margin: 0 0 10px 0;
	padding: 7px 10px 7px 10px;
	float:left;
	display: block;
}
#twitter {
	min-width:280px;
	background-color:#f8f8f8;
	margin: 0 0 10px 0;
	padding: 0;
	float:left;
	display: block;
}
#player {
	background-color:#FFF;
	margin: 0 0 10px 0;
	float:left;
	display: block;
}
#interact {
	background-color:#FFF;
	margin: 0 10px 0 10px;
	/*float:left;*/
	display: block;
}

/* rounded div */
div#white_rounded {
	width:200px;
	padding: 10px;
	background-color: #fff;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	float:left;
	display: block;
}
#dark_grey_rounded {
	width:280px;
	padding: 10px;
	background-color: #424242;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	display: block;
}

#light_grey_rounded {
	padding: 5px;
	background-color: #e3e3e3;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	display: block;
}

/* footer */

.push {
	height: 10px;
	clear: both;
}


.footer {
	color:#FFF;
	width:920px;
	height:100px;
	padding: 10px;
	background-color: #424242;
	/*	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;*/
	float:left;
}

a#aname{
	text-decoration:none;
}

a.foot{
	text-decoration:none;
}
a.foot:link{
	color:#FFFFFF;
}
a.foot:visited{
	color:#FFFFFF;
}
a.foot:hover{
	color:#ffcc33;
}
a.foot:active{
	color:#FFFFFF;
}

a#list{
	text-decoration:none;
	color:#FFFFFF;
}
a#list:hover{
	color:#ffcc33;
}
/*a.foot:link{
	color:#FFFFFF;
}
a.foot:visited{
	color:#FFFFFF;
}
a#list:hover{
	color:#ffcc33;
}
a.foot:active{
	color:#FFFFFF;
}*/

div#foot_mod {
	width:304px;
	padding:0;
	margin:0;
	float:left;
	display: block;
}

/* jquery bits */
.newsticker {
	float:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#understand
	{
		display:none;
	}
	
/* news page */
#newslist_item {
	width:280px;
	display:block;
	color:#FFF;
	margin-bottom:5px;
}

#newslist_title {
}

#newslist_date {
	color:#999;
}

/* mailing form */
.mailing {
	width:200px;
	margin-right:5px;
	background-color:#FFF;
	border:1px solid #999999;
	font-family:Sans-Serif;
	height:16px;
	padding:2px 0 0 4px;
}
.subscribe_button {
	margin-bottom:-3px;
}

/* Artist Drop Box */
#artistdropbox_label {
	float:left; margin-top:4px;
}
.artistdropbox {
	float:left; margin-left:5px;
}


/* Carousel */
#carousel_left2 {
	height:15px;
	left:-283px;
	position:relative;
	top:-80px;
	width:15px;
	z-index:5;
}

#carousel_right2 {
	height:15px;
	left:283px;
	position:relative;
	top:-80px;
	width:15px;
	z-index:5;
}


/* Shop */
.shop {
	display:block;
	overflow:hidden;
	margin-bottom:0px;
	height:auto;
	width:920px;
}
