/* -------------------------------------
	Author: Thuy Copeland
	Built: 2009-11-16 (yyyy-mm-dd)
	Last Edit: 2011-12-14 tc
	URI: http://www.schaffangusvalley.com
---------------------------------------*/
/* @group Layout & Typography */

body, ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
body, p{
	font: 14px/1.4 Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color: #de0000;
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
a, a:link{
	color: #de0000;
}
a:visited{
	color: #340000;
}
a:hover{
	color: #1200ff;
}
a:active, h2 a:active{
	color: #ff7600;
}

td{padding: 5px;}
#container{
	background: url(../images/design/header2.jpg) no-repeat right top;
	max-width: 960px;
}
#header{
	background: url(../images/design/header.jpg) no-repeat left;
	height: 102px;
}
#header h1{
	margin: 0;
}
#header h1 a{
	text-decoration: none;
	width: 650px;
	display: inline-block;
	height: 74px;
}
#header h1 a i{
	visibility: hidden;
}
#contact{
	color: #340802;
	margin-left: 145px;
	font: 11px "Arial Narrow", "Helvetica Neue", "Gill Sans", Helvetica, Geneva, sans-serif;
}
#wrapper{
	background: url(../images/design/sidebar2.jpg) repeat-y;
}
#nav{
	background: url(../images/design/nav.png) no-repeat;
	float: left;
	width: 115px;
	padding-top: 50px;
	height: 205px;
	padding-left: 12px;
}
#nav a{
	text-decoration: none;
	text-transform: uppercase;
	font: italic 11px/2 Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #559966;
}
#nav a:hover{
	color: #000;
}
#content{
	background: url(../images/design/side-top.jpg) no-repeat left top;
	padding-left: 130px;
	padding-top: 1px;
	padding-bottom: 1px;
	min-height: 400px;
}
#content h2 a{
	color: blue;	
}
#content h2 a:visited{
	color: purple;	
}
#content h2 a:hover{
	color: green;	
}
#content img{
	border: 1px solid;
}
#content img.no-border{
	border: none;
}
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1; /* IE6&7 */
}
.center-txt{
	text-align: center;
}
#footer{
	background: url(../images/design/side-bottom.jpg) no-repeat left bottom;
	height: 54px;
	padding-top: 110px;
	padding-left: 130px;
	text-align: center;
	text-transform: lowercase;
}
#footer li{
	display: inline;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	margin-top: 10px;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #171;
}

input, textarea{
	color: #000;
	border: 1px solid #c29c78;
	margin: 0;
	padding: 3px;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #171;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #171;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.cutline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}
.featured{
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-align: center;
	padding: 0 1em;
	width: 250px;
	float: left;
	height: 190px;
	margin-bottom: .75em;
}
.featured a{
	text-decoration: none;
}
.left-col{
	float: left;
	width: 350px;
}
.right-col{
	float: right;
	width: 350px;
}
.animal{
	height: 75px;
	padding-top: 15px;
}
.animal img{
	float: left;
	margin-right: 5px;
	margin-top: -17px;
}
.animal a{
	
}
.green{
	color: green; 
}
.sans-serif{
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

/* @group .net terse set */

.PedAnmName{
	color: #de0000;
	font-weight: bold;
	font-size: 2.5em;
}

.PedCalvedRow{
	font-style: italic;
	padding-bottom: .75em;
}

.PedS, .PedD{
	color: #de0000;
	font-weight: bold;
}
/* Adds text indentation to pedigree names */
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
.PedTable {
	font-family: inherit;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 5px;
	font-size: .8em;
	width: 450px;
	text-align: center;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue{
	background-color: #9d0008;
	color: #fff;
	font-weight: bold;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #9d0008;
	color: #fff;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #ccc;
	text-align: center;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: .5em;
}

/* @end */

/* @end */
