@charset "UTF-8";

@import URL("resethtml5.css");
@import url("960.css");
@import url("text.css");
/*
	CSS for The Derby Bar and Grill
	Created by Brian Lang
	January 18, 2010
*/
html{
	overflow-y: scroll;
}
body {
	background: url(/images/derby-bg-repeat1440-359.jpg) repeat-x #35070D;
}
header {
	background: url(/images/derby-bg-center-1440.jpg) no-repeat center top;
	height: 600px;
	margin: 0;
	padding: 0;
}
	header nav {
		line-height: 1;
		margin: 0;
		padding: 170px 0 0 0;
	}
		header nav ul {
			background-color: #35070D;
			background-color: rgba(53, 7, 13, 0.4); /* #35070D; */
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			margin-bottom: 0;
		}
		header nav li {
			float: left;
			margin: 0 5px;
			padding: 0;
			position: relative;
			text-transform: uppercase;
			width: auto;
		}
		header nav li.current {
			background-color: #00658D;
			color: #fff;
		}
		header nav li.current a {
			background-image: url(/images/nav-horseicon-blue-19.gif);
			background-repeat: no-repeat;
			background-position: left;
			margin-left: 7px;
		}
			header nav li.current a:hover {
				background-color: #00658D;
				color: #fff;
			}
		header nav li:first-child {
			margin: 0 14px 0 0;
		}
		header nav li:last-child {
			margin: 0 0 0 14px;
		}
		header nav a {
			background-image: url(/images/nav-blankicon.gif);
			background-repeat: no-repeat;
			background-position: left;
			color: #fff;
			display: block;
			margin-left: 8px;
			padding: 7px 12px 5px 28px !important;
			text-decoration: none;
			white-space: nowrap;
			width: auto;
		}
		header nav a:hover {
			background-image: url(/images/nav-horseicon-maroon-19.gif);
			background-repeat: no-repeat;
			background-position: left;
			background-color: none;
			margin-left: 8px;
		}
a, p.standard a {
	color: #2E7DB2;
	text-decoration: none;
	padding: 1px;
}
#content a:hover, #content2 a:hover {
	text-decoration: underline;
	color: #fff;
}
a#Apply:hover, a#Login:hover, a#Join:hover {
	text-decoration: none;
}
.line {
	color: #00658D;
	background-color: #00658D;
	border-bottom: 5px solid #00658D;
	height: 0;
	margin-bottom: 0;
}
.container_12 {
	margin-bottom: 10px;
}
#content {
	margin-top: -400px;
	margin-bottom: 5px;
}
#slideshow {
	height: 368px;
	overflow: hidden;
	margin: 30px 0 5px 0;	
}
#slideshowcontrols {
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
}
	#slideshowcontrols a {
		font-size: 11px;
		display: inline-block;
		margin: 2px 5px;
		padding: 0 5px;
		text-decoration: none;
	}
footer {
	background: url(/images/bigfooter-fades.jpg) no-repeat center bottom #000;
	/* background: url(/images/burnt-edges-alternate5-18x194.jpg) repeat-x #000; */
	color: #ddd;
	height: 238px;
	margin-top: -45px;
}
footer p {
	margin: 175px 0 0 0;
}
.edged {
	background: url(/images/burnt-edges-alternate5-18x194.jpg) repeat-x #000;
	border-bottom: 5px solid #00658D;
	color: #ddd;
}
	.edged h1 {
		border-bottom: 1px solid #EDBF83;
		margin: 25px 15px 10px;
	}
	.edged h2, .edged h3 {
		margin: 5px 15px 10px;	
	}
	.edged ul {
		list-style-type: none;
	}
	.edged li {
		margin: 0 15px;	
	}
	.edged li p {
		margin: 0 0 10px 0;	
	}
	.edged li h1 {
		margin: 0;	
	}
	.edged p {
		margin: 0 15px 10px;	
	}
	.edged ul.horse {
		list-style-image: url(/images/horse-icon-beige.gif);
		margin: 0 15px 10px 25px;	
	}
	.edged ul.horse li {
		margin-left: 20px;	
	}
.alpha li {
	margin: 0 0 0 15px;
}
.alpha h1 {
	margin: 25px 0 10px 15px;	
}
.alpha h2 {
	margin: 0 0 5px 0;
}
#racing .alpha h2 {
	margin: 10px 0 5px 15px;
}
.alpha h3 {
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
}
.alpha li p {
	margin: 0 0 10px 0;	
}
.alpha p {
	margin: 0 0 0 15px;	
}
.omega li {
	margin: 0 10px 0 0;
}
.omega h1 {
	margin: 25px 10px 10px 0;
}
.omega h2 {
	margin: 0 0 5px 0;
}
.omega h3 {
	margin: 0 -5px 0 0;
	padding: 0 5px 0 0;
}
.omega p {
	margin: 0 0 10px 0;	
}
#mainContent h2 {
	border-bottom: 1px solid #EDBF83;
}
#index #raceNews, #index #events-specials {
	height: 398px;
}
#events-specials, #events, #specials, #raceNews, #features {
	overflow: auto;	
}
#events, #specials {
	margin-right: 10px;
}
#features li h1 {
	margin-top: 25px;	
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.dby-b-blue {
	background-color: #00658D;
}
.dby-b-maroon {
	background-color: #35070D;
}
.dby-b-orange {
	background-color: #EDBF83; /* #EDBF83;*/
}
.dby-c-blue {
	color: #00658D;
}
.dby-c-maroon {
	color: #35070D;
}
.dby-c-orange {
	color: #EDBF83;
}
table {
	margin: 10px;
}
td, th {
	padding: 5px;	
	vertical-align: top;
}
.contentpad {
	padding: 5px;	
}
.hidden {
	display: none;	
}
#tabs {
	font-size: 1em;	
}