/*
Theme Name: Turborilla
Author: Hooper Media, LLC
Description: Turborilla.com redesign
Version: 1.0
*/
.social ul li {
	list-style-type: none;
	display: inline;
}
#bmx {
	background-image: url(images/bmx-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 27.4em;
	background-color: #FFF;
	padding-top: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mx {
	background-image: url(images/msm-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 27.4em;
	background-color: #FFF;
	padding-top: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#icon {
	text-align: center;
}
.shadow {
    box-shadow: 0 0 16px #231E1A;
}
.social {
	margin: 1em;
	}
.left {
	float: left;
}
.right {
	float: right;
}
#logo {
		padding-left: 1em;
}
.nav-holder {
	background-color: #FFF;
	height: 60px;
	width: 100%;
	padding-top: 5px;
}
.frame-bg {
	background-image: url(images/frame-bg.png);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: auto;	
}

ul.tabs
{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the tabs as desired*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:-1px; /*distance between tabs*/
}
        
ul.tabs li a
{
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 7px 16px;
	color: #CCC;
	outline: none;
	font-weight: 700;
	font-size: 100%;
	background-image: url(../images/frame-bg2.png);
	background-repeat: repeat;
}
        
ul.tabs li a:visited
{
}
        
ul.tabs li a:hover
{
	color: #FD643E;
}
        
ul.tabs li.selected a
{
	/*selected tab style */
	position: relative;
	top: 0px;
	font-weight: bold;
	background-image: url(../images/frame-bg.png);
	background-repeat: repeat;
	color: #FFF;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
	height: 558px;
	width: 98%;
	background-image: url(../images/frame-bg.png);
	padding: 5px;
	overflow:hidden;
}
.column p, .column ul, .column-wide p, .column-wide ul {
	font-family: 'Oswald', sans-serif;
	font-size: 110%;
	font-weight: 300;
	color: #666;
	text-align: left;
}
.column-wide p, .column-wide ul {
		max-width: 80%;
			margin-bottom: .5em;

}
ul#features li {
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 1.25em;
}
.column ul#features {
	margin-top: -1.5em; 
	}
.white {
	background-image: url(../images/white-bg.png);
	background-repeat: repeat;	
}
@media screen and (min-width: 910px) {

#bmx-logo {
	height: 258px;
	width: 416px;
	position: relative;
	top: 75px;
	left: -15px;
	margin-top: -70px;
}
}
@media screen and (min-width: 640px) {

#bmx-logo {
	height: 258px;
	width: 416px;
}
}

ul#sponsors li{
	display: inline;
	margin-right: 4%;
}
ul#sponsors {
	margin-top: 1em;
	margin-left: 3%;	
}
.sponsors {
	width: 100%;
	float: left;	
}
.embedBox {
     display: block;
     width: 50%;
     padding: 8px;
     border: 1px solid #cccccc;
     line-height: 130%;
     font-size: 13px;
	 margin-left: auto;
	 margin-right: auto;
}
.center, #footer {
	text-align:center;
}
.clear {
	clear: both;
	height: 15px;	
}
.thumb {
	padding: 3px;
	float: left;	
}
#footer {
	clear: both;
	padding-left: 5%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B4924;
	padding-top: 10px;
	text-align: center;
}
#footer-left, #footer-right {
	float: left;
}
#footer p {
	margin-bottom: 0;	
}
#footer a {
	color: #FFF;	
}
#footer-right {
	margin-left: 2em;
	text-align: left;	
}
#share {
	position: absolute;
	right: 0;
	top: 10px;
}
.twtr-tweet-text p {
	font-size: 100%;
	line-height: 110%;
	font-family: Verdana, Geneva, sans-serif;
}