@charset "UTF-8";
/* CSS Document */
/*
 * Black Carbon Microsite Layout CSS
 */

/* =============================================================================
   Global
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);


/* Clearfix */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

/* Position */
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}

.margin-right {margin-right: 10px;}
.margin-left {margin-left: 10px;}

/* Content Elements */
ul.no-style {list-style: none; margin: 0px; padding: 0px;}


a {color: #006699; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}
p {line-height: 20px; margin: 0px 0px 15px 0px;}
img {display: block; margin: auto;}
input {border: none; margin: 0px; padding: 0px; font-size: 12px; outline: none; font-family: 'Helvetica', 'Arial', sans-serif;}
hr {border-color: #000000; border-width: 1px; margin: 25px 0px;}

table {width: 100%;}
table th {font-size: 14px; font-weight: bold; text-align: left; padding: 5px;}
table tr {border-bottom: solid 1px #ddd;}
table td {padding: 5px; background: #fff; border-right: solid 1px #ddd;}
table td:first-child {border-left: solid 1px #ddd;}

@font-face {
	font-family: 'Calgary';
	src: url('/fonts/calgary.eot');
	src: url('/fonts/calgary.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calgary.woff') format('woff'),
			 url('/fonts/calgary.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Pagination */
ul.pagination {list-style: none; clear: both; margin: 0px; border-top: solid 1px #fff; padding: 15px 0px 0px 0px; margin: 15px 0px 0px 0px;}
ul.pagination li {float: left; margin: 0px 5px; font-size: 14px;}
ul.pagination li.unavailable a {color: #666; cursor: default;}
ul.pagination li.unavailable a:hover {text-decoration: none; background: none;}
ul.pagination li a {display: block; padding: 5px 10px;}
ul.pagination li a:hover, ul.pagination li.current a {background: url("/images/microsites/red/shade-tan.png") repeat left top;}

/* =============================================================================
   jQuery
   ========================================================================== */

/* Tabs */
.ui-tabs {padding: 0px; border: none; background: transparent;}

.ui-tabs .ui-tabs-nav {padding: 0px !important; background: transparent !important; border: none;}

.ui-tabs .ui-tabs-nav li {margin: 0px 3px 0px 0px !important; padding: 0px !important; background: transparent !important; border: none;}

.ui-tabs .ui-tabs-nav li a {
    background: rgba(230, 230, 230, 1) none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 7px;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	-moz-box-shadow: 		0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	box-shadow: 				0px 0px 8px #666;
	border-radius: 5px;
	border: solid 3px #ddd;
	background-color: #fff;
	width: 222px;
}
#tooltip p {margin-bottom: 10px !important; line-height: 16px !important;}

.tooltip_body {display: none;}

/* Pencil Ad */
#hover_image_wrap {display: none;}

/* =============================================================================
   Layout
   ========================================================================== */

html {background: #000 url("//s3.amazonaws.com/bmxwebserverprod/attachments/170021/carbon.jpg") repeat top left; height: 100%;}
/* body {min-height: 100%; color: #000000; height: 100%; font-size: 12px; background: transparent url("//s3.amazonaws.com/bmxwebserverprod/attachments/170021/carbon.jpg") no-repeat top center;} */

body {
	color: #000000;
	font-size: 12px;
}

#main-wrap {width: 980px; margin: 0px auto; -moz-box-shadow: 0px 3px 16px #000000; -webkit-box-shadow: 0px 3px 16px #000000; box-shadow: 0px 3px 16px #000000;}

.live-motos {background: linear-gradient(#e31b22, #b20e13);}

#masthead {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-bottom: 3px solid #ffffff;
    padding: 5px 10px 0;
    position: relative;
}
#masthead #top-nav {
    left: 15px;
    position: absolute;
    top: 15px;
}
#masthead #top-nav li {display: inline; padding: 0px 8px; border-right: solid 1px #ffffff;}
#masthead #top-nav li:last-child {border-right: none;}
#masthead #top-nav li:first-child {padding: 0px 8px 0px 0px;}
#masthead #powered-by {position: absolute; bottom: 10px; right: 20px; color: #666; font-style: italic;}
#masthead a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
#masthead h1 {text-align: center; color: #000; font-size: 45px; margin: 45px 0px 25px 0px;}
#masthead h1 img {margin: 0 auto;}

#main-nav {border-bottom: solid 3px #ffffff; padding: 8px 20px; background: #000000 url("/images/microsites/red/bg-main-nav.png") repeat-x left top;}
#main-nav ul li {float: left; padding: 2px 20px 0px 20px; border-right: solid 1px #333;}
#main-nav ul li:first-child {padding: 2px 20px 0px 0px;}
#main-nav ul li:last-child {border-right: none;}
#main-nav ul li a {color: #ffffff; font-size: 17px; font-family: 'Racing Sans One', cursive; font-weight: normal; text-transform: uppercase;}
#main-nav ul li a:hover {color: #C9C9C9; text-decoration: none;}

#hero {overflow: hidden; 
	border-bottom: solid 3px #000; 
	height: 400px; 
	background: #000;
}
#hero #contact-us {
	width: 210px; 
	padding: 0px 20px; 
	background: rgba(255, 255, 255, 0.7); 
	float: left; 
	position: relative; 
	padding-bottom: 10px; 
	font-size: 12px;
	height: 100%;
}
#hero #contact-us h5 {
    color: #000;
    font-family: 'Racing Sans One', cursive;
    font-size: 24px;
    font-weight: normal;
    margin: 15px 0 5px;
    text-transform: uppercase;
}
#hero #contact-us p {line-height: 16px; margin: 8px 0px;}
#hero #contact-us img {border: solid 3px #ffffff;}
#hero-image { float: left; margin-left: -250px; }

#body-wrap {background: rgba(255, 255, 255, 1);}
#body-wrap #sidebar {
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    float: left;
    padding-bottom: 30px;
    width: 250px;
}
#body-wrap #sidebar h2 {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    color: #fff;
    font-family: 'Racing Sans One', cursive;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 10px 0 0 8px;
    text-transform: uppercase;
}

#body-wrap #sidebar p {padding: 0px 10px;}
#body-wrap #sidebar ul {margin-bottom: 20px;}
#body-wrap #sidebar ul li {border-bottom: solid 1px #ffffff;}
#body-wrap #sidebar ul li a {
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
}
#body-wrap #sidebar a.sponsor-ad-link {display: block;}
#body-wrap #sidebar img.sponsor-ad-image {margin: 0px 0px 10px 15px;}
#body-wrap #content-wrap {width: 728px; float: left; min-height: 400px;}
#body-wrap #content-wrap #content-banner-ad {padding: 10px; background: rgba(255, 255, 255, 0.1) repeat left top;}
#body-wrap #content-wrap #content-banner-ad a {display: inline-block; display: block;}
#body-wrap #content-wrap #content-banner-ad a img {margin: 0 auto;}
#body-wrap #content-wrap #content {padding: 10px 15px;}
/* Content Styles */

#body-wrap #content-wrap #content h1 {
	color: #000; 
	font-family: 'Racing Sans One', cursive; 
	font-weight: normal; 
	font-size: 24px; 
	margin-bottom: 20px;
	text-transform: uppercase; 
}

footer {background: #000000;}
footer #footer-content {width: 980px; margin: 0 auto; padding: 30px 0px;}
footer #footer-content a {color: #999999; font-weight: normal; text-decoration: underline;}
footer #footer-content #copyright {float: left; color: #999999;}
footer #footer-content #footer-nav li {float: left; color: #898989; padding: 0px 3px;}
footer #footer-content p {margin: 0px;}

/* =============================================================================
   Page-Specific
   ========================================================================== */
/* Home Page */
	#news { 
		margin-bottom: 15px; 
		padding-bottom: 0px; 
}
	#news article {
    	border-bottom: 1px solid #9e9e9e;
    	float: left;
    	margin-bottom: 30px;
    	padding-bottom: 10px;
    	width: 700px;
}
	#news article:last-child {margin-right: 0px;}
	#news article h4 {
		font-size: 16px; 
		margin: 0px 0px 5px 0px;
}
	#news small {
		color: #656565;
	}
	#news article p {text-align: justify; margin: 5px 0px;}

	a#more-news {padding: 5px 10px; background: url('/images/microsites/red/shade-tan.png') repeat left top; border-radius: 5px;  display: none;}

	#points-events {
		padding-top: 0;
}
	#points-events .module {
    background: #000000 url("//s3.amazonaws.com/bmxwebserverprod/attachments/170021/carbon.jpg") repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    font-size: 11px;
    margin-right: 10px;
    padding: 20px 15px;
    width: 300px;
}


	#points-events .module h5 {
    color: #fff;
    font-family: 'Racing Sans One', cursive;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 8px 10px;
    text-transform: uppercase;
}
	#points-events .module h5 a {font-size: 11px; font-family: 'Helvetica', 'Arial', sans-serif; color: #ffffff; text-transform: none; font-weight: bold; margin: 0px; padding-top: 14px;}
	#points-events .module ul {padding: 8px; background: #ffffff;}
	#points-events .module ul li {padding: 6px 4px; font-weight: bold; color: #3399cc;}
	#points-events .module ul li:nth-child(even) {background: #ebebeb;}
	#points-events #points ul li .points-place {color: #898989; padding-right: 5px; font-weight: normal;}
	#points-events #points ul li .points-digit {float: right; color: #363636; font-weight: normal;}
	#points-events #events ul li .events-date {padding-right: 10px; color: #999999; font-weight: normal;}

/* About Pages */
	ul#about-features li {float: left; margin: 0px 15px 15px 0px; display: block;}
	ul#about-features li a {display: block; width: 325px; height: 325px; text-indent: -9999px; border: solid 3px #e31b22;}
		ul#about-features li a#sport {background: url("/images/microsites/global/sport_feature.jpg") no-repeat left top;}
		ul#about-features li a#track {background: url("/images/microsites/global/track_feature.jpg") no-repeat left top;}
		ul#about-features li a#bike {background: url("/images/microsites/global/bike_feature.jpg") no-repeat left top;}
		ul#about-features li a#gear {background: url("/images/microsites/global/gear_feature.jpg") no-repeat left top;}

/* Contact Us Page */
	#contact-map img#map {border: solid 5px #333; margin: 0 auto 20px auto;}
	#contact-info {padding-right: 10px; border-right: solid 1px #333;}
	#directions {font-size: 14px;}

/* Gallery Page */
	ul#media-gallery li {float: left; margin: 0px 35px 15px 0px; position: relative;}
	ul#media-gallery li a {display: block;}
	ul#media-gallery li a img {border: solid 2px #fff;}
	ul#media-gallery li.video a img.play-icon {position: absolute; left: 37%; top: 40%; border: none; opacity: .8;}
	ul#media-gallery li.video a:hover img.play-icon {opacity: 1;}

/* Schedule Page */
	#calendar-tools {padding: 12px 0px; border-top: solid 1px #fff; border-bottom: solid 2px #fff; position: relative; margin-bottom: 20px;}
	#calendar-tools #month-switcher {text-align: center; padding-top: 2px;}
	#calendar-tools #month-switcher #switcher-current-month {font-size: 15px; font-weight: bold; margin: 0px 5px;}
	#calendar-tools #calendar-view {position: absolute; right: 10px; top: 10px;}
	#calendar-tools #calendar-view a {padding: 4px 8px; display: block; float: left;}
	#calendar-tools #calendar-view a.active {background: #e31b22; color: #ffffff; border-radius: 3px;}

	#events-list li {padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #fff;}

	table.calendar_month thead {background: transparent;}
	.calendar_day_inner {padding: 25px 8px 8px 8px; min-height: 80px;}
	.calendar-event {padding-bottom: 5px; margin-bottom: 5px; border-bottom: dashed 1px #d0d0d0;}
	.calendar-event a {font-size: 11px; font-weight: normal !important; display: block;}

/* News */
	#posts-list li {padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #fff;}

#body-wrap #sidebar div.social-feed-item-message {
    font-weight: normal;
    text-transform: none !important;
    font-size: 12px !important;
}
#body-wrap #sidebar div.social-feed-item-title {
    font-size: 12px !important;
    font-weight: bold;
    padding-bottom: 5px;
}

#body-wrap #sidebar img.social-feed-item-image {
   /* display: none !important; */
    float: left;
    max-height: 75px;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 75px;
}

.track_microsite.nonmobile.ms-about-bike-page #hero,
.track_microsite.nonmobile.ms-about-gear-page #hero,
.track_microsite.nonmobile.ms-about-sport-page #hero,
.track_microsite.nonmobile.ms-about-track-page #hero,
.track_microsite.nonmobile.ms-recent-events-page #hero,
.track_microsite.nonmobile.ms-motoboard-page #hero,
.track_microsite.nonmobile.ms-event-schedule-page #hero,
.track_microsite.nonmobile.ms-event-results-page #hero,
.track_microsite.nonmobile.ms-media-index-page #hero,
.track_microsite.nonmobile.ms-generic-content-page #hero,
.track_microsite.nonmobile.ms-post-index-page #hero,
.track_microsite.nonmobile.ms-post-detail-page #hero,
.track_microsite.nonmobile.ms-contact-page #hero,
.track_microsite.nonmobile.ms-contact-page #hero,
.track_microsite.nonmobile.ms-about-page #hero,
.track_microsite.nonmobile.ms-coaching-page #hero
{
    display: none !important;
}