/* ----------------------------------------------
 * The Horse Mechanic
 * CSS and design by Natural Horse Enterprises
 * http://www.feralsites-east.com/
 ---------------------------------------------- */

/* Main Styles
----------------------------------------------- */

body {
	background: url(images/page_background.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #726528;
	margin: 10px 0 15px 0;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h3.author { font-size:1em; font-weight:bold;}
p {
	font-size: .9em;
}
a {
	color: #778d8d;
}
a:visited {
	color: #7188a7;
}
a:hover {
	color: #841000;
}

#wrapper {
	background: url(images/top_background.gif) repeat-x;
	text-align: center;
}
#container {
	width: 742px;
	background: url(images/container_background.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#top {
	background: url(images/container_top_background.gif) no-repeat;
	padding: 9px 0 3px 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
#top h1 {
	background: url(images/masthead.gif) no-repeat;
	height: 17px;
	margin: 0 0 5px 220px;
}
#top a {
	display: none;
}
#logobar {
	height: 256px;
	background: url(images/logobar.gif) no-repeat;
}
#logo {
	height: 256px;
	width: 189px;
	float: left;
	background: url(images/logo.gif) no-repeat center;
}
#logo span {
	display: none;
}
#header {
	height: 256px;
	background: url(images/header3.gif) no-repeat 0 1px;
	float: left;
	width: 547px;
}
#sidebar {
	float: left;
	width: 188px;
	line-height: 1.2em;
	margin-left: 11px;
	padding-top: 10px;
}
#sidebar ul {
	color: #8b8981;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	list-style: none;
	padding-left: 5px;
	margin-left: 0;
}
#sidebar ul li {
	background: url(/images/bullet.gif) no-repeat 0 50%;
	padding-left: 15px;
}
#sidebar ul li a {
	color: #8b8981;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #666;
}
#content {
	line-height: 1.5em;
	margin-left: 189px;
	padding: 10px 30px;
}
#footer {
	background: url(/images/bottom_background.gif) no-repeat bottom;
	padding-bottom: 5px;
	padding-left: 199px;
	clear: both;
}
#footer div.hr {
	height: 1px;
	background: url(/images/hr.gif) no-repeat center;
	border: 0;
	margin-bottom: 20px;
}
#footer p {
	color: #8b8981;
	font-size: x-small;
	font-weight: bold;
	padding: 0 40px 5px 40px;
}
#footer a {
	color: #8b8981;
	text-decoration: none;
	border-bottom: 1px solid #8b8981;
}
html>body #footer a {
	border-bottom: 1px dotted #8b8981;
}

/* Home
----------------------------------------------- */

.blends {
	border: 1px solid #b8b898;
	padding: 3px;
}
#featured {
	border-collapse: collapse;
}
#featured tr th {
	color: #666;
	border: 1px solid #b8b898;
	padding: 0 10px;
}
#featured tr td {
	border: 1px solid #b8b898;
	padding: 0 10px;
}
#featured .name {
	white-space: nowrap;
	padding-right: 15px;
}

/* Bold
----------------------------------------------- */

.important {
	color: #780000;
	font-weight: bold;
}

/* Referral
----------------------------------------------- */

fieldset {
	background: #f6f6f6;
	border: 1px solid #999;
}
legend {
	color: #726528;
	font-weight: bold;
	font-size: 85%;
}

/* Contact & Referral
----------------------------------------------- */

.frm_msg {
	color: #666;
	font-weight: bold;
	font-size: x-small;	
	padding: 5px 0;
}
.frm_error {
	color: #c00;
	background: url(/images/error.gif) no-repeat 0 50%;
	padding-left: 22px;
	margin-left: 10px;
}

/* Picture Formating
----------------------------------------------- */
div.picbox-r{
border-bottom:2px solid #8b8981;
border-left:1px solid #999999;
border-right:2px solid #8b8981;
border-top:1px solid #999999;
float:right;
font-size:.8em;
margin:5px 0px 5px 5px;
padding:0 0 0 0;
text-align:center;
width:300px;
}