body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}
h1, h2, h3, h4, p {
	margin: 0 0 15px 0;
	padding: 0;
}
ul {
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {
	font-family: georgia, serif;
	font-size: 34pt;
	padding: 0;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: normal;
}
#header {
	margin-bottom: 15px;
}
h2 {
	padding-bottom: 0px;
}
h2.post_title, h3.post_title {
	margin-bottom: 0;
}
h2.post_title a, h3.post_title a {
}
.post small, .page small {
	color: #999;
	font-style: italic;
}
div.page, div.post { 
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
}
div.entry {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 5px;
}
a img {border: none;}
img {vertical-align: middle; }
a {
	text-decoration: none;
	outline: none;
	color: #009;
}
p a {
	text-decoration: underline;
}
a:visited {
	color: #407;
}
/*
#sidecol a:visited, #bottom a:visited {
	text-decoration: line-through;
}*/
a:hover {
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
h1 a {
	color: #900 !important;
}
#container {
	padding: 25px 50px 50px 50px;
	background-color: #FFF;
	color: black;
}
#maincol {
	margin-right: 225px;
}
#sidecol {
	width: 200px;
	float: right;
	z-index: 3;
}
#sidecol ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#sidecol ul#twitter_update_list li {
	font-size: 8pt;
}
#sidecol ul li {
	border-bottom: 1px dotted #999;
	padding: 4px 0;
}
#sidecol h3, #bottom h3 {
	font-size: 10pt;
	text-transform: uppercase;
}
#sidecol h3 span {
	text-transform: none;
	font-weight: normal;
}
#sidecol h3 span a:visited {
	text-decoration: none;
}
#sidecol h3 {
	background-color: #666;
	color: #FFF;
	padding: 3px 3px 3px 5px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.menu ul {
	list-style-type: none;
	padding: 12px 0;
	font-size: 11pt;
	font-weight: bold;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	margin-left: 0;
}
.menu ul li {
	display: inline;
	margin: 0 4px;
}
.menu ul li a {
	padding: 6px;
	color: #009;
}
.menu ul li a:hover {
	background-color: #306;
	color: white;
	text-decoration: none;
}
.menu ul li.current_page_ancestor a, .menu ul li.current_page_item a {
	background-color: #900;
	color: white;
}
#bottom {
	margin-top: 30px;
	padding: 0 50px;
}
#bottom ul {
	list-style-type: none;
	padding: 0;
	font-size: 9pt;
	margin: 0 0 20px 0;
}

#bottom ul li {
	border-bottom: 1px dotted #333;
	padding: 6px 0;
}

#bottom a {
	color: #99F;
}
#bottom .module {
	float: left;
	margin-right: 30px;
}
table.race_list {
	width: 100%;
	margin-bottom: 15px;
}
table {
	border-collapse: collapse;
}
table tr th {
	background-color: black;
	color: white;
	padding: 4px 6px;
	border-right: 3px solid white;
}
table tr td {
	padding: 4px;
	border-bottom: 1px dotted #999;
}
table tr.subhead {
	background-color: #FFC;
	font-size: 8pt;
	font-weight: bold;
}
table tr.subhead td {
	text-align: right;
	padding: 2px;
	border-bottom: 0;
	border-top: 2px solid black;
}
table tr.first td {
	border-top: 0;
}
table.race_details {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #999;
	padding: 5px;
	border-collapse: separate;
}
table.race_details tr th {
	text-align: right;
	background-color: #666;
}
table.race_details tr td, table.race_details tr th {
	padding: 4px 8px;
	border-bottom: 0;
}
textarea#comment {
	width: 400px;
	height: 100px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	border: 1px solid #999;
	padding: 5px;
}
img.feature {
	border: 1px solid #999;
	padding: 5px;
	vertical-align: middle;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
.center {
	text-align: center;
}
#home_flickr {
	white-space: nowrap;
	overflow: hidden;
}

.navigation {
	margin-bottom: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
}

blockquote {
	margin-left: 0;
	margin-right:0;
	padding-left: 20px;
	border-left: 10px solid #CCC;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
