
/* - - - - - - - - - - - - - - - - - - - - - - -
	P R I N T - S T Y L E S H E E T
- - - - - - - - - - - - - - - - - - - - - - - */

body {
   background: #fff;
   color: #111;
   font-size: 12pt;
}

html body #wrapper { background: none; }

/* Print these */
.print { display: inline !important; }

/* Hide these */
form,
.screen,
.nav,
.button { display:none !important; }

/* Unfloat your layout */
body,
#wrapper,
#header,
#content,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#footer { clear: both; font-size: 10pt; text-align: center; }

/* Link Modifiers */
a img, :link img, :visited img { border: 0; }

a:link,
a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


/* FINGLAND STABLES PRINT STYLES  -------------------------------------------------------------- */

#facebook, #news-callout, #ccForm { display: none; }

#slideshow, #pedigree-table { text-align: center; }

p#hall-of-fame {
	float: right;
	width: 132px;
	padding: 0 0 0 16px;
	line-height: 1.2em;
}

p#hall-of-fame img { display: block; margin: 0 0 4px; }









#banner-slides {
	float: left;
	position: relative;
	width: 600px;
	height: 394px;
	margin: 5px 0 20px;
	overflow: hidden;
}

#banner-slides h2 {
	position: absolute;
	z-index: 90;
	top: 16px;
	left: 348px;
	height: 120px;
}

ul#slides {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#slides li {
	position: absolute;
	width: 100%;
	height: 394px;
	margin: 0;
	padding: 0;
	list-style: none;

	opacity: 0;

}

ul#slides li p {
	position: absolute;
	z-index: 90;
	left: 348px;
	margin: 0;
	line-height: 1.4em;
}

ul#slides li#sugar-chic p { top: 183px; }
ul#slides li#starlights-kid p { top: 251px; }
ul#slides li#snow-light p { top: 222px; }

ul#slides li strong { text-transform: uppercase; }

ul#slides li img { position: absolute; left: 0; bottom: 0; }











/* Details */
body.horse-detail h5 { margin: 0; font-size: 14pt; }

.details table { width: 100%; margin: 0 auto 20px auto; }

.details table td { padding: 6px; text-align: left; font-weight: bold; }

.details table td.label {
	width: 25%;
	padding: 6px 40px 6px 10px;
	text-align: right;
}

.details table strong { color: #755A50; }

.details table p { font-size: 1em; line-height: 1.2em; font-weight: normal; margin: 0 0 0.5em; }

.details p a { color: #48251C; text-decoration: none; }
.details p a:hover { text-decoration: underline; }
.details p.button a { color: #73A645; }

/* Thumbnail Gallery w/ Description */
.tn-gallery {
	width: 760px;
	margin: 0 -10px 40px -10px;
	list-style: none;
}

.tn-gallery li {
	float: left;
	display: block;
	width: 337px;
	margin: 0 10px 20px;
	padding: 9px;
	border: 1px solid #C6B8AC;
	list-style: none;
	background: #FCF7EB;
}

.tn-gallery li img { float: left; }

.tn-gallery li p {
	float: right;
	width: 208px;
	margin: 0;
	padding: 0 9px 0 0;
	font-weight: bold;
	line-height: 1.4em;
	color: #48251C;
}

.tn-gallery li p strong {

	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
	
	width: 36px;
	padding: 0 14px 0 0;
	font-weight: normal;
	text-align: right;
}

.tn-gallery li p a { text-decoration: none; color: #065E39; }
.tn-gallery li p a:hover { text-decoration: underline; }

/* Horse Gallery */
#horse-gallery {
	float: left;
	margin: 0;
	list-style: none;
}

#horse-gallery li {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 0 0;
	border-top: 1px solid #522F28;
	list-style: none;
}

#horse-gallery li:first-child { border-top: none; }

#horse-gallery li img { float: right; margin: 0; }
#horse-gallery li h4, #horse-gallery li p { float: left; width: 360px; margin: 0 0 0.5em; line-height: 1.4em; }

#horse-gallery li.odd img { float: left; }
#horse-gallery li.odd h4, #horse-gallery li.odd p { float: right; }

#horse-gallery li h4 { font-size: 1.25em; color: #065E39; }
#horse-gallery li h4 a { color: #065E39; text-decoration: none; }
#horse-gallery li h4 a:hover { text-decoration: underline; }

#horse-gallery li p.description { padding: 0.75em 0 0; }

#horse-gallery li p.more { display: none; }

/* About gallery */
.about-gallery {
	width: 665px;
	margin: 10px auto 20px auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	line-height: 1.2em;
	text-align: center;
}

.about-gallery li {
	width: 320px;
	min-height: 250px;
	_height: 250px;
	margin: 5px;
	padding: 0;
	list-style: none;
	text-align: left;

	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */

}

.about-gallery li img { margin: 0 0 10px; }

img.right { float: right; margin: 0 0 0 20px; }

