/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	background-color: #333;
	font: 100%/120% "Tahoma", Helvetica, sans-serif;
	color: #555;
}

a { color: #81923D; text-decoration: none;}
a img { border: none; }

h1 { display: none; }
h2 {
	font: normal 1.5em "Century Gothic", Georgia, Times New Roman, serif;
	color: #81923D;
	margin: 0 0 0.4em 0;
}
h3, h4 {
	color: #874D34;
	font-size: 0.8em;
	background: url(images/linedot.gif) bottom left repeat-x;
	margin: 0 0 1em 0;
	padding-bottom:5px;
}
h3 a { color: #874D34; }
h3.noline { background: none; padding: 0; }

p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
p.quote {
	margin-left: 25px;
	color: #888;
}
p.date {
	color: #999;
	margin-bottom: 0.5em;
	font-family: Tahoma, Helvetica, sans-serif;
}
div.line {
	height: 1px;
	background: url(images/linedot.gif) 0 0 repeat-x;
	font-size: 1px;
	margin-bottom: 12px;
	clear: both;
}

/* Formatting
***************************************************/
.grey { color: #999; }
.lightblue { color: #86B0DB; }
.strikethrough { text-decoration: line-through; }
.red { color: #c00; }
.price {font-size: 1.2em; color: #74A1D1; margin-bottom: 0.7em; }

.floatleft { float: left; }
.clear { clear: both; padding-top: 10px; }

/* Layout
***************************************************/

#outer{
	height:100%;
	min-height:100%;
	width: 743px;
	background: #fff url(images/content_bg.gif) 0 0 repeat-y;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	text-align: left;
	margin: auto;
	position:relative;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
div.contentwrapper {
	overflow: hidden;
	clear: both;
}
div.centrecontent { /* padding */
	margin: 10px 0 0 35px;
}
	div.left {
		width:440px;
		float:left;
	}
	div.right {
		position: relative;/*ie needs this to show float */
		width: 275px;
		float: right;
	}
	.right p { margin-right: 60px; }
	.sidebox p { margin-right: auto; }
#header{
	overflow:hidden;
	z-index:100;
	background: #8DA043 url(images/footer_bg.gif) 0 0 repeat;
	width: 743px;
	padding-top: 15px;
}
#headerImg {
	height: 305px;
	background: url(images/header_home.jpg) 0 0 no-repeat;
}
#headerImg2 {
	height: 214px;
	background: url(images/header_sub.jpg) 0 0 no-repeat;
}
#headerBase {
	height: 28px;
	background: url(images/header_base.gif)  0 0 repeat-x;
}
#lowercontent {
	clear: both;
	padding-bottom:30px;/* needed to make room for footer */
	padding: 0 35px;
}
img.imgLeft {
	float: left;
	margin: 0 20px 0 0;
}

.centre { text-align: center; }
#footer {
	width:743px;
	clear:both;
	height:50px;
	left:0;
	bottom:15px;
	position: absolute;
	color: #fff;
	background: #8DA043 url(images/footer_bg.gif) 0 0 repeat;
}
div#footerInner {
	margin: 5px 0 0 40px; 
}
div#footerInner p {
	padding-top: 2px;
	margin: 0;
}
* html #footer {
\height:52px;/* for ie5 */
he\ight:50px;/* for ie6 */
}
div.centrecontent a, #lowercontent a {
	text-decoration: none;
	border-bottom: 1px solid #81923D;
}
div.centrecontent .navigate a {
	border-bottom: none;
}
div.centrecontent a:hover, #lowercontent a:hover {
	text-decoration: none;
	background-color: #f4f2e4;
	color: #666;
}
a.external { background: url(images/external.gif) 0 1px no-repeat; padding-left: 13px; color: #81923D; }
a.pedigree { background: url(images/pedigree.gif) 0 2px no-repeat; padding-left: 16px; color: #81923D; }
#clearfooter {width:100%;height:52px;clear:both; margin-top: 15px;} /* to clear footer */

/*** nav ***/

#nav {
	background: #673825 url(images/nav_bg.gif) 0 0 repeat-x;
	height: 32px;
	font: normal 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	position: relative;
	padding-top: 3px;
}

#nav ul {
	margin: 0;
	padding: 0;
	padding-left: 13px;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	line-height: 20px;
	margin: 0 8px 0 0;
	padding: 4px 16px;
	text-decoration: none;
	color: #E2BAA9;
}

#nav a:hover, #nav ul li#active a {
	color: #E2BAA9;
	padding-bottom: 4px;
	background-color: #874D34;
}

/*** subnav ***/

div#subnav { margin: 20px 0 0 0; }

#subnav ul {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

#subnav li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

#subnav a {
	line-height: 20px;
	padding: 4px 20px 4px 10px;
	text-decoration: none;
	border-left: 1px solid #6B9ED3;
}

#subnav a:hover, #subnav ul li#subactive a {
	padding-bottom: 4px;
	border-left: 4px solid #6B9ED3;
	padding-left: 7px;
	text-decoration: none;
}
#subnav li#parent a {
	background-color: #6B9ED3;
	padding-right: 100px;
	color: #fff;
	font-weight: bold;
}

/*** sideblock ***/

.sideblock {
	width: 244px;
	margin-top: 15px;
}

div.sidebox {
  border:none;
  position:relative;
  background: url(images/sidebg.gif) top left repeat-y;
}

ul.related_articles {
	list-style-type: none;
	padding: 0;
}

div.sidebox h3 {
  padding: 15px 0 1em 20px;
  background: url(images/sidebg_top.gif) 0 0 no-repeat;
  margin: 0;
}

div.sideboxbody {
  padding: 10px 20px 30px 20px;
  margin:0;
  margin-top: -1em;
  background: url(images/sidebg_base.jpg) bottom left no-repeat;
}
div.sideboxbody p {
  font-size: 0.65em;
}

.sidebox h4 {
	font-weight: bold;
	color: #937163;
	font-size: 0.7em;
	margin: 0.5em 0.1em 3px 0;
	font-family: Tahoma, Helvetica, sans-serif;
	background: url(images/moreicon.gif) top right no-repeat;
	border-bottom: 1px solid #B5C185;
	line-height: 17px;
}
.sidebox.noarrow h4 {
	background: none;
}
.sidebox h4 a {
	color: #937163;
	display: block;
	width: 202px;
	background: #E3E8D2;
}
.sidebox h4 a:hover {
	background: none;
	text-decoration: none;
	color: #A98B7F;
}
.sidebox .archivelink { background: url(images/greenpageicon.gif) 0 3px no-repeat; margin: 0; }
.sidebox .archivelink a { padding-left: 13px; }
.sidebox .archivelink a:hover { text-decoration: underline; }

.textright {
	float: right;
	position: relative;
	padding-right: 30px;
}

/* Thumbs
***************************************************/

#thumbs p {
	text-align: center;
	width: 125px;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1.2em;
	min-height: 144px;
	height: auto !important;
	height: 144px;
}
#thumbs img { padding-bottom: 3px; margin-top: 10px; }
#thumbs a {
	text-decoration: none;
	font-weight: bold;
	border: none;
}

p.img {
	text-align: center;
	margin: 20px 0 10px 0;
	color: #666;
	font-size: 0.65em;
}
input, textarea, form p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
}
form p {
	margin-bottom: 10px;
	color: #81923D;
}
.formbuttons {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
}
.alert { padding-left: 18px; background: url(images/alert.gif) no-repeat 0 50%; }

/* Pedigree
***************************************************/

table#ped td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px solid #81923D;
	border-bottom: 1px solid #81923D;
	padding: 0 3px 0 10px;
}
table#ped {
	border-top: 1px solid #81923D;
	border-right: 1px solid #81923D;
	width: 100%;
	margin-bottom: 1em;
}
table#ped td img {
	margin: 5px;
}

/* Gallery
***************************************************/

.gallery {
	margin: 10px 0 0 0;
}
.gallery h3 {
	margin-bottom: 1em;
	margin-right: 32px;
}
.gallery img {
	margin: 0 1px 6px 0;
}
.gallery p a, .gallery p a:hover,
div.centrecontent .gallery a,
div#lowercontent .gallery a {
	background: none;
	border-bottom: none;
}
.gallery img {
	border: 3px solid #E0E8C4;
}
.arrow {
	background: url(images/arrow.gif) 0 5px no-repeat;
	padding-left: 15px;
}
p.arrow {
	margin-bottom: 0.75em;
} 
.foalspacer {
	float: left;
	height: 75px;
	width: 103px;
	border: 1px solid #E0E8C4;
	text-align: center;
	font-size: 0.7em;
	color:  #7B402A;
	font-weight: bold;
	padding: 30px 10px 0 10px;
	margin: 10px 5px 0 5px;
	line-height: 1.3em;
}
.imgcaption {
	background: #7B402A;
	font-size: 0.6em;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	width: 131px;
	float: left;
	margin: 10px 0 20px;
}
.imgcaption span {
	display: block;
	width: 100%;
}
p.img a { border: none; background: none; }

a.hide { display: none; }

/* Stallion Page
***************************************************/

.horse {
	background: #eee;
	background: url(images/linedot.gif) bottom repeat-x;
	padding: 0 0 5px 0;
	margin-bottom: 1em;
	float: left;
	width: 100%;
}

.horse img {
	float: left;
	margin: 0 0 10px 0;
}

.horse p, .horse h3 {
	margin-left: 140px;
}
