/*
Theme Name: Scratch Radio 3.0
Author: Ben Stones
Theme URI: http://benstones.tumblr.com/
Description: WordPress theme for Scratch Radio - www.scratchradio.co.uk
*/

body {
	background: #333;
	/* background-image:url(images/bgbokeh.jpg); */
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 975px;
	margin: auto;
}
.left {
	float:left;
	margin:0;
}
.right {
	float:right;
	margin:0;
}
.clear {
	clear:both;
}
/* reset.css */
* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
img {
	vertical-align: middle;
	border:0;

}
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.container {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .container {
	height: 1%;
}
.container {
	display: block;
}
/* close commented backslash hack */
.header_blogcontent{
display:none
}
a {
	text-decoration: none;
}
h1 {
	font: bold 30px Helvetica, Sans-Serif;
	margin:0;
	padding:0;
	color:#FFF;
}
h2 {
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	margin-bottom: 5px;
	color: #000;
	padding:5px;
	padding-left: 15px;
	text-transform:uppercase;
	background-color:#fed700;
}
h2 span.playlist {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 14px;
	float: right;
	padding-top: 7px;
	color: #333;
}
h2 span.playlist a {
	padding: 2px 5px 2px 5px;
	margin-left: 2px;
	margin-right: 2px;
	background: #333;
}
h2 span.playlist a:hover {
	background: none !important;
	color: #333 !important;
}
h3 {
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0;
	margin-bottom:8px;
	color:#fff;
	padding:0;
	text-transform:uppercase;
}
#dsq-content h3 {
	font-size:18px;
	margin:0;
	padding:0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	margin-bottom:5px;
	color:#000;
	padding:0;
}
h5 {
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	margin-bottom:8px;
	color: #fed700;
	padding:0;
	text-transform:uppercase;
}
h6 {
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	color: #ccc;
	padding:0px;
}
.black {
	color:#000;
}
.green {
	color:#008186;
	font-size:14px;
}
.white {
	color:#FFF;
}
.blue{
	color:#1b5993;
	font-size:14px;
}
.grey{
	color:#c0c0c0;
	font-size:14px;
}
.yellow{
	color: #fed700;
	font-size:14px;
}
.current {
	color:#000;
}
.submit{
	background-color:#333;
	border:#333 solid 1px;
	color:#FFF;
}
.imgleft{
	margin:10px;
	float: left;
}
#container{
	height: auto;
	margin-top:0;
	margin:auto;
	background-color:rgba(0, 0, 0, 0.6);
}
#container_primary{
	margin-top:0;
	padding-left:30px;
	padding-right:30px;
	background-color:rgba(0, 0, 0, 0.4);
}
#container_secondary{
	margin-top:0;
	padding-left:30px;
	padding-right:30px;
	background-color:rgba(0, 0, 0, 0.2);
}
#content {
	width:830px;
	margin:auto;
}
header {
	margin:0;
	padding-top:10px;
}
header p {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#onair {
	width:480px;
	height:110px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:15px;
	padding: 15px 15px 0px 15px;
	color:#fff;
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
}
#onair .pic {
	margin-left: 20px;
	padding-right: 5px;
}
#onair .bg {
	background-color:rgba(250, 250, 250, 0.08);
	padding-left: 7px;
	padding-right: 10px;
}
#onair .bg a:hover {
	color: #555;
}
#onair .med {
	font-size: 14px;
}
#onair .lrg {
	font-size: 20px;
}
#onair .sml {
	font-size: 10px;
}
nav {
	margin-top:7px;
	position: relative;
	height: 30px;
	width: 900px;
	overflow: hidden;
}
nav li {
	float: left;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 6px 0 6px;
}
nav li a {
	color: #fff;
	padding: 5px 20px 5px 20px;
	display: block;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	position:relative;
	z-index:10;
	background-color:rgba(250, 250, 250, 0.1);
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
}
nav li a:hover {
	color:#000;
	background-color:#fed700;
}
nav li.current a{
	background-color:#000;
	color: #fed700;
}
nav li.current a:hover {
	background-color:#000;
	color: #fed700;
}
#contact_container {
	width:320px;
	padding:10px;
	float: right;
	background-color:rgba(250, 250, 250, 0.05);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius:25px;
}
#contact {
	width:300px;
	padding:10px;

	color:#FFF;
	background-color:rgba(0, 0, 0, 0.6);
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}
#contact h3, #schedulenew h3 {
	font-size: 20px;
}
#contact h3 {
	color: #fed700;
}
#contact h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	margin-bottom:10px;
	margin-left: 15px;
	color: #fff;
	padding:0;
	text-transform:uppercase;
}
#contact h4 small {
	color: #555; 
	font-weight: normal;
}
#contact h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	margin-left:12px;
	color: #fff;
	padding:0;
	text-transform: uppercase;
}
#contact .yellow {
	font-size: 120%;
}
#contact a:hover .yellow {
	color: #555;
}
#contact form {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
#homeblog_container {
	width:320px;
	padding:10px;
	float: right;
	clear: both;
	margin-top:15px;
	background-color:rgba(250, 250, 250, 0.05);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
}
#homeblog {
	width:300px;
	padding:10px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	color:#000;
	background-color:#000000;
	font-size:14px;
}
#homeblog h5 {
	margin-bottom: 3px;
	padding-bottom: 0;
}
#homeblog h5 a, #homeblog li a {
	color: #000;
	padding-left: 2px;
	padding-right: 2px;
}
#homeblog h5 a:hover, #homeblog li a:hover {
	color: #fed700;
	background: #000;
}
#homeblog ul {
	margin-left: 3px;
	text-transform: uppercase;
	font-weight: bold;
}
#homeblog li {
	padding-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}
#homeblog li span.rssdesc {
	text-transform: none;
	font-weight: normal;
}
#homeblog li small a {
	color: #fff;
}
#homeblog li small a:hover {
	color: #555;
	background: none;
}
section {
	margin-top: 20px;
}
#welcome_container, #homespecial_container {
	width:450px;
	padding:10px;
	margin-top: 15px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	background-color:rgba(250, 250, 250, 0.05);
}
#welcome, #homespecial {
	width:425px;
	padding:10px;
	padding-left: 15px;
	padding-bottom: 15px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#FFF;
}
#welcome h3 .yellow, #archive h3 .yellow{
	color: #fed700;
	font-size: 20px;
}
#welcome p, #archive p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#welcome h5 {
	font-size: 18px;
}
#welcome h5 a {
	color: #fed700;
}
#welcome h5 a:hover {
	color: #000;
}
#welcome h5.niche a {
	color: #00FF2A;
}
#welcome h5.niche a:hover {
	background-color: #00FF2A;
	color: #000;
}
#welcome .backlink a {
	color: #555;
}
#welcome.news h3 {
	font-size: 18px;
}
#welcome.news h3 a {
	color: #fff;
}
#welcome.news h3 a:hover {
	color: #000;
}
#welcome.news h5 {
	padding: 0;
	margin: 0;
}
#welcome.news p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 13px;
}
img.attachment-newsThumb, img.attachment-fullnewsThumb  {
	float:right;
	margin: 5px;
	border: solid 1px #555;
}
#homespecial {
	height: 105px;
	background-color: #fed700;
	color: #000;
}
#homespecial .show {
	float: left;
	clear: none;
	width: 130px;
	margin-right: 10px;
}
#homespecial .show .photo {
	float: right;
}
#homespecial .show .info {
	float: right;
	background: #fed700;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#homespecial .show .info h6 {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 3px;
}
#homespecial .show .info p {
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 3px;
}
#gallery_container {
	width:450px;
	padding:10px;
	background-color:rgba(250, 250, 250, 0.05);
}
#gallery {
	width:450px;
	height:200px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#FFF;
}
div.imagelink {
	float: right;
	clear: both;
	padding:10px;
	background-color:rgba(250, 250, 250, 0.05);
	width:320px;
	margin-top: 15px;
}
#facebook {
	padding:10px;
	background-color:rgba(250, 250, 250, 0.05);
	width:450px;
	margin-top: 15px;
}
#about_container{
	width:810px;
	padding:10px;
	background-color:rgba(250, 250, 250, 0.05);
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}
#about{
	width:770px;
	padding:20px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#FFF;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#about p {
	margin-bottom:12px;
}
#about ul{
	list-style:none;
}
#about li a{
	color:#fed700;
	font-weight:bold;
}
#about li a:hover {
	background-color:#fed700;
	color:#000;
}
#about a, #welcome a, #archive a {
	color:#fed700;
	font-weight:bold;
}
#about a:hover, #welcome a:hover, #archive a:hover {
	background-color:#fed700;
	color:#000;
}
#about p img {
	padding: 10px;
}
#about #comm span.name {
	padding-right: 10px;
	font-weight: bold;
}
#about #comm a.email {
	margin-left: 10px;
	font-size: 90%;
}
#about #comm h5 {
	padding-top: 15px;
}
#request{
	width:600px;
	margin:auto;
}
#about div.comm_person, #about div.playlist {
	float:left;
	clear:both;
	background-color:rgba(0, 0, 0, 0.6);
	width:750px;
	padding:2px;
	margin-bottom:7px;
}
#about div.comm_person img {
	padding:5px 10px 5px 10px;
}
#about div.comm_person h5 {
	margin-bottom:0;
	padding-top:5px;
}
#about div.playlist img {
	margin: 0;
	padding: 5px 15px 5px 25px;
}
#dj{
	float:left;
	width:223px;
	padding:10px;
	height:280px;
	background-color:rgba(0, 0, 0, 0.6);
	margin-right:12px;
	margin-bottom:12px;
	overflow:hidden;
}
#dj img {
	margin-bottom: 10px;
}
#dj p {
	font-size: 14px;
	margin-bottom: 7px;
}
/* jQuery Tabs */  
#about ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
#about ul.tabNavigation li {
    display: inline;
}
#about ul.tabNavigation li a {
	font-size: 12px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fed700;
	text-transform: uppercase;
	padding: 4px 17px 4px 17px;
	margin-right: 3px;
}
#about ul.tabNavigation li .selected, #about ul.tabNavigation li a:hover {
	background-color: #555;
}
#about div.tabs > div {
	margin-top: 15px;
}
#about div.tabs #abt img, #about div.tabs #quiz img {
	padding: 5px;
}
#about div.tabs > div h3 span.yellow{
	color: #fed700;
	font-size:24px;
}
#about div.tabs > div #show{
	width:750px;
	padding:10px;
	background-color:rgba(0, 0, 0, 0.6);
	margin-bottom:10px;
}
#about div.tabs > div #show.fixedheight {
	min-height:120px;
}
#about div.tabs > div #show img{
	margin-right: 10px;
	float:left;
}
#about div.tabs > div #show h5 {
	margin-bottom: 0px;
}
#about div.tabs > div #show p {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* jQuery Tabs END */
#nichedjs {
	margin-left: 30px;
}
#nichedjs #dj a {
	color: #00FF2A;
}
#nichedjs #dj a:hover {
	color: #000;
	background-color: #00FF2A;
}

#about #join {
	width:750px;
	padding:10px;
	background-color: #fed700;
	margin-bottom:10px;
	margin-top: 20px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#about #join a {
	color: #000;
}
#about #join a:hover {
	color: #555;
}
#about .event {
	padding-top: 5px;
}
#about .event span.title {
	font-size: 18px;
	color: #fed700;
	font-weight: bold;
}
#archive_container {
	width:510px;
	padding:10px;
	/* margin-top: 15px; */
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	background-color:rgba(250, 250, 250, 0.05);
	float: right;
	clear: both;
}
#archive {
	width:485px;
	float: left;
	clear: none;
	padding:10px;
	padding-left: 15px;
	padding-bottom: 15px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#FFF;
}
#archive .news_item {
	padding:10px;	
	float: left;
	clear: both;
	width: 465px;
	background-color:rgba(0, 0, 0, 0.6);
	margin-bottom:10px;
	border-bottom: solid 1px #333;
}
#archive .news_item h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 18px;
}
#archive .news_item .entry {
	font-size: 15px;
}
footer {
	background-color:rgba(250, 250, 250, 0.05);
	padding:10px;
	width:810px;
	height:225px;
	margin:auto;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-color: #ccc;
	font-size:11px;
}
#footer_info {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.6);
	font-color: #fff;
	width:770px;
	height:220px;
}
#copyright {
	text-align: center;
	color:#CCC;
	font-size:10px;
	padding-top:5px;
	clear:both;
}
#copyright a {
	color: #fed700;
	background-color: #171717;
	padding:5px;
}
#copyright a:hover {
	background-color: #fed700;
	color:#000;
}
#share {
	float:left;
	width:135px;
	margin:10px;
	padding-top:5px;
	font-size: 14px;
	text-align:left;
	line-height: 1.3;
	margin-left:10px;
	height:165px;
}
#share p {
	padding-bottom: 15px;
}
#share a {
	color: #fff;
}
#share a:hover {
	color: #fed700;
}
#affiliations {
	float:left;
	width:150px;
	margin:10px;
	text-align:left;
	border-right: solid #666 1px;
	padding-top: 10px;
	padding-right:20px;
	height:155px;
}
#twitter_container {
	float:right;
	width:380px;
	margin:10px;
	border-left: solid #666 1px;
	padding-left:20px;
	text-align:left;
}
#twitter {
	background-color:#fed700;
	width:360px;
	height:110px;
	color:#333;
	padding:10px;
	font-size:16px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
#twitter_container h5 {
	text-align: right;
}
#twitter_container h5 a {
	color: #333;
}
#twitter_container h5 a:hover {
	color: #fed700;
}
#twitter a {
	color: #000;
	padding:3px;
}
#twitter-link a {
	text-align:right;
}
#twitter a:hover {
	background-color: #000;
	color:#fed700;
}
h3 #output a {
	color: #fff;
}
h3 #output a:hover {
	color: #fed700;
	background: none;
}
/* HTML5 tags */  
header, section, footer, aside, nav, article, figure {
	display: block;
}

#presright_container {
	width:320px;
	padding:10px;
	float: right;
	clear: both;
	margin-top:15px;
	background-color:rgba(250, 250, 250, 0.05);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
}
#presright_container.thumb {
	margin-top: 0;
	margin-bottom: 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#presright {
	width:300px;
	padding:10px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
	font-size:14px;
}
#archiveside_container {
	width:260px;
	padding:10px;
	margin-top:15px;
	background-color:rgba(250, 250, 250, 0.05);
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
}
#archiveside {
	width:240px;
	padding:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
	font-size:14px;
}
#archiveside form {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}
#archive_imglink {
	width:260px;
	padding:10px;
	margin-top:15px;
	background-color:rgba(250, 250, 250, 0.05);
}
#presright.yellow, #archiveside.yellow {
	background-color:#fed700;
	color:#000;
}
#presright.yellow h5, #archiveside.yellow h5 {
	color:#000;
}
#presright.yellow h5 a, #archiveside.yellow h5 a {
	color:#333;
}
#presright.yellow h5 a:hover, #archiveside.yellow h5 a:hover {
	color:#fed700;
	background:#000;
}
#presright h5 a, #presright li a, #archiveside h5 a, #archiveside li a {
	color: #fed700;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: -2px;
}
#archiveside li a {
	font-size: 13px;
}
#presright h5 a:hover, #presright li a:hover, #archiveside h5 a:hover, #archiveside li a:hover {
	color: #000;
	background: #fed700;
}
#presright ul, #archiveside ul {
	margin-left: 3px;
	font-weight: bold;
}
#presright li, #archiveside li {
	margin-bottom: 10px;
	list-style: none;
}
#presright li small, #archiveside li small {
	color: #fff;
}
#presright li small a, #archiveside li small a {
	color: #fff;
}
#presright li small a:hover, #archiveside li small a:hover {
	color: #555;
	background: none;
}

img.alignright {
	float: right;
}
img.alignleft {
	flat: left;
}

#dsq-content .dsq-login-button a:hover {
	background: none;
}
.moretext	{
	margin-top:5px;
	text-transform: uppercase;
	font-style: bold;
	color: #fed700;
	background-color: #000;
}
.moretext:hover {
	color: #000;
	background-color: #fed700;
}


/* SPORT TEMPLATE CSS */

#sport_outer {
	width: 365px; 
	height: 260px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: rgba(250, 250, 250, .07);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	margin-bottom: 20px;
}

#sport_inner {
	width: 335px;
	height: 230px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	background-color: #000;
	padding: 10px;
	overflow: hidden;
}
#sport_inner h5 a {
	color: #fed700;
}
#sport_inner h5 a:hover {
	color: #000;
	background: #fed700;
}
#sport_inner p a{
color: #fed700;
}
#sport_inner p a:hover {
	color: #000;
	background: #fed700;
}
#sport_inner #visit_page {
margin-top: 15px;
}

/*SPORT PROFILE CSS */
#profile_outer {
	width: 250px; 
	height: auto;
	padding-left: 10px;
	padding-top: 10px; padding-bottom: 10px;
	background-color: rgba(250, 250, 250, .07);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;}

#profile_inner {	
	width: 220px;
	height: auto;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	background-color: #fed700;
	padding: 10px;}

#content_outer {
	float: right;
	width: 535px; 
	height: auto;
	padding: 10px;
	background-color: rgba(250, 250, 250, .07);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;}

#content_inner {
	width: 515px;
	height: auto;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	background-color: #fed700;
	padding: 10px;}
	
#sport_twitter_outer {
	margin-top: 15px;
	width: 810px;
	padding: 10px;
	background-color: rgba(250, 250, 250, .07);
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;}
	
#sport_twitter_inner {
	width: 790px;
	background-color: #fed700;
	padding: 10px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;}
	
#sport_twitter_inner a {color: #000000;}

#sport_twitter_inner a:hover {color: #fed700;
								background-color: #000000;}
