@import url(titles.css);
@import url(layout.css);
@import url(menu.css);
@import url(player.css);

*{margin:0px;padding:0px;}

html{height:100%;}

body{
	background: url(../_graphics/bg.jpg) repeat-x fixed;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#444444;
	height:100%;
}

/*News Homepage*/
.newswrap{
	background: url(../_graphics/news_dots.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-top:10px;
}

.readmore{
	background: url(../_graphics/read_more.gif);
	height:9px;
	width:63px;
	display:block;
	text-indent:-9999px;
	margin-left:360px;	
}

body#search .readmore{
	margin-left:0;
	margin-top:5px;
}

body#artists .readmore{
	margin-left:260px;
}

p{
	margin-bottom:10px;
}

.newswrap p{
	margin-bottom:3px;
}

a{
	color:#9f1616;
	overflow:hidden;
}

.last{
	background:none;
}
/* // */

/*Search Homepage*/
#search_label{
	background: url(../_graphics/search_label.gif);
	text-indent:-9999px;
	width:71px;
	display:block;
	float:left;
	height:15px;
	margin-right:4px;
}

.txt_input{
	border:1px solid #ddd;
}

.go_btn{
	background:#B64849;
	color:#fff;
	border:1px solid #ddd;
}

#signup_label{
	background: url(../_graphics/signup_label.gif);
	text-indent:-9999px;
	width:71px;
	display:block;
	float:left;
	height:20px;
	margin-right:4px;
	
}
/*  //  */


/*Gigs Homepage*/
.gigDate{
	float:left;
	width:30px;
	font-weight:bold;
}

.gigDetails{
	float:left;
	width:130px;
}

.gigWrap{
	margin-bottom:3px;
	padding-bottom:3px;
	font-family:georgia, serif;
	border-bottom:1px solid #eee;
}

.gigmonth{
	background: url(../_graphics/news_dots.gif) bottom repeat-x;
	padding-bottom:10px;
}

.tickets{
	background: url(../_graphics/buy_tickets.gif);
	display:block;
	height:9px;
	width:45px;
	text-indent:-9999px;
	margin-top:1px;
}

/*  //  */
/*Footer style*/
#footer{
	font-family:georgia,serif;
}

#footer ul{
	list-style:none;
}

#footer li{
	float:left;
	margin-right:5px;
}

#footer_logo{
	background: url(../_graphics/footer_logo.gif);
	width:106px;
	height:22px;
	text-indent:-9999px;
	display:inline;
	float:left;
	margin-left:180px;
}

#footer li a{
	text-decoration:none;
	color:#444444;
}


#footer_nav{
	float:left;
}


/*Releases Homepage*/
.releasewrap img{
	float:left;
	margin:0 5px;
	width:91px;
	height:91px;
}

.releasewrap{
	background: url(../_graphics/releases_bg.jpg) repeat-x #F5F5F5;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}
/*  //  */


/*Feed Homepage*/
.feedItem{
	font-family:georgia, serif;
	text-decoration:none;
	color:#444444;
}

.feedItem:hover{
	text-decoration:underline;
}

.sourceLink{
	font-size:9px;
}
.feed_wrap{
	border-bottom:1px solid #EEEEEE;
	margin-bottom:3px;
	padding-bottom:3px;
}

/*  //  */


/*News/Blog Page*/
.date{
	color:#0A4E62;
	float:left;
	width:50px;
}

.details{
	width:260px;
	float:left;
}

.details a{
	text-decoration:none;	
}

.details a:hover{
	text-decoration:underline;
}

.headline{
	border-bottom:1px solid #eee;
	padding-bottom:2px;
	margin-bottom:2px;
}

.profileimage{
	margin-bottom:5px;
}

/*Artist Page*/
.artist_row{
	background: url(../_graphics/artist_row_bg.jpg) no-repeat;
	margin-bottom:10px;
}

.artist_wrap{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-left:5px;
	width:300px;
	float:left;
	display:inline;
	margin-right:15px;
}

.last{
	margin-right:0;
}

.artist_wrap img{
	float:left;
	width:91px;
	height:91px;
}

.artist_info{
	float:left;
	width:195px;
	display:inline;
	margin-left:5px;
}

a.profile{
	background: url(../_graphics/profile.gif);
	display:block;
	width:43px;
	height:9px;
	text-indent:-9999px;
}

/*  //  */

/*Form Styling*/
.txtinput{
	float:left;
	width:200px;
	border:1px solid #9C9C9C;
	margin-bottom:10px;
	margin-left:5px;
}

label{
	float:left;
	text-align:right;
	width:40px;
}

form br{
	clear:left;
}

.submit{
	background:#B64848;
	border-top:1px solid #BCBCBC;
	border-left:1px solid #BCBCBC;
	border-right:1px solid #323030;
	border-bottom:1px solid #323030;
	color:#fff;
	margin-left:200px;
}

textarea{
	width:300px;
	float:left;
	margin-left:5px;
	height:220px;
}

body#contact label{
	width:85px;
}

body#contact .txtinput{
	width:300px;
}

body#contact .submit{
	margin-left:359px;
	margin-top:10px;
}

select{
	border:1px solid #9c9c9c;
	margin-left:5px;
	width:300px;
	margin-bottom:10px;
}

form{
	margin-top:13px;
}

/*  //  */

body#contact #col2{
	width:330px;
}

#retrofuzz{
	background: url(../_graphics/retrofuzz.gif);
	width:100px;
	height:11px;
	display:block;
	text-indent:-9999px;
	position:relative;
	left:565px;
}


/*Releases Page*/
body#releases .releasewrap{
	float:left;
	width:290px;
	margin-right:10px;
	display:inline;
}

#packshot{
	float:left;
	width:200px;
	margin-right:10px;
	display:inline;
	}
	
#tracklisting{
	float:left;
	width:390px;
	display:inline;
	}

.from{
	font-family:georgia, serif;
	color:#0A4E62;
	font-size:11px;
	clear:left;
	}

#buy_btn{
	width:64px;
	margin-bottom:10px;
	float:left;
	margin-right:5px;
	}

#profile_btn{
	background: url(../_graphics/profile_btn.jpg);
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:64px;
	height:23px;
	margin-bottom:10px;
	float:left;
	margin-top:13px;
}

.producer_wrap{
	background: url(../_graphics/producer_bg.jpg) repeat-x #F6F6F6;
	padding:5px;
	border-top:1px solid #D0D0D0;
	margin-bottom:10px;
}

.producer_wrap img{
	float:left;
	margin-right:5px;
}

img.producer_release{
	height:108px;
	width:108px;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}

.prod_img{
	float:left;
	margin-right:5px;
	margin-top:2px;
}

.prod_artist{
	font-weight:bold;
	float:left;
	width:180px;
	clear:left;
	color:#0A4E62;
}

.prod_album{
	width:240px;
	float:right;
}

.cv_wrap{
	margin-top:8px;
	border-bottom:1px solid #ddd;
	padding-bottom:7px;
}

/*  //  */


#free_dload a{
	background: url(../_graphics/free_dload.png) no-repeat;
	behavior:url(../iepngfix.htc);
	width:136px;
	height:142px;
	display:block;
	text-indent:-9999px;	
	position:absolute;
	left:50%;
	margin-left:370px;
	top:55px;
}

/*About Page*/
#about_txt{
	float:left;
	width:600px;
	margin-right:10px;
}

#band_montage{
	float:left;
}

fieldset{
	border:none;
	margin:0;
	padding:0;
}

/*  //  */

.release_buy{
	padding-bottom:10px;
	margin-bottom:10px;
	background: url(../_graphics/news_dots.gif) bottom repeat-x;
	
}


.clearfix:after, .headline:after, .cv_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .headline, .cv_wrap {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .headline, * html .cv_wrap {height: 1%;}
.clearfix, .headline {display: block;}
/* End hide from IE-mac */


/*audio player*/

#audio_player{
	background: url(../_graphics/audio_play_bg.jpg) repeat-y bottom;
	padding-bottom:25px;
}

a.player {
	outline: none;
	background: none;
}

.song a {
	z-index: 1;
	position: relative;
	display: block;
	padding: 1px;
	height:100%;
	font-family:georgia, serif;
	color:#0A4E62;
	text-decoration:none;
	background: url(../_graphics/play_pause.gif) no-repeat;
	padding-left:25px;

}

.song a:hover{
	background:#eee url(../_graphics/play_pause.gif) no-repeat;;
}

#tracks{
	margin:0 18px;
	width:393px;
}

#listen .pieceLast{
/*	height:20px !important;*/
}

div.playbackProgress, div.loadProgress {
	z-index: 0;
	position: absolute;
	top: 0;
	width: 0;
	visibility: hidden;
	height: 100%;
	overflow: auto;
	padding:6px 0;
}

div.playbackProgress {
	background-color: #5F828F;
}

div.loadProgress {
	background-color: #A3B7BF;
}

div.song {
	overflow: auto;
	border-bottom:1px solid #EEEEEE;
/*	margin-bottom:3px;*/
	padding:6px 0;
	position: relative;
/*	border: 1px solid red;*/
}

