/* --------------------------------
	Design: Tim Blumer
	CSS: Tim Blumer
	Built: 
	Last Edit: 2012-02-03 tc
	URI: http://tjsangus.com
---------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: none;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* An extra div if needed, not plugged into the HTML by default */

#nav{
	display: block;
	margin: auto;
	width: 115px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	float: left;
	text-align: right;
}

#nav a{
	color: #00CED1;
	text-decoration: none;
	padding: 6px;
	display: block;
}

#nav a:hover{
	color: #fff;
	background-image: url(images/over.png);
}
#container{
	display: block;
	margin: auto;
	width: 715px;
	padding-top: 10px;
	padding-right: 115px;
}

#bull{
	display: block;
	width: 598px;
	background: url(images/splashbg3.jpg) no-repeat;
	height: 615px;
	float: right;
	border: 1px solid #00CED1;
}

/* My Comment */

#contact{
	display: block;
	float: right;
	width: 308px;
	padding-top: 336px;
	text-align: center;
	font: 17px Georgia, "Times New Roman", Times, serif;
}

#header{
	
}
#wrapper{
	display: block;
	width: 598px;
	float: right;
	border: 1px solid #00CED1;
	min-height: 600px;
	background-image: url(images/wrapperbg.jpg);
	background-color: #cfd2bd;
}

#subhead{
	display: block;
	height: 96px;
	padding-left: 10px;
	color: #000;
}

#logo{
	display: block;
	float: left;
	padding-top: 4px;
}

#inside_contact{
	display: block;
	float: right;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	padding-top: 4px;
	padding-right: 8px;
}

#maintitle{
	display: block;
	clear: both;
	font: italic bold 20px Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
}

#content{
	display: block;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer{
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	padding: 10px 10px 10px 116px;
	clear: both;
	color: #00CED1;
}

#footer a{
	color: #00CED1;
	text-decoration: none;
	padding: 6px;
}

#footer a:hover{
	color: #fff;	
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4c4c4c;
	display: block;
	padding: 10px 10px 10px 116px;
	text-align: center;
}

#api a{
	color: #4c4c4c;
}

#api a:hover{
	color: #7f7f7f;
}

/* @end */

/* @group EPDs/Peds/misc */
.animal{
	float: left;
	margin-right: 10px;
	text-align: center;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}
img.no-border{
	border: 0 none;
	padding: 0;
}

.PedAnmName{
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
}

.PedCalvedRow{
	font-style: italic;
	padding-bottom: .75em;
}

.PedS, .PedD{
	color: #7d6c3f;
	font-weight: bold;
}
/* Adds text indentation to pedigree names */
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 2em;
	margin-right: 1em;
}
.PedTable {
	font-style: inherit;
	font-size: .8em;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .PerformanceDataTable, .DamProdAvgTable{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 5px;
	font-size: .8em;
	width: 100%;
	text-align: center;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .PerformanceDataTable td, .DamProdAvgTable td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue, .PerformanceDataTableHeaderPerf, .DamProdAvgHead{
	background-color: #cfd2bd;
	color: #000;
	font-weight: bold;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .PerformanceDataSubHeader, .DamProdAvgSubHead{
	background-color: rgba(136,123,128,0.34);
	color: #000;
}
.PerformanceDataSubHeader{
	font-size: .75em;
}
.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .PerformanceDataDataRow, .DamProdAvgData{
	text-align: center;
	background-color: #fff;
}

.EPDAcc
{
	padding-left: 5px;
}

.EPDAsOfDt
{
	font-size: .8em;
}

/* @end */

