/*
	Little Red Feather
	News Stylesheet
*/


#signup {
	padding: 5px 12px 1em 12px;
	font-style: italic;
	font-size: 1.2em;
	background: #EEE;
}
#signup fieldset {
	border: 0;
}

.content-main h4 {
	margin: 2em 0 0 0;
	text-transform: none;
}
.content-main h5 {
	text-transform: none;
	font-weight: normal;
}
.content-main h3 + h4 {
	margin-top: 0;
}

.content-main ul, .content-main ol {
	margin: 1em 0 1em 24px;
	font-size: 1.2em;
}

table {
	margin: 1em 0;
	border: 1px solid #CCC;
	font-size: 1.2em;
}
table td {
	padding: 0 20px 0 0;
}

dl.races dt {
	margin: 1em 0 0 0;
	font-size: 1.8em;
	color: #6C849D;
}
dl.races dd {
	margin: 0 0 0 10px;
	font-size: 1.2em;
}

table.horses {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0 0 2em 0;
}
table.horses th {
	padding: 8px 4px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	background: #1A2834;
}
table.horses tfoot th {
	border: 1px solid #FFF;
	border-width: 1px 0;
	background: #666;
}
table.horses tbody td {
	padding: 8px 4px;
	vertical-align: top;
}
table.horses tbody tr.even {
	background: #D3DDE5;
}
table.horses th.center, table.horses td.center {
	text-align: center;
}

.photo {
	clear: right;
	float: right;
	width: 187px;
	margin: 1.2em 0 1em 20px;
	border: 2px solid #6C849D;
}
.photo img {
	float: right;
}

.content-main ul.news-list {
	margin: 1em 10px;
}

.news-list li {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0 0 0 -10px;
	line-height: 1.8;
	background: url(../images/nav-arrow-orange.png) no-repeat 10px 50%;
}
.news-list li.odd {
	background-color: #D3DDE5;
}
.news-list li span {
	display: block;
	float: left;
	width: 4.5em;
}

.content-main ul.archive {
	float: right;
	margin: 0 20px 0 0;
}
.archive li {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0 0 0 -10px;
	line-height: 1.8;
	background: url(../images/nav-arrow-orange.png) no-repeat 10px 50%;
}

.newsletter li {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0 0 0 -10px;
	line-height: 1.8;
	background: url(../images/nav-arrow-orange.png) no-repeat 10px 50%;
}