@charset "UTF-8";
/* Global Elements */
html, body {
	padding: 0;
	margin: 0 auto;
	font: 12px Arial, Tahoma, Verdana;
	color: #7d7d7d;
}

a img { 
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: Georgia, Times New Roman;
	color: #7c735f;
}

h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

h6 { font-size: 10px; }

p {
	padding: 0;
	margin: 0;
}

/* Container Elements */
#container {
	position: relative;
}

#header {
	width: 970px;
	height: 70px;
	padding-left: 25px;
	margin: 0 auto;
}

#header img {
	padding: 25px 0 0 0;	
}

#navigation {
	width: 970px;
	height: 35px;
	padding-left: 25px;
	margin: 0 auto 10px auto;
	background: url(wsimages/navigation_bg.gif) repeat-x;	
}

ul#nav {
	margin: 0;
	padding: 10px 0 0 0;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 24px 0 0;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

ul#nav li a {
	padding-left: 15px;
	background: url(wsimages/navbullet.gif) no-repeat;
	background-position: 0px 1px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #b10135;
	text-decoration: none;
}

#content {
	position: relative;
	width: 970px;
	margin: 15px auto 26px auto;
}

#left_column {
	position: relative;
	float: left;
	width: 450px;
}

#right_column {
	position: relative;
	float: left;
	width: 475px;
	margin-left: 40px;
}

/* Footer Elements */
#footer {
	clear: both;
	bottom: 0;
	/* background: url(wsimages/footer_bg.gif) top repeat-x; */
}

#footer_content {
	width: 970px;
	height: 45px;
	padding-top: 20px;
	padding-left: 25px;
	margin: 0 auto;
	font-size: 9px;
	font-weight: bold;
	background: url(wsimages/footer_bg.gif) top no-repeat;
}

#footer_content_left {
	float: left;
	width: 400px;
}
	
#footer_content_left a {
	padding-right: 5px;
}

#footer_content_right {
	float: right;
	width: 200px;
}

#footer_content_left a, #footer_content_right a {
	font-size: 9px;
	color: #7d7d7d;
	font-weight: bold;	
	text-decoration: none;
}

#footer_content_left a:hover, #footer_content_right a:hover {
	color: #b10135;
	text-decoration: none;
}

/* Home Content */
	/* Left Column */
#front_photo {
	margin-bottom: 20px;
}

#front_blurb p {
	line-height: 125%;
	margin-bottom: 15px;
}

	/* Right Column */
#news {
	position: relative;
	border: 1px solid #e4e4e4;
	margin-bottom: 35px;
	padding: 21px 6px 21px 20px;
}

.news_item { 
	position: relative;
	border: none; 
	margin-bottom: 26px;
}

.news_item p { 
	line-height: 125%;
	/*padding-bottom: 15px;*/
}

.news_item a {
	color: #b10135;
	font-style: none;
	text-decoration: none;
}

#news a {
	color: #b10135;
	font-style: italic;
	text-decoration: none;
}

#news a:hover, .news_item a:hover {
	color: #7d7d7d;
	text-decoration: none;
}

#news h1 {
	margin-top: -6px;
	margin-bottom: 19px;
	font: 20px Georgia, Times New Roman;
	color: #6d6d6d;
	font-weight: bold;
	text-transform: uppercase;
}

#news h2 a, .news_item h2 a, .news_item h2 {
	font: 12px Georgia, Times New Roman;
	color: #b10135;
	font-weight: bold;
}

#news h2 a:hover, .news_item h2 a:hover {
	color: #7d7d7d;	
}

#news h2 { margin-top: 16px; }

#news .teaser { font-size: 90%; }

.date, .readmore, .readmore a  {
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 10px !important;
	font-style: italic !important;	
}

.readmore, .readmore a { color: #b10135; }
.readmore, .readmore a:hover { color: #7d7d7d; }

.date { padding-top: 3px; }
.date.newsarticledate { margin-bottom: 15px; margin-top: -5px; }

#new_horses {
	position: relative;
	width: 427px;
}

#new_for_date {
	position: absolute;
	top: 0;
	left: 0;
	width: 119px;
	height: 90px;
}

#view_more {
	margin-top: 12px;
}

#view_more a {
	font-size: 14px;
	color: #7d7d7d;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

#view_more a:hover{
	color: #b10135;
	text-decoration: none;
}

/* Content Page - Horse Profile */
.horse_profile_container {
	clear: both;
	width: 970px;
	margin-bottom: 28px;
}

.horse_profile_picture { 
	float: left;
	width: 272px;
}

.horse_profile_descripion { 
	float: left;
	width: 518px;
	margin-left: 31px; 
}

.horse_profile_title { 
	clear: both;
	margin-bottom: 10px;
	font: 18px Georgia, Arial, Tahoma, Verdana;
	color: #7c735f;
	text-transform: uppercase;
}

.horse_profile_title div.title {
	display: inline;
	height: 15px;
}

.horse_profile_title div.title h2 {
	float: left;
	background: url(wsimages/horse_profile_title_bg.gif) repeat-x;
	padding: 5px 34px;
	margin: 0;
}

span.dob {
	clear: left;
	display: block;
	margin-left: 34px;
	font-size: 10px;
}

.horse_profile_details { 
	clear: both;
	font-weight: bold;
}

.horse_profile_extras { 
	float: right;
	width: 122px;
	padding-top: 50px;
	margin-left: 27px;
}

.horse_profile_extras img {
	margin-top: 7px;
}

/* Gallery */
#gallery {
	margin: 10px 0 0 21px;
}

#thumbnails {
	float: left;
	width: 339px;
	margin-right: 36px;
}

.thumbnail_image {
	float: left;
	width: 86px;
	height: 56px;
	overflow: hidden;
	padding: 11px 27px 0 0;
}

.thumbnail_image img {
	height: 56px;
}

#enlargedimage {
	float: left;
	width: 574px;
	margin-top: 60px;
}

#enlarged_caption {
	margin-top: 16px;
	text-align: center;
	color: #343434;
	font-size: 16px;
}