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

/* Fix floating elements */

.clearfix:after {
	   content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */@charset "utf-8";
/*

/* THEME FIXES */

.post h2 {
	margin-bottom:12px;
}

a.mp3-link {
	/* hides link text for when we're using 1 bit audio player */
	display:none;
	visibility:hidden;
}

/* FEATURE */

	div.feature {
		padding:0 0 15px 0;
		margin:0 0 12px 0;
		/*border-bottom:1px solid #ddd;*/
		background:url(/css_images/hash.gif) bottom left repeat-x;
	}
		div.imageFrame {
			display:inline;
			width:158px;
		}
			div.imageFrame img {
				-moz-border-radius: 3px;
				-khtml-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius:3px;
				padding:3px;
				border:1px solid #ccc;
				margin-bottom:12px;
				float:right;
			}
			div.right {
				float:right;
				margin-right:0;
			}
			div.left {
				float:left;
				margin-right:12px;
			}
		
		div.textFrame {
			float:left; display:inline;
			width:67%;
			padding:3px 0;
		}
		#main div.feature div.textFrame p {
			margin-bottom:6px;
		}

/* END FEATURE */

/* VIEW RELEASE */

	.entry ul.releaseDetails li, .entry ol.trackList li {
		margin-left:0;
	}
	
	ul.releaseDetails {
		color:#666;
		text-align:left;
	}
	#main ul.releaseDetails li {
		width:100%;
		padding-bottom:6px;
		padding-left:0;
		margin-bottom:3px;
		background:url(/imgs/src/1px.gif) repeat-x bottom left;
		list-style:none;
		margin-left:0;
	}

	ul.releaseDetails li dl dt {
		color:#806060;
		float:left; display:inline;
		width:27%;
	}
	ul.releaseDetails li dl dd {
		float:left; display:inline;
		width:73%;
	}
	
	ol.trackList {
		background:#fff;
		margin:0 0 12px 0;
	}
	#main ol.trackList li {
		font-size:1em;
		list-style-type:decimal-leading-zero;
		list-style-position:inside;
		line-height:1.4em;
		padding:8px 0;
		background:url(/imgs/src/1px.gif) repeat-x bottom left;
	}
	

/* VIEW RELEASE */

/* RELEASE LIST */

	h1.Releases {
		width:111px; height:15px;
		text-indent:-9999px;
	}
	
	table.releaseList {
		font-size:1em;
	}
	table.releaseList td {
		padding:3px 6px 3px 0;
		vertical-align:top;
	}
	table.releaseList td.title {
		padding-right:25px;
	}
	
	div.textFrame p.legend {
		font-size:9px;
		margin:18px 0;
		text-transform:uppercase;
		color:#999;
		padding:4px;
		border:1px dotted #ccc;
	}
	
h3.widget-title {
	margin-bottom:12px;
}