/*

1. Base Layout
2. Typography
3. Header
4. Home: Slideshow
5. Home: Info
6. Inner Page: Intro
7. Inner Page: Content
8. Bottom Blocks
9. Footer
10. Clearfix

*/

/* === 1. Base Layout === */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #384e29;
  font-family: Ubuntu, "Helvetica Neue", Arial, sans-serif;
  min-width: 986px;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #333; 
  /* 666; */
}

.wrapper {
  background: #f6ddb2 url("../img/bg.png") center top
}

.container {
  width: 986px;
  margin: 0 auto;
  min-height: 420px;
  background: url("../img/bg-header.png") no-repeat center top;
  position: relative;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){

  .container {
    background: url("../img/bg-header-x2.png") no-repeat center top;
    background-size: 986px 405px;
  }

}


/* === 2. Typography === */

img {
  border: 0
}

a {
  color: #577b1f
}

h1,
h2,
h3,
h4,
.title-page {
  font-weight: bold;
  text-transform: uppercase;
  color: #36421c;
  line-height: 1.4;
}

h1,
.title-page {
  font-size: 20px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 11px;
}

.title-home {
  font-size: 18px
}

.title-doctor {
  border-bottom: 1px solid #384e29;
  text-transform: none;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  margin-top: 50px;
  font-weight: 500;
}

.title-doctor span {
  font-weight: 300
}

.title-side {
  text-align: center;
  font-size: 23px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 5px;
}

.title-side strong {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
}

.title-side-box {
  margin-top: 0;
  color: #821e16;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.4;
  text-transform: none;
}

.title-side-box a {
  text-decoration: none;
  color: #821e16;
}
	
.large {
  font-size: 110%;
  font-weight: 400;
}

.text-large {
  font-size: 120%;
}

.text-small {
  font-size: 85%;
}

.home,
.intro,
.content,
.side {
  line-height: 1.6
}


/* === 3. Header === */

header {
  padding-top: 15px;
  height: 220px;
}

.logo {
  float: left;
  margin: 8px 0 51px 0;
}

.phone {
  margin: 25px 0 0 135px;
  float: left;
  color: #862723;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.phone strong {
  display: block;
  font-size: 33px;
  color: #384e29;
}

.nav-social {
  margin: 0 60px 0 0;
  padding: 0;
  list-style: none;
  float: right;
  position: relative;
  z-index: 9500;
}

.nav-social li {
  float: left;
  margin: 0 5px;
}

.nav-social a {
  width: 28px;
  height: 28px;
  display: block;
  font: 0/0 a;
}

.facebook {
  background: url("../img/sprite.png") no-repeat -43px -3px
}

.twitter {
  background: url("../img/sprite.png") no-repeat -80px -3px
}

nav {
  position: relative;
  z-index: 10;
}

.nav-main {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.nav-main > li {
  float: left;
  margin-right: 4px;
  position: relative;
}

.nav-main > li > a {
  color: #862723;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  padding: 0 15px;
  background: #f7d9a8;
  display: block;
  line-height: 26px;
  background: rgb(247,217,168);
  background: -moz-linear-gradient(top,  rgba(247,217,168,1) 49%, rgba(234,200,141,1) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,rgba(247,217,168,1)), color-stop(50%,rgba(234,200,141,1)));
  background: -webkit-linear-gradient(top,  rgba(247,217,168,1) 49%,rgba(234,200,141,1) 50%);
  background: -o-linear-gradient(top,  rgba(247,217,168,1) 49%,rgba(234,200,141,1) 50%);
  background: -ms-linear-gradient(top,  rgba(247,217,168,1) 49%,rgba(234,200,141,1) 50%);
  background: linear-gradient(to bottom,  rgba(247,217,168,1) 49%,rgba(234,200,141,1) 50%);
}

.nav-main > li > a:hover,
.nav-main > li.open > a {
  color: #f9ebd2;
  background: rgb(108,134,60);
  background: -moz-linear-gradient(top,  rgba(108,134,60,1) 50%, rgba(76,99,35,1) 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(108,134,60,1)), color-stop(51%,rgba(76,99,35,1)));
  background: -webkit-linear-gradient(top,  rgba(108,134,60,1) 50%,rgba(76,99,35,1) 51%);
  background: -o-linear-gradient(top,  rgba(108,134,60,1) 50%,rgba(76,99,35,1) 51%);
  background: -ms-linear-gradient(top,  rgba(108,134,60,1) 50%,rgba(76,99,35,1) 51%);
  background: linear-gradient(to bottom,  rgba(108,134,60,1) 50%,rgba(76,99,35,1) 51%);
}

.nav-main > li > a:active,
.nav-main > li.active > a {
  color: #f9ebd2;
  background: rgb(77,96,44);
  background: -moz-linear-gradient(top,  rgba(77,96,44,1) 50%, rgba(54,68,29,1) 50%, rgba(54,68,29,1) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(77,96,44,1)), color-stop(50%,rgba(54,68,29,1)), color-stop(50%,rgba(54,68,29,1)));
  background: -webkit-linear-gradient(top,  rgba(77,96,44,1) 50%,rgba(54,68,29,1) 50%,rgba(54,68,29,1) 50%);
  background: -o-linear-gradient(top,  rgba(77,96,44,1) 50%,rgba(54,68,29,1) 50%,rgba(54,68,29,1) 50%);
  background: -ms-linear-gradient(top,  rgba(77,96,44,1) 50%,rgba(54,68,29,1) 50%,rgba(54,68,29,1) 50%);
  background: linear-gradient(to bottom,  rgba(77,96,44,1) 50%,rgba(54,68,29,1) 50%,rgba(54,68,29,1) 50%);
}

.nav-main > li > a.home {
  font: 0/0 a;
  padding: 0;
  background: url("../img/sprite.png") no-repeat;
  width: 34px;
  height: 34px;
  margin: -3px 4px 0 0;
}

.dropdown {
  margin: 0 0 0 0 ;
  /* margin: 1px 0 0 0 ; */
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #6c863c;
  text-align: left;
  display: none;
}

.dropdown a {
  text-decoration: none;
  padding: 7px 15px;
  white-space: nowrap;
  font-weight: bold;
  display: block;
  color: #f9ebd2;
}

.dropdown a:hover {
  background: #4c6323;
}

.bg {
  position: absolute;
  background: url("../img/bg-header-pets.png") no-repeat left bottom;
  width: 334px;
  height: 350px;
  top: 0;
  right: 0;
}

.bg-inner {
  position: absolute;
  background: url("../img/bg-header-pets-inner.png") no-repeat left bottom;
  width: 228px;
  height: 110px;
  top: 253px;
  right: 10px;
}


@media 
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){

  .bg {
    background: url("../img/bg-header-pets-x2.png") no-repeat left bottom;
    background-size: 334px 350px;
  }

  .bg-inner {
    background: url("../img/bg-header-pets-inner-x2.png") no-repeat left bottom;
    background-size: 228px 110px;
  }

}


/* === 4. Home: Slideshow === */

.slideshow {
  background: url("../img/bg-slideshow.png") no-repeat;
  width: 431px;
  height: 430px;
  margin: 3px 0 30px 52px;
  position: relative;
  overflow: hidden;
  float: left;
}

.slideshow img {
  border-radius: 50%;
  position: absolute;
  top: 38px;
  left: 10px;
}


/* === 5. Home: Info === */

.info {
  width: 460px;
  float: right;
  margin-top: 45px;
  padding-right: 65px;
  /* 25px; */
}
.infoAdditional {
  width: 432px;
  margin-left: 52px;
}


/* === 6. Inner Page: Intro === */

.intro {
  margin: 50px 290px 0 100px;
  /* margin: 50px 290px 0 135px; */
  color: #333;
  font-weight: 400;
}

.intro h1 {
  margin-top: 0
}


/* === 7. Inner Page: Content === */

.content {
  float: left;
  margin-left: 100px;
  width: 590px;
  /*  margin-left: 50px;
  width: 640px; */
}

.photo {
  margin: 40px 20px 0 0;
  float: left;
}

.photo img {
  border-radius: 50%;
  border: 1px solid #d3b990;
}

/* === 8. Inner Page: Side === */

.side {
  float: right;
  width: 287px;
}

.side .first {
  margin-top: 72px
}

.side-box {
  border: 10px solid #ccb186;
  margin-bottom: 45px;
  line-height: 1.4;
}

.side-box.with-photo {
  border: 10px solid #36441d;
  font: 0/0 a;
  background: #4a5633;
  padding: 4px;
}

.side-box .in {
  background: #fbf2e1;
  border: 4px solid #f6ddb2;
  padding: 15px;
}

.side-box p {
  margin: 0 0 20px 0
}

.side-box p.date, .rssRow div {
  color: #333;
  font-size: 11px;
  margin: 0 0 5px 0;
}


/* === 7. Bottom Blocks === */

.blocks {
  padding: 45px 0
}

.blocks a {
  text-decoration: none;
}

.prescription {
  color: #fff;
  text-align: center;
  background: #a37141;
  width: 250px;
  float: left;
  font-size: 15px;
  padding: 10px 20px;
  line-height: 1.3;
}

.prescription a {
  color: #fff;
}

.prescription p {
  margin: 0
}

.pet-portal {
  /* background: #fff url("../img/bg-pet-portal.jpg") no-repeat; */
  background: #fff url("../img/hh-winner.jpg") no-repeat;
  width: 250px;
  float: left;
  margin-left: 13px;
  font-size: 15px;
  color: #862723;
  text-align: center;
  position: relative;
}

.pet-portal a {
  color: #862723;
}

.pet-portal p:first-child {
  margin-bottom: 18px;
  font-size: 20px;
  margin-top: 10px;
}

.pet-portal p:last-child {
  width: 100%;
  bottom: 10px;
  left: 0;
  position: absolute;
  margin: 0;
}

.pet-portal strong {
  font-weight: 700;
}

.btn-click-here {
  color: #fff;
  display: inline-block;
  background: #577b1f;
  text-decoration: none;
  text-align: center;
  margin: 5px 0;
  font-size: 13px;
  padding-bottom: 5px;
}

.btn-click-here strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  background: #638b1f;
  font-size: 20px;
  padding: 2px 20px 0 20px;
  margin-bottom: 5px;
}

.work-hours {
  color: #fff;
  width: 460px;
  background: #862723;
  float: right;
  padding: 10px 20px;
  font-size: 18px;
}

.work-hours a {
  color: #fff;
}

.work-hours p {
  margin: 0;
  line-height: 1.6;
}

.work-hours strong {
  font-weight: 500
}

.work-hours .note,
.work-hours .note a {
  font-size: 13px;
  color: #f7e5c3;
}

.btn-click-here-alt {
  color: #fff;
  display: block;
  background: #638b1f;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  margin: 5px 0;
}


/* === 9. Footer === */

footer {
  width: 960px;
  margin: 0 auto 10px auto;
  color: #fbfaf8;
  font-size: 13px;
  position: relative;
}

footer p {
  margin-top: 0
}

.address {
  float: left;
  line-height: 1.8;
}

.address h2 {
  margin: 35px 0 0 0;
  color: #e4bb72;
  font-size: 13px;
}

.address h2:first-child {
  margin-top: 15px
}

.address *:last-child {
  margin-bottom: 0
}

.nav-foot {
  float: right
}

.nav-foot ul {
  margin: 20px 0 0 70px;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
}

.nav-foot ul:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -16px;
  border-left: 1px solid #4d693a;
  height: 32px;
}

.nav-foot li {
  margin-bottom: 10px
}

.nav-foot a {
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
  white-space: nowrap;
}

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #627952;
  font-size: 11px;
  text-align: right;
  line-height: 1.8;
}


/* === 10. Clearfix === */

.clearfix,
.home,
.blocks,
footer {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.home:before,
.home:after,
.blocks:before,
.blocks:after,
footer:before,
footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.home:after,
.blocks:after,
footer:after {
  clear: both;
}


/* === 11. Client Adjustments === */


.rssRow h4 {
  margin-top: 0;
  color: #821e16;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.4;
  text-transform: none;
}

.rssRow h4 a{
  text-decoration: none;
  color: #821e16;
}
.rssBody ul {
  list-style-type: none;
  padding-left: 0px;
 }
 
 .interiorslideshow {
  width: 287px;
  height: 360px;
  position: relative;
  overflow: hidden;
  float: left;
}

.interiorslideshow img {
  position: absolute;
  top: 4px;
  left: 4px;
}

.photoleft {
  margin: 20px 20px 20px 0;
  float: left;
}

.photoright {
  margin: 40px 20px 40px 20px;
  float: right;
}

.textbelow {clear: both;}

#ferretwrapper { 
	width:200px;
	height:215px;
	display:block;
	background-image:url("../img/ferret.png");
}
.spacer{
	display:block;
	float:right;
	clear:right;
}
p.ferret {
	display:inline;
	color:#000;
}
#phonenum a{text-decoration: none;}