/* CSS Document */
html {
  /* to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  	height: 100%;
  	margin-bottom: 1px;
	}

body {
	background-color:  #F8F7C7;      /* #1e1b0c;*/
	color: #605c3d;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
h1 {
	margin: 0 0 8px 0;
	color: #882D12;
	font-size: 180%;
	}
	
h2  {
	margin: 4px 0 4px 0;
	color: #882D12;
	font-size: 140%;
	}
	
ul {
	margin: 0;
	padding: 5px 40px;
	}

a:link,
a:visited,
a:hover,
a:active {
	color: #669966;
}
	
#wrapper {
	background-color: #FFFFF0;
	width: 960px;
	border:3px black solid;
	margin: auto;
	padding: 0;
}

#header {
	margin: 0 0 18px 0;
	padding: 0;
	/*border-bottom: #577000 3px solid;*/
	}

#credits table {
	border: 0;
	background:url(../graphics/bottom-landscape3.jpg);
	color:#e5e5e5;
	height: 222px;
	width: 960px;
  	margin: 0;
	padding: 0;
}

#credits table td {
	padding: 1px 30px;
	}

#credits table td a:link, #credits table td a:visited, #credits table td a:hover, #credits table td a:active {
	color: #e5e5e5;
} 

#content {
	color: #484735;
	margin:0;
	padding: 0 20px 0 0;
	float:right;
	width: 700px;
}
.centertext {
	text-align: center;
	font-weight: bold;
}


.text {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	} 

.float-left {
	margin: 0;
	padding: 5px;
	width: 410px;
	float: left;
	}
	
.float-right {
	margin: 0;
	padding: 5px;
	width: 230px;
	float: right;
	}
	

/*no borders shown with a:images*/
a:link img {border: 0;}
a:visited img {border: 0;}
a:hover img {border: 0;}
a:active img {border: 0;}	


/* Image Formatting */
.img-left {
margin: 0 12px 0 0;
	border: solid black 1px;
}

.img-right {
	margin: 0 0 0 12px;
	border: solid black 1px;
}

.img-both {
margin: 0 6px;
	border: solid black 1px;
}

img a {
	text-decoration: none;
}

/* Sidebar Navigation*/
#navbarwrapper {
	margin: 0;
	padding: 5px;
	width: 208px;
	float: left;
	}
	
#nav {
	font-size: 110%;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#nav a {
	height: 22px;
	display: block;
	padding: 2px 5px 8px 12px;
   	color: #605c3d;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	}
	
#nav a:visited {
	color: #491A0A;
}
#nav a:hover {
	color: #882D12;
	font-weight: bold;
	font-size: 120%;
/*	border-bottom-style: solid; */
}

#nav ul ul a {
	text-indent: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 5px 2px 12px;
}

#nav ul ul a:hover {
}

/*Styles for page highlighting for nav - a visual "you are here" - implemented with global.js */
#nav a.here:link,
#nav a.here:visited,
#nav a.here:hover,
#nav a.here:active {
	color: #882D12;
	font-weight: bold;
	font-size: 120%;	}	



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation Graphics*/
.leftmod-top1 {
	background: url(../graphics/mods/sidemod-top-m2.png) 50% 0 repeat-x;
}

.leftmod-top2 {
	background: url(../graphics/mods/sidemod-top-r2.png) 100% 0 no-repeat;
}

.leftmod-top3 {
	background: url(../graphics/mods/sidemod-top-l2.png) 0 0 no-repeat;
	height: 14px;
}

.leftmod-bottom1 {
	background: url(../graphics/mods/sidemod-bottom-m2.png) 50% 100% repeat-x;
}

.leftmod-bottom2 {
	background: url(../graphics/mods/sidemod-bottom-r2.png) 100% 100% no-repeat;
}

.leftmod-bottom3 {
	background: url(../graphics/mods/sidemod-bottom-l2.png) 0 100% no-repeat;
	height: 12px;
}

.leftmod1 {
	background: #f8f7c7 url(../graphics/mods/sidemod-l2.png) 0 0 repeat-y;
}

.leftmod2 {
	background: url(../graphics/mods/sidemod-r2.png) 100% 0 repeat-y;
}

/* Stallion Pages Styling*/
.stallioninfo {
	font-weight: bold;
	width: 100%;
	margin: 5px 0;
}

.stallioninfo li {
	padding: 5px;
	}
	
.pedigree {
	width: 90%;
	border: thin solid #000000;
	margin: 0;
	padding: 0;
	}
	
.pedigree td,th {
	border: thin solid #000000;
	padding: 4px;
	}

.testresults {
	margin: 5px 25px;
	border: 2px solid #000000;
	width: 600px;
}

.testresults td {
	padding: 5px;
	}
	
.breedinginfo {
	margin: 5px 25px;
	border: 2px solid #000000;
	width: 600px;
	padding: 0;
}

.breedinginfo td {
	padding: 5px;
	margin: 0;
	}
	
.breedinginfo th {
	border: 0;
	background-color: #f8f7c7;
	border-bottom: 2px black solid;
	}
	
/* Lightbox Slideshow*/
.slideshow img {
	margin: 5px;
	padding: 0;
	}
.slideshow a:link img,a:visited img,a:hover img,a:active img {
	border:2px solid black;
	}

	
	
/* LightboxJS v.2.04 Slideshow*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../graphics/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../graphics/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* END LightboxJS v.2.04 Slideshow*/

/*Contact Form Styling Follows*/
form div {
clear: left;
margin: 0;
padding: 4px;
}

form div label {
float: left;
width: 110px;
font-weight: bold;
}

form div label.horizontal {
width: 250px;
font-weight: bold;
}

fieldset {
padding: 4px;

}
legend {
font-weight: bold;
color: #a34400;
}

form .btn {
color: #ffffff;
font-weight:bold;
background-color: #a34400;
border:#990000 1px outset;
height: 2em;
}

.homepage {
	/*border: 2px solid #000000;*/
}
.cc {
	padding: 1px 0 5px 15px;
}
.red-text {
	color: #C00;
}
.green {
	color: #577000;
	font-weight: bold;
}
.breedinginfo .grey {
	background-color: #E7E7E4;
}
.homepage table {
	margin-left: 120px;
}

