@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:154px;
		}
			div.imageFrame img {
				padding:2px;
				border:1px solid #ddd;
				display:block;
				margin-bottom:12px;
			}
			div.right {
				float:right;
				margin-right:0;
			}
			div.left {
				float:left;
				margin-right:12px;
			}
		
		div.textFrame {
			float:left; display:inline;
			width:72%;
			padding:3px 0;
		}
			div.textFrame h1, div.textFrame h1 a {
				font-size:1.1em;
				color:#ef2020;
				font-weight:bold;
				text-decoration:none;
			}
			div.textFrame h1 a:hover {
				color:#782020;
			}

/* END FEATURE */

/* VIEW RELEASE */

	.entry ul.releaseDetails li, .entry ol.trackList li {
		margin-left:0;
	}
	
	ul.releaseDetails {
		color:#666;
		text-align:left;
	}
	ul.releaseDetails li {
		width:100%;
		padding-bottom:3px;
		margin-bottom:3px;
		border-bottom:1px dotted #ccc;
		list-style:none;
	}

	ul.releaseDetails li dl dt {
		color:#806060;
		float:left; display:inline;
		width:27%;
	}
	ul.releaseDetails li dl dd {
		float:left; display:inline;
		width:73%;
	}
	
	h2.listLabel {
		/*background:#ef2020;*/
		color:#ef2020;
		font-size:1.1em;
		font-weight:bold;
		text-transform:uppercase;
		margin-bottom:1px;
		padding:4px 0;
		margin:24px 0 12px 0;
	}
	
	ol.trackList {
		background:#fff;
		margin:0 0 12px 0;
	}
	ol.trackList li {
		font-size:1em;
		list-style-type:decimal-leading-zero;
		list-style-position:inside;
		line-height:1.4em;
		padding:4px;
		border-bottom:1px dotted #ccc;
	}
	

/* 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;
	}
	
	.Single, .Album, .Compilation {
		background-position:100% 50%;
		background-repeat:no-repeat;
		padding-right:12px;
	}
	.Single {
		background-image:url(/css_images/records/type-single.gif);
	}
	.Album {
		background-image:url(/css_images/records/type-album.gif);
	}
	.Compilation {
		background-image:url(/css_images/records/type-compilation.gif);
	}
	
	div.textFrame p.legend {
		font-size:9px;
		margin:18px 0;
		text-transform:uppercase;
		color:#999;
		padding:4px;
		border:1px dotted #ccc;
	}

/* END RELEASE LIST */

/* VIEW ARTIST */

	a.siteLink {
		display:block;
		margin:0 0 12px 0;
	}

/* END VIEW ARTIST */

/* WIDGET */

	ul.sidePanelList {
		margin:0 0 24px;
	}
	ul.sidePanelList li {
		display:block;
		margin-bottom:1px;
		background:#E73E3E url(/css_images/records/tab.gif) top right no-repeat;
	}
	ul.sidePanelList li a  {
		display:block;
		color:#fff;
		padding:2px 2px;
		font-weight:bold;
		font-size:1.1em;
		text-decoration:none;
		text-transform:uppercase;
	}
	ul.sidePanelList li a:hover {
		color:#FFCC99;
	}
	
/* END WIDGET */