/* -------------------------------------
	Author: Tim Blumer ~ Angusjournal.com
	Built: 2009-01-09
	Last Edit: 2009-02-26 TC
	URI: http://www.riverhillsranch.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(images/misc/bodybg.gif) repeat-y;
}
body, p{
	
}

a{
	color: #ac002a;
}

a:hover{
	color: #0f7f7f;
}

a:visited{
	color: #367e7d;
}

/* An extra div if needed, not plugged into the HTML by default */
#container{
	
}
#header{
	background: url(images/misc/headbg.jpg) repeat-x;
	display: block;
	height: 85px;
}

#title{
	background: url(images/misc/title.jpg) no-repeat;
	display: block;
	height: 98px;
	margin: 0;
	padding: 26px 0 0 235px;
}

#title h1{
	color: #6a001a;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#wrapper{
	display: block;
	width: 960px;
}

#navwrap{
	display: block;
	float: left;
	width: 186px;
}

#nav{
	display: block;
	width: 186px;
}

#nav ul{
	list-style-type: none;
	padding: 0;
	margin-top: 14px;
	width: 186px;
	margin-left: 0;
}

#nav li{
	
}

#nav li a{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 29px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #009b59;
	border-bottom: 1px solid #004f2d;
	background: url(images/misc/navdot.gif) no-repeat;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav li a:hover{
	background-image: url(images/misc/navdot_over.gif);
	border-bottom: 1px solid #004f2d;
	border-top: 1px solid #193c3b;
}

#contact{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	display: block;
	padding: 8px;
}

#content{
	display: block;
	float: right;
	width: 757px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
}

#content img{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #999;
	margin: 2px;
}

#content img.noBorder{
	border: 0;
	padding: 0;
}

#footer{
	
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 203px;
	color: #7f7f7f;
}

#api a{
	color: #7f7f7f;
}

#api a:hover{
	color: #357c7c;
}

.column{
	display: block;
	float: left;
	width: 48%;
	padding-right: 15px;
}
/* Begin additions */
.animal-columns{
	float: left;
	width: 32%;
	margin-right: 1%;
	text-align: center;
}
.left{
	float: left;
	margin-right: 1em;
}
.right{
	float: right;
	margin-left: 1em;
}
.clear{
	display: block;
	clear: both;
}
.center{
	text-align: center;
}
/* End additions */
/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	font-weight: bold;
	font-size: 16px;
	color: #6a001a;
}

.PedCalvedRow{
	font-size: 12px;
}

.PedS, .PedD{
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	width:400px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	background-color: #b3b3b3;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	background-color: #ccc;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #6a001a;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	background-color: #e6e6e6;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* @end */

/* @group GeneStar Table */
#genestar{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head{
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead{
	background-color: #bc2d27;
	color: #fff;
}
/* @end */

/* @group Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(images/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* @end */
