/* Yellow #FFCC00
   Red #F5001D
   Orange #FF6800
   Blue #104BA9
   Grey08 #080808
   Grey2B #2B2B2B
   Grey60 #606060
   Grey8A #8A8A8A
   White #FFF
   Test
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #000000;
	color: #fff;
	}

p {	
	margin: 10px 0;
	}

a:link, a:visited {
	color: #FFF;
	text-decoration:none;
	}

a:hover, a:active {
	color: #F5001D;
	text-decoration:none;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote { padding-left: 10px; margin: 20px 0; }	

strong { font-weight:bold; }

em { font-style:italic; }

.left {
	float:left;
	}

.right {
	float:right;
	}

.wide {
	width: 100%;
}

/* Structure */

#page {
	width:940px;
	margin:0px auto;
	background:#2b2b2b;
	padding: 10px 10px 0 10px;
	}

#inner {
    margin:0; padding:0; background: #2b2b2b;
}

#top-wrapper {
	background: #2b2b2b;
	width: 940px; height: 100px; margin: 0 auto; padding: 0px 10px;
}

#top-subpanel-elementr {
	margin-left: 200px; float: left; width: 115px; height: 110px;
}

#top-subpanel-elementl {
	float: left; width: 430px; height: 145px;
}

#top-search {
	margin:0 auto; width: 960px; height: 40px;
	overflow: hidden;
}

/* Custom - Headers and Sub-Panels */

#top-subpanel-home {
	margin: 0px auto 10px auto;
	width: 860px; padding-left: 100px; height: 145px;
}


/* Navigation Bar*/
#navbar {
	margin:0 auto; padding: 30px 0px;
	width:960px; font-size:16px;
	text-transform: uppercase;
	}

#page-bar {
	padding:0 0 0 100px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left; list-style:none; cursor: pointer;
	display:block; margin-right:10px;
	}

#page-bar li:hover {
	color: #ffc600;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px 10px 0px 0px; padding:7px 14px; font-weight:bold;
	display:block; background:#080808;
	}

#page-bar a:hover {
	color: #F5001D;
	}

#page-bar p {
	margin:0; padding:0;
	}


/* Dropdown Menus */		
#page-bar li {
	float: left; margin: 0px; padding: 0px;
	}
	
#page-bar li li {
	float: left; margin: 0px; padding: 0px;
	width: 132px; text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px; float: none; margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #080808 url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute; width: 10em; left: -999em;
	}

#page-bar li:hover ul {
	left: auto; display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font-size :28px; font-weight:bold; letter-spacing:-0.08em;
	}

h2 {
	font-size :22px; font-weight:bold; letter-spacing: -0.05em;
	}

h2.title {
	border-bottom: 10px solid #2b2b2b;
	background-color: #080808;
	width: 590px; padding: 5px 10px; line-height: 30px;
	text-transform: uppercase;
}

h2.wide {
	width:920px;
}

h2.sidebar-title {
	width: 300px;
	font-size: 18px;
	background-color: #080808;
	padding: 10px;
	font-weight: normal;
	margin-bottom: 2px;
}

h3 {
	font-size: 14px; font-weight: bold; letter-spacing: -0.05em;
}

h3#respond {
	margin-top:0px; padding-top:20px;
	}

h3.authors {
	margin-top:15px;
	}

h4 {
	font-size :14px; letter-spacing: -0.05em;
	}

/* Index Page*/

#top-space-1 {
	margin:0 auto; height: 80px; padding:0;
	width:960px;
	}

#bottom {
	width: 940px; background: #2b2b2b;
	}

#bottom-left {
	float:left;
	}

#front-list {
	width:590px; padding:10px;
    background:#080808;
	font-size:10px; line-height:1.75em; margin-bottom:10px;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list p {
	margin-top:0px;
	}

#front-list-header {
	width:590px; padding: 5px 10px;
	height:30px;
	margin-bottom: 10px;
	background: #000000;
	}
	
.header-inner-title {
	height: 30px; width: 450px;
	}

.author {
	margin-right: 20px;
	}

.meta {
    font-weight: normal;
	}
.post-block h4 .meta {
    margin-right: 20px;
        }

.paged-list {
	width:610px; padding:0px; font-size:10px;
	line-height:1.75em;
	}

.paged-list .clearfloat{
	margin-bottom: 10px;
	}

.onecolumn {
	line-height:1.5em; padding:10px; margin:0 0 1px 0;
	width:590px;
	background:#080808;
	height: 130px; overflow: hidden;
	}

.onecolumn img {
	float:left;
	margin:0px 10px 11px 0px; border:2px solid #2b2b2b; padding:1px;
	}

.onecolumn p {
	margin:0px 0px 6px 0px; width: 390px; height: 44px;
	overflow: hidden; color: #8a8a8a; display: block;
	clear: both;
	}

/* Inner Column Blocks */

.onecol-inner-left {
	float: left; width: 188px; height: 130px;
}

.onecol-inner-right {
	float: right; width: 392px; height: 130px;
}

.onecol-inner-right h4 {
    text-transform: uppercase;
    color: #8a8a8a;
}

.onecol-inner-right h4 a{
    color: #8a8a8a;
}

.onecol-inner-right h4 a:hover{
    color: #F5001D;
}

#navigation {
	text-align:right;
	width:610px;
	height: 30px;
	}

/* Custom - Front Page Post Text */

.post-date-front {
	color: #8a8a8a; float: left;
	width: 185px; text-align: right;
	font-size: 14px; text-transform: uppercase;
	padding-right: 3px;
}

.title-main {
	margin-bottom: 10px; line-height: 16px;
	text-transform: uppercase;
	width: 390px; display: block;
}

.more-link-front {
	width: 386px; color: #FFF;
	text-align: left; padding: 2px 3px;
	display: block; height: 16px;
	background: #2b2b2b; line-height: 16px;
	overflow: hidden; text-transform: uppercase;
}

/* Content Page*/

#content {
	width:610px;
	background:#080808;
	font-size:12px; line-height:1.75em;
	float:left;
	}

.post {
	line-height:1.75em;
	background:#080808;
	border-bottom: 10px solid #2b2b2b;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	padding-bottom: 10px;
	padding: 10px;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
        margin-bottom: 10px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img {
	border:5px solid #2b2b2b;
	margin:0 20px 10px 0px;
	}

.entry a {
	font-weight: bold;
	}

.post-block {
    background: #080808;
	padding: 10px; border-bottom: 10px solid #2b2b2b;
	display: block; text-transform: uppercase;
}

.post-block h3 {
	margin-bottom: 10px;
}

img.alignright, a img.alignright {
	margin: 0 0px 15px 10px;
	display: inline;
}

img.alignleft, a img.alignleft {
	margin: 0 7px 15px 0; display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


img.alignnone, a img.alignnone {
	margin: 0 20px 10px 0; display: inline;
}

p img.plain {
	border: 0; margin: 0; padding: 0;
	float: none; vertical-align: bottom; padding: 0 3px;
}

#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0; padding:2px;
	float:left;
	width:80px; height:80px;
	}	

/* Sidebar*/

/* Custom Sidebar - Index */

#sidebar {
	width:320px; float:right;
	margin:0px 0px 0px 0px;
	}
	
.sidebar-element {
	width: 320px;
	margin-bottom: 10px;
	display: block;
}
	
.sidebar-header {
	width:300px; height: 30px;
	padding:5px 10px;
	background: #080808;
        margin-bottom: 10px;
	}

span.title { color: #fff; }

span.label, span.label a { color: #8a8a8a; }

span.bright { color: #F5001D; }

span.highlight { color: #F5001D; }

span.blue { color: #104BA9;}

span.orange { color:#FF6800; }

.sb-show-info {
	width: 296px; padding: 0 10px; border: 2px solid #FFF;
}

.sb-show-info h4, .sb-show-info h4 a:link, .sb-show-info h4 a:active, .sb-show-info h4 a:visited {
	margin-top: 20px; padding-bottom: 20px;
	color: #8a8a8a;	text-transform: uppercase;
}

.sb-show-info h4 a:hover {
	color: #F5001D;
}

.sb-highlight-block {
	width: 316px; border: 2px solid #FFF;
}

.sb-show-content {
	background-color: #080808; padding: 10px;
}

.sb-show-content p {
	font-size: 10px; color: #8a8a8a;
}

#sb-logo-link {
	height: 65px;
	width: 300px;
	display:block;
}

#flickr-stream img { display: inline; margin: 0; padding: 0; }

.bandcamp { padding: 10px 9px; }

.sb-show-content img {
	display: inline; margin-right: 5px;
}

#subscribe-l {
	width: 190px;
	padding-right: 10px;
}

#subscribe-r {
	width: 100px;
	text-align: right;
}

#subscribe-r h3 {
	line-height: 32px; height: 32px;
	padding: 0; margin-bottom: 10px;
}

#subscribe-l p {
	margin: 0;
}

#subscribe-r img {
	vertical-align: middle;
	margin-left: 10px;
}

h4.show-info {
	height: 25px; width: 306px; line-height: 25px;
	background-color: #2b2b2b; padding-left: 10px;
	border-bottom: 2px solid #fff; border-left: 2px solid #fff; border-right: 2px solid #fff;
	text-transform: uppercase;
}

#sb-1mc { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-1mc.jpg) no-repeat left top; }

#sb-dancecast {	background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-dancecast.jpg) no-repeat left top; }

#sb-dls { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-dls.jpg) no-repeat left top; }

#sb-tellings { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-tellings.jpg) no-repeat left top; }

#sb-blackbox { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-blackbox.jpg) no-repeat left top; }

#sb-beatrepeat { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-beatrepeat.jpg) no-repeat left top; }

#sb-aid { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-aid.jpg) no-repeat left top; }

#sb-icon { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-icon.jpg) no-repeat left top; }

#sb-teemup { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-teemup.jpg) no-repeat left top; }

#sb-adrienne { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-adrienne.jpg) no-repeat left top; }

#sb-dokta { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-dokta.jpg) no-repeat left top; }

#sb-moreno { background: url(http://dirtyradio.org/img/sidebar/bg/sb-bg-moreno.jpg) no-repeat left top; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}


input, textarea{
    width: 120px;
    border: 1px solid #2b2b2b;
    background:#080808 url(http://dirtyradio.org/img/bg-onecolum.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    padding: 3px;
    font-size: 10px;
	}

input {
    width: 120px;
}

textarea {
    width: 550px;
	}

	
.submitbutton {
	padding: 2px 5px;
	background:#2b2b2b;
	font-size:14px; text-transform: uppercase;
	font-weight: bold; color:#FFF;
	cursor: pointer;
	}

.submitbutton:hover {
	color:#F5001D;
    }
    
.field {
	color:#FFF;
	padding: 5px;
	background:#080808;
	font-size:12px;
	border: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Search Box */

.search {
    float: right; border: none;
	width: 300px; margin: 0px 10px 0px 0px;
	background: #080808; height: 40px;
}

.search input, .search button {
	border: none; float: left;
}

.search input.s-box {
	color: #fff; font-size: 1.2em; line-height:30px;
	width: 188px; height: 30px; padding: 5px 5px 5px 10px;
	background: #080808 url(http://dirtyradio.org/img/cut-10-by.png) no-repeat left bottom;
}

.search input.box:focus {
	outline: none;
}
.search button.btn {
	width: 97px; height: 40px; cursor: pointer;
	text-indent: -9999px;
	background: #080808 url(http://dirtyradio.org/img/titles/search-button.png) no-repeat right -40px;
}
.search button.btn:hover {
	background: #080808 url(http://dirtyradio.org/img/titles/search-button.png) no-repeat right 0px;
}

#comments {
    padding: 10px;
}

#comments h3 {
	text-transform: uppercase; margin-bottom: 10px;
}

#commentform input {
    width: 120px;
    margin: 5px 5px 0px 0;
    border: 1px solid #2b2b2b;
    background:#080808 url(http://dirtyradio.org/img/bg-onecolum.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
	}

#commentform textarea {
	width: 568px;
	margin-top:5px;
	border: 1px solid #2b2b2b;
	}



/* Comments*/

#comment {
	width:590px;
	line-height:1.5em;
	padding:10px;
	margin:0 0 1px 0;
	background:#080808 url(http://dirtyradio.org/img/bg-onecolum.jpg) repeat-x left top;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
}

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist {
	list-style:none;
	border-top: 1px solid #2b2b2b;
	margin: 0 0 10px 0;
}

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.comment {
	color:#FFF;
	padding: 11px 14px 11px 14px;
	background:#2b2b2b;
	list-style:none;
	margin-bottom:10px;
	font-size:10px;
	line-height:18px;
	border-bottom: 1px solid #2b2b2b;
}
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar {
	border:1px solid #2b2b2b;
	margin:0px 0px 13px 13px;
	float:right;
	padding:2px;
	width:45px;
	height:45px;
}	
ul.commentlist li.comment cite {
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a {
	color:#FFF;
	text-decoration:none;
}
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p {
	margin:15px 0px;
	padding:0;
	color: #fff;
	font-size: 10px;
}
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment {
	margin-top:15px; color:#fff;
	padding: 12px 12px 12px 12px;
	background:#080808; border:none;
	list-style:none; margin-bottom:0px;
	font-size:10px;
}

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 {
	line-height:1.5em; margin: 0;
	background:#080808; border-bottom: 1px solid #2b2b2b;
}

ul.children li.depth-3 {
	margin-top: 15px;
}

ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 {
	background:#2b2b2b;
}

#respond textarea {
	width:568px;
	font-size:10px;
}
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#footer-container {
	font-size:10px;
	color:#fff;
	width: 940px; height: 100px;
	background:#2b2b2b;
	margin: 0 auto; overflow: hidden;
	padding: 10px;
	}
	
p.footer {
	color: #8a8a8a;
	display: block;
}

#footer-block-left, #footer-block-middle {
	width:300px;
	float:left;
	border-right:10px solid #2b2b2b;
	border-bottom: 10px solid #2b2b2b;
	height: 100px;
	overflow: hidden;
	background:#000000;
	display: inline;
	}

#footer-block-right {
	width:920px; height: 80px;
	background:#000000;
	}

.footer-lines {
	padding: 20px 10px 10px 10px; height: 220px;
	text-align: center;
}

.footer-lines h3 {
	text-transform:uppercase;
}

/* Social Feed Blocks */

.feeds img {
	display: inline; margin: 10px 0 10px 8px;
}

.feeds {
	background: #000;
	height: 50px;
	width: 320px;
}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* Custom - Podcast */

p.powerpress_links_mp3 {
	background: url(http://www.dirtyradio.org/img/download-podcast-icon.png) no-repeat left top;
	padding-left: 20px; width: 170px;
	color: #FFFFFF; height: 24px; line-height: 24px;
	text-transform: uppercase; float: left; font-size: 14px;
	font-weight: bold; letter-spacing: -0.05em; text-align: center;
	display: inline; margin:0 0 10px 10px; clear: none;
}

.powerpress_player {
	width: 190px; height: 24px; float: left;
        background: url(http://www.dirtyradio.org/img/listen-podcast-icon.png) no-repeat left top;
	display: inline; margin-bottom: 10px; clear: none;
}

.entry p.powerpress_links_mp3 {
	margin: 0 198px 10px 10px;
}

#post-tags  {
	clear: both; padding-top: 10px;
	text-transform: uppercase; display: block;
}

/* More Link Hover Effects */

a.more-link-w90h30 {
	height:30px; width:75px;
	background: url(http://www.dirtyradio.org/img/titles/more-90x30.png) no-repeat right -30px;
	display: block;
}

a.more-link-w90h30:hover {
	background-position: right 0px;
}

a.more-link-w90h30 span {
	display: none;
}

a.more-link-wXXh16, .more-link-wZZh16 a {
	background: url(http://www.dirtyradio.org/img/titles/more-16x16.png) no-repeat right -16px;
	padding-right: 26px;
}

a.more-link-wXXh16:hover, .more-link-wZZh16 a:hover {
	background-position: right 0px;
}

a.more-link-wXXh16 span {
	display: none;
}

a.more-link-w140h40 {
	height:40px; width:115px;
	background: url(http://www.dirtyradio.org/img/titles/tune-in.png) no-repeat right -40px;
	display: block;
}

a.more-link-w140h40:hover {
	background-position: right 0px;
}

a.more-link-w140h40 span {
	display: none;
}

a.more-link-w58h20-wa {
	height:40px; width:115px;
	background: url(http://www.dirtyradio.org/img/titles/tune-in-winamp.png) no-repeat right -40px;
	display: block; margin-top: 10px;
}

a.more-link-w58h20-it {
	height:40px; width:115px;
	background: url(http://www.dirtyradio.org/img/titles/tune-in-itunes.png) no-repeat right -40px;
	display: block;
    margin-top: 10px;
}

a.more-link-w58h20-wa:hover, a.more-link-w58h20-it:hover {
	background-position: right 0px;
}

a.more-link-w58h20-wa span, a.more-link-w58h20-it span {
	display: none;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none; width: 32px; height: 32px;
	border: 0; margin: 0; padding: 0;
}

#support-page {
	padding-top: 160px;
	width: 590px;
	background: url(http://dirtyradio.org/img/donate-lfr.png) right top no-repeat;
}

#support-page h3, #support-page h4 {
	letter-spacing: 0px;
	margin-bottom: 20px;
}

#support-page img, #podcast-page img {
	border: 0; margin: 0; padding: 0;
}

.donate h4 {
	margin-bottom: 15px;
	letter-spacing: 0;
}

.donate input, .donate select, .donate button {
	border:1px solid #8a8a8a;
	background: #2b2b2b;
	color: #fff;
	font-size: 14px;
}

.donate input { width: 57px; padding: 2px 1px 1px 3px; }

.donate select {
	width: 135px;
}
	
.donate button {
	padding: 0 3px;
}
	
.donate button:hover {
	background: #080808;
	cursor:pointer;
	}
	
.donate .field {
	float: left;
	padding: 0;
	margin-right: 10px;
	}

.pages {
	font-size: 14px;
	letter-spacing: -0.05em;
	line-height:20px;
}

.pages p{
	margin-bottom: 15px;
}

.entry ul.showbox-wrap{
	padding: 0; margin: 0;
}

img.plain {
	vertical-align: bottom;
}

img.wp-smiley { border:0; padding: 0; margin:0; vertical-align: bottom;}

#apparel-ad {
	background: url(http://dirtyradio.org/img/sidebar/2010-05-08-dr-apparel.png) no-repeat;
        font-size: 10px;
	height: 30px;
	width: 300px;
	padding-top: 70px;
	padding-left: 20px;
}

#apparel-ad a:hover {
	color: #F5001D;
}

#apparel-ad span {
        margin-right: 10px;
	padding-left: 36px;
}

span.uk { background:url(http://dirtyradio.org/img/titles/ukeu.png) no-repeat; }

span.us { background:url(http://dirtyradio.org/img/titles/uscan.png) no-repeat; }

#fb-sb {
	background:url(http://dirtyradio.org/img/titles/fb-connect.png) no-repeat;
	width: 300px; height: 21px;
	padding: 10px 10px 9px 10px;
	background-color: #3b5997;
}

.sb-posts {
	position: relative; /* for IE 6 */
	border: 5px solid #080808;
        width: 145px; height: 145px;
	margin-bottom: 10px;
}

span.sb-posts-title {
	position: absolute; left: 0; bottom: 0;
	width: 139px;
	color: white;
	font-size: 10px; font-weight: bold;
	line-height: 14px; letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.9); text-transform: uppercase;
	padding: 1px 3px;
}

sb-posts-wrapper {
	width: 320px; height: 155px; margin-bottom: 10px;
}
