﻿
@font-face
{
font-family: Oswald-Regular;
src: url('css/Oswald-Regular.TTF'),
     url('css/Oswald-Regular.eot'); /* IE9+ */
}

/*div
{
font-family:Oswald-Regular;
}
*/



a:link    {color:#95DAFA; text-decoration:underline; font-family: Oswald-Regular, Arial, Times New Roman, 'Sans Serif'; }
a:visited {color:#95DAFA; text-decoration:underline; font-family: Oswald-Regular, Arial, Times New Roman, Sans Serif; }
a:active  {color:#95DAFA; text-decoration:none; font-family: Oswald-Regular, Arial, Times New Roman, Sans Serif; }
a:hover   {color:#FFFFFF; text-decoration:none; font-family: Oswald-Regular, Arial, Times New Roman, Sans Serif; }

a:link.nav    {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Oswald-Regular, Tempus Sans ITC,Arial, Times New Roman, 'Sans Serif';
	font-size: 11pt;
	text-transform: uppercase;
	font-weight:100;


}
a:visited.nav  {color:#FFFFFF; text-decoration:none; font-family: Oswald-Regular, Tempus Sans ITC,Arial, Times New Roman, 'Sans Serif'; font-size: 11pt; text-transform: uppercase; font-weight:100;}
a:active.nav   {color:#FFFFFF; text-decoration:none; font-family: Oswald-Regular, Tempus Sans ITC,Arial, Times New Roman, 'Sans Serif'; font-size: 11pt; text-transform: uppercase; font-weight:100;}
a:hover.nav    {
	color: #F4C953;
	text-decoration: none;
	font-family: Oswald-Regular, Tempus Sans ITC,Arial, Times New Roman, 'Sans Serif';
	font-size: 11pt;
	text-transform: uppercase;
	font-weight:100;


}

a:link.sm    {color: #C86205; text-decoration: underline; font-family: Arial, Arial, 'Sans Serif'; font-weight: normal;font-size: 8pt;  }
a:visited.sm  {color:#C86205; text-decoration:underline; font-family: Arial, Arial, Sans Serif; font-weight: normal;font-size: 8pt; }
a:active.sm   {color:#C86205; text-decoration:underline; font-family: Arial, Arial, Sans Serif; font-weight: normal; font-size: 8pt; }
a:hover.sm    {color:#FFC184; text-decoration:none; font-family: Arial,Arial, Sans Serif; font-weight: normal; font-size: 8pt;}



body
{ 
	font-family: Oswald-Regular, Arial, Times New Roman; font-weight: normal; text-decoration:none;
	color: #FFFFFF; font-size: 12pt; 
}

table, td
{ 
	font-family: Oswald-Regular,Arial , Times New Roman; font-weight: normal; text-decoration:none;
	color: #FFFFFF; font-size: 12pt; 
}

.img
{
	border: 3px solid #ffffff;

}

.pedNotes
{ 
	font-family: Arial, Times New Roman; font-weight: normal; text-decoration:none;
	color: #FFFFFF;font-size: 8pt; 
}


.gallerypagename {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #9900CC;
	font-family: Oswald-Regular, Tempus Sans ITC, Arial, Times New Roman, 'Sans Serif';
}

/* for Sale Comment and Sold */
.hiLiteComment
{
	background-color:#0000FF; 
	color:#ffffff; 
	font-weight:bold
}

/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
	font-size: 22px;
	font-variant: small-caps;
	color: #95DAFA;
	letter-spacing: 1px
}

/* for very small font */
.smallFont{
	font-size: 7pt;
}

.tiny{
	font-size: 7pt;
}

/* for med small font */
.medsmallFont{
	font-size: 12px;
}

/* for med small font */
.medsmallFontPadded{
	padding:3px; font-size: 12px; text-align:left; text-indent:4; margin-top:0;
}


/* for med small white font */
.medsmallwhiteFont{
	font-size: 11px;
	color:#ffffff;
	font-weight:normal;
}

/* border for listing table */
.listingTable{
	padding:3px; border:0px solid #1C0000; border-collapse: collapse 
}

/* listing table header */
.listingTableHeader{
	background-color: #F2DFC4; 
	padding:3px; border:1px solid #7EA6B9; border-collapse: collapse 
}

h1           {
	font-size: 20pt;
	color:  #141E42;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
}

h2           {
	font-size: 18pt;
	color:  #F4C953;
	font-weight: bold;
	text-align: left;
}

.pedTableLine {
 border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px
}

fieldset     {
	border: 1px solid #7EA6B9;
	padding: 2px
}


.pending {
	font-size: 8pt;
	color: #FFFFFF;
}

textarea     { color: #622020; background-color: #F9E8AC }
select        { color: #622020; background-color: #F9E8AC }
input        { color: #622020; background-color: #F9E8AC }

/*.imggal.borders:hover {
   padding:0px;
   border:6px solid #B50378;
}*/
.imggal.borders 
{
	border: 2px solid #000000; 
	padding: 0px; 
	border-radius: 10px;
	box-shadow: 4px 4px 7px 1px #999;
}



