/*
Theme Name: EXBC
Theme URI: http://www.expansionbroadcast.com
Description: 
Version: 3.8.5
Author: Eric Masiello
Author URI: http://synbydesign.com
Clouds, fluffy, helvetica, blue, white
*/
/*@import "http://fonts.googleapis.com/css?family=Droid+Sans";*/
@import "style-typography.css";
@import "style-layout.css";
@import "style-enrichment.css";

.ad {
     -moz-border-radius: 5px;
     -webkit-border-raidus: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     background-color: rgba(0, 130, 255, 0.3);
     font-weight: bold;
     padding: 5px 10px;
}


@media screen and (max-width: 480px) {

	#sidebar, #footer, #links, #controls{
		display: none;
	}
	
	#main-content{
		padding: 0;
		width: 480px;
	}
	
	.entry img.alignright, 
	.entry img.alignleft{
		float: none;
	}
	
	.entry img{
		height: auto;
		max-width: 100%;
	}
	
	
}

@media screen and (max-width: 320px) {

	#sidebar{
		display: none;
	}

}

.mixeeba-tracklist > li{
	font-weight: bold;
}

.mixeeba-links{
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 5px;
}

/* hides the images mixeeba puts in when its still loading the purchase options */
.mixeebaify img{
	display: none;
}

.mixeeba-links a{
	color: #666;
}

.mixeeba-links::before{
	color: #666;
	content: 'Buy Now From: ';
}
