@charset "utf-8";
/* CSS Document */
/* layout options */

body
{
	background-color: #5B1721;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.9thrace.com/images/bk-brown.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, helvetica;
	font-size: 12px;
	line-height: 16px;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.fr
{
	float: right;
}
.fl
{
	float: left;
}

.pad2
{
	padding: 2px;
}
.allpad
{
	padding: 5px;
}
.topsidepad
{
	padding: 5px 5px 0px 5px;
}
.sidepad
{
	padding: 0px 5px;
}
.w20
{
	width: 20px;
}
.w40
{
	width: 40px;
}
.w60
{
	width: 60px;
}
.w65
{
	width: 65px;
}
.w75
{
	width: 75px;
}
.w90
{
	width: 90px;
}
.w95
{
	width: 95px;
}
.w100
{
	width: 100px;
}
.w110
{
	width: 110px;
}
.w125
{
	width: 125px;
}
.w140
{
	width: 140px;
}
.w150
{
	width: 150px;
}
.w200
{
	width: 200px;
}
.w240
{
	width: 240px;
}
.w250
{
	width: 250px;
}
.w265
{
	width: 265px;
}
.w275
{
	width: 275px;
}
.w375
{
	width: 375px;
}
.w500
{
	width: 500px;
}
.w580
{
	width: 580px;
}
.w600
{
	width: 600px;
}
.w630
{
	width: 630px;
}
.w650
{
	width: 650px;
}
.w700
{
	width: 700px;
}
.w750
{
	width: 750px;
}

.hr
{
	width: 80%;
	color: #000;
	background-color: #000;
	height: 2px;
	border: 0px;
}

.whitebg
{
	background-color: #FFFFFF;
}

#paging
{
	margin-left: auto;
	margin-right: auto;
}

#pages
{
    display: inline;
}

#newsContent
{
	padding: 10px;
	float: left;
}

/* Page Frame */
#frame-top
{
	background-image: url(http://www.9thrace.com/images/border-top-s.png);
	_background-image: url(http://www.9thrace.com/images/border-top-s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 986px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}

#frame-bottom
{
	background-image: url(http://www.9thrace.com/images/border-bottom-s2.png);
	_background-image: url(http://www.9thrace.com/images/border-bottom-s2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 986px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
}

#mainContent
{
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.9thrace.com/images/border-main-s.png);
	_background-image: url(http://www.9thrace.com/images/border-main-s.gif);
	background-repeat: repeat-y;
}

#pageWrapper
{
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
}

#topBanner
{
	background-image: url(http://www.9thrace.com/images/top-banner-s.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 148px;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

/* Blog */
.blog
{
	float: left;
	padding: 5px;
}

/* Newsletter */
#newsletter
{
	display: block;
	height: 100px;
	width: 225px;
	float: right;
	margin: 70px 2px 0px 0px;
	padding: 0px;
	z-index: 45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px solid #CC3333;
}

/* Menu */
#navbar
{
	background-image: url(http://www.9thrace.com/images/nav-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	position: absolute;
	margin-top: 112px;
	height: 36px;
	width: 976px;
	text-align: center;
}

/* Footer */
#footer
{
	display: block;
	height: 49px;
	width: 976px;
	background-image: url(http://www.9thrace.com/images/footer-s.png);
	_background-image: url(http://www.9thrace.com/images/footer-s.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#footer a:link, #footer a:active, #footer a:visited
{
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: none;
}

#footer a:hover
{
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#copyright
{
	margin-left: 10px;
	margin-top: 30px;
	float: left;
}

#footerlinks
{
	margin-right: 10px;
	margin-top: 30px;
	float: right;
}

/* Main Body */
#mainPage
{
	width: 976px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#leftColumn
{
	width: 160px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#centerColumn
{
	width: 628px;
	float: left;
}

#doubleCol
{
	padding: 10px;
	float: left;
	width: 770px;
}

#rightColumn
{
	width: 160px;
	float: left;
}

.blog_image
{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 115px;
}

.blog_summary
{
	margin-top: 10px;
	float: left;
	width: 480px;
}

.blog_subsets
{
	margin-top: 10px;
}

#article_subsets
{
	display: block;
}

#article_content
{
	display: none;
	visibility: hidden;
}

.news_content_shell
{
	width: 370px;
	border: 1px solid #000000;
	background-color: #EFE3CB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.news_content_title
{
	height: 23px;
	background-image: url(http://www.9thrace.com/images/spotlight_top_center.jpg);
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.news_content_body
{
}

.news_center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.spotlight_content_shell
{
	width: 145px;
	border: 1px solid #000000;
	background-color: #EFE3CB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.spotlight_content_title
{
	height: 23px;
	background-image: url(http://www.9thrace.com/images/spotlight_top_center.jpg);
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.spotlight_content_body
{
}

.spotlight_center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rss_content_shell
{
	width: 770px;
	border: 2px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rss_content_title
{
	background-color: #768C41;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

.rss_content_body
{
	background-color: #FFFFFF;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

.main_content_shell
{
	width: 620px;
	border: 2px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.main_content_title
{
	background-color: #768C41;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

.main_content_body
{
}

.error
{
	color: #CC0000;
}

/* Standard Styles */
.strongtext
{
	color: #000000;
	font-weight: bold;
}

.strongerror
{
	color: #CC0000;
	font-weight: bold;
}

.strongwhite
{
	color: #FFFFFF;
	font-weight: bold;
}

.clear
{
	clear: both;
}

.img
{
	border: 1px solid #000000;
}

.ap
{
	width: 53px;
	height: 37px;
	padding: 4px 0px;
	border: 0px;
}

.drf
{
	width: 100px;
	height: 36px;
	padding: 4px 0px;
	border: 0px;
}

.bloodhorse
{
	width: 100px;
	height: 20px;
	padding: 4px 0px;
	border: 0px;
}

.espn
{
	width: 100px;
	height: 26px;
	padding: 4px 0px;
	border: 0px;
}

.facebook
{
	width: 60px;
	height: 18px;
	border: 0px;
	padding-top: 0px;
}

.rss
{
	width: 30px;
	height: 19px;
	border: 0px;
	padding-top: 2px;
}

.googlerss
{
	width: 62px;
	height: 17px;
	border: 0px;
	padding-top: 2px;
}

.yahoorss
{
	width: 91px;
	height: 17px;
	border: 0px;
	padding-top: 2px;
}

.netvibe
{
	width: 91px;
	height: 17px;
	border: 0px;
	padding-top: 2px;
}

.pageflakes
{
	width: 91px;
	height: 17px;
	border: 0px;
	padding-top: 2px;
}

.netgator
{
	width: 80px;
	height: 19px;
	border: 0px;
	padding-top: 2px;
}

.subbloglines
{
	width: 80px;
	height: 15px;
	border: 0px;
	padding-top: 2px;
}

.verify
{
	width: 60px;
	height: 30px;
	border: 0px;
}

.siteinfo
{
	width: 48px;
	height: 48px;
	border: 0px;
}

.thumb
{
	border: 1px solid #000000;
	width: 90px;
	height: 90px;
}

.imgnb
{
	border: 0px;
}

.imgrss
{
	width: 12px;
	height: 12px;
	border: 0px;
}

a:link, a:visited, a:active
{
	color: #A57C00;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, a:visited:hover
{
	color: #002D62;
	text-decoration: none;
	font-weight: normal;
}

a.strongtext:link, a.strongtext:visited, a.strongtext:active
{
	color: #A57C00;
	text-decoration: underline;
	font-weight: bold;
}

a.strongtext:hover, a.strongtext:visited:hover
{
	color: #002D62;
	text-decoration: none;
	font-weight: bold;
}

a.letter:link, a.letter:visited, a.letter:active
{
	font-size: 14px;
	color: #A57C00;
	text-decoration: underline;
	font-weight: bold;
}

a.letter:hover, a.letter:visited:hover
{
	font-size: 14px;
	color: #002D62;
	text-decoration: none;
	font-weight: bold;
}

a.innerlink:link, a.innerlink:visited, a.innerlink:active
{
	color: #A57C00;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #A57C00;
}

a.innerlink:hover, a.innerlink:visited:hover
{
	color: #A57C00;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px;
}

a.red:link, a.red:visited, a.red:active
{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a.red:hover, a.red:visited:hover
{
	color: #728B3D;
	text-decoration: underline;
	font-weight: bold;
}

.oddRow
{
	background-color: #efe3cb;
}

.evenRow
{
	background-color: #CAB68E;
}


/* special case headers */
h1.special {
	font-family: Georgia, Times, Arial;
	font-size: 22px;
	color: #728B3D; /* brown  #826120; */
	margin-bottom: -1px;
	margin-top: -2px;
	padding: 8px 0 19px 65px;
	background-image: url(http://www.9thrace.com/images/subhead-bkg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

h1.speciallong
{
	font-family: Georgia, Times, Arial;
	font-size: 20px;
	color: #728B3D; /* brown  #826120; */
	margin-bottom: -1px;
	margin-top: -2px;
	padding: 8px 0 19px 65px;
	background-image: url(http://www.9thrace.com/images/subhead-bkg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

h1.overload
{
	font-family: Georgia, Times, Arial;
	font-size: 20px;
	color: #728B3D; /* brown  #826120; */
	margin-bottom: -1px;
	margin-top: -2px;
	padding: 8px 0 19px 65px;
	background-image: url(http://www.9thrace.com/images/subhead-bkg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

h3.featured
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #FFFFFF;
	padding: 8px;
	font-weight: bold;
	background-image: none;
}

h3.highlight
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #FFFFFF;
	padding: 8px;
	margin-top: 0px;
	font-weight: bold;
	background-image: none;
}

h4.featured
{
	font-family: Arial, Georgia, Times;
	font-size: 16px;
	color: #000000;
	padding: 8px;
	font-weight: bold;
	margin-top: 5px;
}

h4.featured a:link, h4.featured a:active, h4.featured a:visited
{
	font-family: Arial, Georgia, Times;
	font-size: 16px;
	color: #000000;
	padding: 8px;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: none;
}

h4.featured a:hover
{
	font-family: Arial, Georgia, Times;
	font-size: 16px;
	color: #A57C00;
	padding: 8px;
	font-weight: bold;
	margin-top: 5px;
}

h1
{
	font-family: Georgia, Times, Arial;
	font-size: 26px;
	color: #728B3D; /* brown  #826120; */
	margin-bottom: -1px;
	margin-top: -2px;
	padding: 8px 0 19px 65px;
	background-image: url(http://www.9thrace.com/images/subhead-bkg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26; /*green*/
	background-image: url(http://www.9thrace.com/images/h2-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B1721;
	background-image: url(http://www.9thrace.com/images/h2-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h4
{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: -1px;
	margin-top: -4px;
	padding: 6px 0 5px 8px;
	font-weight: bold;
}

h4.spotlight
{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

h3.notice
{
	font-family: Arial, Georgia, Times;
	font-size: 16px;
	color: #5B1721;
	margin-top: 10px;
}

h4.notice
{
	margin: 0px;
	font-family: Arial, Georgia, Times;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h5.notice
{
	font-family: Arial, Georgia, Times;
	font-size: 12px;
	color: #826120;
	font-weight: bold;
}

.date
{
	font-size: 10px;
	color: #FFFFFF;
	line-height: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15pt;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.otherarticles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #768C41;
	padding: 5px;
	color: #FFFFFF;
}

#jockeybox
{
	float: left;
	width: 200px;
	border: 1px #000000 solid;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #FFFFFF;
}

#jockeycontent
{
	float: right;
	width: 525px;
	border: 0px #999 solid;
	padding: 5px;
	margin-top: 5px;
	margin-right: 11px;
	margin-left: 0px;
}

#trackbox
{
	float: left;
	width: 200px;
	border: 1px #000000 solid;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #FFFFFF;
}

#trackcontent
{
	float: right;
	width: 525px;
	border: 0px #999 solid;
	padding: 5px;
	margin-top: 5px;
	margin-right: 11px;
	margin-left: 0px;
}

#horsebox
{
	float: left;
	width: 200px;
	border: 1px #000000 solid;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #FFFFFF;
}

#horsecontent
{
	float: right;
	width: 525px;
	border: 0px #999 solid;
	padding: 5px;
	margin-top: 5px;
	margin-right: 11px;
	margin-left: 0px;
}

#rss
{
	border: 1px #999999 solid;
}

/* Race Track Page */

#googlemap {
	font-family: arial, helvetica;
	font-size: 12px;
}

#googlemap a:link, #googlemap a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #826120;
}

#googlemap a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #846622;
}

#googlemap h2 a:link, #googlemap h2 a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26;
	background-image: url(http://www.9thrace.com/images/h2-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#googlemap h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26; /*green*/
	background-image: url(http://www.9thrace.com/images/h2-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#googlemap h3 a:link, #googlemap h3 a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26; /*green*/
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

#googlemap h3 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #846622; /*green*/
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}



/* Sitemap Page */

#sitemap
{
	font-family: arial, helvetica;
	font-size: 12px;
}

#sitemap a:link, #sitemap a:visited {
	font-family: arial, helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #826120;
}

#sitemap a:hover {
	font-family: arial, helvetica;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #846622;
}

#sitemap h2 a:link, #sitemap h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26; /*green*/
	background-image: url(http://www.9thrace.com/images/h2-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sitemap h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26; /*green*/
	background-image: url(http://www.9thrace.com/images/h2-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#sitemap h3 a:link, #sitemap h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #089E26; /*green*/
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

#sitemap h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #846622; /*green*/
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
#sitemap a.silent:link, #sitemap a.silent:active, #sitemap a.silent:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#sitemap a.silent:hover, #sitemap a.silent:visited:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* Sharing Byline */
.social
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: .1em 0 .1em;
	height: 27px;
	overflow: hidden;
}

.social div
{
	float: left;
	margin-left: 1.1em;
	margin-right: 1.1em;
}

.social .facebook
{
	margin-top: .2em;
	margin-left: -.8em;
}

.social .tweet
{
	margin-top: .3em;
	/*background-color: #DCCAA7;*/
}

.social .buzz
{
	margin-top: .3em;
}

.social .myspace
{
	margin-top: .3em;
}

.social .plusone
{
	margin-top: .3em;
	text-align: center;
}

.social .stumble
{
	margin-top: .3em;
}

.social .digg
{
	margin-top: .3em;
}

.social .reddit
{
	margin-top: .3em;
}

.social .email
{
	margin-top: .3em;
}

.social .email a
{
	padding: 0 0 0 1.5em;
	height: 16px;
	background: #FFFFFF url(http://www.9thrace.com/images/social/byline_email.gif) no-repeat;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.social .email a:hover
{
	background-position: 0 -16px;
	color: #000000;
}

/* Stupid IE Fixes */
.social .facebook
{
	#margin-top: .2em;
}

.social .stumble
{
	#margin-top: .35em;
}

.social .digg
{
	#margin-top: .45em;
}

.social .email
{
	#margin-top: .2em;
}

.social .buzz
{
	#margin-top: .35em;
}

.social .reddit
{
	#margin-top: .35em;
}

.social .myspace
{
	#margin-top: .35em;
}

.social .plusone
{
	#margin-top: .35em;
}
