/***
	Note: This file is not read by default, but instead "min.css" is.
		  To switch between the files, alter "/templates/header.inc.php"
		  
	To update min.css from this file, go to http://www.minifycss.com/css-compressor/
		  
***/

/**************** site-wide */

body {
	font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
}

a {
	text-decoration: none;				
}
a:hover {
	text-decoration: underline;
}
a.hidden_link {
	color: inherit;
}
a.hidden_link:hover {
	text-decoration: none;
}

h1 {	
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;	
}
h2 {
	font-size: 26px;				
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;	
}
h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;	
}

div#main_header_title {
	padding-top: 20px;
	height: 160px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 2px 2px 15px #c71105;
	text-outline: 1px 1px #000;	
	-webkit-text-stroke: 1px #000;
	letter-spacing: -2px;
}

div#main_page {
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	min-height: 700px;
	-webkit-box-shadow: 0px 0px 10px #000 inset;
	-moz-box-shadow: 0px 0px 10px #000 inset;
	box-shadow: 0px 0px 10px #000 inset;
}


/**************** /index.php */

div#activity_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.activity_button {
	background-color #000000;
	border: solid 1px #000000;			
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 120px;			
	font-size: 24pt;	
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;			
	text-align: right;
	letter-spacing: -1px;	
	-webkit-box-shadow: 2px 2px 10px #555;
	-moz-box-shadow: 2px 2px 10px #555;
	box-shadow: 2px 2px 10px #555;
}
div.activity_button a {			
	color: #ffffff;			
	position: relative;			
	top: 70px;
	right: 10px;			
}
div.activity_button:hover {
	-webkit-box-shadow: 5px 5px 10px #555;
	-moz-box-shadow: 5px 5px 10px #555;
	box-shadow: 5px 5px 10px #555;
}
div.activity_button:hover,
div.activity_button a:hover {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 1px 1px 10px #c71105;
}

div.points_leaders {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ccc;
	border: solid 1px #000000;			
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 10px #555;
	-moz-box-shadow: 2px 2px 10px #555;
	box-shadow: 2px 2px 10px #555;
}
div.points_leaders h3 {
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
	color: black;
}
div.points_leaders div.drivers_column {
	display: inline-block;
	width: 160px;
	padding: 0px 5px 2px 5px;
}
div.driver_score span.position {
	color: #777;
}
div.driver_score span.name {
	color: black;
}
div.driver_score span.points {
	color: red;
	float: right;
	margin-right: 10px;
}

img.corvette_guys_logo {	
	-webkit-border-radius: 15px;	
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 10px #555;
	-moz-box-shadow:
		0 0 20px #aaa inset,
		5px 5px 10px #555;
	box-shadow:
		0 0 20px #aaa inset,
		5px 5px 10px #555;
}

/**************** /news.php */

div.news_blurb {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.news_blurb_heading{
	padding: 2px 5px;
	width: 100%;
	background-color: #ccc;
}

div.news_blurb h2 {
	font-size: 1.5em;
	letter-spacing: -0.02em;
	line-height: 1em;
	margin: 0px;
	padding-bottom: 0px;
	text-transform: none;
}
div.news_blurb h2 a {
	color: inherit;
}

div.news_post_info {
	font-size: 0.9em;
	text-align: right;
}

div.news_body {
	margin: 1em 0px;
}

/**************** /contacts.php */

div.contact {			
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #000;
	margin-bottom: 10px;
	padding: 5px;
}
div.contact h2 {			
	font-size: 16px;
	color: #c71105;			
	font-weight: bold;
	border-bottom: double 3px #c71105;
	margin-bottom: 5px;			
}
div.contact span.name {
	font-weight: bold;
}

/**************** /snarling.php */

div.snarlings h2 {
	margin-bottom: 5px;
	border-bottom: double 3px #000000;
}

/**************** /templates/event_schedule.inc.php */
table#events
{			
	font-size: 12px;			
	text-align: left;				
}
table#events thead tr th {					
	padding: 5px 5px 10px 10px;
	background-color: #c71105;
	color: #fff;
	font-size: 14px;
	font-weight: bold;			
	border-bottom: 2px solid #000;
	text-align: left;
}
table#events tbody tr td {
	color: #000;
	padding: 5px 5px 10px 10px;
}		
table#events tbody tr:hover td
{			
	background-color: #ccc;
}

/************** /templates/menu.inc.php */

div#main_menu {
	margin-top: 10px;
}

div#main_menu div.sub_menu {
	margin-bottom: 10px;
}

div#main_menu div.sub_menu a {
	display: block;
	color: #ffffff;
	font-size: 12pt;	
	list-style-type: none;
	margin-left: 15px;				
	margin-right: -20px;
	padding-left: 7px;
	border-top-left-radius: 10px;				
	border-bottom-left-radius: 10px;
}

div#main_menu div.sub_menu a:first-child {
	color: #c71105;
	font-weight: bold;
	font-size: 18pt;	
	margin-left: 10px;	
	letter-spacing: -1px;
}

div#main_menu div.sub_menu a.selected_menu {
	background-color: #ffffff;
	color: #c71105;
	font-weight: bold;			
	-webkit-box-shadow: 0px 0px 5px #000 inset;	
	-box-shadow: 0px 0px 5px #555 inset;
	-moz-box-shadow: 0px 0px 5px #555 inset;
	box-shadow: 0px 0px 5px #555 inset;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c71105), color-stop(.8,#FFFFFF));	
	background: -moz-linear-gradient(180deg, #c71105, #fff, #fff 80%);	
}
div#main_menu div.sub_menu a.selected_menu:first-child {
	text-shadow: 1px 1px 1px #ccc;
	background-color: #000000;
}
div#main_menu div.sub_menu a.selected_menu:hover{
	background-color: #ffffff;
	text-shadow: none;
}

div#main_menu div.sub_menu a:hover {
	background-color: #414141;
	text-decoration: none;
	color: #ffffff;	
	text-shadow: none;
	-webkit-box-shadow: 0px 0px 5px #000 inset;
	-moz-box-shadow: 0px 0px 5px #000 inset;
	box-shadow: 0px 0px 5px #000 inset;
	background: -webkit-gradient(linear, left top, right top, from(#414141), to(#c71105), color-stop(.8,#414141));	
	background: -moz-linear-gradient(180deg, #c71105, #414141, #414141 80%);		
}

/************** /results.php */
div#main_page.results_page {
	position: absolute !important;
	margin-left: 190px;
	width: 1100px !important;
}
div#main_page.results_page iframe {
	width: 1100px !important;
	height: 1000px;
}

/************** /directions.php */
div#directions h2 a {
	color: #000000;
}