@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
}

.bkg {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
}

p { padding-bottom: 8px; }

a { color: #025564; }

li, li a {
	list-style-type: none;
	text-decoration: none;
	font-variant: small-caps;
}

li a:hover { font-weight: bold; }

h1, h2 {
	color: #744231;
	font-variant: small-caps;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	letter-spacing: normal;
	line-height: 18px;
}

#main {
	margin: 0 auto;
	width: 800px;
	color: #333333;
}

/* overall layout */

#header {
	width: 100%;
	height: 323px;
}

#slideshow {
	float: right;
	height: 313px;
	width: 488px;
	margin-right: 32px;
}

.logo {
	height: 195px;
	width: 280px;
	float: left;
}

.coins {
	background-image: url(../images/coins.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 184px;
	float: right;
}

#content {
	float: left;
	width: 800px;
}

#footer {
	clear: left;
	padding-top: 10px;
	margin-bottom: 15px;
}

/* page specific */

#home .logo { background-image: url(../images/logo.jpg); }

#stallions .logo { background-image: url(../images/stallionimages/stallions.jpg); }

#sales .logo { background-image: url(../images/salesimages/saleslogo.jpg); }

#news .logo { background-image: url(../images/newsimages/newslogo.jpg); }

#vacations .logo { background-image: url(../images/vacimages/vacationlogo.jpg); }

#contact .logo { background-image: url(../images/contactimages/contactlogo.jpg); }

#aboutus .logo { background-image: url(../images/aboutimages/aboutlogo.jpg); }

/* left column */

.leftcol {
	width: 527px;
	float: left;
	padding-left: 25px;
}

.vlineright {
	background-image: url(../images/vertline.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.head {
	background-repeat: no-repeat;
	width: 490px;
	margin-top: 0px;
	background-position: bottom;
	height: 30px;
	padding: 10px 0 0 10px;
}

.subhead {
	width: 480px;
	font-size: 19px;
	line-height: 26px;
	font-style: italic;
	padding: 0 10px;
	margin: 13px 0 8px 0;
}

.subhead2 {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}

.headline {
	color: #025564;
	font-variant: small-caps;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-top: 5px;
}

.copy {
	width: 490px;
	font-size: 14px;
	line-height: 26px;
	margin-top: 0px;
	padding-left: 10px;
}

.horselinks p { margin-left: 138px; }

.horselinks .copy { clear: left; }

.flexbox { width: 240px; }

.flexbox li {
	font-variant: small-caps;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	padding: 3px 0 10px 0;
}

.boxtop {
	background-image: url(../images/cardframes/boxtop.jpg);
	background-repeat: no-repeat;
	height: 39px;
}

.boxmiddle {
	background-image: url(../images/cardframes/boxmid.jpg);
	background-repeat: repeat-y;
	padding: 0 15px;
}

.boxbottom{
	background-image: url(../images/cardframes/boxbottom.jpg);
	background-repeat: no-repeat;
	height: 35px;
}

.left {
	float: left;
	margin: 4px 15px 0 0;
}

.right {
	float: right;
	margin: 4px 0 0 12px;
}

#speciallink {
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin: 2px 0 13px 0;
}

#speciallink a { text-decoration: none; }

#speciallink a:hover{ font-weight: bold; text-decoration: none; }

.date { font-weight: bold; }

/* right column */

.rightcol {
	width: 248px;
	float: left;
}

.navpatch {
	background-image: url(../images/navpatch.jpg);
	background-repeat: no-repeat;
	height: 257px;
	width: 195px;
	margin-left: 10px;
}

.nav ul { padding: 12px 0 0 17px; }

.nav li {
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 0.1em;
	background: url(../images/button.jpg) left center no-repeat;
 	padding: 0 0 3px 31px;
}

.nav li a {	color: #996600; }

.nav li span { color: #6B3D22; }

.rightcolcontent {
	width: 220px;
	margin-left: 10px;
	padding: 5px 0 0 12px;
}

.rightcolcopy {
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}

.rightcolcontent li {
	list-style-type: disc;
	color: #025564;
	list-style-position: outside;
	line-height: 18px;
	padding-bottom: 5px;
	margin: 5px 0 0 14px;
}
	
.bug {
	height: 154px;
	width: 153px;
	background-image: url(../images/bug.jpg);
	margin: 6px 0 0 25px;
}

/* small photos */

.smallvertframe {
	background-image: url(../images/cardframes/smallvert.jpg);
	height: 227px;
	width: 166px;
	background-repeat: no-repeat;
	margin-top: 7px;
}

.smallvertphoto {
	height: 195px;
	width: 135px;
	margin: 10px 0 0 11px;
}

.smallhorizframe {
	background-image: url(../images/cardframes/smallhoriz.jpg);
	height: 149px;
	width: 215px;
	background-repeat: no-repeat;
	margin-top: 7px;
}

.smallhorizphoto {
	height: 120px;
	width: 185px;
	margin: 10px 0 0 10px;
}

.smallsquareframe {
	background-image: url(../images/cardframes/smallsquare.jpg);
	height: 228px;
	width: 230px;
	background-repeat: no-repeat;
	margin-top: 6px;
}

.smallsquarephoto {
	height: 198px;
	width: 198px;
	margin: 10px 0 0 11px;
}

.smallersquareframe {
	background-image: url(../images/cardframes/smallersquare.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 130px;
	margin: 10px 10px 0 0;
}

.ssfoption {
	margin-top: 2px;
	height: 128px;
}

.smallersquarephoto {
	height: 100px;
	width: 100px;
	margin: 9px 0 0 10px;
}

.galleryframe {
	background-image: url(../images/cardframes/gallery.jpg);
	background-repeat: no-repeat;
	width: 215px;
	height: 175px;
	margin: 7px 8px 0 0;
}

.galleryphoto {
	height: 120px;
	width: 185px;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin: 10px 0 0 10px;
}

.galleryphoto a { text-decoration: none; }

.photoleft {
	float: left;
	margin-left: -2px;
	margin-right: 8px;
}

.photoright{
	float: right;
	margin-left: 12px;
}

/* misc elements */

.guillotine{
	float: left;
	clear: both;
	height: 0px;
}

.pedigreebox {
	height: 300px;
	width: 500px;
	background-image: url(../images/pedigreebkg.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	font-variant: small-caps;
	line-height: 14px;
	margin: 3px 0 5px 0;
}

.pedhorse {
	color: #025564;
	font-weight: bold;
	text-align: right;
	padding-right: 22px;
}

.ancestor {
	padding: 0px 7px 0 5px;
	color: #996633;
}

.translation {
	display: block;
}

.horizline {
	background-image: url(../images/horizline.jpg);
	background-repeat: repeat-x;
	height: 6px;
	width: 800px;
	margin-bottom: 2px;
}

.signup {
	font-variant: small-caps;
}

.signup a {
	color: #996600;
	text-decoration: none;
}

.signup a:hover {
	color: #025564;
}

/* footer navigation */

#footnav ul {
	color: #996600;
	text-align: center;
}

#footnav ul li {
	display: inline;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 0 2px;
}

#footnav ul li a { color: #996600; }

#footnav ul li a:hover {
	color: #025564;
	font-weight: normal;
}

.footercopy {
	color: #996600;
	font-size: 8px;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 11px;
	clear: left;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

.footercopy a {
	color: #996600;
	text-decoration: none;
}

.footercopy a:hover { color: #025564; }

.share { text-align: center; }
