﻿html {
background-color:#042A12;
/*background: url(images/backgroundcows.jpg) no-repeat center bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
  padding: 0px;
  margin: 0;
}

@font-face
{
font-family: "Trajan Pro";
src: url('/fonts/Trajan Pro Regular.ttf'),
     url('/fonts/Trajan_Pro_Regular.eot'); /* IE9+ */
font-family: "SkyFall Done";
src: url('/fonts/SkyFall Done.ttf'),
     url('/fonts/SkyFall_Done.eot'); /* IE9+ */


}


@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


a:link    {color:#9B0702; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: normal; }
a:visited {color:#9B0702; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: normal; }
a:active  {color:#9B0702; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: normal; }
a:hover   {color:#001809; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: normal; }

a:link.menu   {color:#C2A67C; text-decoration:none; text-transform:uppercase; font-weight: normal; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif  MS, Sans Serif; text-shadow:2px 2px 2px #000; font-size: 14pt;}
a:visited.menu {color:#C2A67C; text-decoration:none; text-transform:uppercase; font-weight: normal; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif  MS, Sans Serif; text-shadow:2px 2px 2px #000; font-size: 14pt;}
a:active.menu  {color:#C2A67C; text-decoration:none; text-transform:uppercase; font-weight: normal; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif  MS, Sans Serif; text-shadow:2px 2px 2px #000; font-size: 14pt;}
a:hover.menu   {color:#FFFFFF; text-decoration:none; text-transform:uppercase; font-weight: normal; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif  MS, Sans Serif;  font-size: 14pt;}


a:link.sm{ color: #ffffff; text-decoration: none; font-family: Arial, "Trebuchet MS", sans-serif, Serif; }
a:visited.sm { color: #ffffff; text-decoration: none; font-family: Arial, "Trebuchet MS", sans-serif, Serif; }
a:active.sm { color: #ffffff; text-decoration: none; font-family: Arial, "Trebuchet MS", sans-serif, Serif; }
a:hover.sm { color: #E79E5C; text-decoration: none; font-family: Arial, "Trebuchet MS", sans-serif, Serif; }

a:link.footertext { color: #ffffff; text-decoration: underline; }
a:visited.footertext { color: #ffffff; text-decoration: underline; }
a:active.footertext { color: #ffffff; text-decoration: underline; }
a:hover.footertext { color: #E79E5C; text-decoration: underline; }


body
{
	font-family: Trebuchet MS, Sans Serif;
	color: #000000;
	font-weight: normal;
	font-size: 11pt;
}



#mainContent {
	max-width:1200px;
	background-image:url('images/bodybackground.png');
	display:block;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 20px 5px #000;-moz-box-shadow: 0px 0px 20px 5px #000; box-shadow: 0px 0px 20px 5px #000;
	margin-bottom:20px;
	margin-top:20px;

}

.content {
    clear:both;
	font-family: Arial, "Futura Md", "Trebuchet MS", serif;
	color:#000000;
	background:url('images/contentBackground.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment:fixed;
	font-size:11pt;
/*	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);*/
    padding-left:20px;
    padding-right:20px;
    padding-bottom:40px;
}

hr
{
	border:1px inset #732803; 
}

.smallFont{
	font-size:10pt;
}

.sidebar{
	background-color: rgba(0,0,0, 1);
	border:1px dotted #ffffff;
}

.footer {
	font-family: Arial, "Trebuchet MS", sans-serif, Serif;
	color:#ffffff;
	background: url('images/gradientbackground.jpg');
	padding:10px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boxContent {
    padding-bottom:20px;
    background-color: rgba(0,0,0,1);
   /* background-color: rgba(0,0,0,0.65);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    color: #ffffff;
    text-shadow:none;
    font-size:12pt;
    text-transform:uppercase;
    border-radius:15px;
    margin:4px;
}

.boxContent:hover {
    background-color: rgba(102,14,12,1);
}

.boxImg {
    border:2px solid white;
}

.img{
	border:2px solid #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.imgCurved{
      border-radius:50% 50%;
      padding:2px;
      border:5px #5E341A dotted;
      	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}

/*h1{
	font-family: "Trebuchet MS", Arial, sans-serif, Serif; 
	color: #660E0D; 
	font-size:22pt;
	text-transform:uppercase;
	-webkit-text-stroke: 1px white;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff,
	2px 2px 0 rgba(255,255,255, 0.40)
	/*,3px 3px 0 rgba(0,0,0, 0.40)
	}*/
	
h1{
font-size: 22px;
	color: #001809;
	font-family: "Trebuchet MS";
}	

h2{
	font-family: Calibri, Arial, "Trebuchet MS", sans-serif, Serif; 
	color: #660E0D; 
	text-transform:uppercase;
	text-align:center;
	font-size:18pt;
/*	text-shadow: 0px 1px 1px rgba(255,255,255, 1),1px 2px 2px rgba(255,255,255, 1),
             1px 2px 2px rgba(1,0,102, 1);*/
}


/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Mobile Layout: 599px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98.7391%;
	padding-left: 0.6304%;
	padding-right: 0.6304%;
	clear: none;
	float: none;
}
#div1 {
}
#logoHeader {
width: 100%;
display:block;
margin:auto;
background-color:#001809;
color:#C2A67C;
text-align:center;
font-size: 20pt;
font-weight:bold;
-moz-box-shadow: 0px 0px 15px 5px #000000; -webkit-box-shadow: 0px 0px 15px 5px #000000; box-shadow: 0px 0px 15px 5px #000000; 
padding:5px 20px 5px 20px;
}

.gridContainer.clearfix #div1 #logoHeader {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#headerSlides {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
#headerNav {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	width:100%;
    background-color: #001809;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gridContainer.clearfix #headerNav {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	width:100%;
    background-color: #001809;
}

.camera_caption {
	top: 5%;
}

.normal{
	font-weight:bold;
	font-size:12pt;
}

.large{
	font-weight:medium;
	font-size:16pt;
	line-height: 1.0;
}

.footerspace {
	text-align: center; padding-top:5px
}

a:link.socialHeader { color: #ffffff; text-decoration: none; font-size:16pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:visited.socialHeader { color: #ffffff; text-decoration: none; font-size:16pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:active.socialHeader { color: #ffffff; text-decoration: none; font-size:16pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:hover.socialHeader { color: #ffffff; text-decoration: none; font-size:16pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}


.spacer {
	display:none;
}

.belowLogo {
 background:url('images/gradientbackground.jpg');
 text-align:center;
 display:block;
 margin:auto;	
}

.belowLogo2 {
display:none;	
}



/* Tablet Layout: 600px to 900px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

#logoHeader {
width: 100%;
}
#headerSlides {
}
#headerNav {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.camera_caption {
	top: 30%;
}
.normal{
	font-weight:bold;
	font-size:18pt;
}

.large{
	font-weight:medium;
	font-size:28pt;
	line-height: 1.0;
}

.footerspace {
	text-align: center; margin-top:10px;
}

a:link.socialHeader { color: #ffffff; text-decoration: none; font-size:20pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:visited.socialHeader { color: #ffffff; text-decoration: none; font-size:20pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:active.socialHeader { color: #ffffff; text-decoration: none; font-size:20pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:hover.socialHeader { color: #ffffff; text-decoration: none; font-size:20pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}

.spacer {
	background:url('images/woodbackground.jpg');
	padding:5px;
	display:block;
}

.belowLogo {	
}

.belowLogo2 {
 background:url('images/gradientbackground.jpg');
 text-align:center;
 display:block;
 margin:auto;	
}

}

/* Desktop Layout: 800px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logoHeader {
width: 100%;
}
.gridContainer.clearfix #div1 #socialHeader {
width: 100%;
padding-top:30px;
font-size: 24pt;
clear: none;
}
#headerSlides {
}
#headerNav {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.normal{
	font-weight:bold;
	font-size:24pt;
}

.large{
	font-weight:medium;
	font-size:34pt;
	line-height: 1.0;
}
.footerspace {
	text-align: center; margin-top:20px;
}

a:link.socialHeader { color: #ffffff; text-decoration: none; font-size:25pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:visited.socialHeader { color: #ffffff; text-decoration: none; font-size:25pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:active.socialHeader { color: #ffffff; text-decoration: none; font-size:25pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}
a:hover.socialHeader { color: #ffffff; text-decoration: none; font-size:25pt; font-family: Arial, "Trebuchet MS", sans-serif, Serif; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);;}


.spacer {
}

.belowLogo {	
}
.belowLogo2 {	
}



}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .7em 1.2em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #660E0D;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #660E0D;
}

.btn:hover {
	background-color: #000000;
}

.btn:active {
	background-color: #660E0D;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

/***** HORSE AREA FORMATTING *****/


#widehorselistingpic {
	text-align: center;
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
    border: 2px solid #ffffff;
	padding: 0px;
-moz-box-shadow: 0px 0px 15px #000000; 
-webkit-box-shadow: 0px 0px 15px #000000; 
box-shadow: 0px 0px 15px #000000;

}

.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
    border:3px solid #ffffff;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1.0);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 1.0);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 1.0);
	width:75%;
}

.largepedtable td {
	vertical-align: middle;
}

.medpedtable td {
	vertical-align: middle;
}

.smallpedtable td {
	vertical-align: middle;
}

.pedigreeline {
	max-width: 95%;
	text-align: left;
	margin-left: 0;
	margin-top: 0px;

}

.smallFont {
	font-size: 0.8em;
}

/* for Sale Comment and Sold */
.hiLiteComment {
	background-color: #001809;
	color: #C5BC95;
	font-weight: bold;
	font-size:11pt;
}

/* for horse name on details page and for horse type heading on listing pages */
/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
	font-size: 22pt;
	font-weight:bold;
	color: #001809;
	letter-spacing: 1px
}

.pageheading {
	font-family: "Trebuchet MS", Arial, serif;
	color:#001809;
	font-size:22pt;
	letter-spacing: 1px;

}

/* for header links in listing table */
.header {
	font-family: Calibri,"Bell Gothic Std Light", "Trebuchet MS", Arial, serif;
	font-weight: bold;
	font-size: 11pt;
}


/* for horse name Links on listing pages */
.nameLink {
	font-family: Calibri,"Bell Gothic Std Light", "Trebuchet MS", Arial, serif;;
	font-weight: bold;
	font-size: 14pt;
	color:#005900;
}

a:link.nameLink {
	color: #005900;
	text-decoration: underline;
}

a:visited.nameLink {
	color: #005900;
	text-decoration: underline;
}

a:active.nameLink {
	color: #005900;
	text-decoration: none;
}

a:hover.nameLink {
	color: #C15102;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Calibri,"Bell Gothic Std Light", "Trebuchet MS", Arial, serif;;
	font-size: 12pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
}

a:link.pedName {
	color: #005900;
	text-decoration: underline;
}

a:visited.pedName {
	color: #005900;
	text-decoration: underline;
}

a:active.pedName {
	color: #005900;
	text-decoration: none;
}

a:hover.pedName {
	color: #C15102;
	text-decoration: none;
}

.pedNotes {
	font-size: 8pt;
}

.tiny {
	font-size: 10pt;
}

a:link.tiny {
	color: #003112;
	text-decoration: underline;
}

a:visited.tiny {
	color: #003112;
	text-decoration: underline;
}

a:active.tiny {
	color: #003112;
	text-decoration: none;
}

a:hover.tiny {
	color: #C15102;
	text-decoration: none;
}

.widehorselisting {
	border: 1px solid #001809;
	background-image: -webkit-linear-gradient(270deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
	padding: 1em;
}

.horselisting {
	border: 1px solid #001809;
	background-image: -webkit-linear-gradient(270deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(197,188,149,0.30) 0%, rgba(255,255,255,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
	padding: 0.8em;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 2px double #51A4CA;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(255,255,255,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #2F0101;
	box-shadow: 0px 0px 15px 0px #2F0101;
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
	/* width:32%; */
}

.shortHorseDescription {
	margin-left: 10px;
}

.longHorseDescription {
	margin-left: 2em;
}

.detailsheader {
	text-align: center;
}







