/*********************
	Main Navigation
**********************/

body > header > nav li.parent {
	float: left;
	height: 66px;
	list-style: none;
	position: relative;
	z-index: 125;
}

body > header > nav li.parent > a {
	color: #252525;
	display: block;
	font-family: 'OptimusPrinceps', serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 49px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}

body > header > nav li.parent > a > .inner {
	line-height: 37px;
	padding: 1px 12px;
	text-shadow: 0 2px 1px #888;
}

body > header > nav li.parent:hover > a {
	background: #5D5D5D url("https://2f2457.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/leather_bg.png") left top repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 4px 0 #000;
	-moz-box-shadow: 0 0 4px 0 #000;
	box-shadow: 0 0 4px 0 #000;
	color: #DFDFDF;
}

body > header > nav li.parent:hover > a > .inner {
	border: 1px dashed #9D9D9D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 10px 20px -12px #E9E9E9;
	-moz-box-shadow: inset 0 10px 20px -12px #E9E9E9;
	box-shadow: inset 0 10px 20px -12px #E9E9E9;
	padding: 0 11px;
	text-shadow: 0 2px 1px #4B4B4B;
}

body > header > nav div.drop {
	background: #5D5D5D url("https://2f2457.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/leather_bg.png") left top repeat;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: -2px 1px 9px 1px #000;
	-moz-box-shadow: -2px 1px 9px 1px #000;
	box-shadow: -2px 1px 9px 1px #000;
	display: none;
	min-width: 120px;
	padding: 3px;
	position: absolute;
	top: 66px;
	z-index: 100;
}

body > header > nav li.parent:hover > div.drop {
	display: block;
}

body > header > nav ul.children {
	border: 1px dashed #9D9D9D;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 58px 74px -74px #FFF;
	-moz-box-shadow: inset 0 58px 74px -74px #FFF;
	box-shadow: inset 0 58px 74px -74px #FFF;
}

body > header > nav li.child {
	border-top: 1px solid #5F6061;
	margin: 0 8px;
}

body > header > nav li.child:first-child {
	border-top: none;
}

body > header > nav li.child a:hover {
	color: #E41F27;
}

body > header > nav li.child a {
	color: #FFF;
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 3px 14px 3px 2px;
	text-decoration: none;
	text-shadow: 0 2px 1px #4B4B4B;
	white-space: nowrap;
}

/********************
	News Rotator
*********************/

#newsCarousel {
	-webkit-box-shadow: 0 0 8px 2px #000;
	-moz-box-shadow: 0 0 8px 2px #000;
	box-shadow: 0 0 8px 2px #000;
	height: 619px;
	margin: 0 auto;
	position: relative;
	width: 1084px;
}

#newsCarousel .carousel-inner {
	height: inherit;
	overflow: hidden;
	position: relative;
	width: inherit;
	z-index: 20;
}

#newsCarousel .carousel-inner .item {
	height: inherit;
	margin: 0;
	width: inherit;
}

#newsCarousel .carousel-inner .item > a {
	display: block;
	width: inherit;
}

#newsCarousel .item img {
	display: block;
	/*height: inherit;*/
	width: inherit;
}

#newsCarousel .cc-container {
	bottom: 0;
	color: #FFF;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#newsCarousel .cc-container > .button {
	display: table;
	float: right;
	margin: 0 25px 25px 0;
}

#newsCarousel .cc-container > .button > .inner {
	color: #DADADA;
	font-size: 20px;
	line-height: 42px;
	padding: 0 16px;
}
#newsCarousel .carousel-inner .item > a:hover > .cc-container .inner {
	/*color: #CB1B22;*/
	color: #E41F27;
}

#newsCarousel .carousel-control {
	display: block;
	height: 90px;
	position: absolute;
	width: 67px;
	top: 253px;
}

#newsCarousel .carousel-control > img {
	display: block;
	height: inherit;
	width: inherit;
}

#newsCarousel .carousel-control.left {
	left: -67px;
}

#newsCarousel .carousel-control.right {
	right: -67px;
}

	.carousel .item {
		display: none;
		-webkit-transition: 0.6s ease-in-out left;
		-moz-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

	.carousel .active,
	.carousel .next,
	.carousel .prev {
		display: block;
	}

	.carousel .next,
	.carousel .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel .active {
		right: 0;
	}

	.carousel .next,
	.carousel .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel .next {
		left: 100%;
	}

	.carousel .prev {
		left: -100%;
	}

	.carousel .next.left,
	.carousel .prev.right {
		left: 0;
	}

	.carousel .active.left {
		left: -100%;
	}

	.carousel .active.right {
		left: 100%;
	}

	.carousel .prev {
		left: -100%;
	}

#newsCarousel > .indicators-container {
	background: #000 url("https://1a55d0.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/leather_dark_bg.png") left top repeat;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0 3px 18px 1px #000;
	-moz-box-shadow: 0 3px 18px 1px #000;
	box-shadow: 0 3px 18px 1px #000;
	bottom: -39px;
	height: 39px;
	padding: 0 3px 3px 3px;
	position: absolute;
	right: 110px;
	width: 135px;
	z-index: 10;
}

#newsCarousel > .indicators-container > .inner {
	border: 1px dashed #434343;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: inset 0 28px 30px -30px #AFAFAF;
	-moz-box-shadow: inset 0 28px 30px -30px #AFAFAF;
	box-shadow: inset 0 28px 30px -30px #AFAFAF;
	border-top: none;
	height: 100%;
}

#newsCarousel > .indicators-container .carousel-indicators {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	padding-top: 12px;
}

#newsCarousel > .indicators-container .carousel-indicators > .control {
	background: url("https://82c5fa.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/carousel_indicator_inactive.png") center center no-repeat;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-left: 5px;
	width: 20px;
}

#newsCarousel > .indicators-container .carousel-indicators > .control:first-child {
	margin-left: 0;
}

#newsCarousel > .indicators-container .carousel-indicators > .control.active {
	background: url("https://fd311c.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/carousel_indicator_active.png") center center no-repeat;
}

/****************
	News Area
*****************/

#main > .bottom .plugin {
	width: inherit;
}

#main > .bottom .wrap {
	display: block;
	text-decoration: none;
	width: inherit;
}

#main > .bottom .wrap > img {
	border: 1px solid #C2C2C2;
	-webkit-box-shadow: 0 10px 16px 1px #373737;
	-moz-box-shadow: 0 10px 16px 1px #373737;
	box-shadow: 0 10px 16px 1px #373737;
	display: block;
}

#main > .bottom .wrap header > h1 {
	color: #ED1C24;
	font-family: "Orbitron", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

#main > .bottom .wrap .text {
	font-family: 'SourceSansPro';
	font-size: 19px;
	line-height: 1.2;
	margin: 0;
}

/*
	Racing News
-------------------*/

#racingOuter .wrap > img {
	height: 257px;
	margin: 0 auto;
	width: 426px;
}

#racingOuter .wrap header {
	margin-top: 24px;
}

#racingOuter .wrap > .info > .text {
	margin-top: 4px;
}

#racingOuter .wrap > .info > .button {
	display: table;
	margin-top: 58px;
}

#racingOuter .wrap > .info > .button > .inner {
	color: #D5D8D4;
	font-size: 18px;
	line-height: 36px;
	padding: 0 32px;
}

#racingOuter .wrap:hover > .info > .button > .inner {
	/*color: #C62325;*/
	color: #E41F27;
}

/*
	Collection and Sales News
--------------------------------*/

#collectionOuter .wrap > img,
#salesOuter .wrap > img {
	float: left;
	height: 164px;
	width: 272px;
}

#collectionOuter .wrap > .info,
#salesOuter .wrap > .info {
	float: left;
	margin-left: 22px;
	width: 308px;
}

#collectionOuter .wrap > .info > .learn,
#salesOuter .wrap > .info > .learn {
	color: #ED1C24;
	font-family: 'SourceSansPro';
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

/*  Collection  */

#collectionOuter .wrap > .info h1.small {
	font-size: 20px;
	line-height: 1;
}

#collectionOuter .wrap > .info h1.large {
	line-height: 1;
}

#collectionOuter .wrap > .info > .text {
	margin-top: 4px;
}

/*  Sales  */

#salesOuter {
	margin-top: 32px;
}

#salesOuter .wrap > .info > header > h1 {
	line-height: 48px;
}

/*************
	Footer
**************/

/*
	Navigation
-----------------*/

body > footer nav li.parent {
	border-left: 1px dashed #434343;
	float: left;
	/*height: 66px;*/
	list-style: none;
	position: relative;
	/*z-index: 125;*/
}

body > footer nav li.parent:first-child {
	border-left: none;
}

body > footer nav li.parent > a {
	color: #A9A9A9;
	display: block;
	font-family: 'OptimusPrinceps', serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 64px;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
}

body > footer nav li.parent:hover > a {
	color: #E41F27;
}

/*
	Social Icons
-------------------*/

#socialButtons > .element {
	float: left;
	margin-left: 12px;
}

#socialButtons > .element:first-child {
	margin-left: 0;
}

#socialButtons img {
	display: none;
}

#socialButtons a,
#socialButtons img.active {
	display: block;
}

/*
	Logos
--------------*/

body > footer .adSpot {
	margin: 0 50px;
	margin-top: 40px;
}

/***********************
	Inner Navigation
************************/

#content-full > nav ul.children {
	padding: 8px;
}

#content-full > nav li.child {
	margin-top: 18px;
}

#content-full > nav li.child:first-child {
	margin-top: 4px;
}

#content-full > nav li.child > a {
	color: #959595;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

#innerMain > .mainLeftColumn nav li.child > a:hover {
	color: #4B77D2;
}

#content-full > nav ul.grandchildren {
	padding-left: 20px;
}

#content-full > nav li.grandchild {
	margin-top: 12px;
}

#content-full > nav li.grandchild > a {
	color: #959595;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

#innerMain > .mainLeftColumn > nav li.grandchild > a:hover {
	color: #4B77D2;
}

/********************
	Inner Gallery
*********************/

#gallery {
	display: table;
	margin: 0 auto;
	padding: 0 16px;
}

#gallery > .element {
	float: left;
	margin-left: 89px;
	width: 200px;
	height: 175px;
}

#gallery > .element img {
	-webkit-box-shadow: 0 10px 16px 1px #373737;
	-moz-box-shadow: 0 10px 16px 1px #373737;
	box-shadow: 0 10px 16px 1px #373737;
	height: 108px;
}

#gallery > .element a,
#gallery > .element img {
	display: block;
	width: inherit;
}

#gallery > .element a {
	text-decoration: none;
}

#gallery > .element a > h1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	margin: 10px 0;
	overflow: hidden;
	padding: 0 8px;
	text-align: center;
	//text-overflow: ellipsis;
	white-space: normal;
	width: 100%;
}

#gallery > .element.first {
	margin-left: 0;
}

#gallery > .element > .inner {
	display: none;
}




















































































h1 {
	font-size: 14pt;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

.go {
	font-weight: bold;
	color: #0a0;
}

.stop {
	font-weight: bold;
	color: red;
}

form {
	margin: 0px; padding: 0px;
}

.input_select, .input_button, .input_text {
	font-size: 8pt;
}

.input_button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

.input_block_field {
	padding: 7px;
}

.input_block_labelerr {
	color: red;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

/* dtable */

table.dtable th, table.dtable td {
	padding: 2px;
	font-size: 8pt;
}

table.dtable th {
	background-color: #8f0027;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #af2047;
}

table.dtable th a, table.dtable th a:visited {
	color: #fff;
}

table.dtable th.sorted {
	background-color: #af2047;
}

table.dtable th.sortable {
}

table.dtable td.dtable_row0 {
	background-color: #eec;
}

table.dtable td.dtable_row1 {
	background-color: #fff;
}

table.dtable td.dtable_spanbar {
	background-color: #ddd;
}

table.dtable td.dtable_date {
	padding: 0px;
	border: 1px solid #999;
}

table.dtable td.dtable_date .dtable_date_info {
	padding: 5px;
}

table.dtable td.dtable_date .dtable_date_dayofmonth {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}

table.dtable .dtable_teamcal_day, table.dtable .dtable_teamcal_dayhover {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

table.dtable .dtable_teamcal_dayhover {
	border-bottom: 1px solid #ccc;
	background-image: url('https://d448ce.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/lib/images/teamcalender_selectorbg.gif');
	background-position: top right;
	border-right: 0px;
	font-weight: bold;
}

/* vallegend */

.vallegend {
	border: 1px solid #bf0000;
	font-size: 8pt;
	padding: 5px;
	background-color: #eee;
}

.vallegend_item {
	font-weight: bold;
}

/* pagetabs */

.pagetabs {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom : 1px;
	padding-left : 10px;
	border-bottom: 2px solid #000;
}

div.pagetabs ul, div.pagetabs li {
	list-style: none;
	display : inline;
	list-style-position: outside;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

div.pagetabs li a {
	padding : 1px 8px 1px 8px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

div.pagetabs li.pagetabselected a {
	color: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #555;
}

div.pagetabs li a:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	background-color: #eee;
}

/**
 * End shared / common classes
 */


img {
	border: 0px;
}

a { color: #333; } 
a:visited { color: #555; }
a:active { color: #555; }

.leftnavad {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.white { color: #fff; }

/*
 * Blocks
 **/

h2 a {
	text-decoration: none;
	color:#fff;
}

.homearticle td {
	color: #000;
}

.homearticle h2 {
	color: #FFFFFF;
	background-color:#06337B;
	font-size: 11pt;
	text-align: right;
	padding: 2px;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticle_date {
	font-size: 7pt;
}

.homearticle .block {
	padding: 2px;
}

/* vertical home articles */

.homearticlevert {
	color: #fff;
	margin: 10px 20px 10px 20px;
	background-color: #000;
}

.homearticlevert h2 {
	font-size: 10pt;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticlevert_container {
	-moz-opacity: .7;
	filter:alpha(opacity: 70);
	opacity: .7;
}

.homearticlevert .block {
	color: #fff;
	padding: 2px;
}

.homearticlevert_image {
	margin: 10px 20px 10px 10px;
}

.homearticlevert_image img {
	border: 3px solid #fff;
}

/* end vertical home articles */


.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px 2px 0px;
	font-size: 7pt;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3, .block_imagecontainer4, 
.block_imagecontainer5, .block_imagecontainer6, .block_imagecontainer7  {
	padding: 0px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

.block_imagecontainer1 {
	float: left;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}


.homeheadline h2 {
	padding: 0px;
	margin: 0px;
}

.homeheadline .block {
	font-size: 7pt;
}

/*
 * Headers
 **/

h1 {
	font-size: 14pt;
	font-family: arial;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

.stop {
	font-weight: bold;
	color: red;
}

.greenbox {
	border: 2px solid #304778;
	/*border: 2px solid #478e2b;*/
	background-color: #092051;
	color: #fff;
	margin-bottom: 13px;
}

.greenbox a { color: #fff; }

.greenbox h3 {
	margin: 0px;
	padding: 2px;
	color: #efe;
	font-size: 9pt;
	font-weight: normal;
	/*background-color: #478e2b;*/
	background-color: #304778;
}

.greenbox_body {
	background-color: #092051;
	padding: 5px;
}

.greenbox ul {
	margin: 0px;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	padding-left: 10px;
}

/*
 * Vertical dropdown nav
 **/

.vnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.vnav_wrapper a, .vnav_wrapper a:visited, .vnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.vnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.vnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Horizontal dropdown nav
 **/

.hnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.hnav_wrapper a, .hnav_wrapper a:visited, .hnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.hnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.hnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Multimedia
 **/

.multimedia_navbar {
	border-bottom: 2px solid #144711;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/*
 * Home page event calendar
 **/

.leftevent {
	margin-left: 5px;
	margin-top: 15px;
	color: #222;
	background-image: url("https://231dae.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/left_eventbg.gif");
}

.leftevent_photo img { border: 1px solid #000; }
.leftevent_title { 
	font-weight: bold; 
	}

.leftevent td, .leftevent td a {
	font-size: 7pt;
	color: #222;
}

.leftevent td.textblock {
	padding: 0px 10px 2px 10px;
}

.leftevent td.datecell {
	background-image: url("https://87e01e.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/left_eventdatebg.gif");
	height: 32px;
	color: #f1f1f1;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

/*
 * Small event calendar
 **/

.smcalendar {
	color: #dfdfdf;
	margin: 0px 0px 10px 0px;
	background-color: #3A2415;
	font-family: arial;
	font-size: 7pt;
	border-top: 1px solid #C29552;
	border-left: 1px solid #C29552;
}

.smcalendar_nav {
	border-bottom: 2px solid #3A2415;
	padding: 3px;
	margin-bottom: 15px;
}

.smcalendar th, .smcalendar td {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #C29552;
	border-right: 1px solid #C29552;
}

.smcalendar td {
	border-right: 1px solid #C29552;
	border-bottom: 1px solid #C29552;
}

.smcalendar th.smcalendar_title {
	background-color: #3A2415;
	border-bottom: 3px solid #C29552;
}

.smcalendar_date a {
	color:#fff;
	font-weight:bold;
}

.smcalendar_filled {
	background-color: #600B02;
}

.smcalendar_notfilled {
	background-color: #600B02;
}

.event {
	margin-bottom: 10px;
}

.event h3 {
	background-color: #600B02;
	border-bottom: 3px solid #C29552;
	margin-bottom: 2px;
	color: #fff;
	padding: 2px;
}

.event .imgbox {
	border: 1px solid #144711;
}

/* 
 * News
 **/

.article {
	margin-bottom: 10px;
}

.article h2 {
	font-family: arial;
	font-size: 13pt;
}
 
.article h2 a {
	text-decoration: none;
	color: #06225d;
}

.article .links {
	text-align: right;
}

/* 
 * Scrolling Sponsors
 **/

.simply-scroll-container { 
	position: relative;
}
 
.simply-scroll-clip {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.simply-scroll-list { 
	position: absolute;
	left: 0px;
	top: 0px;
}

.simply-scroll a {
	float: left;
	margin-right: 5px;
	display: block;
	height: 100px;
	text-align: center;
}

.simply-scroll img {
	vertical-align: middle;
	height: 100px;
}

.staffselector {
	clear: both;
}

.staffselector img {
    width: 200px;
    height: 200px;
    border-radius: 500px;
    display: block;
    margin: 0 auto;
}

.staffselector ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.staffselector li {
    float: left;
    margin-right: 40px;
    text-align: center;
    width: 250px;
}

a.facebook {
    	display: inline-block;
    	background: #ccc;
	width: 25px;
    	height: 25px;
	line-height: 25px;
	text-align: center;
}

a.facebook:hover {
	background: #000;
	color: #fff;
}

a.twitter {
   	display: inline-block;
    	background: #ccc;
    	width: 25px;
    	height: 25px;
	line-height: 25px;
	text-align: center;
}

a.twitter:hover {
	background: #000;
	color: #fff;
}

a.instagram {
	display: inline-block;
	background: #ccc;
    	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

a.instagram:hover {
	background: #000;
	color: #fff;
}

/* Store Formatting
-------------------------- */

.ecomm1_categorybrowser {
	color: #959595;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
}

.ecomm1_categorybrowser a {
	text-decoration: none;
	color: #959595;
}

.ecomm1_categorybrowser_element {
	font-size: 18px;
	color: #959595;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	margin-top: 18px;
}

.ecomm1_categorybrowser_element_hover {
	margin-top: 18px;
}

/*
 * YouTube TV
 */

/*
 * Base Canvas
 */
.ytv-canvas{
	display: block;
	background: #282828;
	overflow: hidden;
	font-family: arial, sans-serif;
	height: 400px;
	}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}

/*
 * Video
 */
.ytv-video{
	position: absolute;
	top: 0;
    right: 300px;
    bottom: 0;
    left: 0;
    height: 100%;
	}
	.ytv-video iframe{
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		display: block;
		}

/*
 * List
 */
.ytv-list{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
	}
	.ytv-list-inner{
		overflow: auto;
		position: absolute;
		top: 52px;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    -webkit-overflow-scrolling: touch;
		}
	.ytv-list ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		.ytv-list .ytv-active a{
			border-left: 2px solid #fff;
			background: rgba(255,255,255,0.05);;
			}
		.ytv-list a{
			display: block;
			text-decoration: none;
			font-size: 11px;
			color: #FEFEFE;
			padding: 10px;
			padding-left: 8px;
			border-top: 1px solid rgba(255,255,255,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.5);
			border-left: 2px solid transparent;
			}
			.ytv-list a b{		
			    max-height: 45px;
			    overflow: hidden;
			    display: block;
			    text-overflow: ellipsis;
				}
			.ytv-list li:first-child a{ border-top: none; }
			.ytv-list li:last-child a{ border-bottom: none; }
			.ytv-list a:hover,
			.ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
			.ytv-list a:active,
			.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }
		
		.ytv-list .ytv-content{ padding-left: 125px; }
		.ytv-list .ytv-thumb-stroke{
			position: absolute;
			top: 1px;
			left: 1px;
			bottom: 1px;
			right: 1px;
			z-index: 2;
			outline: 1px solid rgba(255,255,255,0.1);
			}
		.ytv-list .ytv-thumb{
			float: left;
			position: relative;
			outline: 1px solid rgba(0,0,0,0.5);
			}
			.ytv-list .ytv-thumb img{
				width: 120px;
				display: block;
				}
			.ytv-list .ytv-thumb span{
				position: absolute;
				bottom: 5px;
				right: 5px;
				color: #eee;
				background: rgba(0,0,0,0.7);
				font-size: 11px;
				font-weight: bold;
				padding: 0px 4px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
		.ytv-views{
		    display: block;
		    margin-top: 5px;
		    font-size: 10px;
		    font-weight: normal;
		    opacity: 0.3;
			}


	.ytv-list-header{
		height: 52px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		}
		.ytv-list-header a{
			background: rgba(255,255,255,0.05);
    		position: relative;
    		z-index: 10;
			}
		.ytv-list-header img,
		.ytv-list .ytv-playlists .ytv-thumb img{
			width: 30px;
			vertical-align: middle;
			}
		.ytv-list-header span{		
		    padding-left: 10px;
		    font-size: 12px;
		    font-weight: bold;
			}

/*
 * Playlists
 */
.ytv-playlists{
    z-index: 9;
    position: absolute;
    background: #282828;
    top:52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
	}
	.ytv-playlists img,
	.ytv-list-header img{
	    float: left;
		}
	.ytv-playlists a span,
	.ytv-list-header a span{	
	    white-space: nowrap;
	    padding-left: 10px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
		}
	.ytv-list-header > a span{
		line-height: 30px;
		}
	.ytv-list-header .ytv-playlists a{
		background: none;
		}
	.ytv-playlist-open .ytv-playlists{
		display: block;
		}

/*
 * Modifiers
 */
.ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;
	}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
	}
	.ytv-has-playlists .ytv-arrow{
		display: inline-block;
		}
	.ytv-playlist-open .ytv-arrow{
		border-color: transparent;
		border-bottom-color: rgba(0,0,0,0.4);
		top: -10px;
		}

.ytv-list-header a:after,
.ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

/* Our Collection Styles-------------
------------------------------------*/

.collectionselector {
	font-family: 'SourceSansPro', arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.collectionselector h3 {
	font-family: 'OptimusPrinceps', serif;
	font-size: 18px;
}

.collectionselector ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.collectionselector li {
	min-height: 132px;
	margin-bottom: 10px;
}

.collectionselector img {
	padding: 10px;
}

.collectionselector a {
	text-decoration: none;
}

.collectionmember {
	font-family: 'SourceSansPro', arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	//position: relative;
}

.collectionmember > .topDetails {
	min-height: 250px;
}

.collectionmember h2 {
	font-family: 'OptimusPrinceps', serif;
	font-size: 18px;
}

.collectionmember h3 {
	font-family: 'SourceSansPro', arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.collectionmember a.facebook {
	display: block;
	background: url("https://5cc93c.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/facebook_icon.png") top left no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	margin-right: 10px;
	float: left;
}

.collectionmember a.twitter {
	display: block;
	background: url("https://1c7292.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/twitter_icon.png") top left no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	margin-right: 10px;
	float: left;
}

.collectionmember a.instagram {
	display: block;
	background: url("https://0fa7ed.claudeassets.com/20260311214539im_/https://showtimemotorsports.net/images/instagram_icon.png") top left no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -9999em;
}

.collectionmember .gallery {
	width: 500px;
	height: 250px;
	//position: absolute;
	//top: 0;
	//right: 0;
	background: #000;
	float: right;
}

#player {
    width: 828px;
    height: 500px;
    overflow: hidden;
    background: #000;
    position: absolute;
    //border: solid 2px gray;
}

.youtube .carousel {
    width: 20%;
    height: 100%;
    overflow: auto;
    position: absolute;
	top: 0px;
    right: 0px;
    z-index: 3;
}

.youtube .thumbnail {
    margin: 2px;
    width: 80%;
    border: 1px solid black;  
}

.youtube iframe.player {
    width: 75%;
    height: 500px;  
    overflow: auto;
    border: 0;
}
/*
     FILE ARCHIVED ON 04:51:42 Aug 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:12:19 Jun 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.487
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.041
  esindex: 0.008
  cdx.remote: 17.296
  LoadShardBlock: 220.914 (3)
  PetaboxLoader3.datanode: 135.777 (5)
  PetaboxLoader3.resolve: 176.314 (3)
  load_resource: 107.707
  loaddict: 20.856
*/