/*----------------------------------------------

	PRINT.CSS
	Author:		Engage Interactive

----------------------------------------------*/

/*-------------------------------

	HIDE THIS STUFF

-------------------------------*/

#primary,
#sidebar,
.advert,
.options dl,
.options div,
nav,
.single,
footer a,
footer em,
.options,
#social,
.more {
	display: none;
}


/*-------------------------------

	SHOW THIS STUFF

-------------------------------*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.print_logo {
	display: block;
	margin: auto;
	text-align: center;
}

h1,h2,h3,h4,h5 {
	clear: both;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

blockquote {
	float: right;
	width: 200px;
	padding: 0 20px;
	margin: 0 0 20px 20px;
	border: solid 1px #ccc;
	font-size: 16px;
	font-style: italic;
}


/*---------------------

	ARTICLE LAYOUTS

---------------------*/

article header {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 2px #CCC;
}

.options,
#horse_profiles div img {
	float: right;
	margin: 0 0 40px 40px;
}


/*---------------------

	HORSE PROFILES

*/

#horse_profiles {
	clear: both;
}

#horse_profiles h4 {
	padding-top: 20px;
	border-top: solid 1px #CCC;
}

#horse_profiles h4 a {
	text-decoration: none;
}

#horse_profiles h4 span {
	font-weight: normal;
	color: #CCC;
}

#horse_profiles > div {
	margin-bottom: 10px;
}

#last_years_winner img {
	float: right;
}


/*---------------------

	TABLES

---------------------*/

table {
	width: 100%;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

table th {
	font-weight: bold;
}

table th,
table td {
	padding: 6px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


/*---------------------

	LISTS

---------------------*/

dl dt {
	margin-bottom: 2px;
	font-weight: bold;
}

dl dd {
	margin: 0 0 10px 0;
}


/*---------------------

	FOOTER

---------------------*/

footer {
	padding-top: 10px;
	margin-top: 20px;
	border-top: solid 2px #CCC;
}

footer .atr {
	display: inline;
	text-decoration: none;
	color: #000;
}
