body {
	margin-top: 49px;
	padding: 0;
	background: black url(../images/body.jpg) repeat-x fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

#header {
	width: 820px;
	margin: 0 auto;
	clear: both;
}

.top-title {
	font-size: 90px;
	text-indent: 10px;
	clear: both;
}


#logo {
	width: 820px;
	height: 110px;
	margin: 0 auto;
}

#logoLeft {
	width: 450px;
	float: left;
}

#logoRight {
	width: 155px;
	height: 120px;
	background: url(../images/jwbrand.png) no-repeat;
	float: right;
}

#wrapper {
	width: 860px;
	height:auto;
	margin: 0 auto;
	background: #000 url(../images/img02.jpg) no-repeat left top;
	border-right: 3px solid #726958;
	border-left: 3px solid #726958;
}

#wrapper-btm {
	background: url(../images/img03.jpg) no-repeat left bottom;
}

/* NAVIGATION */

#navlist {
	padding: 2px 0 2px 10px;
	margin: 0 auto 0 0;
	background-color: #88865f;
	border-top: 1pt solid silver;
	border-bottom: 1pt solid silver;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 2px 0.5em;
	background: #c9c59c;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

#navlist li a:link {
	color: black;
	text-decoration: none;
}

#navlist li a:visited {
	color: black;
}

#navlist li a:hover {
	color: #fff;
	background: #7d673b;
	text-decoration: none;
}

#home #nav_home,#about #nav_about,
#articles #nav_articles,
#videos #nav_videos,
#store #nav_store,
#clinics #nav_clinics,
#horses #nav_horses,
#links #nav_links,
#contact #nav_contact
 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-style: none;
	color: white;
	background: black;
}


#navcontainer2 {
	padding: 5px;
	margin: 0 auto 0 0;
	overflow: hidden;
	background-color: #5e7a93;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #c9c59c;
	text-indent: 25px;
	background-color: #926c2e;
}

#navlist2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist2 li {
	display: inline;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#navlist2 li a:link {
	color: #fff;
	text-decoration: none;
}

#navlist2 li a:visited {
	color: white;
	text-decoration: none;
}

#navlist2 li a:hover {
	color: orange;
	text-decoration: none;
}

h1, h2 {
	margin: 0;
	font-weight: normal;
	color: white;
}

h1 {
	letter-spacing: -1px;
	font-size: 45px;
}

h2 {
	font-size: 23px;
}

h3 {
	color: #C9B155;
	font-weight: bold;
	font-size: 24px;
	display: inline;
	letter-spacing: -3px;
}

em {
	
	font-size: 25px;
}

.sold {
	color: #f42418;
	font-size: 25px;
	display: inline;
	margin-left: 0;
}


hr {
	border: 0;
  	width: 80%;
  	height: 5px;
  	color: black;
    background-color: black;
}

strong {
	color: #c69340;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #72aa4d;
}

a:hover, a:active {
	text-decoration: none;
	color: orange;
}

a:visited {
	color: #c5af5a;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1pt solid gray;
}

img.right {
	float: right;
	margin-right: 15px;
	padding: 5px;
	border: 1pt solid gray;
}

img.center {
	margin: auto;
	padding: 5px;
	border: 1pt solid gray;
}

.tableborder {
	margin: auto;
	padding: 5px;
	border: 1pt solid gray;
}


.top-image {
	display: list-item;
}

.flashcenter {
	padding: 5px;
	border: 1pt solid gray;
	margin-left: auto ;
	margin-right: auto ;
}


#main {
	width: 860px;
	color: #000;
}

#banner {
	width: 820px;
	height: 300px;
	background: black;
	padding: 0;
	margin: auto;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 620px;
	margin-top: 0;
    height:100%;
	border-left: 1px solid silver;
	margin-bottom: 10px;
}

#content-full {
	float: right;
	width: 850px;
	margin-top: 25px;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .entry {
	padding: 0 15px;
}

.post .title {
	padding-bottom: 5px;
}

.post .title-col {
	padding-bottom: 5px;
}

.post .caption {
	font-size: 10px;
}

.post li {
	list-style-type: square;
	font-size: 15px;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left: 20px;
	margin-top: 5px;
	height:100%;
	text-transform: capitalize;
	margin-left: 5px;
	background: url(../images/bkg3.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	line-height: 50px;
}

#sidebar li ul a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	height: 32px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #DADADA;
}

#sidebar-bottom {
	width: 210px;
	padding-left: 30px;
	height: 210px;
	bottom: 0;
	float: left;
	background: url(../images/bkg-btm.jpg) no-repeat center center;
	position: relative;
	left: 0;
}

/* Table */
table.clinics td {
	color: black;
	font-size: 11px;
}

tr.d0 td {
	background-color: #ccb970; color: black;
}

tr.d0 h2 {
	background-color: #3c4774;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px;
}

tr.d1 td {
	background-color: #9999CC; color: black;
}

/* Footer */

#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer a, vistited {
	color: #e1c86b;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: orange;
	text-decoration: underline;
}

#legal {
	font-size: 12px;
}

legend {
	font-size: 12px;
	color: orange;
	font-weight: bold;
}

.clear-all {
	clear: both;
	padding-bottom: 25px;
}

.pull-quote {
	font-style: italic;
	color: white;
	font-size: 16px;
	line-height: 25px;
	width: 85%;
	margin: auto;
	background-color: #1f3847;
	display: block;
	clear: both;
	padding: 20px;
	border: 1px solid gray;
}