
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Fingland Stables
URL :      http://www.finglandstables.com/

Created :  02.09.2010
Modified : 02.16.2010

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [new and improved]
http://perishablepress.com/press/2009/12/06/
-------------------------------------------- */
.clearfix:after, 
#content:after, 
#main-content:after, 
.nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix, 
* html #content,
* html #main-content,
* html .nav             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html #content,
*:first-child+html #main-content,
*:first-child+html .nav { zoom: 1; } /* IE7 */

#content {
	overflow: hidden; /* Clearfix not working in FF */
}

/* ------------------------------------------------------------------------------------- H T M L  */

/* Anchor Links  -------------------------------------------------------------- */

a:link { color: #065E39; text-decoration: underline; }
a:visited { color: #065E39; text-decoration: underline; }
a:hover {  color: #065E39; text-decoration: none; }
a:active {  color: #065E39; text-decoration: none; }

a:focus { outline: 1px dashed #065E39; }

/* Headings  -------------------------------------------------------------- */

h2, h3, h4, h5, h6 { font-weight: normal; }

h2 { margin: 0 0 .75em; font-size: 2em; }
h3 { margin: 0 0 1em; font-size: 1.6em; line-height: 1em; }
h4 { margin: 0 0 1.25em; font-size: 1.4em; font-weight: bold; line-height: 1.25em; }
h5, h6 { margin: 0 0 1.5em; font-weight: bold; font-size: 1.2em; }
h6 { margin: 0; }

/* Text Elements  -------------------------------------------------------------- */

p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1.2em; line-height: 1.6em; }

blockquote { 
	margin: 1.5em;
	padding: 0 0 0 1.5em;
	border-left : 1px solid #666;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
}

small, cite { font-size: .9em; }
strong, b, dt, th, dfn { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 1.5em 1.5em; }
ul ul, ol ol, ul ol, ol ul, ul p, ol p { font-size: 1em; margin: 0 0 0 2em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin: 0 0 1.5em; padding-top: 1.5em; border-top : 1px solid #ccc; }
dt { font-weight: bold; margin: 0; font-size : 1.2em; line-height : 1.25; }
dd { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom : 1px solid #ccc; }

del { text-decoration: line-through; }
abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: 'andale mono', 'lucida console', monospace; }

pre { white-space: pre; }
code { display: block; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables  -------------------------------------------------------------- */

table {	margin: 0 0 1.5em; font-size: 1.2em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; vertical-align: top; }
tbody td, tbody th { border-bottom: 1px solid #7D6159; }
tfoot { font-size: .9em; font-style: italic; }

/* Forms  -------------------------------------------------------------- */

label { font-weight: bold; }
fieldset { margin: 0 0 1.5em 0; padding: 1.4em 1.4em 0 1.4em; border: 1px solid #ccc; }
legend { font-size : 1.2em; font-weight: bold; }
textarea { width : 390px; height : 250px; padding : 5px; }

/* Images  -------------------------------------------------------------- */

img { vertical-align: top; }
img.right { float: right; margin: 0 0 0 20px; }

/* ------------------------------------------------------------------------------------- P R I M A R Y - L A Y O U T  */

/* Global Styles  -------------------------------------------------------------- */

body {
	color: #48251C;
	background: #544B42 url(../img/body_bg_tile.jpg) repeat center top;
}

#bg-wrapper {
	min-height: 900px;
	background: url(../img/body_bg_horse.jpg) no-repeat center 133px;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 23px 0 0;
	text-align: left;
	background: url(../img/content_bg_top.png) no-repeat 0 0;
}

/* Navigation Reset */
.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

/* Header  -------------------------------------------------------------- */

#header {
	height: 193px;
	padding: 0 97px 0 95px;
	background: url(../img/content_bg_tile.png) repeat-y 0 0;
}

/* Global Navigation */

/* Top Level */
ul.dropdown { 
	position: relative;
	display: block;
	width: 807px;
	height: 35px;
	padding: 10px 0 0;
	line-height: 1.2em;
	text-align: center;
	background: url(../img/global_nav_bg.jpg) no-repeat 0 0;
}

ul.dropdown li { 

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

	margin: 0; 
	list-style: none; 
}

ul.dropdown li.hover, ul.dropdown li:hover { position: relative; }

ul.dropdown li a { 
	display: block;
	padding: 0 0.4em 0 0.5em; 
	border-left: 1px solid #FBEDD1; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FBEDD1;
}

ul.dropdown li:first-child a { padding: 0 0.4em 0 0; border-left: none; }

ul.dropdown li a:hover, ul.dropdown li a.active { text-decoration: none; color: #7DB949; }
								
/*  Secondary Level */
ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	display: inline;
	top: 140%; 
	right: 6px; 
	width: 126px;
	padding: 0 4px 4px 0;
	height: auto;
	font-size: 0.9em;
	text-align: left;
	background: url(../img/drop_menu_shadow.png) no-repeat right bottom;
	z-index: 1;
}

ul.dropdown ul li { 
	width: 126px;
	margin: 0; 
	border-right: 1px solid #d1d1d1;
	background: #FCF7EB;
}

ul.dropdown ul li a {
	margin: 0 10px 0 0;
	padding: 2px 0;
	border-top: 1px solid #C6B8AC;
	border-left: none;
	font-weight: normal;
	text-align: right;
	color: #48251C;
}

ul.dropdown ul li:first-child a { padding: 2px 0; border-top: none; }

/* Site Search */
#site-search {
	position: absolute;
	top: 222px;
	right: 107px;
	width: 122px;
	height: 21px;
	background: url(../img/search_box.gif) no-repeat 0 0;
}

#site-search fieldset { 
	margin: 0;
	padding: 0;
	border: none;
}

#site-search label { display: none; }

#site-search input#search {
	float: left;
	width: 88px;
	height: 14px;
	padding: 3px 6px;
	border: none;
	color: #937968;
	background: none;
}

#site-search button {
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
	background: none;
	cursor: pointer;
}

/* Content  -------------------------------------------------------------- */

#content {
	clear: both;
	min-height: 670px;
	padding: 14px 130px 0;
	background: url(../img/content_bg_tile.png) repeat-y 0 31px;
}

#main-content {
	clear: both;
	display: block;
	margin: 0 0 50px;
	padding: 20px;
	border: 1px solid #522F28;
	background: #FCF7EB;
}

/* Footer  -------------------------------------------------------------- */

#footer {
	clear: both;
	font-size: 0.9em;
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	color: #FFF7E8; 
	background: url(../img/content_bg_bot.png) no-repeat 0 0;
}

/* Facebook Link */
p#facebook {
	float: left;
	width: 210px;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}

p#facebook a { 

	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
	
	height: 50px;
	margin: 0; 
	padding: 12px 0 0 64px;
	text-decoration: none; 
	color: #FFF7E8; 
	background: url(../img/icon_facebook.png) no-repeat 8px 0;
}

p#facebook a:hover { text-decoration: underline; }

/* Pipelist */
#footer .nav {
	text-align: right; 
	display: block; 
	margin: 0 0 0.5em; 
	overflow: hidden; 
	list-style: none; 
	line-height: 1.2em; 
}
#footer .nav li { display: inline; margin: 0 -1px 0 0; list-style: none; border-right: 1px solid #FFF7E8; }
#footer .nav li a { padding: 0 6px; text-decoration: none; color: #FFF7E8; }
#footer .nav li a:hover { text-decoration: underline; }

/* Copyright */
p#copyright { text-align: right; }

/* ------------------------------------------------------------------------------------- S E C O N D A R Y - L A Y O U T  */

/* Page Titles  -------------------------------------------------------------- */

h1 { 
	margin: 0 0 10px;
	font-size: 36px;
	font-family: 'MonikaItalic';
	text-align: left;
}

/* HOME PAGE  -------------------------------------------------------------- */

body#home ul.dropdown { width: 650px; padding: 10px 0 0 157px; }
body#home ul.dropdown li a {  padding: 0 3px 0 4px; }
body#home ul.dropdown ul li a {	padding: 2px 0; }

body#home #content {
	overflow: visible;
	padding: 14px 95px 0;
}

body#home #main-content {
	float: right;
	width: 540px;
	margin: 0;
	padding: 0 40px 0 0;
	border: none;
	background: none;
}

body#home #sub-content {
	float: left;
	width: 188px;
	margin: -14px 0 0;
	border-right: 1px solid #CDB9A2;
}

body#home p.intro { margin: 0 0 0.5em; font-size: 1.4em; font-weight: bold; color: #065E39;}

/* Drop Caps */
body#home #main-content p.drop-cap span {
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: baseline;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
	
	width: 39px;
	height: 31px;
	margin: 0 -17px -6px 0;
/*	text-indent: -9999em; Causing Issue In IE */
	color: #FBEDD1;
	overflow: hidden;
	background: url(../img/drop_cap_f.gif) no-repeat 0 0;
}

/* Hall of Fame */
p#hall-of-fame {
	position: relative;
	z-index: 80;
	width: 132px;
	margin: -42px 0 1em;
	padding: 0 0 0 16px;
	line-height: 1.2em;
}

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

/* News Callout */
p#news-callout a {
	display: block;
	width: 213px;
	height: 54px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/home_news_button.png)	no-repeat 0 0;
}

/* Constant Contact */
#ccForm {
	padding: 0 10px;
	text-align: center;
}

#ccForm fieldset {
	margin: 0 0 4px;
	padding: 8px 0;
	border: 1px solid #1F1E1A;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}

#ccForm h5 { margin: 0 0 4px; color: #065E39; }

#ccForm label { width: 120px; color: #544F46; }

#ccForm label input {
	width: 80px;
	height: 13px;
	border: 1px solid #978E7D;
	background: #FBEDD1;
	color: #48251C;
}

#ccForm input#ccgo { vertical-align: top; }

#ccForm p { font-size: 1em; color: #978E7D; }

#ccForm p a { text-decoration: none; color: #978E7D; }

/* Home Slideshow Banner */
#banner-slides {
	position: relative;
	width: 810px;
	height: 394px;
	overflow: hidden;
}

#banner-slides h2 {
	position: absolute;
	z-index: 90;
	top: 16px;
	left: 348px;
	width: 399px;
	height: 120px;
	text-indent: -99999em;
	overflow: hidden;
	background: url(../img/breeding_tomorrows_champions.gif);
}

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;
}

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#dun-it-at-starbucks p { top: 222px; }

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

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

















/* SECONDARY PAGES  -------------------------------------------------------------- */

p.intro { width: 610px; }

p.button, p.youtube_button {

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

	height: 34px;
	margin: 0 0 1.4em;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../img/button_right_brown.gif) no-repeat right top;
}

p.button a, p.youtube_button a {

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

	height: 27px;
	padding: 7px 35px 0;
	text-decoration: none;
	background: url(../img/button_left_brown.gif) no-repeat left top;
	color: #73A645;
}

p.button a:hover, p.youtube_button a:hover { text-decoration: underline; }

/* ABOUT PAGE  -------------------------------------------------------------- */

body.page #content { padding: 18px 175px 0; }
body.page #content p.intro { float: left; text-align: left; }
body#about #content { padding: 18px 152px 0; text-align: center; }

/* Contact Info */
.contact-info {
	margin: 2em 0 1em;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: normal;
	color: #065E39;
}

/* About List */
.about-list {
	margin: 30px 0;
	list-style: none;
	text-align: left;
}

.about-list li {
	float: left;
	width: 230px;
	margin: 0 0 20px;
	list-style: none;
}

.about-list li a { font-size: 1.2em; text-decoration: none; }
.about-list li a:hover { text-decoration: underline; }

.about-list li a strong { display: block; }

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

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

	/* 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; }

/* GALLERY PAGES  -------------------------------------------------------------- */

body#galleries #content { padding: 40px 152px 0; text-align: center; }
body#galleries #content #main-content { padding: 10px; }
body.prospects #content #main-content #photos, body#galleries #content #main-content #photos { margin-left: 60px; }

/* HORSE PAGES  -------------------------------------------------------------- */

body.horse-detail #content { padding: 40px 152px 0; text-align: center; }

body.horse-detail #main-content { padding: 8px; }

body.horse-detail h4 { padding: 0 0 0 20px; text-align: left; text-transform: uppercase; color: #4B271F; }
body.horse-detail h5 { margin: 0; color: #065E39; }

/* Page Navigation */
#page-nav {
	width: 100%;
	margin: 0 0 2em;
	padding: 4px 0;
	color: #EFE0C5;
	background: #4B271F;
}

#page-nav h2 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;	
}

#page-nav ul { margin: -1.6em 0 0; padding: 0 8px; }

#page-nav ul li { width: 100%; height: 1.35em; padding: 0.25em 0 0; }

#page-nav ul li a {
	float: left;
	padding: 1px 0 0 12px;
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #EFE0C5;
	background: url(../img/page_nav_arrow_sprite.gif) no-repeat -8px center;
}

#page-nav ul li a:hover { text-decoration: underline; color: #EFE0C5; }

#page-nav ul ul { float: right; margin: 0; }

#page-nav ul ul li { float: left; width: auto; padding: 0; overflow: hidden; }

#page-nav ul ul li a {
	margin: 0 -8px 0 0;
	padding: 1px 18px 0 0;
	background: url(../img/page_nav_arrow_sprite.gif) no-repeat right center;
}

#page-nav ul ul li:first-child a {
	margin: 0 6px 0 0;
	padding: 1px 5px 0 12px;
	border-right: 1px solid #EFE0C5;
	background: url(../img/page_nav_arrow_sprite.gif) no-repeat -8px center;
}

/* Details */
.details {
	margin: 10px 0;
	padding: 16px 0 0;
	border-bottom: 4px solid #775B52;
	border-top: 4px solid #775B52;
}

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

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

.details table td.label {
	width: 100px;
	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; }

/* Pedigree Table */
#pedigree-table { margin: 0 0 24px; position: relative; }

#pedigree-table ul {
	position: relative;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 450px;
	height: 160px;
	background: url(../img/pedigree_table.gif) top left no-repeat;
}
#pedigree-table ul li { position: absolute; }
#pedigree-table ul li.name { top: 68px; left: 0px; color: #166845; }
#pedigree-table ul li.sire { top: 30px; left: 127px; }
#pedigree-table ul li.dam { top: 108px; left: 127px; }
#pedigree-table ul li.sire_sire { top: 8px; left: 296px; }
#pedigree-table ul li.sire_dam { top: 48px; left: 296px; }
#pedigree-table ul li.dam_sire { top: 93px; left: 296px; }
#pedigree-table ul li.dam_dam { top: 133px; left: 296px; }

ul.galleries { 
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.galleries li { float: left; width: 120px; padding-right:5px; height: 120px; }

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

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

.tn-gallery li span.image { 
	float: left;
	width: 125px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}

.tn-gallery li p {
	float: right;
	width: 210px;
	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;
	color: #90796F;
}

.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: 280px; 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; }

/* form */

#flashMessage.message { 
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1.5em;
	color: #ff0000;
}

.error-message {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #ff0000;
}

form div { padding: 2px 0; clear: left; }
form div label { float: left; width: 80px; }
form div input { width: 180px; }
form div textarea { height: 150px; padding: 0; width: 300px; }











