/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capxion, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}
table {	border-collapse: collapse;border-spacing: 0;}

/* Global Styles */
body, html, form {height: 100%;width: 100%;font: 13px Arial, Helvetica, sans-serif;}
body {background: #000 url(images/bg.gif) repeat-x;}
a:link, a:visited, #content a:link, #content a:visited {text-decoration: none;color: #660000;}
a:hover, #content a:hover {color: #000;}
p, li, td, th {font-size: 13px;text-align: left;}
p {color: #333;}
table {width: 100%;margin: 10px 0;}
th {font-weight: bold;background: #ddd;}
td, th {padding: 7px 5px;}
tr:nth-child(odd)	 { background-color:#eee; }
tr:nth-child(even) { background-color:#fff; }
strong, b {font-weight: bold;}
em {font-style: italic;}
h1, .alt-heading {
	margin: 25px 0 10px;
	font-size: 20px;
	color: #c7051e;
	border-bottom: 2px dotted #c7051e;
}
.alt-heading {
	padding-top: 10px;
}
h2 {
	margin: 30px 0 3px 0;
	font-size: 14px;
	color: #c7051e;
	border-bottom: 1px dotted #c7051e;
}
.clearer {
	clear: both;
}
#wrapper { 
	margin: 0 auto;
	width: 1000px;
}
#header {
	width: 1000px;
	color: #333;
	height: 100px;
	margin: 0;
	background: #fff;
	clear: both;
}
.logo {
	position: absolute;
	width: 222px;
	height: 187px;
	margin: 20px 30px 20px 45px;
	background: url(images/finish-the-race-logo.png) no-repeat;
}
.logo a {
	display: block;
	width: 222px;
	height: 187px;
}
#navigation {
	width: 700px;
	padding: 25px 0 25px 300px;
	margin: 0;
	background: url(images/bg-menu.gif) no-repeat;
}
#navigation p {
	padding-left: 35px;
}
#navigation a {
	color: #c7051e;
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
}
#navigation a:hover {
	color:#000;
	text-decoration:none;
}
#content { 
	width: 860px;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 30px 70px;
}
#home #content {
	width: 880px;
	padding-left: 50px;
	padding-top: 50px;
}
#content ul {
	margin: 10px 0;
}
#content ul li {
	margin-left: 15px;
	padding: 3px 0 3px 5px;
	list-style: square;
}
#content p {
	margin: 10px 0 5px 0;
	list-stye: none;
}
.next-show-link {
	margin: 0 0 12px 0 !important;
	font-size: 20px;
	font-weight: bold;
}
.next-show-link a:link,
.next-show-link a:visited {
	color: #c7051e !important;
	text-decoration: underline;
}
.next-show-link a:hover {
	color: #000 !important;
}
.event-callout {
	margin: 0 0 25px 0;
}
.event-callout-link {
	display: flex;
	align-items: stretch;
	padding: 18px 20px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	border-radius: 8px;
}

.event-callout-link:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	transform: translateY(-1px);
}
.calendar-icon {
	display: flex;
	flex-direction: column;
	margin-right: 28px;
	border: 4px solid #3a3a3a;
	border-radius: 6px;
	background: #fff;
	text-align: center;
	width: 140px;
}
.calendar-month {
	display: block;
	background: #f4932f;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	padding: 10px 6px 8px;
	font-weight: bold;
	height: 10px;
}
.calendar-day {
	display: block;
	font-size: 44px;
	line-height: 1.1;
	padding: 12px 8px 10px;
	color: #c76500;
	font-weight: bold;
}
.event-copy {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.event-season {
	display: block;
	color: #1471db;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
}
.event-title {
	display: block;
	color: #171717;
	font-size: 52px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.05;
	padding-top: 2px;
}
.event-meta {
	display: block;
	color: #333;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	padding-top: 6px;
}
.winners-results {
	margin: 0 0 25px 0;
}
.winners-results h1 {
	margin: 0 0 12px 0;
	font-size: 36px;
	color: #171717;
	font-weight: bold;
	border: 0;
}
.winners-results h2 {
	margin: 20px 0 8px 0;
	font-size: 24px;
	color: #c7051e;
	border-bottom: 1px dotted #c7051e;
}
.winners-results .winner-list {
	margin: 0 0 10px 26px;
}
.winners-results .winner-list li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.3;
}
.winners-results ul.winner-list li {
	list-style: square;
	margin-left: 0;
}
#footer { 
	width: 980px;
	height: 50px;
	color: #333;
	background: #dadada url(images/bg-footer.gif) repeat-x;
	padding: 20px 10px;
}
#footer p {
	font-size: 11px;
	padding-left: 30px;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#c7051e;
}
.tagline {
	float: left; 
	width: 450px;
	margin-left: 350px;
	padding-top:40px;
	font-size:12px;
}
#content .car-heading {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 35px;
	border-bottom: 1px dotted #c7051e;
	color: #c7051e;
	font-size: 16px;
}
#content .cars {
	margin: 25px 0 20px;
}
#content .cars li {
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
	padding: 7px 4px;
}
#content .cars li img {
	border: 3px solid #fff;
}
#content .cars li img:hover {
	border: 3px solid #c7051e;
}
#content .cars li a {
	text-decoration: none;
}
#content .cars li a:hover {
	text-decoration: underline;
}
.right {
	float: right;
	margin-right: 50px;
	padding: 0 0 10px 10px;
}
.padding-bottom {
	padding-bottom: 10px;
}
.social-media {
	padding-right: 15px;
}
#flickr-div img {
    border: 2px solid #ccc;
    margin: 5px;
}
#flickr-div img:hover {
    border: 2px solid #c7051e;
}
.social-icons {
	float: left;
	margin: 25px 0 0 0;
}
.social-icons a img {
	margin-right: 4px;
}
#content #twitter_update_list {
	margin-left: 20px;
}
#content #twitter_update_list li {
	list-style: square;
	padding: 0 0 10px 5px;
}
#twitter_update_list li a {
	display: none;
}
#twitter_update_list li span a {
	display: inline;
}

/* Table */
.recognition {
	width: 150px;
}
.event-name {
	width: 150px;
}
.event-location {
	width: 110px;
}
.event-date {
	width: 70px;
}