@charset "utf-8";


body {
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	font: 85% "Trebuchet MS", Arial, sans-serif;
	background: #ffffff url(../images/body-bg.jpg) repeat-x left top;
}

#wrap-all {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	background: #ffffff url(../images/wrap-bg.jpg) repeat-y left top;
	text-align: left;
}

#header {
	margin: 0 0;
	padding: 2px 63px 0 61px;
	height: 275px;
	background: #ffffff url(../images/header-bg.jpg) no-repeat left top;
}

#header-title {
	padding: 20px 20px 0px 20px;
	height:50px;
}

#header h1 {
	margin:0;
	font-size: 2.5em;
	text-align: right;
	font-family: "Arial Rounded MT Bold";
}

.blog-desc {
	margin: 5px 0 0 0;
	color: #990000;
	background-color: #transparent;
	text-align: right;
	font-size: 24px;
	font-family: "Bell Gothic Std Black";
	font-weight: bold;
}

#header-img {
	margin: 0 0;
	padding: 0 0;
	background: url(../images/header-img.jpg) no-repeat left top;
	width: 830px;
	height: 203px;
}

#header-menu {
	margin: 4px 0 0 0;
	padding: 0 0;
	width: 830px;
	height: 66px;
	background: url(../images/header-menu-bg.jpg) no-repeat left top;
}

ul#navigation-top {
	margin: 0 0;
	padding: 0 0;
	float: right;
	list-style-type: none;
}

ul#navigation-top li {
	margin: 0 0;
	padding: 0 0;
	display: block;
	float: left;
}

ul#navigation-top li a {
	display: block;
	margin: 0 0;
	padding: 18px 20px;
	background: url(../images/header-menu-li-bg.jpg) no-repeat left top;
	font: bold 1.8em Arial, sans-serif;
	text-transform: lowercase;
}

#header a, #header a:link, #header a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}

#wrap-mid {
	margin: 0 0 0 0;
	padding: 0 70px 0 61px;
}

#wrap-content {
	margin: 2px 0 0 0;
	padding: 0 0;
	background: #cccc99 url(../images/content-down-bg.jpg) no-repeat left bottom;
	height: 100%;
}

#content {
	margin: 0 0;
	padding: 5px 0;
	background: url(../images/content-top-bg.jpg) no-repeat left top;
}

#content a, #content a:link, #content a:visited {
	color: #0000FF;
	background-color: transparent;
	text-decoration: none;
}

#content a:hover {
	color: #ffffff;
	background-color:#669933;
	text-decoration: none;
}

#wrap-down {
	clear: both;
	margin: 3px 0 0 0;
	padding: 0 0;
	height: 100%;
	background: #669933 url(../images/down-bottom-bg.jpg) no-repeat left bottom;
}

#down {
	margin: 0 0;
	padding: 5px 5px;
	background: url(../images/down-top-bg.jpg) no-repeat left top;
	color: #ffffff;
	background-color: transparent;
	font-size: 1.0em;
}


#down h2 {
	margin: 0 2px 0 0;
	padding: 5px 5px;
	height: 28px;
	background: url(../images/down-h2-bg.jpg) no-repeat left top;
	font-size: 1.5em;
	color: #cccc99;
	background-color: transparent;
}

#comments-block {
	margin: 0 0;
	padding: 0 0;
	width: 530px;
	float: left;
}

#comments-block2 {
	margin: 0 0 0 550px;
	padding: 0 0;
	width: 250px;
}

#down a, #down a:link, #down a:visited {
	color: #333300;
	background-color: transparent;
	text-decoration: none;
}

#down a:hover {
	color: #669933;
	background-color: #cccc99;
}

#navigation {
	clear: both;
	height: 100%;
}

#footer {
	margin: 0 0;
	padding: 15px 63px 0 61px;
	height: 57px;
	background: #ffffff url(../images/footer-bg.jpg) no-repeat top left;
	font-size: 0.9em;s
}

#footer p {
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}

#footer a, #footer a:link, #footer a:visited {
	color: #669933;
	background: transparent;
	text-decoration: none;
}

#footer a:hover {
	background: #ccff99;
}

/* WP styles */
.post {
	margin: 0 0 20px 0;
	padding: 0 4px;
	font-size: 1.0em;
}

.post h2 {
	margin: 0 0;
	padding: 1px 5px;
	height: 31px;
	color: #ffffff;
	background-color: transparent;
	background: url(../images/post-title-bg.jpg) no-repeat left top;
	font-size: 1.7em;
}

#content h2 a, 
#content h2 a:link, 
#content h2 a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

#content h2 a:hover {
	color: #cccc99;
	background-color: transparent;
	text-decoration: none;
}



img {
	border: 0;
}

p {
	height: 100%;
}

/* aligning styles */

p.align-left {
	text-align: left;
}

div.align-left {
	float: left;
}

img.align-left {
	float: left;
	margin: 0 2px 0 0;
	padding: 2px 2px;
	background: #ffffff;
}

p.align-right {
	text-align: right;
}

img.align-right {
	float: right;
	margin: 0 0 0 2px;
	padding: 2px 2px;
	background: #ffffff;
}

.clear {
	clear: both;
}	

.bullet {
	font-weight: bolder;
	background-repeat: no-repeat;
	background-image: url(../images/HorseCarebullet.jpg);
	background-position: left center;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 50px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.quote {
	background-color: #D5D5AA;
	padding-left: 45px;
	background-image: url(../images/blockquote-bg2.jpg);
	background-repeat: no-repeat;
	font-family: "Bell Gothic Std Black";
	font-size: 18px;
}
.quote2 {
	background-color: #D5D5AA;
	padding-left: 45px;
	background-image: url(../images/blockquote-bg2.jpg);
	background-repeat: no-repeat;
	line-height: 45px;
}
.h21	{
	font-size:35px;
	font-family: "Bell Gothic Std Black";
	font-weight: bold;
	text-align: center;
}
.h22 {
	font-family: "Bell Gothic Std Black";
	font-size: 40px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.h23 {
	font-family: "Bell Gothic Std Black";
	font-size: 30px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.h24 {
	font-family: "Bell Gothic Std Black";
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.h25 {
	font-family: "Bell Gothic Std Black";
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.h26 {
	font-family: "Bell Gothic Std Black";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.h27 {
	font-family: "Bell Gothic Std Black";
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.h28	{
	text-decoration: line-through;
}
.h29 {
	font-family: "Bell Gothic Std Black";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.box	{
	height:176px;
	border: 2px solid #990000;
	text-align: center;
	}
#moreinfo	{
	font-size:18px;
	text-align:center;
	}
#moreinfo a, #moreinfo a:link, #moreinfo a:visited {
	color: #0000CC;
	background-color: transparent;
	text-decoration: none;
}

#moreinfo a:hover {
	background-color:#669933;
	color: #ffffff;

	text-decoration: none;
}
#moreinfo2	{
	font-size:18px;
	text-align:center;
	}
#moreinfo2 a, #moreinfo2 a:link, #moreinfo2 a:visited {
	color: #0000CC;
	background-color: transparent;
	text-decoration: none;
}

#moreinfo2 a:hover {
	background-color:#669933;
	color: #ffffff;

	text-decoration: none;
}

