/* CSS Document */
/* Created & Copyright (c) Sky Wide Design - 2008 */
/* Created for Burnt Biscuit Ranch in April 2008 */
/*
 	COLORS: #663300 -brown, #E5CB9F - tan, #906046 -lt-brown, #FF0000 red.
*/

/**remove browser defaults**/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}
body{
	font-family: Comic Sans MS, Arial, sans-serif;
	line-height:1.2;	
	text-align: center;
}
p {
	font-size: 110%;
	margin-bottom: 1.35em;
	text-align:left;
	padding-right: 5px;
}
a{
	color: #906046; /**lt brown**/
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #FF0000; /**red**/
}
/**remove default linked img border in IE**/
img {
	border-color:#FFFFFF;
}
a img {
	text-decoration:none;
}
h1{
 	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 150%;
	text-align:left;
}
h2 {
	font-size: 140%;
	text-align:left;
	color:#906046; /**lt brown**/
}
h3 {
	font-size: 125%;
	text-align:left;
}
h3 a {
	color:#E5CB9F; /**tan**/
	text-align:left;
}
h3 a:hover{
	text-decoration: underline;
	color: #906046; /**lt brown**/
}
h4 {
	color:#906046; /**lt brown**/
	text-align:left;
}
ul {
	text-align:left;
	text-decoration:none;
	list-style:disc;
	font-size: 110%;	
}
li {
	padding: 0 0 0 5px;
	list-style-position: inside;
}
img.horsePage {
	float: left;
	padding: 0 15px 10px 0px;
}
img.horseThumb{ /**needs to be 100Wx150H**/
	float: left;
	padding: 5px 5px 5px 5px;
}
img.horsePage2{ /**needs to be 100Wx150H**/
	padding: 5px 10px 5px 10px;
	text-align:center;
}
img.othersPage{ /**needs to be 125H**/
	padding: 5px 10px 10px 10px;
	text-align:center;
}
img.logo {
	position: absolute;
	left: 20px;
	top: 44px;
}
table.pedigree {
	float: right;
	display: block;
	padding: 5px;
	line-height: 2.0em;
}
object {
	padding: 10px 30px 10px 30px;
}
.video {
	color:#663300;
}
/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
#container {
	margin: 0 auto;
	width: 900px;
	overflow: visible;
	z-index: 2;
}
#masthead{
	padding: 5px 0px 0px 0px;
	height: 200px;
}
#content{
	width: 100%;
}

/***********************************************/
/* NAVIGATION Layout Divs                      */
/***********************************************/
/*	BASED ON: http://css.maxdesign.com.au/listamatic/horizontal25.htm
	Browser support: IE6 +, Netscape 7.1 +, Mozilla 1.4 +, Opera 6.0 Partial, Safari 1.0+
	Author: Hekima
Comments: This is a pretty simple horizontal menu that displays a bullet image to the left of the menu items on hover. 
*/
#navcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;
	text-align:center;
	background-image: url(../images/logo/wood_bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navlist li {
	font-family: "Copperplate Gothic Bold", "Comic Sans MS", Verdana, sans-serif;
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 150%;	
}
#navlist a {
	padding-left: 20px;
	padding-bottom: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	padding-left: 20px;
	color: #E5CB9F; /**tan**/
}
#navlist a:hover {
	color: #EEEEEE; /**white**/
} 

/***********************************************/
/* SUB NAVIGATION Layout Divs                  */
/***********************************************/
/*	BASED ON: http://css.maxdesign.com.au/listamatic/vertical08.htm
	Browser support: IE6 +, Netscape 7.1 +, Mozilla 1.4 +, Opera 7.11, Safari 1.0+
	Author: Russ Weakley
Comments: Rollovers can be achieved by converting the a elements within the list to blocks using display: block; and swapping background colors using the a:hover pseudo-class. 
*/
#subnavcontainer { 
	width: 175px;
	float: left;
	padding: 0 10px 10px 0px;
}
#subnavcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Copperplate-Gothic-Light, "Comic Sans MS", Verdana, sans-serif;
	text-align: left;
}
#subnavcontainer a {
	display: block;
	padding: 3px;
	background-color: #906046; /*lt brown*/
	border-bottom: 1px solid #EEEEEE;
}
#subnavcontainer a:link, #subnavlist a:visited {
	color: #E5CB9F; /*tan*/
	text-decoration: none;
}
#subnavcontainer a:hover {
	background-color: #E5CB9F; /*tan*/
	color: #FFFFFF;
}
/***********************************************/
/* CONTENT Layout Div Tags  */
/***********************************************/
#content-main{
	padding: 5px 5px 10px 5px;
	float: left;  
	font-size: 100%;	
}

/***********************************************/
/* CONTENT-R_COL Layout Div Tags  */
/***********************************************/
#content-Rcol{
	padding: 1px 0px 5px 5px;
	float: right;  
	width: 20%;
	font-size: 90%;	
}
img.horseThumbR{ 
	float: right;
	padding: 5px 0px 5px 0px;
}
/************* styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #E5CB9F; /**tan**/
	color: #E5CB9F; /**tan**/
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.copyright {
	font-size: 80%;
	text-align:right;
}
.copyright a {color: #3399CC;} /**blue**/
.date {
	font-size: 70%;
	text-align:right;
}
.name {text-decoration: underline;}
.horseName {
	text-align: center;
	color: #906046; /**lt brown**/
}
.horseName2 {
	text-align: center;
	color: #906046; /**lt brown**/
	font-weight: bold;	
}
.biggerTxt {font-size: 115%;}
.biggesTxt {font-size: 130%;}
.awards {
	font-size: 90%;
	font-style:italic;
}
.onPage {
	color: #EEEEEE; /**white**/
	font-weight:bold;
	text-transform: uppercase;
}
.forSale {
	color: #FF0000;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 2px;
}
ul.contact {
	margin-bottom: 1.35em;
	text-align:left;
	list-style-type: none;
	margin-left: 20px;
}
li.contact {
	margin-top: 1.0em;
	margin-left: 20px;
}
ul.sitemap li a{
	list-style-type: none;
	list-style-position: inside;
	font-size: 90%;
	text-decoration:none;

}
