﻿@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

@font-face {
    font-family: 'KSR';
    src: url('fonts/KSR.eot');
    src: url('fonts/KSR.eot') format('embedded-opentype'),
         url('fonts/KSR.woff2') format('woff2'),
         url('fonts/KSR.woff') format('woff'),
         url('fonts/KSR.ttf') format('truetype'),
         url('fonts/KSR.svg#KSR') format('svg');
}


@media screen and (max-width:599px) {
html,body {
  background: url(../images/background.jpg) repeat top left fixed #2A1205;
  padding: 0;
  margin: 0;
    font-family: 'PT Serif', sans-serif;
  font-size: 20px;
  font-weight:normal;
  color:#463228;
  line-height:1;
}
}

@media screen and (min-width:600px) {
html,body {
  background: url(../images/background.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0;
    font-family: 'PT Serif', sans-serif;
  font-size: 20px;
  font-weight:normal;
  color:#463228;
  line-height:1;  
}
}

* {
  box-sizing: border-box;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


#top{
 background-image:url('../images/topBorder.jpg');
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:32px;
}

#topPic {
 /*background-image:url('../images/topPic.jpg');*/
 width:100%;
 background-image:url('../images/headerBackground.jpg');
 background-position: center;
 background-repeat: repeat;
 text-align:center;
 display:block;
 margin:auto;
}


#aboveNav{
 background-image:url('../images/underPiece.jpg');
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:20px;
  /*margin-bottom:20px;*/
}


#belowNav{
 background-image:url('../images/underPiece.jpg');
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:20px;
  /*margin-bottom:20px;*/
-webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,1);
-moz-box-shadow: 0px 10px 10px -6px rgba(0,0,0,1);
box-shadow: 0px 10px 10px -6px rgba(0,0,0,1);  
}


#navBackground {
 background:url('../images/navBackground.jpg');
   background-position: center;
  background-repeat: repeat-both;
  padding:5px 10px;
}

.navContainer {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


h1{
  font-family: 'Poppins','PT Serif', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#22152E;
	font-size:18pt; 
	margin-bottom:20px
}

h3{
  font-family: 'Poppins','PT Serif', sans-serif;
  font-weight:700;
  color:#fff;
  font-size: 25px;
}

h4{
  font-family: 'Poppins','PT Serif', sans-serif;
  font-weight:700;
  color:#fff;
  font-size: 22px;
}


a:link   {color: #220141; }
a:visited {color:#220141; text-decoration:none; }
a:active  {color:#220141; text-decoration:none; }
a:hover   {color:#C83F0D; text-decoration: none; }


a:link.ph   {color: #EAD4AD; text-decoration:none;}
a:visited.ph {color:#EAD4AD; text-decoration:none; }
a:active.ph  {color:#EAD4AD; text-decoration:none; }
a:hover.ph   {color:#ffffff; text-decoration: none; }


a:link.nav    {color: #190C26; text-transform:uppercase; text-decoration: none; font-weight:bold; font-family: 'PT Serif', 'Times New Roman', serif; font-size: 20px; }
a:visited.nav  {color:#190C26; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'PT Serif', 'Times New Roman', serif; font-size: 20px; }
a:active.nav   {color:#190C26; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'PT Serif', 'Times New Roman', serif; font-size: 20px; }
a:hover.nav    {color:#C83F0D; text-transform:uppercase; text-decoration: none;	font-weight:bold; font-family: 'PT Serif', 'Times New Roman', serif; font-size: 20px;}


a:link.sm    {color: #DEB76C; text-decoration: none; font-family: Arial, serif; font-size: 8pt; }
a:visited.sm  {color:#DEB76C; text-decoration:none; font-family: Arial, serif; font-size: 8pt; }
a:active.sm   {color:#DEB76C; text-decoration:none; font-family: Arial, serif; font-size: 8pt; }
a:hover.sm    {color:#ffffff; text-decoration: none;	font-family: Arial, serif; font-size: 8pt;}


a:link.header    {color: #DEB76C; text-decoration: none; }
a:visited.header  {color:#DEB76C; text-decoration:none; }
a:active.header   {color:#DEB76C; text-decoration:none; }
a:hover.header    {color:#ffffff; text-decoration: none; }


p{
  font-family: 'PT Serif', sans-serif;
  font-style:normal;
  font-size: 20px;
  color:##463228;
}

section{
  padding-top:40px;
  padding-bottom:50px;
}

ul.articles {display:block; margin:auto; padding:0px; font-size:14px; overflow: hidden; text-align: center;}
ul.articles li {	
display: inline-block;
	margin: 0 0 5px 4px;
	padding: 4px;
	text-align: center;
	border-radius: 2px;
	vertical-align: top;
}
ul.articles li img {	
	width:100%;
	max-width:300px;
	height:250px;
	overflow:hidden;
	object-fit: cover;
	border-style: solid;
	border:0px solid #000;
	padding:5px;
	-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);
	margin-bottom:5px;
}
ul.articles li a {display:block;}
ul.articles li a:hover { }
.pdf-overlay { width:70px; height:70px; position:absolute; bottom:-20px; right:-40px; background:url(../images/pdf.png) no-repeat left top; }


/*ul, li{
  list-style-type:none;
  display: inline-block;
  padding:10px;
}*/

.text-left{
  text-align:left;
}

.text-center{
  text-align: center;
}

.mainContent{
	display:block;
	margin:auto;
	max-width:1300px;
	padding:10px;
}

hr{
	border:1px solid rgba(0,0,0,0.80);
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:#220141;
    color:#fff;
    font-family: 'Muli', sans-serif;
    text-decoration:none!important;
}

.btn:hover{
  background-color:#000;
}

.videobtn {
	display:block;
	margin:10px auto;
    text-align: center;
  /* white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 20px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  background:#2C1002;*/
	color:#221530;
	font-weight:400;
    font-family: 'Muli', sans-serif;
    text-decoration:none!important;
}

.videobtn:hover{
  /*background-color:#220141;*/
}

.videobtn a {
	text-decoration:none!important;
	color:#221530;
}


/* The Magic Float Center Code */
.float_center {
  float: right!important;

  position: relative!important;
  left: -50%!important; /* or right 50% */
  text-align: left!important;
}
.float_center > .child {
  position: relative!important;
  left: 50%!important;
}


/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 2px;
}

/* end back to top  */

#stick{
	display:block;
}

.navbar-fixed-top {
  position: -webkit-sticky;
  position: -moz-sticky;
  position:-o-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}


/*-----Paper Background Styles----*/

@media only screen and (min-width: 250px) {
.paper{
    text-align: center;
    background-color:rgba(230,210,152,0.00);
    min-height: 400px;
    padding:30px;
    border-style:solid;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
   
}
}


@media screen and (min-width:600px) {
.paper{
    text-align: center;
    background-color:rgba(230,210,152,0.00);  
    /*background-image: url(../images/paper.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment:fixed;*/
    height: auto;
    min-height: 400px;
    padding:30px;
    border-style:solid;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
  
}
}

/*----Paper Background Section----*/
  #content{
    text-align: left;
    color: ##463228;
    margin-top:20px;
    clear:left;   
}


/*-----Camera Caption Styles----*/
.camera_caption {
    text-align: left!important;
    top: -10px!important;
    width: 70%!important;
    padding: 0px 10px!important;
}

.large {
  color: #fff;
  font-family: 'PT Serif', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.normal{
  color: #fff;
  font-family: 'PT Serif', sans-serif;
  font-weight: 500;
  font-size: 14px;  
}




/*-----Phone Media Styles----
@media screen and (max-width:500px) {
   
.camera_caption {
    text-align: left!important;
    top: 0%!important;
    width: 100%!important;
    padding: 5px!important;
}
*/
/*-----Camera Caption Styles---
.large{
  color: #fff!important;
  font-size: 20px!important;
  font-family: 'PT Serif', sans-serif!important;
  font-weight: 700!important;
}

.normal{
  color: #fff!important;
  font-size: 15px!important;
  font-family: 'PT Serif', sans-serif!important;
  font-weight: 300!important;
}
}
-*/

/*-----Camera Styles----*/

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none;
}

#headerSlides {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

h2{
  font-family: 'Poppins','PT Serif', sans-serif;
  font-weight:bold;
  color:#C65E18;
  font-size: 20px;
  line-height:1.25;
}

.iconContainer {
/*background: url(images/metalroofs.jpg);*/
background-position:center;
transition: all 0.5s ease;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	width:100%;
	display:block;
	margin:5px;
	padding:1px 0px 0px 0px;
}


.sold {
background-color: #fe0808;
padding:10px 10px 10px 50px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-30px;
margin-left:-40px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}

#saleImage {
/*background: url(images/metalroofs.jpg);*/
background-position:center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	width:100%;
	display:block;
	margin-top:5px;
	padding:1px 0px 0px 0px; 	
}



.logo{
  text-align:center;
  width:100%;
  padding-top:10px;
}

.social{
width:100%;
text-align:center;
}

.social img{
	margin:2px;
}

.mobile{
	display:block;
	width:100%
}
.wide {
	display:none;
}

@media only screen and (min-width: 390px) {
.camera_caption {
    text-align: left!important;
    top: 0!important;
    width: 65%!important;
    padding: 0px 10px!important;
}
.large{
  font-size: 25px!important;
}

.normal{
  font-size: 18px!important;
}

h2{
  font-size: 20px;
}

.logo{
  width:70%;
  padding-top:10px;
  text-align:left;
  float:left;
}

.social{
float:left;
width:30%;
padding-top:200px;
text-align:center;
}
}

@media only screen and (min-width: 500px) {
.mobile{
	display:none;
}
.wide {
	display:block;
	width:100%;
}

}

@media only screen and (min-width: 600px) {
.camera_caption {
    text-align: left!important;
    top: 0!important;
    width: 80%!important;
    padding: 10px!important;
}
.large{
  font-size: 30px;
}

.normal{
  font-size: 20px;
}
h2{
  font-size: 20px;
}
.iconContainer {
	width:48%;
	display:block;
	float:left;
	margin:.5%;
	padding:1px 0px 0px 0px;
}
.sold {
background-color: #fe0808;
padding:10px 10px 10px 70px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-50px;
margin-left:-50px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}

.logo{
  width:70%;
  margin-bottom: 20px;
  text-align:left;
  float:left;
  padding:0;
}

.social{
float:left;
 width:30%;
	padding-right:20px;
	padding-top:250px;
	text-align:right;
}
}

@media only screen and (min-width: 800px) {
.camera_caption {
    text-align: left!important;
    top: 10%!important;
    padding: 15px!important;
    width: 60%!important;
}
.large{
  font-size: 35px!important;
}

.normal{
  font-size: 20px!important;
}

.iconContainer {
	width:24%;
	display:block;
	float:left;
	margin:.5%;
	padding:1px 0px 0px 0px;
	clear:right;
	height:300px;
	overflow:hidden;
}
.sold {
background-color: #fe0808;
padding:10px 10px 10px 60px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

@media only screen and (min-width: 1100px) {
.camera_caption {
    text-align: left!important;
    top: 15%!important;
    padding:20px 50px!important;
    width: 60%!important;
}
.large{
  font-size: 40px!important;
}

.normal{
  font-size: 25px!important;
}

}


/*-----Tablet Media Styles----*/
@media screen and (max-width: 990px) {



/*-----Camera Button Styles----*/
#camera_wrap_1 .btn {
  font-family:'Anton',Arial, Helvetica, sans-serif;
  background-color:#006699;
  border-radius:5px;
  border:2px solid white;
  color:#fff;
  margin-bottom:5px;
  font-size:18pt;
  letter-spacing:2px; 
}

#camera_wrap_1 .btn:hover {
  font-family:'Anton',Arial, Helvetica, sans-serif;
  background-color:#082008;
  border-radius:5px;
  border:2px solid white;
  color:#fff;
  margin-bottom:5px;
  font-size:18pt;
  letter-spacing:2px; 
}
}

/*-----Image Hover Styles----*/
.hover-container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
	width:100%;
	height:300px;
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover-container:hover .image {
  opacity: 0.3;
 /* transform: scale(1.25);*/
}

.hover-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: transparent;
  color: white;
}


/*-----Footer Styles----*/
#footer{
    background-image: url(../images/bottomBackground.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    color:#EAD4AD;
    width:100%;
    margin:0px;
    padding-top:20px;
    padding-bottom: 0px;
  }

#footertop{
	background-image:url('../images/underPiece.png');
	height: 20px;
	width:100%;
}


/*-----Footer Paragraph Styles----*/
#footer p {
     color:#EAD4AD;   
  }

.copywrite{
  color:#EAD4AD;
  font-size: 8pt;
  font-family: Arial, sans-serif;
  padding-bottom: 5px;
}



/* -----------------------------------
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: 0px 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;
}


/* -----------------------------------
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;
	width:100%;
	max-width:300px;
	/*height:300px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border-style: solid;
	padding: 3px;
	background-color:#000;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/frame.png') 15 15 stretch;
   	border-radius:12px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);   	
}

.smallimageIndex {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:100%;
	max-width:300px;
    /*height: 200px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border-style: solid;
	padding: 3px;
	background-color:#000;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/frame.png') 15 15 stretch;
   	border-radius:12px;
}

.img{
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border-style: solid;
	padding: 0px;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/frame.png') 15 15 stretch;
   	border-radius:12px;
    margin:5px;
  /*  	border-style: solid;
	padding: 0px;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/ropedarker.png') 15 15 round;
   	border-radius:12px;*/

}

.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	/*border: 2px solid #000000;*/
	padding: 3px;
	background-color:#000;
	border-style: solid;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/frame.png') 15 15 stretch;
	width:100%;
	max-width:600px;
	border-radius:12px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
}

.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: 12px;
	color:#463228;
}

/* for Sale Comment and Sold */
.hiLiteComment {
	background-color: #4C1A02;
	color: #C89A57;
	font-weight: bold;
	text-transform:uppercase;
	font-size:20px;
	padding:5px;
	border-radius:5px;
	line-height:1.5;
}


.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}



/* 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-family: 'Poppins','PT Serif', sans-serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	text-transform: uppercase;
	color: #22152E;
	letter-spacing: 1px;
}

.pageheading {
	/*	font-variant: small-caps; color: #954A00; font-weight: bold */
  font-family: 'Poppins','PT Serif', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#22152E;
	font-size:18pt; 
	margin-bottom:20px
}

/* for header links in listing table */
.header {
  font-family: 'PT Serif', sans-serif;
	font-weight: bold;
	font-size: 16px;
}


/* for horse name Links on listing pages */
.nameLink {
	display:block;
	margin:auto;
    text-align: center;
	word-wrap: break-word;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
/*    background-image: none;
    border: 1px solid transparent;*/
    margin-top:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#22152E;
	font-family: 'PT Serif', sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	/*font-style:italic;*/
	font-size: 22px;
    text-decoration:none!important;
}


a:link.nameLink {
	color: #FE6305;
	text-decoration: none;
}

a:visited.nameLink {
	color: #FE6305;
	text-decoration: none;
}

a:active.nameLink {
	color: #FE6305;
	text-decoration: none;
}

a:hover.nameLink {
	color: #22152E;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Arial, serif;
	text-transform:uppercase;
	color:#22152E;
	font-size:16px;
}

a:link.pedName {
	color: #22152E;
	text-decoration: underline;
	font-size:16px;	
}

a:visited.pedName {
	color: #22152E;
	text-decoration: underline;
}

a:active.pedName {
	color: #22152E;
	text-decoration: none;
}

a:hover.pedName {
	color: #FE6305;
	text-decoration: none;
}

.pedNotes {
	font-size: 8pt;
}

.backlink{font-size: 10pt; color:#221530!important}

.tiny {
	font-size: 12px;
	color: #463228;
}

a:link.tiny {
	color: #22152E;
	text-decoration: underline;
}

a:visited.tiny {
	color: #22152E;
	text-decoration: underline;
}

a:active.tiny {
	color: #22152E;
	text-decoration: none;
}

a:hover.tiny {
	color: #463228;
	text-decoration: none;
}

.widehorselisting {
   /*background-image: url(../images/leatherBackground.jpg);
    background-repeat: repeat;
    background-position: center;*/
    background-color:rgba(230,210,152,0.65);    
    height: auto;
    padding:30px;
    border: 20px solid transparent;
    -webkit-border-image: url('../images/frame.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	box-shadow: 0px 0px 15px 0px #000;
}

.horselisting {
   /*background-image: url(../images/leatherBackground.jpg);
    background-repeat: repeat;
    background-position: center;*/
    background-color:rgba(230,210,152,0.65);    
    overflow:hidden;
    height: auto;
    padding:20px;
    border: 20px solid transparent;
    -webkit-border-image: url('../images/frame.png') 15 15 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	box-shadow: 0px 0px 15px 0px #000;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 2px double #180000;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,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 {
	text-align:left;
	font-size:16px;
}

.medsmallwhiteFont{
	font-size:15px;
}

.longHorseDescription {
	/*margin-left: 2em;*/
}

.detailsheader {
	text-align: center;
}












