/**
 * General Styles
 */
h1,h2,h3,h4,h5,p,li,a,SPAN,DIV {
    font-family: Helvetica,Arial,sans-serif;
    color: #fff;
}
h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 2px 0;
    color: #fff;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 5px;
    color: #fff;
}
h3
{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #ff8400;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #b2937e;
}
h5 {
	font-size: 14px;
	padding: 0;
	margin: 20px 0 5px;
}

a h4:hover
{
	color: #ff8400;
}

p {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #fff;
}

.clearboth
{
	clear: both;
}

/* Link Styles */
a img { border: 0; }
a{ color: #ff8400; text-decoration:none; }
a:hover{ color: #ffba00; text-decoration: underline; }
/*a:visited{ color: #cccccc }*/

/**
 * Container Styles
 */
body {
    background: #9cbaf2 url("../images/bg.gif") repeat-x;
    margin:0;
    padding: 0;
    text-align: center;
    min-width: 980px;
}

#main-container {
    margin: 0 auto;
    width: 990px;
}

#header-container {
    text-align: left;
    width: 100%;
    height: 119px;
    background-image: url("../images/header/header-bg.jpg");
}

#inner-frame-container {
    background: url("../images/top-graphic.jpg") no-repeat;
    padding: 24px 24px 10px;
}

#main-body
{
}

.left-body-shadow
{
    width: 5px;
    height: auto;
    overflow: hidden;
    background: url("../images/left-body-shadow.png") repeat-y;
}
.right-body-shadow
{
    margin-top: 22px;
    background: url("../images/right-body-shadow.png") repeat-y;
}

#body-container {
    text-align: left;
    background: url("../images/body-bg.jpg") repeat-y;
}

#content-container {
}

#content-container table {
    width: 100%;
    height: 100%;
    text-align: left;
}

.content-box
{
    border: #683a29 solid 1px;
    background: url("../images/black-pixel.png") repeat;
}

#footer-container {
}

#footer {
    height: 54px;
    padding-top: 2px;
    background: url("../images/footer-bg.jpg") no-repeat;
}

#footer p {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
}
#footer a
{
    font-family: Arial,sans-serif;
    color: #fff;
    text-decoration:none;
}
#footer a:hover{ color: #ff8400 }

#copyright
{
    
}

#copyright p {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #350b00;
    vertical-align:top;
}

/**
 * Top Menu
 */
#menu
{
    height: 30px;
}
#menu .menu-item { cursor: pointer; } 
#menu .menu-item a { margin: 0; }
#menu .menu-item a:focus,
#menu .menu-item a:active
{
	outline: none;
}
#menu table
{
    height: 100%;
}

#menu-left
{
    width: 6px;
    background: url("../images/menu/menu-left-edge.png");
}
#menu-mid
{
    background: url("../images/menu/menu-bg-tile.gif") repeat-x;
}
#menu-right
{
    width: 6px;
    background: url("../images/menu/menu-right-edge.png");
}
#menu-items
{
    cursor: pointer;
    padding: 5px 5px 0 5px;
    height: 25px;
}
.menu-item
{
    margin: 0 5px;
    height: 25px;
    float: left;
    background-position: 0 25px;
}

.menu-item:hover, .menu-item.active
{
    background-position: 0 0;
}

.submenu
{
    background: url("../images/menu/arrow.gif") no-repeat;
    margin-top: -5px;
    position: absolute;
    display: none;
}
.submenu img, .submenu ul
{
    padding: 0;
    margin: 0;
}
.submenu ul
{
    background-color: #fff;
    list-style: none;
    display: inline;
    position: relative;
}
.submenu li
{
    display: inline;
    padding: 0 5px;
}
.submenu li a
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #4e1307;
}
.submenu li a:hover
{
    color: #b55100;
}

.submenu-holder
{
    padding: 0;
    margin: 4px 0 0 0;
}
.item a
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #4e1307;
}
.item a:hover
{
    color: #b55100;
}
.item a:active
{
    color: #4e1307;
}


/**
 * Menu Buttons
 */
#menu-horses-for-sale { background-image: url('../images/menu/horses-for-sale.gif') }
#menu-stallions { background-image: url('../images/menu/stallions.gif') }
#menu-training { background-image: url('../images/menu/training.gif') }
#menu-amenities { background-image: url('../images/menu/amenities.gif') }
#menu-clinics-events { background-image: url('../images/menu/clinics-events.gif') }
#menu-news { background-image: url('../images/menu/news.gif') }
#menu-contact { background-image: url('../images/menu/contact.gif') }


/**
 * Sidebar Menu
 */
#sidebar-content{
}
#sidebar-menu
{
    padding: 20px 0;
}
.sidebar-menu p
{
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
.sidebar-nav
{
    cursor: pointer;
}
.sidebar-nav.section
{

}
.sidebar-nav.section p
{
    text-indent: 13px;
    font-size: 16px;
    font-weight: bold;
}
.sidebar-nav.sub
{
}
.sidebar-nav p
{
    margin: 0;
    padding: 5px;
}
.sidebar-nav.sub p
{
	color: #ccc;
    font-size: 12px;
    text-indent: 28px;
    background: url("../images/sidebar-submenu-off.gif") no-repeat 21px;
}
.sidebar-nav.active
{
    cursor: auto;
    background: #270a02 url("../images/nav-star.gif") right no-repeat;
}
.sidebar-nav.active p{ color: #ff8400; }
.sidebar-nav.active.sub p
{
    background: url("../images/sidebar-submenu-on.gif") no-repeat 21px;
    color: #ff8400;
}
/*
   Keep this style, used for dynamic sidebar rollovers.
*/
.sidebar-nav.selected
{
    background: #270a02;
}
.sidebar-nav.selected p
{
    color: #ff8400;
}


/**
 *  Story Detail Styles
 */
.main {
    margin-left: 10px;
    padding: 10px;
}
.main A
{
    font-size: 12px;
    color: #a58c7c;
    line-height: 16px;
}

.content-image, 
.section-intro img
{
    border: #b99d8b solid 1px;
}
.content-image-sidebar
{
    margin-bottom: 10px;
}

.inline-image-paragraph
{
    border: #b99d8b solid 1px;
    margin: 0 10px 10px 0;
}

.inline-image-left
{
    border: #b99d8b solid 1px;
    margin: 10px 10px 10px 0;
}

.inline-image-right
{
    border: #b99d8b solid 1px;
    margin: 10px 0;
}


/**
 * List item styles
 */
.list-image
{
    padding: 0;
    margin: 5px;
    border: #b99d8b solid 1px;
}
.list-text
{
    display: inline-block;
}
.list-item.even
{
    background-color: #351207;
}
.list-item.odd
{
    background-color: #3d1408;
}
.list-item ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-item li
{
    padding: 0;
    margin: 0;
}
.list-item p
{
    line-height: 11px;
    font-size: 12px;
    margin: 3px 0;
}
.list-text SPAN
{
    font-weight: bold;
}
.list-text IMG
{
    margin-top: 10px;
}
.list-title
{
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}
.list-subject
{
    font-size: 12px;
    color: #b47b40;
}
.list-desc
{
    font-size: 12px;
    color: #ff8400;
}
.list-cell
{
    vertical-align: top;
    padding: 5px 0;
    line-height: 16px;
}
.list-cell.title
{
    font-weight: bold;
    font-size: 12px;
    color: #ccc;
    padding: 0 10px;
}
.list-cell.date
{
    font-size: 12px;
    color: #ff8400;
    padding: 0 10px;
}
.list-cell.copy
{
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
}
/**
 * Styles for creating a inner border on rollover
 */
.list-item-wrapper
{
    cursor: pointer;
    overflow: hidden;
    border: none;
}
.list-item-wrapper.selected
{
    border: 2px solid #ffba00;
}
.list-item.hover
{
    margin:-2px;
}
.list-item.even
{
    background-color: #351207;
}
.list-item.odd
{
    background-color: #3d1408;
}

.horse-list-text
{
	margin: 10px 5px 0 0;
}

.section-intro
{
    overflow:auto;
    margin-bottom: 10px;
    min-height: 177px;
}
.section-intro img
{
    margin: 0 0 0 10px;
    float: right;
    margin-top: -40px;
}

.stinger-link
{
    background: url("../images/stinger-arrow.png") 0 4px no-repeat;
    padding-left: 7px;
}


.result-content
{
    margin: 5px 0;
}

.pad-top-5
{
	padding-top:5px;
}

/**
 * Clinics
 */
.clinic-text DIV
{
    padding-left: 5px;
}
.clinic-text A
{
    font-size: 12px;
    color: #a58c7c;
    line-height: 14px;
}
.clinic-item
{
    width: 315px;
    height: 85px;
    background-color: #351207;
}
.clinic-item img { margin: 5px; }
.clinic-text { padding: 10px 0; }
.clinic-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
}
.clinic-date
{
    font-size: 12px;
    font-weight: bold;
    color: #d66c01;
    margin-bottom: 5px;
}
.clinic-date a
{
	line-height: 10px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.pad5
{
    padding: 5px;
}


.back-link
{
	background: #76371e;
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	padding: 1px 1px 0 1px;
	overflow: hidden;
}
.back-link-inner
{
	background: #351207;
	color: #f0f;
	height: 100%;
	padding: 5px;
}
.back-link .back-link-inner a
{
	padding-left: 7px;
	background: url("../images/stinger-arrow-back.png") 0 3px no-repeat;
}

.page-links
{
  color: #999;
}
.page-links,
.page-links a
{
	margin: 5px 5px 0 5px;
	font-size: 12px;
	text-align: center;
}
.page-links div
{
  	display: inline;
  	color: #999;
}
.page-links a
{
  color: #ff8400;
}
.page-links .page-count
{
	display: inline;
	padding: 0 20px;
	color: #fff;
}	

/**
 *	Wordpress specific styles ------------------
 */

#sidebar
{
	padding: 10px;
}

/**
 * Sidebar styles
 */
#sidebar ul
{
	margin: 0;
	padding-left: 8px;
	font-size: 14px;
	line-height: 18px;
	list-style: none;
}
#sidebar ul li a 
{
	font-size: 12px;
	color: #A58C7C;
}
#sidebar li
{
}
 
/**
 * Image styles
 */

.news-post img
{
	border: #b99d8b solid 1px;
}

.size-full
{
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	margin: 10px 0px 10px 10px;
	float: right;
}

/**
 * Horse Listing
 */
.horse-list-content
{
	padding: 5px;
}	
.horse-list-text
{
	display:inline-block;
}
#horse-detail 
{
	font-size: 12px;
	width: 350px;
}
#horse-detail SPAN
{
	line-height: 14px;
}
#horse-detail .name
{
	color: #b47b40;
} 
#horse-detail .value
{
	color: #ff8400;
}


.list-title
{
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}
.list-subject
{
    font-size: 12px;
    color: #b47b40;
}
.list-desc
{
    font-size: 12px;
    color: #ff8400;
}

/**
 * Amenities page
 */
.amenity-list 
{
	margin: 0;
	font-size: 13px;
	padding-left: 15px;
	line-height: 15px;
}
.amenity-list li
{
	margin: 5px 0;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	width: 575px;
	padding: 0;
}
#gallery img {
	margin:0;
	padding:0;
}
	
#gallery ul { list-style: none; padding:0; }
#gallery ul li { display: inline; padding-right:2px;}
#gallery ul img {
	border: #b99d8b solid 1px;
}
#gallery ul a:hover img {
	border: #ff8400 solid 1px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }


.thumb-list
{
	align: center;
	width: 110px;
	float: left;
	padding: 5px;
}

.caption
{
	font-size: 10px;
	line-height: 14px;
	color: #B2937E;
	margin-top: 5px;
}

.cost-table
{
	font-size: 12px;
	font-weight: bold;
	color: #b57b56;
}	
