/* Gardiner Angus Ranch ~ Design Mods and CSS by Thuy Nguyen ~ original build 2007.06.27 ~ revised 2007.08.28 ~ www.mindgraffiti.net */

/* @group Main Layout */
html, body{
	margin: 0;
	padding: 0;
	background-color: #0a0a0a;
}
body, p{
	font: small/1.5 Helvetica, Geneva, Verdana, Arial, sans-serif;
	margin: 0;
	color: #fff;
}
p{
	padding-top: .5em;
	padding-bottom: .5em;
}
a, a:link{
	text-decoration: none;
}
a{
	outline: 0 none;
}
blockquote{
	border-top: 1px dotted #7e3a7c;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #7e3a7c;
}
blockquote p{
	font-style: italic;
	text-align: justify;
}
table.sale_avgs{
	text-align: center;
	background-color: #0c4d68;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
table.sale_avgs tr.odd{
	background-color: #062e3e;
}
table.sale_avgs td{
	padding: 3px;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
}
#container{
	background: url(../images/nav/header_bg.png) repeat-x;
	min-width: 750px;
}
#header{
	background: url(../images/nav/header.png) no-repeat right top;
	height: 100px;
}
#header h1{
	text-align: center;
	padding-top: 3px;
	font-size: 20px;
	margin: 0;
}
#header h1 a{
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .75em;
}
#header h2{
	border-bottom: 2px solid #ebce89;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin: 10px 275px 0 30px;
}
#subhead{
	background: url(../images/nav/subhead.png) no-repeat left top;
}
#wrapper{
	background: url(../images/nav/nav_bg.png) repeat-y right;
	float: left;
	width: 100%;
}
#wrapper2{
	background: url(../images/nav/footer.png) no-repeat right bottom;
	float: left;
	width: 100%;
}
#content{
	min-width: 502px;
	width: 70%; 
	float: left;
	margin: 0 0 0 30px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	margin: 0;
	padding: 0;
}

#header h2 a, #header h2 a:visited, #content a, #footernav a{
	color: #ebce89;
}
#content a:visited, #footernav a:visited{
	color: #7e3a7b;
}
#header h2 a:hover, #content a:hover, #footernav a:hover{
	text-decoration: underline;
}

#content hr{
	/* Thanks to blakems.com for the HR styling tips*/
	border: none 0; 
	border-top: 1px dotted #7e3a7c;
	text-align: center;
	height: 1px;
	}

/* Setting borders for regular images, changing border colors for images with links */
#content img{
	border: 2px solid #fff;
}
#content a img{
	border: 2px solid #ebce89;
}
#content a:visited img{
	border: 2px solid #7e3a7b;
}
#content a:hover img{
	border: 2px solid #781351;
}
#content img.no_borders{
	border: none;
}

#content a:visited img.no_borders{
	border: none;
}

#content a:hover img.no_borders{
	border: none;
}


/* List presentation */
#content ul.neat{
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 10px 40px;
}

#nav{
	background: url(../images/nav/nav.png) no-repeat right top;
	float: right;
	width: 218px;
	padding-top: 10px;
	padding-right: 5px;
	margin-bottom: 75px;
	margin-left: -50px;
}
#nav ul{
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	width: 100px;
	float: right;
}
#nav li{
	padding-bottom: 10px;
	line-height: 10px;
	list-style-type: none;
}
#nav a, #nav a:visited{
	color: #fff;
}
#nav a:hover, #footer a:hover{
	color: #ebce89;
}
#nav li:hover{
	list-style-image: url(../images/nav/bullet_logo.gif);
}
#footer{
	clear: both;
	/*background-position: right bottom;
	background-repeat: no-repeat;*/
	width: 100%;
	position: relative;
}
#footernav{
	text-align: center;
	margin: 0 200px 0 30px;
	padding: 0;
}
#footernav hr{
	border: none 0;
	border-top: 2px solid #ebce89;
	height: 2px;
}
#mpl{
	float: left;
	border: 1px solid #191919;
}

.black_text{
	color: #000;
}

.small_text{
	font-size: 11px;
}
/* @end */

/* @group Fancy Buttons and Positioning */

.neg_tab1{
	margin-left: -50px;
}

.neg_tab2{
	margin-left: -35px;
}
.neg_tab3{
	margin-left: -20px;
}
.neg_tab4{
	margin-left: -10px;
}
.neg_tab5{
	margin-left: -5px;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
.center{
	margin: 0 auto;
	text-align: center;
}
#feature_button{
	float: left;
}
#feature_button ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0;
}
#feature_button ul li{
	background: url(../images/nav/goldbutton.gif) no-repeat center center;
	width: 204px;
	height: 35px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#feature_button ul li:hover{
	background-image: url(../images/nav/goldbutton2.gif);
}
#feature_button .pdf{
	background: url(../images/main/pdficon_small.gif) no-repeat 170px center;
}
#feature_button ul li a{
	display: block;
	text-align: center;
	color: #303;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
}
#feature_button ul li a:hover{
	text-decoration: none;
}
#columns{
	display: inline;
	float: left;
	margin: 1px;
	padding: 5px 10px 0 10px;
}
#columns.off{
	background-color: #0c4d68;
	}
#columns.on{
	background-color: #062e3e;
	}
#animal{
	background: url(../images/nav/thumb.gif) no-repeat left top;
	float: left;
	width: 211px;
	height: 123px;
	margin: 10px;
	padding: 4px 0 0 3px;
}
/* For sale animals that have a lot number to go with their names */
#animal_lot{
	background: url(../images/nav/thumb.gif) no-repeat left bottom;
	float: left;
	width: 211px;
	height: 135px;
	margin: 10px;
	padding: 4px 0 0 3px;
}
#animal_lot p{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}
#horses{
	background: url(../images/nav/thumb2.gif) no-repeat left top;
	float: left;
	width: 211px;
	text-indent: 4px;
	margin: 10px;
	padding: 4px 0 0;
}
#animal a img, #animal a:visited img, #animal a:hover img, #animal_lot a img, #animal_lot a:visited img, #animal_lot a:hover img{
	border-style: none;
	padding-top: 3px;
}
#horses a img, #horses a:visited img, #horses a:hover img{
	border: 3px solid #640066;
	margin-top: -3px;
}
#animal a, #animal_lot a, #horses a{
	font-style: italic;
}
#animal a:visited, #animal_lot a:visited, #horses a:visited{
	color: #ebce89;
	text-decoration: underline;
}
#animal a:hover, #animal_lot a:hover, #horses a:hover{
	color: #fff;
}
/* @end */


/* @group Pretty Forms, Pedigrees and EPDs */
form{
	margin: 0;
	padding: 0;
}
label{
	color: #781351;
}

input, textarea
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
	margin: 0;
	padding: 0;
}

.submit input
{
color: #000;
background: #ebce89;
margin-right: 1em;
}

fieldset
{
border: 1px solid #781351;
}

legend
{
color: #fff;
background: #781351;
padding: 2px 6px
}

#epdtable, .EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#epdtable td, .EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead, .EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue{
	background-color: #303;
	color: #feffc2;
	text-transform: uppercase;
}

.epdsubhead, .EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #7e3a7b;
	color: #000;
	font-weight: bold;
}

.epddata, .EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #fefee1;
	color: #000;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: .5em;
}

.ped_name, .PedAnmName{
	font-size: 175%;
	font-style: italic;
	color: #7e3a7b;
}

.ped_calved, .PedCalvedRow{

}

.ped_sirename, .PedS, .PedD{
	color: #7e3a7b;
	font-style: italic;
}

.ped_damname{
	color: #7e3a7b;
	font-style: italic;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
.PedTable {
	font-family: inherit;
}
.ped_pedbody{
	
}
/* @end */