/*
	Little Red Feather
	Horses Stylesheet
*/


.content-main {
	float: none;
	width: auto;
}

.content .content-photo-large {
	float: left;
	width: 377px;
	height: 300px;
	overflow: hidden;
	background: #EEE;
}

.content .content-photo-medium {
	float: left;
	width: 239px;
	height: 300px;
	overflow: hidden;
	background: #EEE;
}

.content .content-photo-small {
	float: right;
	margin: 20px 20px 20px 0;
	width: 187px;
}
.content .content-photo-small .caption {
	margin: .5em 0;
	padding: 0 0 0 16px;
	font-size: 1.1em;
	line-height: 1.4;
	background: url(../images/icon-arrow-blue.gif) no-repeat 2px 3px;
}


dl.overview {
	clear: both;
	position: relative;
	margin-right: 1px;
	padding: 20px;
	overflow: hidden;
	background: #E6E7E8;
}
* html dl.overview {
	height: 1%;
}
dl.overview dt {
	font-size: 2.8em;
	font-weight: bold;
	color: #6C849D;
}
dl.overview dd.specs {
	float: left;
	width: 340px;
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1.5;
}
dl.overview dd.specs div {
	padding: 0 4px;
}
dl.overview dd.specs .odd {
	background: #CCCFD5;
}
dl.overview dd.specs strong {
	float: left;
	width: 6em;
}
dl.overview dd.specs .syndication {
	position: absolute;
	top: 24px;
	right: 20px;
	width: 170px;
	padding-left: 22px;
	font-weight: bold;
	color: #6C849D;
	background: url(../images/icon-logo.gif) no-repeat 0 50%;
}
dl.overview dd.links {
	float: right;
	width: 174px;
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1.5;
	list-style-image: url(../images/nav-arrow-orange.png);
}

div.overview {
	margin: 20px;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	width: 340px;
}
div.overview h4 {
	text-transform: none;
}
div.overview p {
	margin: 1em 0;
}
div.overview ul, div.overview ol {
	margin: 1em 0 1em 18px;
}
div.overview ul li, div.overview ol li {
	margin: .5em 0;
}

table.horses {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 2em 0;
}
table.horses th {
	padding: 8px 4px;
	font-size: 1.2em;
	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;
	font-size: 1.1em;
}
table.horses tbody td.icon {
	padding: 0 4px;
	vertical-align: middle;
}
table.horses tbody tr.even {
	background: #D3DDE5;
}
table.horses th.center, table.horses td.center {
	text-align: center;
}

.key img {
	vertical-align: text-bottom;
}

form {
	display: block;
	margin: 1em 0;
}

form fieldset {
	border: 0;
	padding: 20px;
	background: #EEE;
}
.content form p {
	clear: both;
	margin: .5em 0;
	overflow: hidden;
}
* html .content form p { height: 1%; }
form label {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
}
form input.text {
	float: left;
	width: 200px;
}
form input.radio {
	float: left;
	vertical-align: baseline;
	margin: 2px 0;
}
form input#submit {
	margin: 1em 0 0 210px;
}
.content form p.question {
	font-size: 1.5em;
	margin: 1em 100px 0 100px;
	font-weight: bold;
}

.content ol.criteria {
	clear: both;
	margin: 1em 0 1em 24px;
	font-size: 1.2em;
}

.error {
	color: red;
	font-weight: bold;
}

.content p.intro {
	font-size: 1.4em;
}
