/* @override 
	http://lavavet.com/wp-content/themes/lava/style.css
*/

/* ------------------------ type selectors ------------------------ */
body { 
	background:#076acf url("images/bkgdBody.png") top center repeat-x;
	text-align:center; 
	font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	color:#0e245c;
}

h1	{ font-size:22px; }
h2	{ font-size:20px; }
h3	{ font-size:18px; }

a {
	text-decoration:underline;
	outline:none;
	color:#0e245c;
}

a:hover { text-decoration:none; }

hr {
	height: 1px;
	border-top: 1px solid #a5adb9;
}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/topArrow.png") right no-repeat;
	font-size: 12px;
}

p.read-more {
	text-align:right;
	display:block;
	padding-right:32px;
	background:url("images/rightArrow.png") right no-repeat;
}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#everything {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/* ------------------------ header framework ------------------------ */
header {
	height:163px;
	*height: 193px;
}

header a {
	text-decoration: none;
	color: #fff;
}

#logo {
	font-size: 68px;
	font-family: "Times New Roman";
	color: #fff;
	font-weight: normal;
	line-height: 68px;
	margin: 30px 0 0;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	position: relative;
	z-index: 1;
}

#smallLogo {
	font-size: 68px;
	font-family: "Times New Roman";
	color: #fff;
	line-height: 68px;
	margin: 30px 110px 14px 0;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	position: relative;
	z-index: 1;
	float: left;
	letter-spacing: .2em;
}

header img {
	float: left;
	display: inline;
	margin: 15px 130px 0 7px;
}

header p {
	width: 257px;
	font-size: 25px;
	color: #fff;
	font-family: "Times New Roman";
	line-height: 25px;
	float: left;
	text-align: left;
	text-shadow: #000 1px 1px 1px;
	margin: 15px 71px 0 0;
}

header p#phoneNumbers {
	margin-right: 7px;
	float: right;
	display: inline;
	text-align: justify;
}

#stretched {
	letter-spacing: 2px;
	font-size: 27px;
}

/* ------------------------ content framework ------------------------ */
#content {
	float:left;
	background: url("images/bgWrap.png") repeat-y;
	width: 1000px;
}

#contentTop {
	background: url("images/contentTop.png") no-repeat;
	height: 30px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content dl {
	margin:0px 0px 10px 0px;
}

#header {
	height: 309px;
}

#content h2#titleWelcome {
	background: url("images/titleWelcome.png") no-repeat;
	height: 78px;
	width: 230px;
	text-indent: -9999px;
	margin: 0 0 5px 60px;
}

#content p#welcome {
	width: 300px;
	margin-left: 30px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

#slideshow {
	float: right;
	margin-right: 23px;
	width: 633px;
	height: 297px;
	position: relative;
}

.pics {
	margin:0;
	overflow:hidden;
	padding:0;
	width: 633px;
	height: 297px;
	z-index: 0;
	position: absolute;
	top: 3px;
}

#pauseScreen {
	width: 633px;
	height: 292px;
	position: absolute;
	z-index: 200;
	font-size: 40px;
	line-height: 292px;
	text-align: center;
	color: #fff;
}

#pause {
	position: absolute;
	z-index: 299;
	top: 260px;
	right: 10px;
	float: right;
	width:30px;
	height: 25px;
	background: url("images/playPause.png") no-repeat;
	text-indent: -9999px;
}

#pause:hover {
	background: url("images/playPause.png") 0 -25px no-repeat;
}

#pause.btnPlay {
	background: url("images/playPause.png") 0 -50px no-repeat;
}

#picsNav {
	left:15px;
	position:relative;
	top:260px;
	z-index:100;
}

#picsNav a {
	padding: 5px 10px;
	background: #076acf;
	border: 1px solid #0E1F52;
	margin-right: 3px;
	color: #0E1F52;
	text-decoration: none;
}

#picsNav a.activeSlide {
	background: #0A50A3;
}

#masthead {
	margin: 0 0 -6px 0;
	padding: 0px;
}

#inside #masthead {
	margin: 0 0 -15px;
}

#horseLogo {
	margin: 0 auto;
	display: block;
}

/* ------------------------ nav ------------------------ */
nav { 
	background:url("images/nav.png") -6px 0 no-repeat; 
	width:989px; 
	height:52px; 
	margin:0 0 0 5px;
	padding:0;
	display: block;
	clear: both;
}

nav li, nav a {
	height:52px;
	display:block;
	text-indent: -9999px;
}

nav li {
	float:left;
	list-style:none;
	display:inline;
	position:relative;
}

#nav-01 {
	width: 101px;
}

#nav-02 { width: 133px;}
#nav-03 { width: 120px;}
#nav-04 { width: 94px;}
#nav-05 { width: 103px;}
#nav-06 { width: 206px;}
#nav-07 { width: 88px;}
#nav-08 { width: 141px;}

#nav-01 a:hover { background:url("images/nav.png")  -6px -52px no-repeat; }
#nav-02 a:hover { background:url("images/nav.png") -107px -52px no-repeat; }
#nav-03 a:hover { background:url("images/nav.png") -240px -52px no-repeat; }
#nav-04 a:hover { background:url("images/nav.png") -360px -52px no-repeat; }
#nav-05 a:hover { background:url("images/nav.png") -454px -52px no-repeat; }
#nav-06 a:hover { background:url("images/nav.png") -557px -52px no-repeat; }
#nav-07 a:hover { background:url("images/nav.png") -763px -52px no-repeat; }
#nav-08 a:hover { background:url("images/nav.png") -851px -52px no-repeat; }

/* ------------------------ dropdown nav ------------------------ */
nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;
	background-color:#076ACF;
	z-index: 100;
}

nav li ul li { 
	height:30px;
	border:1px solid #0E1F54;
	border-top:none;
}	

nav li ul li a {
	width:100%;
	height:30px;
	line-height:30px;
	text-indent: 10px	;
}

nav a {
	font-size:1.0em;
	color:#fff;
	text-decoration:none;
}

nav li:hover ul, nav li.sfHover ul	{ left: 0px; }

nav li ul li a:hover { 
	background:#0E1F54!important;
	text-decoration:none;
}

nav li ul, nav li ul li { width:250px; }

#nav-06 ul, #nav-06 ul li { width:300px; }

#leftFront {
	float:left;
	margin-left:20px;
	width:295px;
	display: inline;
}

.roundCorner {
	background: #09306b url("images/roundCornerTop.png") no-repeat;
	width: 295px;
	float: left;
	margin: 18px 30px 0 0;
	color: #f9f9c9;
	font-size: 11px;
}

.roundCornerBtm {
	background: url("images/roundCornerBtm.png") bottom left no-repeat;
	padding: 12px 19px 8px;
	min-height: 180px;
}

.roundCorner h2 {
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: normal;
}

.roundCorner h3 {
	font-weight: normal;
	font-size: 13px;
}

.thumbnail {
	width: 75px;
	float: left;
	margin: 3px 10px 0 0;
}

.roundCorner a {
	color: #f9f9c9;
}

#monthlySpecial {
	margin-left: 24px;
	display: inline;
}

#main {
	margin: 10px 30px 0 20px;
	float: left;
	font-size: 14px;
	line-height: 25px;
	width: 635px;
	display: inline;
}

#inside #main {
	width: 650px;
	padding-bottom: 30px;
}

#main h1, #title {
	color: #076acf;
	font-size: 40px;
	font-weight: normal;
	font-family: "Times New Roman";
	background: url("images/bkgdH1.png") 0 1px no-repeat;
	line-height: 58px;
	border-bottom: 2px solid;
	text-indent: 111px;
	margin-bottom: 20px;
}

#main ul {
	margin: 10px 0 20px 30px;
	float: left;
	display: block;
}

#main ul li {
	list-style-type: none;
	background: url("images/bullet.jpg") 0 2px no-repeat;
	padding: 0 0 0 34px;
	margin-bottom: 10px;
}

#main ul#anchors li {
	float: left;
	width: 276px;
}

#main ol {
	margin: 20px 10px 20px 50px;
}

#main ol li {
	margin: 0 0 10px 0;
}

#main table {
	width: 100%;
	border: 1px solid;
	margin: 20px 0;
	text-align: center;
}

#main thead tr{
	background: #78A9DC!important;
	font-size: 16px;
	font-weight: bold;
}

#main tr:nth-child(odd) {
	background: #dde7f1;
}

#main td{
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding: .5em;
}

h1#title {
	margin: 30px 25px 10px;
}

div#main h1#title {
	margin: 30px 0;
}

#contentBtm {
	background: url("images/bkgdContentBtm.png") no-repeat;
	height: 20px;
	clear: both;
}

#main h2 {
	border-bottom: 1px solid #a5adb9;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#main h3 {
	font-size: 14px;
}

#main ul#pageNav {
	float: right;
	padding: 1em;
	width: 200px;
	border: 2px solid #076acf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #bcd0e4;
	margin: 5px 0 10px 10px;
}

#main ul#pageNav li {
	background: url("images/pageNavBullet.png") 0 5px no-repeat;
}

#pageNav li:last-child {
	margin-bottom: 0px;
}

ul#first-aid-kit li {
	background: url("images/checkbox.png") 0 6px no-repeat;
	float: left;
	width: 250px;
	margin-right: 26px;
}

/* ------------------------ aside framework ------------------------ */
aside {
	width:262px;
	float:left;
}

aside p, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, aside ul, aside dl {
	margin:0px 0px 10px 0px;
}

aside ul#sideNav {
	list-style: none;
	margin: 20px 0 20px;
	border-top: 1px solid;
}

#sideNav li {
	margin-bottom: 3px;
}

#sideNav li a {
	line-height: 35px;
	font-size: 14px;
	padding-left: 10px;
	border-bottom: 1px solid;
	background: #bcd0e4;
	display: block;
	text-decoration: none;
	border-left: 10px solid;
	border-right: 1px solid;
}

#sideNav li a:hover {
	background: #78a9dc;
}

.buttons {
	width: 262px;
	height: 93px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}

a.buttons:hover {
	background-position: bottom!important;
}

#btnContact { background: url("images/btnContact.jpg") no-repeat; margin-top: 00px; }
#btnSpecials { background: url("images/btnSpecials.jpg") no-repeat; }
#btnBlog { background: url("images/btnBlog.jpg") no-repeat; }
#btnTestimonials { background: url("images/btnTestimonials.jpg") no-repeat; }
a.buttons#btnTestimonials:hover { background-position: 0px -93px!important; }

/* ------------------------footer framework ------------------------ */
footer {
	width:904px;
	margin:0 auto;
	padding: 20px 0;
	clear: both;
	color: #fff;
	text-align: center;
}

footer div {
	width: 250px;
	float: left;
	border-right: 2px solid;
	padding: 0 25px;
	margin-bottom: 30px;
	min-height: 210px;
	*height: 210px;
}

footer h2 {
	font-size: 34px;
	font-family: "Times New Roman";
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	line-height: 34px;
}

footer a {
	color: #fff;
}

footer p {
	clear: both;
}

footer ul {margin:10px;}

footer li {
	list-style: none;
}

#contact {
	border-right: none;
}

footer address {
	margin-top: 10px;
	font-size: 12px;
	font-style: normal;
}

#btnMap {
	background: url("images/btnMap.jpg") no-repeat;
	width: 114px;
	display: block;
	padding-top: 92px;
	margin: 10px auto 0;
}