/* @override http://test.angusjournal.com/_netajsite/gardiner/css/main.css */

/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2010-08-05 (YYYY-MM-DD)
	
	Last Edit: 2010-08-05 (YYYY-MM-DD)
	
	URI: gardinerangus.com
---------------------------------------*/

/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body, p {
	font: small/1.5 Helvetica, Geneva, Verdana, Arial, sans-serif;
	margin: 0;
	color: #fff;
}
p{
	margin-bottom: 1em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */
/* @group Layout */

#container {
	display: block;
	width: 1000px;
	margin: auto;
}

#header {
	height: 75px;
	background: url(../images/design/header.jpg) no-repeat;
	padding-top: 9px;
	padding-left: 78px;
}

#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;
}

#pagetitle {
	color: #fff;
	padding-left: 297px;
	padding-top: 12px;
	height: 41px;
	background: url(../images/design/pagetitle.jpg) no-repeat;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav {
	display: block;
	float: left;
	background: url(../images/design/nav.jpg) no-repeat;
	width: 164px;
	min-height: 500px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav ul {
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	padding: 30px 1px 0 0;
	list-style-type: none;
}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 8px 3px 4px;
	background-position: 0 top;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav li a:hover {
	color: #ebce89;
	background-position: 0 bottom;
	text-decoration: underline;
}

#content {
	display: block;
	float: right;
	width: 788px;
	padding: 27px 0 10px 48px;
	background: #000 url(../images/design/content.jpg) no-repeat;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-height: 151px;
}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	margin: 0;
	padding: 0;
}

#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;
}

#content td{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	display: block;
	clear: both;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer hr{
	border: none 0;
	border-top: 2px solid #b8953b;
	height: 2px;

}

 #footer ul{
	padding: 0;
	text-align: center;
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
}

 #footer ul li { 
	display: inline;
	padding: 0;
}

 #footer ul li a{
	color: #e0c482;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding: 4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

 #footer ul li a:hover{
	color: #fff;
	background-color: #320033;
}



#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4d524b;
	text-align: center;
	background-color: #000;
	padding-bottom: 20px;
}

#api a {
	color: #4d524b;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#api a:hover {
	color: #e0c482;
}

/* @end */

/* @group Typography */


body{
	background-color: #000;
}


p{
	padding-top: 0;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

/* LVHA */
a{
	color: #ebce89;
}
a:visited,
#nav li a:visited,
#content a:visited, 
#footer ul li a:visited{
	color: #7e3a7b;
}

/* @end */
/* @group Pretty Forms, Pedigrees and EPDs */
#content .black-text, table.black-text{
	color: black;
}
#content .highlight{
	color: #000;
	background: #ebce89;
}
#content ul.scip{
	font-size: 13px;
	margin-left: 15px;
	padding-left: 0;	
}
#content ul.scip li{
	line-height: 1.5;	
}
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;
	width: 450px;
}

#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: 5px;
}

.EPDAsOfDt
{
	font-size: 1em;
}

.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 */

/* @group Fancy Buttons and Positioning */
.brown-banner{
	background-color: #4d014c;
	padding: 10px;
}
.brown-banner h3{
	font-weight: normal;
	font-style: normal;
}
.brown-banner a{
	color: #fff;
}
.brown-banner a:visited{
	color: #eee;
}
.brown-banner a:hover{
	color: #ebce89;
}
.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;
}

.col{
	float: left;
	margin-right: 1.5em;
}
.ppcol{
	float: left;
	width: 45%;
	margin-right: 1.5em;
}
#feature_button{
	float: left;
}
#feature_button ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0;
}
#feature_button ul li{
	background: url(../images/main/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/main/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;
	}
.indent{
	padding-left: 120px;
}
#animal{
	background: url(../images/design/thumb.gif) no-repeat left top;
	float: left;
	width: 211px;
	height: 123px;
	margin: 10px;
	padding: 4px 0 0 3px;
	position: relative;
}
#animal .new-tag{
	background: url(../images/design/new-tag_gold.png) no-repeat left bottom;
	width: 60px;
	height: 25px;
	position: relative;
	top: -20px;
	left: -7px;
}
/* For sale animals that have a lot number to go with their names */
#animal_lot{
	background: url(../images/design/thumb.gif) no-repeat left bottom;
	float: left;
	width: 211px;
	height: 135px;
	margin: 10px;
	padding: 4px 0 0 3px;
}
#animal_lot p{
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}
#horses{
	background: url(../images/design/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 */
