/* 
--------------------------------------------------------------------------------

FRAULO RACE TIMING WEBSITE

Master Style Sheet for Screen Media

website	: www.lfracing.com
filename	: master.css
revision	: 23 May 2010

author	: Brian Lokker / Antigravity Design
website	: www.antigravitydesign.com
email		: studio[at]antigravitydesign[dot]com

----------------------------------------------------------------------------- */



/* Contents:
	= Body and Wrapper
	= Links
	= Header / H1 Logo / Branding
	= Top "Miscellaneous" Navigation
	= Top "Sports" Navigation
	= Sub Navigation (left side)
	= Content and Main Content
	= Home Page Details
	= Sport Pages Details
	= Season and Multi-Event Pages Details
	= Event Pages Details
	= News Page and News Detail Page Details
	= Rosters Page Details
	= About Page Details
	= Contact Page Details
	= 404 Page Details
	= Sidebar
	= Footer, Bottom Navigation, Site Information
	= Miscellaneous
*/
	


/* = Body and Wrapper
----------------------------------------------------------------------------- */

body {
	background: rgb(255, 255, 255) url(http://www.lfracing.com/images/site/bg-top.png) top center repeat-x;
	color: rgb(0, 0, 0);
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	min-width: 980px; /* for Netscape 6 */
	position: relative;
	text-align: center; /* center content in IE */
}

#wrapper {
	line-height: 12px; /* sets the default vertical grid */
	margin: 0 auto; /* center content in standards-compliant browsers */
	padding-bottom: 24px;
	padding-left: 10px; /* expands left margin from 10px to 20px for 960px grid */
	padding-right: 10px; /* expands right margin from 10px to 20px for 960px grid */
	position: relative;
	text-align: left;
	width: 960px;
}



/* = Links
----------------------------------------------------------------------------- */

a:link {
	color: rgb(51, 102, 153);
}

a:visited {
	color: rgb(102, 102, 102);
}

a:hover {
	color: rgb(26, 51, 77);
}


/* = Header / H1 Logo / Branding
----------------------------------------------------------------------------- */

/* set z-index here and on #content to fix IE6/IE7 Superfish z-index bug */
#header {
	background: rgb(255, 255, 255) url(http://www.lfracing.com/images/site/bg-top.png) top center repeat-x;
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}

/* replace h1 text with background image */
h1 {
	background: url(http://www.lfracing.com/images/site/fraulo-race-timing-logo.png) top left no-repeat;
	height: 144px;
	position: absolute;
	left: 10px;
	top: 36px;
	text-indent: -9999px;
	width: 300px;
	z-index: 5;
}

/* convert background heading image to a link */
/* repeat the background image rule to avoid flickering in IE during mouseover; */
h1 a {
	background: url(http://www.lfracing.com/images/site/fraulo-race-timing-logo.png);
	display: block;
	height: 144px;
	width: 300px;
}



/* = Top "Miscellaneous" Navigation (uses "Pixy" graphic method)
----------------------------------------------------------------------------- */

ul#navtop-misc {
	background: url(http://www.lfracing.com/images/site/sprite-navtop-misc.png) 0 0 no-repeat;
	float: left;
	height: 36px;
	line-height: 36px;
	position: relative;
	left: 10px;
	top: 0;
	width: 940px;
}

ul#navtop-misc li {
	float: left;
	text-indent: -9999px;
}

#navtop-misc li a {
	background-image: url(http://www.lfracing.com/images/site/sprite-navtop-misc.png);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	text-indent: -9999px;
}

#navtop-misc li.here a {
	cursor: default;
}

#navtop-misc li.nav-home a {
	background-position: 0 0;
	width: 59px;
}

#navtop-misc li.nav-home a:hover,
#navtop-misc li.nav-home a:active,
#navtop-misc li.nav-home.here a {
	background-position: 0 -36px;
}

#navtop-misc li.nav-news a {
	background-position: -59px 0;
	width: 193px;
}

#navtop-misc li.nav-news a:hover,
#navtop-misc li.nav-news a:active,
#navtop-misc li.nav-news.here a {
	background-position: -59px -36px;
}

#navtop-misc li.nav-rosters a {
	background-position: -252px 0;
	width: 88px;
}

#navtop-misc li.nav-rosters a:hover,
#navtop-misc li.nav-rosters a:active,
#navtop-misc li.nav-rosters.here a {
	background-position: -252px -36px;
}

#navtop-misc li.nav-about a {
	background-position: -340px 0;
	width: 100px;
}

#navtop-misc li.nav-about a:hover,
#navtop-misc li.nav-about a:active,
#navtop-misc li.nav-about.here a {
	background-position: -340px -36px;
}

#navtop-misc li.nav-contact a {
	background-position: -440px 0;
	width: 96px;
}

#navtop-misc li.nav-contact a:hover,
#navtop-misc li.nav-contact a:active,
#navtop-misc li.nav-contact.here a {
	background-position: -440px -36px;
}



/* = Top "Sports" Navigation
	(uses "Pixy" graphic method and Superfish jQuery menu)
----------------------------------------------------------------------------- */

ul#navtop-sports {
	background: url(http://www.lfracing.com/images/site/sprite-navtop-sports.jpg) top left no-repeat;
	position: relative;
	left: 320px;
	top: 0;
	width: 640px;
}

ul#navtop-sports li.headlink {
	float: left;
	text-indent: -9999px;
}

ul#navtop-sports li.headlink a {
	background-image: url(http://www.lfracing.com/images/site/sprite-navtop-sports.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 144px;
	text-indent: -9999px;
}

#navtop-sports .nav-cross-country a {
	background-position: 0 0;
	width: 160px;
}

#navtop-sports .nav-cross-country a:hover,
#navtop-sports .nav-cross-country a:active {
	background-position: 0 -144px;
}

#navtop-sports .nav-indoor-track a {
	background-position: -160px 0;
	width: 160px;
}

#navtop-sports .nav-indoor-track a:hover,
#navtop-sports .nav-indoor-track a:active {
	background-position: -160px -144px;
}

#navtop-sports .nav-outdoor-track a {
	background-position: -320px 0;
	width: 160px;
}

#navtop-sports .nav-outdoor-track a:hover,
#navtop-sports .nav-outdoor-track a:active {
	background-position: -320px -144px;
}

#navtop-sports .nav-road-races a {
	background-position: -480px 0;
	width: 160px;
}

#navtop-sports .nav-road-races a:hover,
#navtop-sports .nav-road-races a:active {
	background-position: -480px -144px;
}

/*** Dropdown sub-lists ***/

#navtop-sports li.headlink ul {
	display: none;
}

#navtop-sports li.headlink:hover ul {
	display: block;
	height: auto;
	position: absolute;
}

#navtop-sports li.headlink ul li a {
	background-image: none;
	border-top: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	margin-left: 10px;
	padding-left: 10px;
	text-indent: 0;
	text-decoration: none;
	width: 130px;
}

#navtop-sports li.headlink ul#subnavtop-cross-country li a {
	background-color: rgb(70, 156, 52);
}

#navtop-sports li.headlink ul#subnavtop-cross-country li a:hover {
	background-color: rgb(53, 117, 39);
}

#navtop-sports li.headlink ul#subnavtop-indoor-track li a {
	background-color: rgb(51, 102, 153);
}

#navtop-sports li.headlink ul#subnavtop-indoor-track li a:hover {
	background-color: rgb(38, 77, 115);
}

#navtop-sports li.headlink ul#subnavtop-outdoor-track li a {
	background-color: rgb(153, 112, 51);
}

#navtop-sports li.headlink ul#subnavtop-outdoor-track li a:hover {
	background-color: rgb(115, 84, 38);
}

#navtop-sports li.headlink ul#subnavtop-road-races li a {
	background-color: rgb(177, 14, 14);
}

#navtop-sports li.headlink ul#subnavtop-road-races li a:hover {
	background-color: rgb(147, 25, 25);
}

/*** Superfish menu styles ***/

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus needs to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 144px; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}



/* = Sub Navigation (left side)
----------------------------------------------------------------------------- */

.subnavigation {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	width: 220px;
}

ul#nav-sub {
	background-color: rgb(242, 242, 242);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}

ul#nav-sub li a {
	background-color: rgb(242, 242, 242);
	border-top: 1px solid rgb(255, 255, 255);
	display: block;
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 9px 20px 9px 6px;
	text-decoration: none;
}

ul#nav-sub li.last a {
	border-bottom: 1px solid rgb(255, 255, 255);
}

ul#nav-sub li a:link, ul#nav-sub li a:visited {
	color: rgb(51, 102, 153);
}

ul#nav-sub li a:hover, ul#nav-sub li a:active {
	background-color: rgb(229, 229, 229);
	color: rgb(26, 51, 77);
}

ul#nav-sub li.here a {
	background: rgb(229, 229, 229) url(http://www.lfracing.com/images/site/subnav-arrow.png) right center no-repeat;
	color: rgb(26, 51, 77);
	cursor: default; 
}



/* = Content and Main Content
----------------------------------------------------------------------------- */

/* set z-index here and on #header to fix IE6/IE7 Superfish z-index bug */

#content {
	display: inline;
	float: left;
	margin-top: 24px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 940px;
	z-index: 1;
}

p {
	font-size: 1.3em;
	line-height: 1.3;
	margin-bottom: 12px;
}

p.breadcrumbs {
	color: rgb(51, 102, 153);
	display: inline;
	float: left;
	font-size: 1.2em;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 10px;
	width: 780px;
}

p.breadcrumbs a:link, p.breadcrumbs a:visited {
	color: rgb(51, 102, 153);
}

p.breadcrumbs a:hover, p.breadcrumbs a:active {
	color: rgb(26, 51, 77);
}

div.intro p {
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 18px;
}

h2 {
	color: rgb(26, 51, 77);
	display: inline;
	float: left;
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1.3;
	margin: 18px 0 18px 0;
	width: 940px;
}

.homepage h2 {
	margin-top: 0;
	width: 460px;
}

.about h2, .not-found h2 {
	padding-left: 320px;
	width: 620px;
}

.main-content {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 940px;
}

.sport .main-content {
	margin-left: 10px;
	margin-right: 10px;
	width: 460px;
}

.season .main-content,
.multi-event .main-content {
	margin-left: 10px;
	margin-right: 10px;
	width: 540px;
}

.event .main-content {
	margin-left: 10px;
	margin-right: 0;
	width: 700px;
}

h3 {
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: rgb(255, 255, 255);
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
	margin-bottom: 12px;
	padding: 6px 8px;
}

.cross-country h3 {
	background-color: rgb(70, 156, 52);
}

.indoor-track h3 {
	background-color: rgb(51, 102, 153);
}

.outdoor-track h3 {
	background-color: rgb(153, 112, 51);
}

.road-races h3 {
	background-color: rgb(177, 14, 14);
}

div.top-btn {
	display: inline;
	float: left;
	margin: 18px 0 12px 0;
	width: 60px;
}

.news div.top-btn {
	padding-right: 880px;
}

.season div.top-btn {
	padding-right: 480px;
}

.event div.top-btn {
	padding-right: 640px;
}

div.top-btn a {
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div.top-btn a span {
	padding-right: 0.25em;
	vertical-align: 1px;	
}

.cross-country div.top-btn a {
	background-color: rgb(70, 156, 52);
}

.cross-country div.top-btn a:hover {
	background-color: rgb(53, 117, 39);
}

.indoor-track div.top-btn a {
	background-color: rgb(51, 102, 153);
}

.indoor-track div.top-btn a:hover {
	background-color: rgb(38, 77, 115);
}

.outdoor-track div.top-btn a {
	background-color: rgb(153, 112, 51);
}

.outdoor-track div.top-btn a:hover {
	background-color: rgb(115, 84, 38);
}

.road-races div.top-btn a {
	background-color: rgb(177, 14, 14);
}

.road-races div.top-btn a:hover {
	background-color: rgb(147, 25, 25);
}

.news div.top-btn a {
	background-color: rgb(246, 186, 38);
}

.news div.top-btn a:hover {
	background-color: rgb(224, 162, 9);
}



/* = Home Page Details
----------------------------------------------------------------------------- */

.homepage .columnOne {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 460px;
}

.homepage .columnTwo {
	display: inline;
	float: left;
	margin-right: 0;
	margin-left: 10px;
	width: 460px;
}

.homepage #slideshow {
	margin-bottom: 18px;
	z-index: -1;
}

.homepage .roster-link, .homepage .contact-link {
	background-color: rgb(242, 242, 242);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline;
	float: left;
	height: 96px;
	text-align: center;
	width: 220px;
}

.homepage .roster-link {
	margin-right: 10px;
	margin-left: 0;
}

.homepage .contact-link {
	margin-right: 0;
	margin-left: 10px;
}

.homepage .roster-link h4, .homepage .contact-link h4 {
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 96px;
}

.homepage .roster-link h4 a, .homepage .contact-link h4 a {
	background-color: rgb(102, 140, 179);
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: rgb(255, 255, 255);
	padding: 4px 6px;
	text-decoration: none;
}

.homepage .roster-link h4 a:hover, .homepage .contact-link h4 a:hover {
	background-color: rgb(45, 89, 134);
}

.homepage .upcoming-events, .homepage .news-summary {
	margin-bottom: 24px;
}

/* Note: the h3's on the home page are the same color as on the News page */

.homepage .upcoming-events h3, .homepage .news-summary h3 {
	background-color: rgb(246, 186, 38);
	margin-bottom: 18px;
}

.homepage p.categories {
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 4px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.homepage .upcoming-item {
	margin-bottom: 24px;
}

.homepage .upcoming-item p.categories {
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: rgb(255, 255, 255);
	display: inline;
	float: right;
	margin: 0 0 0 10px;
	padding: 4px;
}

.homepage .upcoming-item.cross_country p.categories {
	background-color: rgb(70, 156, 52);
}

.homepage .upcoming-item.indoor_track p.categories {
	background-color: rgb(51, 102, 153); 
}

.homepage .upcoming-item.outdoor_track p.categories {
	background-color: rgb(153, 112, 51); 
}

.homepage .upcoming-item.road_races p.categories {
	background-color: rgb(177, 14, 14); 
}

.homepage .upcoming-item p.upcoming-date {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
}

.homepage .upcoming-item h4 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 3px 0;
}

.homepage .news-summary .news-date {
	background-color: rgb(246, 186, 38);
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: rgb(255, 255, 255);
	float: left;
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 3px 20px 6px 0;
	padding: 8px 0;
	text-align: center;
	width: 60px;
}

.homepage .upcoming-events .note, .homepage .news-summary .note {
	background-color: rgb(242, 242, 242);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homepage .upcoming-events .note p, .homepage .news-summary .note p {
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0 10px;
}

.homepage .upcoming-events p.no-results, .news-summary p.no-results {
	padding: 0 20px 12px 20px;
}


/* = Sport Pages Details
----------------------------------------------------------------------------- */

.sport .news h3 {
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: rgb(26, 51, 77);
	margin-bottom: 18px;
	padding: 0;
}

.sport.cross-country .news h3 {
	border-bottom-color: rgb(70, 156, 52);
}

.sport.indoor-track .news h3 {
	border-bottom-color: rgb(51, 102, 153);
}

.sport.outdoor-track .news h3 {
	border-bottom-color: rgb(153, 112, 51);
}

.sport.road-races .news h3 {
	border-bottom-color: rgb(177, 14, 14);
}

.sport .news {
	margin-top: 30px;
}

.sport .news h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 12px;
}

.sport.cross-country .news h4 span {
	color: rgb(70, 156, 52);
}

.sport.indoor-track .news h4 span {
	color: rgb(51, 102, 153);
}

.sport.outdoor-track .news h4 span {
	color: rgb(177, 124, 59);
}

.sport.road-races .news h4 span {
	color: rgb(177, 14, 14);
}

.sport .news-item {
	margin-bottom: 24px;
}

.sport .news p.posting-info {
	border-top: 1px solid rgb(161, 157, 157);
	font-size: 1em;
	padding-top: 6px;
}



/* = Season and Multi-Event Pages Details
----------------------------------------------------------------------------- */

div.future-events {
	margin-bottom: 18px;
}

div.events-listing p {
	border-bottom: 1px dotted rgb(53, 117, 39);
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 9px;
}

div.events-listing p span.date {
	float: left;
	width: 140px;
}

div.events-listing p span.meet {
	float: right;
	margin-left: 20px;
	width: 380px;
}

div.events-listing p span.meet a {
	font-weight: bold;
}



/* = Event Pages Details
----------------------------------------------------------------------------- */

.event .event-information {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 460px;
}

p.event-date {
	color: rgb(26, 51, 77);
	font-size: 1.5em;
}

.event h4 {
	color: rgb(26, 51, 77);
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 12px;
}

.event .event-location {
	padding-bottom: 6px;
}

.event .event-location h4 {
	padding-bottom: 6px;
}

.event .event-location p {
	margin-bottom: 6px;
}

.event .event-entry-info {
	background-color: rgb(242, 242, 242);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline;
	float: left;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 10px;
	padding-top: 10px;
	width: 220px;
}

.event .event-entry-info h4 {
	padding: 0 10px 10px 10px;
}

.event .event-entry-info p {
	padding-left: 10px;
	padding-right: 10px;
}

.event .event-notes,
.event .event-schedule,
.event .event-results {
	display: inline;
	float: left;
	margin-right: 0;
	margin-left: 0;
	width: 700px;
}

.event-notes p, ul, ol {
	font-size: 1.3em;
}

.event-schedule ul, .event-results ul {
	font-size: 1.2em;
	margin-bottom: 18px;
}

.event-schedule ul li, .event-results ul li {
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.event .event-results p {
	font-style: italic;
}



/* Note: this section is dynamically displayed through JavaScript */

.event pre {
	border-top: 1px solid rgb(45, 89, 134);
	margin-top: 18px;
	margin-bottom: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.results pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
}
div.results pre h3,
div.results pre h4,
div.results pre h5,
div.results pre h6 {
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
}

div.results pre h3 {
	color: rgb(177, 14, 14);
}

div.results pre h4 {
	color: rgb(51, 102, 153);

}

div.results pre h5 {
	color: rgb(70, 156, 52);
}

div.results pre h6 {
	color: rgb(153, 112, 51);
}

div.results pre h3.c,
div.results pre h4.c,
div.results pre h5.c,
div.results pre h6 c {
	text-align: center;
}



/* = News Page and News Detail Page Details
----------------------------------------------------------------------------- */

.news .main-content {
	background-image: url(http://www.lfracing.com/images/uploads/cross-country-start-300x260.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 300px;
}

.news-intro {
	border-bottom: 1px solid rgb(194, 194, 194);
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 24px;
	margin-left: 0;
	padding-bottom: 18px;
	width: 540px;
}

.news-detail .news-intro {
	border-top: 1px solid rgb(194, 194, 194);
	padding-top: 12px;
}

.news-intro ul {
	font-size: 1.3em;
	line-height: 1.3;
	margin-top: 18px;
}

.news-intro li {
	display: inline;
	margin-right: 1em;
}

.news-intro li a {
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: rgb(255, 255, 255);
	padding: 3px 6px 4px;
	text-decoration: none;
}

.news-intro li.news-cross-country a {
	background-color: rgb(70, 156, 52);
}

.news-intro li.news-cross-country a:hover {
	background-color: rgb(53, 117, 39);
}

.news-intro li.news-indoor-track a {
	background-color: rgb(51, 102, 153);
}

.news-intro li.news-indoor-track a:hover {
	background-color: rgb(38, 77, 115);
}

.news-intro li.news-outdoor-track a {
	background-color: rgb(153, 112, 51);
}

.news-intro li.news-outdoor-track a:hover {
	background-color: rgb(115, 84, 38);
}

.news-intro li.news-road-races a {
	background-color: rgb(177, 14, 14);
}

.news-intro li.news-road-races a:hover {
	background-color: rgb(147, 25, 25);
}

body.news .news-item {
	display: inline;
	float: left;
	margin: right: 10px;
	margin-left: 0;
	margin-bottom: 18px;
	width: 540px;
}

.news h3 {
	background-color: rgb(246, 186, 38);
}

.news .news-date {
	background-color: rgb(246, 186, 38);
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: rgb(255, 255, 255);
	float: left;
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 3px 20px 6px 0;
	padding: 8px 0;
	text-align: center;
	width: 60px;
}

.news-item h4 {
	font-size: 1.4em;
	line-height: 1.3;
}

.news p.categories {
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 4px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.news-item ol, .news-item ul {
	font-size: 1.3em;
	line-height: 1.3;
	margin-bottom: 12px;	 
	margin-left: 20px;
}

.news-item ol {
	list-style-type: decimal;
}

.news-item ul {
	list-style-type: disc;
}



/* = Rosters Page Details
----------------------------------------------------------------------------- */

.rosters .main-content {
	background-image: url(http://www.lfracing.com/images/uploads/starting-lanes-300x199.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.rosters h3 {
	background-color: rgb(51, 102, 153);
}

.rosters h4 {
	color: rgb(26, 51, 77);
	font-family: "Fontin Sans", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 15px;
}

.rosters .intro,
.roster-links {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	padding-right: 320px;
	width: 620px;
}

.roster-links {
	margin-bottom: 20px;
}

.roster-links table {
	font-size: 1.3em;
	margin-top: 18px;
	width: 100%;
}

.roster-links td {
	padding-bottom: 24px;
}

.roster-listing {
	border-bottom: 1px dotted rgb(53, 117, 39);
	padding-bottom: 9px;
}

.roster-listing h4 {
	margin-top: 9px;
	margin-bottom: 6px;
}

.roster-listing h4 span {
	color: rgb(246, 186, 38);
	font-size: 1.5em;
}

.roster-listing p {
	margin-bottom: 9px;
}

.roster-listing p.categories {
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 9px;
	margin-bottom: 10px;;
	text-transform: uppercase;
}



/* = About Page Details
----------------------------------------------------------------------------- */

.about .main-content {
	background-image: url(http://www.lfracing.com/images/uploads/cross-country-runners-300x236.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.about .main-content p {
	margin-left: 320px;
}



/* = Contact Page Details
----------------------------------------------------------------------------- */

.contact .form-container {
	background-image: url(http://www.lfracing.com/images/uploads/high-jump-300x200.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-top: 24px;
	margin-left: 0;
	margin-right: 0;
	width: 940px;
}

form#contact-form {
	background-color: rgb(242, 242, 242);
	border: 1px solid rgb(229, 229, 229);
	display: inline;
	float: left;
	margin: 0 0 24px 0;
	padding: 24px 0;
	width: 620px;
}

form#contact-form fieldset {
	margin: 0 0 18px 20px;
}

form#contact-form fieldset label {
	color: rgb(58, 56, 56);
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 6px 0;
}

form#contact-form fieldset input,
form#contact-form fieldset textarea,
form#contact-form .captcha input {
	background: rgb(229, 229, 229) url(http://www.lfracing.com/images/site/form-field-background.jpg) left top repeat-x;
	border: none;
	border-bottom: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px;
}

form#contact-form fieldset input {
	font-size: 1.2em;
	width: 280px;
}

form#contact-form fieldset textarea {
	font-size: 1.5em;
	height: 180px;
	width: 570px;
}

form#contact-form fieldset input:focus,
form#contact-form fieldset textarea:focus,
form#contact-form .captcha input:focus {
	background: rgb(255, 255, 255);
}

form#contact-form .captcha p {
	margin-left: 20px;
}

form#contact-form .captcha img {
	float: left;
	margin-right: 20px;
}

form#contact-form .captcha input {
	font-size: 1em;
	width: 140px;
}

form#contact-form input.submit {
	margin-top: 12px;
	margin-left: 20px;
}



/* = 404 Page Details
----------------------------------------------------------------------------- */

.not-found .main-content {
	background-image: url(http://www.lfracing.com/images/uploads/cross-country-runners-300x236.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 300px;
}

.not-found .main-content p {
	margin-left: 320px;
}



/* = Sidebar
----------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	float: left;
	margin-right: 0;
	margin-left: 10px;
}

.sport .sidebar {
	width: 220px;
}

.season .sidebar,
.multi-event .sidebar {
	width: 140px;
}

div.minutes-link {
	background-color: rgb(242, 242, 242);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.minutes-link h4 {
	font-size: 1.3em;
	padding: 0 10px 10px 10px;
}

div.minutes-link p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}



/* = Footer, Bottom Navigation, Site Information
----------------------------------------------------------------------------- */

#footer-wrapper {
	background-color: rgb(242, 242, 242);
	border-top: 1px solid rgb(229, 229, 229);
	border-bottom: 1px solid rgb(229, 229, 229);
	line-height: 12px; /* sets the default vertical grid */
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
}

#footer {
	font-family: "Fontin Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto; /* center content in standards-compliant browsers */
	padding-left: 10px; /* expands left margin from 10px to 20px for 960px grid */
	padding-right: 10px; /* expands right margin from 10px to 20px for 960px grid */
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 960px;
}

#navbottom-sports, #navbottom-misc {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
}

#footer li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

#footer li a:link, #footer li a:visited {
	color: rgb(51, 102, 153);
}

#footer li a:hover, #footer li a:active {
	color: rgb(26, 51, 77);
	text-decoration: underline;
}

#footer #navbottom-sports li.here a,
#footer #navbottom-misc li.here a {
	color: rgb(26, 51, 77);
	cursor: default;
	text-decoration: none; 
}

#logo-footer, #hcardFRT, div.addContact {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 0;
	padding-left: 320px;
	width: 140px;	
}

#hcardFRT, div.addContact {
	color: rgb(77, 77, 77);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4;
	text-transform: none;
}
#hcardFRT {
	margin-bottom: 12px;
}

#hcardFRT div.org {
	display: none;
}

#hcardFRT div.tel span.type {
	display: none;
}

div.addContact a {
	background-color: rgb(102, 140, 179);
	background-image: url(http://www.lfracing.com/images/site/glass-background.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: rgb(255, 255, 255);
	display: block;
	padding: 4px 2px 4px 6px;
	text-decoration: none;
}

div.addContact a:hover {
	background-color: rgb(45, 89, 134);
}

div.addContact a span {
	font-size: 1em;
	font-weight: bold;

}

#site-info {
	margin: 0 auto; /* center content in standards-compliant browsers */
	padding-left: 10px; /* expands left margin from 10px to 20px for 960px grid */
	padding-right: 10px; /* expands right margin from 10px to 20px for 960px grid */
	padding-top: 9px;
	text-align: left;
	width: 960px;
}

#site-info p {
	color: rgb(77, 77, 77);
	display: inline;
	float: left;
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
	width: 620px;
}

#site-info p.credit {
	font-size: 0.9em;
	padding-left: 80px;
	text-align: right;
	text-transform: uppercase;
	width:  220px;
}

#site-info p.credit a {
	color: rgb(77, 77, 77);
	text-decoration: none;
}

#site-info p.credit a:hover, #site-info p.credit a:active {
	color: rgb(26, 51, 77);
	text-decoration: underline;
}

/* for printed pages only */

#site-info p.page-url {
	display: none;
}



/* = Miscellaneous
----------------------------------------------------------------------------- */

/* force Firefox to draw scrollbar to avoid short-page jump */
html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* set help cursor for abbreviations and acronyms */
abbr, acronym {
	cursor: help;
}

/* "phantom" elements for screen readers, browsers to which styles aren't served, etc. */
hr, .hidden {
	display: none;
}

/* Clearing floats: the design pattern alternative --
   (add an empty div with this class as the last element in a div
   that contains escaping floats) */

.clearFloats {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

/* Clearing floats: the "easy clearing method" alternative --
   (add the .clearfix class to a div that contain escaping floats)
   see http://www.positioniseverything.net/easyclearing.html */
   
.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}