/*------------------------

Big Horse Club & Stable
Main CSS
by Kyle Cato
http://www.kylecato.com

------------------------*/

/*------------------------

	General Styles

------------------------*/

html {
	margin: 0;
	padding: 0;
	background: transparent url(/images/bg_tile.gif) top left repeat;
	font-family: Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

p {
	margin: 0;
	padding: 0;
}

span.sub {
	font-size: .7em;
}

img {
	border: none;
}

a {
	color: #363;
}

a:hover {
	color: #030;
}

.cleaner {
	height: 0px;
	clear: both;
	font-size: 1px;
}

.error {
	margin: 0 0 15px;
	padding: 10px 30px;
	background: #fcc url(/images/error.gif) top left no-repeat;
	border: 1px dashed #900;
	color: #900;
}

.message {
	margin: 0 0 15px;
	padding: 10px 30px;
	background: #cfc url(/images/check.gif) top left no-repeat;
	border: 1px dashed #060;
	color: #060;
}

/*------------------------

	Body

------------------------*/

#body_container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: transparent url(/images/content_bg.png) top center repeat-y;
}

#body_content {
	margin: 0 auto;
	padding: 0;
	width: 945px;
}

img.header {
	margin: 0 6px;
	padding: 0;
	border-bottom: 5px solid #512419;
}

#body_column {
	margin: 30px 0;
	padding: 0 0 0 10px;
	width: 430px;
	display: block;
	float: left;
}

#gallery_column {
	margin: 30px 0 30px 10px;
	padding: 0;
	width: 700px;
	display: block;
	float: left;
	border: 1px solid #546e77;
}

#tertiary_column {
	margin: 30px 0;
	padding: 0;
	width: 300px;
	display: block;
	float: left;
}

#pictures {
	margin: 0 auto 30px;
	padding: 0;
}

#map_container {
	margin: 0 auto;
	padding: 10px 0;
	width: 950px;
	text-align: center;
}

/*------------------------

	Navigation

------------------------*/

#navigation_container {
	margin: 10px 0;
	padding: 0;
	width: 200px;
	text-align: center;
	float: left;
}

#navigation {
	margin: 0 auto;
	padding: 0;
}

#navigation ul.nav {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
}

.nav li {
	margin: 0 auto;
	padding: 0;
}

.nav span {
	margin: 0;
	padding: 0;
}

.nav span:hover {
	margin: 0;
	padding: 0 18px 0 0;
	background: transparent url(/images/leaf_right.gif) center right no-repeat;
}

.nav a {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
}

.nav a:hover, .nav a.active_class:hover {
	margin: 0;
	padding: 0 0 0 18px;
	color: #963;
	background: transparent url(/images/leaf_left.gif) center left no-repeat;
}

.nav a.active_class {
	color: #963;
	font-weight: bold;
}

h3.other_website a {
	margin: 0 auto;
	padding: 0;
	width: 182px;
	height: 78px;
	text-indent: -9999px;
	background: transparent url(/images/visit_club.gif) top center no-repeat;
	display: block;
}

h3.other_website a:hover {
	margin: 0 auto;
	background: transparent url(/images/visit_club.gif) center -78px no-repeat;
}




/*------------------------

	Body Elements

------------------------*/

.entry_content {
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 1px solid #963;
}

.entry_content img {
	margin: 0 0 10px 10px;
	float: right;
	border: 1px solid #963;
}

.posted {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
}

.excerpt {
	margin: 0 0 20px;
}

.prev_link {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: transparent url(/images/arrow_left.gif) center left no-repeat;
	float: left;
	display: block;
}

.next_link {
	margin: 0 0 0 10px;
	padding: 0 20px 0 0;
	background: transparent url(/images/arrow_right.gif) center right no-repeat;
	float: right;
	display: block;
}

.next_prev_nav {
	margin: -30px 0 30px 0;
	padding: 5px 0;
	display: block;
}


/*------------------------

	Comments

------------------------*/

ol.comments, ol.comments_preview {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comments li, .comments_preview li {
	margin: 20px 0;
}

.comments li.odd p, .comments_preview li.odd p {
	background: #99afb7;
}

.comments li.even p, .comments_preview li.even p {
	background: #788e96;
}

.comments li.author p, .comments_preview li.author p {
	background: #98a35f;
}

.comments p, .comments_preview p {
	margin: 0;
	padding: 10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.comments li p.comment_info, .comments_preview li p.comment_info {
	margin: 0;
	padding: 0;
	background: none;
	font-size: .9em;
}

.comments li.odd p.comment_info, .comments_preview li.odd p.comment_info {
	padding: 10px 0 0 70px;
	background: transparent url(/images/odd_tail.png) 20px top no-repeat;
	height: 35px;
	color: #99afb7;
}

.comments li.even p.comment_info, .comments_preview li.even p.comment_info {
	padding: 10px 70px 0 0;
	background: transparent url(/images/even_tail.png) 365px top no-repeat;
	height: 35px;
	text-align: right;
	color: #788e96;
}

.comments li.author p.comment_info, .comments_preview li.author p.comment_info {
	padding: 10px 0 0 70px;
	background: transparent url(/images/author_tail.png) 20px top no-repeat;
	height: 35px;
	text-align: left;
	color: #98a35f;
}

.comments_preview li.even p.comment_info {
	background-position: 345px top;
}

span.author-string {
	margin: 0 10px;
	text-align: right;
	display: block;
	color: #963;
	font-size: 10px;
}



/*------------------------

	Comment Form

------------------------*/

form#txpCommentInputForm {
	margin: 20px auto 0;
	padding: 50px 10px 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #50646b;
	background: #788e96 url(/images/comment_form_title.png) center 10px no-repeat;
	width: 405px;
	display: block;
}

form#txpCommentInputForm input, #txpCommentInputForm textarea {
	margin: 0 auto 7px;
	padding: 3px;
	font-size: 1.2em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #50646b;
	width: 300px;
}

form#txpCommentInputForm textarea {
	width: 395px;
}

form#txpCommentInputForm label {
	color: #fff;
	display: block;
}

form#txpCommentInputForm input.sub_btn, #txpCommentInputForm input.prev_btn {
	margin: 0;
	padding: 0;
	border: none;
	width: 94px;
}

form#txpCommentInputForm input.prev_btn {
	width: 103px;
}

#cpreview {
	margin: 10px auto;
	padding: 50px 10px 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #50646b;
	background: transparent url(/images/comment_preview.png) center 10px no-repeat;
	width: 410px;
	display: block;
}

#cpreview_success, p#txpCommentInputForm {
	margin: 5px 5px 20px 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 30px;
	font-size: 1em;
	border: 1px solid #297725;
	background: #6ec563 url(/images/accept.gif) 10px center no-repeat;
	color: #fff;
}

ul.comments_error {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.comments_error li { 
	margin: 0 0 20px 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #FBC2C4;
	background: #FBE3E4 url(/images/cancel.gif) 10px center no-repeat;
	color: #D12F19;
}

/*------------------------

	Testimonial Form

------------------------*/

div.testimonial_form form#txpCommentInputForm {
	background: #788e96 url(/images/form_testimonial.png) center 10px no-repeat;
}

#cpreview.testimonial {
	background: transparent url(/images/testimonial_preview.png) center 10px no-repeat;
}


/*------------------------

	Recent News

------------------------*/

#recent_news {
	margin: 0 20px;
	padding: 20px 0;
	background: transparent url(/images/horiz_bar.png) top center no-repeat;
}

#recent_news h2.recent {
	margin: 0;
	padding: 0;
	background: transparent url(/images/home_recentnews_title.png) top center no-repeat;
	text-indent: -9999px;
}

#recent_news h2.categories {
	margin: 0;
	padding: 0;
	background: transparent url(/images/news_categories.png) top center no-repeat;
	text-indent: -9999px;
}

.news_teaser {
	margin: 0 10px;
	padding: 0;
}

.news_teaser h3 {
	margin: 10px 0 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
}

.news_teaser p {
	font-size: .8em;
	color: #000;
}

.news_teaser a.more {
	font-size: .8em;
	color: #000;
}

#recent_news img {
	margin: 0 auto;
	display: block;
}

#recent_news ul {
	margin: 0;
	padding: 0 0 20px 20px;
	list-style-type: none;
}

#recent_news li {
	margin: 0;
	padding: 5px;
	color: #963;
}


/*------------------------

	Newsletter Sign-up

------------------------*/

#newsletter {
	margin: 0 auto;
	padding: 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #6e7931;
	background: #99a35e;
	width: 260px;
	display: block;
}

#newsletter h2 {
	margin: 10px auto 0;
	padding: 0;
	width: 193px;
	height: 42px;
	background: transparent url(/images/form_title.png) top center no-repeat;
	text-indent: -9999px;
}

.indicate-required {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #D12F19;
	float: right;
}

#newsletter fieldset {
	border: none;
}

#newsletter input {
	margin: 0 0 7px;
	padding: 3px;
	font-size: 1.2em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #6e7931;
	width: 228px;
}

input.btn, #newsletter input.btn {
	margin: 0 auto;
	width: 94px;
	height: 22px;
	display: block;
	border: none;
}

#newsletter label {
	color: #fff;
}


/* jquery validate response */
fieldset div.mce_inline_error { 
	margin: 0 0 20px 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #FBC2C4;
	background: #FBE3E4 url(/images/cancel.gif) 10px center no-repeat;
	color: #D12F19;
}

#mce-error-response {
	margin: 5px 5px 20px 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 30px;
	font-size: 1em;
	border: 1px solid #FBC2C4;
	background: #FBE3E4 url(/images/cancel.gif) 10px center no-repeat;
	color: #D12F19;
}

#mce-success-response {
	margin: 5px 5px 20px 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 30px;
	font-size: 1em;
	border: 1px solid #297725;
	background: #6ec563 url(/images/accept.gif) 10px center no-repeat;
	color: #fff;
}


/*------------------------

	Footer

------------------------*/

#footer_container {
	margin: 0;
	padding: 0;
	color: #333;
}

#footer_content {
	margin: 0 auto;
	padding: 10px 10px 0;
	width: 928px;
	background: transparent url(/images/content_bg_bottom.png) top center repeat-x;
	display: block;
}

#footer_container a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	font-size: 12px;
	color: #000;
}

#footer_container a:hover {
	color: #333;
}

#footer_container img {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 900px;
	height: 80px;
	display: block;
}

#footer_content p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 10px;
	color: #000;
	text-align: center;
}

#footer_content p.feed {
	margin: 0;
	padding: 0 0 0 20px;
	float: right;
	background: transparent url(/images/feed.gif) center left no-repeat;
}



/*------------------------

	Sub-navigation

------------------------*/

#sub_nav {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#sub_nav li {
	margin: 0 10px 0 0;
	float: left;
}

#sub_nav li a {
	text-decoration: none;
	font-size: 10px;
}


