﻿html {
background: url(images/dublinbackground.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  margin: 0;
}

@font-face
{
font-family:"Charlemagne Std";
src: url('/CharlemagneStd-Bold.ttf'),
     url('/CharlemagneStd-Bold.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;        
}

#menuContainer {
	background-image:url('images/navcontainer.jpg');
	border-radius: 10px; border: 10px double #543C29;
	margin-left:auto;
	margin-right:auto;
	display:block;
}


body{
	font-family: Georgia, "Times New Roman", Times, serif; 
	color:#000000;
	font-weight:bold;

}

a:link { color: #513E2F; text-decoration: underline; }
a:visited { color: #513E2F; text-decoration: underline; }
a:active { color: #513E2F; text-decoration: underline; }
a:hover { color: #3D1C01; text-decoration: underline; }

a:link.menu { color: #ffffff; font-variant:small-caps; text-decoration: none; font-size:15pt; font-weight:normal; font-family: "Charlemagne Std", "Times New Roman", Georgia, Sans Serif; }
a:visited.menu { color: #ffffff; font-variant:small-caps; text-decoration: none; font-size:15pt; font-weight:normal; font-family: "Charlemagne Std", "Times New Roman", Georgia, Sans Serif; }
a:active.menu { color: #ffffff; font-variant:small-caps; text-decoration: none; font-size:15pt; font-weight:normal; font-family: "Charlemagne Std", "Times New Roman", Georgia, Sans Serif; }
a:hover.menu { color: #BA9D6A; font-variant:small-caps; text-decoration: none; font-size:15pt; font-weight:normal; font-family: "Charlemagne Std", "Times New Roman", Georgia, Sans Serif; }


a:link.footer { color: #ffffff; text-decoration: none; font-family: "Trebuchet MS", Arial, Sans Serif; }
a:visited.footer { color: #ffffff; text-decoration: none; font-family: "Trebuchet MS", Arial, Sans Serif; }
a:active.footer { color: #ffffff; text-decoration: none; font-family: "Trebuchet MS", Arial, Sans Serif; }
a:hover.footer { color: #A3BFDC; text-decoration: none; font-family: "Trebuchet MS", Arial, Sans Serif; }

#outerWrap{
background-image:url('images/contentbackground.png');
margin-left:auto; margin-right: auto; display: block;
}

#mainContent {
	margin-top: 10px;
	max-width:1150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content {
	padding: 5px 30px 5px 30px;
}

.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%;
}


.img{
	border: 2px solid #000000;
	margin:10px;
}

.img2 {
		border: 1px inset #C29F56;
	border-radius: 6px;
	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;

}

hr{
	border: 1px dotted #000000;
	margin:10px;
}



/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
}
#div1 {
}

#headerTop {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	text-align:center;

}
.gridContainer.clearfix #div1 #headerSlides img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#headerSlides {
	display: block;
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gridContainer.clearfix #div1 #headerSlides img {
	display: block;
	margin-right: auto;
	margin-left: auto;

}


@media only screen and (max-width: 481px) {

.imgSmall{
	display:none;
	}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerTop {
width: 100%;
}
.gridContainer.clearfix #div1 #headerTop img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#headerSlides {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.slider {
	width: 450px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98.913%;
	max-width: 1600px;
	padding-left: 0.5434%;
	padding-right: 0.5434%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerTop {
	margin-right: auto;

	width: 49.4505%;

}
#headerSlides {
width: 49.4505%;
margin-left: 1.0989%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* -----------------------------------
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: #C29F56;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #3E0101;
}

.btn:hover {
	background-color: #3E0101;
}

.btn:active {
	background-color: #C29F56;
}

/* -----------------------------------
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;
	/* border: 2px groove #000000;
	padding: 3px; */
	border: 1px inset #C29F56;
	border-radius: 6px;
	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: 0.5em;

}

.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 2px groove #000000;
	padding: 3px;
	width:85%;
}

.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: #954A00;
	color: #EADBB9;
	font-weight: bold
}

/* for horse name on details page and for horse type heading on listing pages */
.horseHeading {
	/*font-size: 12pt; font-variant: small-caps; color: #954A00; font-weight: bold */
	font-size: 14pt;
	color: #3D1701;
	font-weight: bold;
	font-variant: small-caps;
}

.pageheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	text-transform:uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	text-transform:uppercase;
}



/* for header links in listing table */
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
}

a:link.header {
	color: #D9C389;
	text-decoration: underline;
}

a:visited.header {
	color: #D9C389;
	text-decoration: underline;
}

a:active.header {
	color: #D9C389;
	text-decoration: none;
}

a:hover.header {
	color: #D9C389;
	text-decoration: none;
}

/* for horse name Links on listing pages */
.nameLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color:#462001;
}

a:link.nameLink {
	color: #462001;
	text-decoration: underline;
}

a:visited.nameLink {
	color: #462001;
	text-decoration: underline;
}

a:active.nameLink {
	color: #462001;
	text-decoration: none;
}

a:hover.nameLink {
	color: #ffffff;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10pt;
	text-transform:uppercase;
}

a:link.pedName {
	color: #D9C389;
	text-decoration: underline;
}

a:visited.pedName {
	color: #D9C389;
	text-decoration: underline;
}

a:active.pedName {
	color: #D9C389;
	text-decoration: none;
}

a:hover.pedName {
	color: #C29F56;
	text-decoration: none;
}

.pedNotes {
	font-size: 8pt;
}

.tiny {
	font-size: 8pt;
	color:#ffffff;
}

a:link.tiny {
	color: #ffffff;
	text-decoration: underline;
}

a:visited.tiny {
	color: #ffffff;
	text-decoration: underline;
}

a:active.tiny {
	color: #ffffff;
	text-decoration: none;
}

a:hover.tiny {
	color: #000000;
	text-decoration: none;
}

.widehorselisting {
	border: 1px inset #C29F56;
	border-radius: 6px;
	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;
}

.horselisting {
	border: 1px inset #C29F56;
	border-radius: 6px;
	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: 0.8em;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 1px inset #C29F56;
	border-radius: 6px;
	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 {
	margin-left: 10px;
}

.longHorseDescription {
	margin-left: 2em;
}

.detailsheader {
	text-align: center;
}
