/***********************************************/
/* dominion.css                               */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0;
	padding:0;
	}
body,
html {}
body {
	color:#222;
	font:70%/150% Tahoma, Helvetica, Arial, sans-serif;
	background: #533d32;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}


/* Main layout
================================================*/


#container {
	border:1px solid #fff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position:relative;
	margin-top: 10px;
	}


#content {
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color: #FFFFFF;
  }	
	
#main {
	float:left;
	width:440px;
	margin:0em 5px 0 10px;
	height: auto;
	}
#sidebar {
	font-size:0.94em;
	line-height:1.6em;
	float:right;
	width:200px;
	margin:0px 5px 0 0;
	}
	

#logobar {
	clear:both;
	background:#fff;
	padding-top:1em;
	padding-bottom:1em;
	text-align:left;
	font-size:0.94em;
	border-top:1px solid #383F0D;
	}	
	
#footer {
	clear:both;
	padding:1em;
	text-align:left;
	font-size:0.94em;
	border-top:1px solid #383F0D;
	color: #FFFFFF;
	background-color: #533d32;
	}

/* Links
================================================*/
a:link,
a:visited {
	color:#383F0D;
	font-weight:bold;
	text-decoration:none;
	padding:2px 2px 0;
	margin:0 -2px;
	}
a:visited {color:#0D3945;}
a:focus {
	color:#383F0D;
	}
a:hover {
	color:#60810B;
	}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}


a.footer:link {color:#E7C09E;}
a.footer:active {color:#fff;}
a.footer:visited {color:#AF8A77;}
a.footer:hover {
	color:#E7C09E;
	text-decoration: underline;
}


/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:1.5em;
	line-height:1.7em;
	margin:20px 0 0 0px;
	color:#92755a;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-size:1.5em;
	margin:0px 0 0.625em;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Times, serif
	}
h3 {
	margin:.25em 0 0;
  padding:0 0 4px;
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:1.2em;
  font-weight:normal;
  line-height:1.4em;
  color:#A80303;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	
/* Quotations
================================================*/
blockquote {
	font-size: 1.3em;
	line-height: 1.4em;
	color:#383F0D;
	}

/* Lists
================================================*/
dl,
ol,
ul {margin:0 0 1em;}
dl {margin-top:-0.5em;}
dt {
	border-bottom: 1px dotted #383F0D;
	font-weight:bold;
	margin:0.5em 0 0;
	color: #383F0D;
	}
dd {margin:1em 0 0 0em;}
dd p {
}
ul {
	padding:0 0 0 1.5em;
	list-style:circle;
	}
ol {padding:0 0 0 4em;}
li {margin:0 0 0.5em;}

/* Images
================================================*/
img {
	border:0;
	display:block;
}
.fullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:10px 3px 10px 6px;
	border: 1px solid #000;
	}
.flowtext {
	float:left;
	margin:10px 10px 6px 0px;
	border: 1px solid #000;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	float:left;
	margin: 0 3px 0px 1px;
	}	
	

/* Skip links
================================================*/
#skip {
	position:absolute;
	left:-9999px;
	}
#skip a:focus,
#skip a:active {
	display:block;
	position:absolute;
	top:10px;
	left:10009px;
	z-index:10;
	font-size:1.8em;
	line-height:120%;
	padding:0.5em;
	border:2px solid #91cc14;
	width:15em;
	background:#F1F8E1;
	}
#skip a:hover {
	text-decoration:underline;
	border-color:#580801;
	}

/* Header
================================================*/
#header {
	height:179px;
	background-color: #FFFFFF;
	margin-top:0px;
	padding-top:0px;
	}
	
#header a,
#header a:hover {
	border:0;
	color:#fff;
	background:transparent;
	}


/* Navigation
================================================*/
#nav {
	float:left;
	width:100%;
	border-top:1px solid #fff;
	display:inline;
	background:#fff;
	margin:0 0 1.2em;
	padding:0 0 0px;
	}
#nav ul {
	float:left;
	display:inline;
	width:100%;
	margin:0;
	padding:0;
	background:#7d5c4c;
	list-style-type:none;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
#nav a {
	background:#7d5c4c;
	border-bottom:0;
	padding:15px 20px 4px 7px;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:inline;
	float:left;
	width:auto;
	font:normal 0.94em/1em Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:1px;
	}
#nav a:hover,
#nav a:focus {background:#b29272; color:#222;}
#nav .sel a {
	background:#cba47f;
	display:inline;
	color:#222;
	}
#nav .sel a:hover {
	background:#b29272;
	display: inline;
}
#nav .sel a:focus {background:#7d5c4c;}
#nav a:active {
	background:#cba47f;
	display:inline;
	color:#222;
	}


/* Info
================================================*/
#info h1 {
	display:inline;
	margin:0 0.5em 0 0;
	color:#ccc;
	font-size:3em;
	font-family:Lucida Grande,Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
#info p {
	display:inline;
	font-size:1em;
	margin:0;
	}
#info {
	position:absolute;
	z-index:5;
	top:68px;
	left:400px;
	font-size:0.94em;
	line-height:1.2em;
	color:#ccc;
	padding:1em;
	}
/* Hide from IE/Mac \*/
#info {}
/* */

/* Sidebar
================================================*/


#sidebar h3 {
	font-size:1.1em;
	text-transform:none;
	color:#8B7A63;
	margin-bottom:0.5em;
	}
#sidebar dl {
	margin-top:-0.5em;
	margin-left: 5px;
}
#sidebar dt {
	margin-top:1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #92755a;
	font-weight: normal;
}
#sidebar dd {margin:0;}


#quicklinks dd {display:inline;}

/* News
================================================*/

	#news a:link {
		text-decoration:none;
		color:#000;
	}
	#news a:visited {
		text-decoration:none;
		color:#606;
	}
	#news a:hover {
		text-decoration:underline;
	}
	#news .more {
		line-height:1em;
		display:block;
		text-align:right;
		padding:0 18px 2px 21px;
		margin-top:4px;
		background:url(arrow.gif) 135px 50% no-repeat;
	}


.sidebartable {
	padding: 2px;
	border: solid #666666 1px;
}
.table {
	border: 1px solid #999999;
}
.subhead {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}
#news {
	border-top: 1px solid #7d5c4c;
	border-bottom: 1px solid #7d5c4c;
	margin: 5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	line-height: 2em;
}
.newsheadline {
	font-size: 120%;
	font-weight: bold;
	color: #7d5c4c;
}

.news {
	border-top: 1px solid #7d5c4c;
	border-bottom: 1px solid #7d5c4c;
	margin: 5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	line-height: 2em;
}

/* Horses
================================================*/

.saleName {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #222;
	font-weight: bold;
}
#featureHorse {
	margin: 5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	text-align: center;
}
.featureHorseName {
	text-decoration: underline;
}
.degrees {
	color: #b19d94;
	font-weight: normal;
}

/* Broodmares
=================================================*/
.broodmare {
	float:left;
	margin:0em 0px 0 0;
	background-color:#dcc7af;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 10px 5px 10px 5px;
	width: 400px;
	}
.pedigreeNumber {
	font-size: 0.94em;
}
.copyright {
	font-size: x-small;
	color: #999999;
}
.newsHome {
	line-height: 1.7em;
	margin: 20px 0px 0px 0px;
	color: #92755a;
}
