/*   
Theme Name: Pampered Pooch
Author: GoKart Webteam
Author URI: http://gokartlabs.com
Version: 1.0
*/

@import url('css/reset.css');
@import url('css/960.css');
@import url('css/nav.css');
@import url('css/forms.css');
@import url('css/superfish.css');
@import url('css/prettyPhoto.css');

/*
-----------------------------------------------
Layout CSS
----------------------------------------------- */
html, body { height: 100%; }
body {
	font: 11px/13px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  background: #fff;
}
body.page,
body.post,
body.single,
body.category,
body.archive {
	font: 11px/13px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  background: url(img/bg-body.gif) repeat-x center top;
}
iframe {
  margin-right: 40px;
}
/* anchors
----------------------------------------------- */
a {
	color: #414042;
	text-decoration: underline;
}
a:hover {
	color:#808285;
}
a#twitter-lnk,
a#fb-lnk,
a#yelp-lnk {
  display: block;
  float: right;
  height: 26px;
  text-indent: -9999px;
  padding: 0px;
}
a#twitter-lnk {
  background: url(img/btn-twitter.png) no-repeat center center;
  width: 24px;
  /*margin-left: 20px;*/
}
a#fb-lnk {
  background: url(img/btn-facebook.png) no-repeat center center;
  width: 21px;
}
a#yelp-lnk {
  background: url(img/btn-yelp.png) no-repeat center center;
  width: 24px;
}
.tags,
.tags a {
  text-decoration: none;
  color: #aaa;
}
.tags a:hover {
  text-decoration: underline;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #443126;
  line-height:1.2em;
}
h2 { font-size: 25px; }
h5 {}
h6 {}
#content h2 {
  color: #443126;
  padding: 10px;
  font-weight: bold;
}
#post-entries h2 {
  padding: 15px 0px;
  font-weight: bold;
}
#post-entries h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px 5px;
  margin: 0px 40px 5px 0px;
  /*border-bottom: 1px dotted #443126;*/
}
#post-entries .groomer h3 {
  font-size: 17px;
  padding: 0;
}
.groomer {
  clear: left;
  padding-bottom: 30px;
}
#post-entries h4 {
  font-size: 16px;
  padding: 10px 0px 5px;
  margin: 0px 40px 0px 0px;
}
h1 a {
	font-weight:normal;
}
p {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}
#content ul {
  margin-left: 10px;
  padding: 5px 40px 10px 10px;
  list-style: circle;
}
#content ul li {
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
}
#training #post-entries h3 {
  margin: 10px 40px 0px 0px;
}
#training .entry {
  border-bottom: 1px solid #ddd;
  margin-right: 45px;
}
#training .entry h4 {
  padding: 15px 0 5px;
}
#training .entry p {
  padding: 0 0 15px 0;
}

/* branding
----------------------------------------------- */
#header {
  background: url(img/bg-header.png) no-repeat center top;
  height: 138px;
	margin: 0px;
	padding: 0px 10px;
	position: relative;
  /*width: 960px;*/
}
h1#branding {
	width: 280px;
}
h1#branding a {
	display: block;
	height: 138px;
	width: 280px;
	text-indent: -9999px;
}
.tagline {
  position: absolute;
  top: 45px;
  right: 20px;
  text-shadow: 0 1px 2px #fff;
}
#container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
#contentWrapper {
	background: url(img/bg-contentWrapper.png) repeat-y center top;
	margin: 0px;
	padding: 0px 10px;
}
#home #contentWrapper {
  height: 310px;
}
#content-footer {
	background: url(img/bg-content-footer.png) no-repeat center top;
	margin: -1px 0px 0px 0px;
	padding: 0px 10px;
	height: 147px;
}
#sidebar {
	float: left;
	position: relative;
	z-index: 9;
	margin: 0px 0px 0px 12px;
	width: 207px;
	padding: 0px 0px 50px 0px;
}
#content {
	float: right;
	padding: 0px 0px 50px 0px;
}
.foot-links {
  font-size: 12px;
  padding: 0px 15px 50px;
}
.foot-links .alignright {
  width: 260px;
}

/* sticky footer | http://www.cssstickyfooter.com/using-sticky-footer-code.html
----------------------------------------------- */
#sticky-foot-wrapper {
  padding-bottom: 375px; /* bottom padding must be same height as the footer */
	/*overflow: auto;*/
}
#footer {
  background: url(img/bg-footer.png) repeat-x left top;
	position: relative;
	margin-top: -375px; /* negative value of footer height */
	padding-bottom: 130px;
	height: 375px;
	clear:both;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/* page heading
----------------------------------------------- */
#sidebar h2 {
	font-size: 25px;
	color: #443126;
	font-weight: bold;
	padding: 15px 0px 10px 20px;
}
h2#page-heading {
	font-size: 25px;
	font-weight: bold;
}
h2.greyscale {
	font-size: 25px;
}

/* boxes
----------------------------------------------- */
#content-footer .box {
  background: url(img/bg-tertiary-btn.gif) no-repeat center center;
	margin: 20px 0px 0px 13px;
	height: 107px;
	width: 218px;
}
#content-footer .box img {
  margin-center: 1px;
}
#content-footer .box a {
  display: block;
  font-size: 25px;
	text-decoration: none;
	padding: 12px 0px 0px 12px;
	font-weight: bold;
}
#footer .box {
  margin: 10px; 
}
#footer h4 {
  font-size: 31px;
	color: #231F20;
	padding: 20px 0px 10px;
}
#footer .foot-post {
  padding: 0px 10px 15px 0px;
}
#footer .foot-post .postTitle a {
  font-size: 17px;
	text-decoration: none;
	color: #414042;
}
#footer .foot-post .postMeta {
  font-size: 11px;
	color: #808285;
	padding: 2px 0px 5px;
}
#footer a {
  color: #539cb7;
	text-decoration: none;
}
#footer .foot-post a {
  font-size: 11px;
}
#footer .foot-post a:hover {
  text-decoration: underline;
}
#footer .box p {
  font-size: 12px;
	color: #666;
	line-height: 17px;
}

/* posts
----------------------------------------------- */
.post {
	clear: both;
	margin-right: 40px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #efeeed;
}
#post-17 strong {
  color: #443126;
  font-size: 17px;
  display: block;
  padding: 15px 0px 0px;
  font-weight: normal;
}
#post-entries p,
.post p {
	padding: 0px 40px 10px 0px;
}
#purchase-daycare {
  margin-top: -8px;
  background: url(img/bg-purchase-packages.gif) repeat-x left top;
  position: absolute;
  z-index: 20;
  width: 665px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1px 3px #aaa;
  -moz-border-radius: 0 0 10px 10px;
  -moz-box-shadow: 0 1px 3px #aaa;
  -webkit-border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 1px 3px #aaa;
  -khtml-border-radius: 0 0 10px 10px;
  -khtml-box-shadow: 0 1px 3px #aaa;
}
#purchase-daycare form {
  width: auto;
}
#purchase-daycare select {
  width: 225px;
}
#purchase-daycare p {
  color: #333;
  padding: 0px;
}
.pad-top {
  padding-top: 115px;
}
.post .meta {
  padding-bottom: 10px;
}
.post .meta strong {
	font-weight: normal;
	color: #808285;
}
#post-entries #owners h3{
  padding: 0px;
}
#owners p a.email {
  display: block;
  padding: 10px 0px;
}
.imgWrap {
  float: left;
  text-align: center;
  padding-bottom: 20px;
  color: #666;
}
.bio {
  clear: both;
  padding-bottom: 20px;
}
#playground_staff .bio h3,
#managers .bio h3 {
  padding: 0px;
}
#playground_staff #content img,
#managers #content img {
  width: 120px;
}
#faqs #content h2 {
  padding: 10px 0px;
}
#faqs #content ul,
#faqs #content ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}
#faqs #content ul {
  padding: 0px 0px 30px;
  margin: 0px 40px 10px 0px;
  border-bottom: 1px solid #ddd;
}
#faqs #content ul li a {
  text-decoration: none;
}
.storytitle,
.storytitle a {
	display: block;
	font-size: 25px;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
}
.category #post-entries h2 {
  padding-bottom: 0px;
}
.category .storytitle a {
  padding: 15px 0px 0px;
}
#faqs .storytitle,
#faqs .storytitle a {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
}
#faqs .storytitle {
  padding: 15px 0px 0px 0px;
}
#faqs .postTitle {
  display: block;
	font-size: 15px;
	line-height: 1.2em;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}
.panel h3,
.post-109 h2,
.post-11 h2 {
  font-size: 31px;
  padding: 10px 10px 0px;
}
.panel h3 {
  color: #fff;
}
.reservation-links {
  padding: 20px 0px 0px;
}
.reservation-links a {
  font-size: 31px;
  color: #fff;
  background: url(img/btn-bg-reservations.gif) repeat-x left top;
  float: left;
  margin: 0px 15px 15px 0px;
  padding: 40px 0px 0px;
  display: block;
  height: 120px;
  /*line-height: 160px;*/
  width: 220px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #443126;
  box-shadow: 0 0 6px #333;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 0 6px #333;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 0 6px #333;
  -khtml-border-radius: 6px;
  -khtml-box-shadow: 0 0 6px #333;
}
.reservation-links a:hover {
  border: 2px solid #fff;
}
#content .reservation-links {
  width: 500px;
  margin-left: 95px;
  padding: 0px;
}
.reservation-links a strong {
  font-size: 50px;
  display: block;
}
/* Open/close link. */
#sliding-panel .tab a.open {
	display: block;
	float: right;
	position: relative;
	width: 260px;
	height: 38px;
	top: -1px;
	margin: 0;
	padding: 0;
	font: normal normal bold 12px/33px Georgia, Times, 'Times New Roman', serif !important;
	color: #fff;
  background: url(img/btn-dc-reservations.png) no-repeat center bottom;
  text-indent: -9999px;
 	text-align: center;
}
#sliding-panel .tab a.close {
	display: block;
	float: right;
	position: relative;
	width: 260px;
	height: 38px;
	top: -1px;
	margin: 0;
	padding: 0;
	font: normal normal bold 12px/33px Georgia, Times, 'Times New Roman', serif !important;
	color: #fff;
  background: url(img/btn-dc-reservations.png) no-repeat center top;
  text-indent: -9999px;
 	text-align: center;
}

.webcam {
  float: left;
  width: 32%;
  padding-top: 15px;
}
.webcam h4 {
  font-size: 17px;
  color: #414042;
  padding: 5px;
}
.webcam p {
  font-size: 11px;
  padding: 0px 22px 0px 5px;
}
.webcam .thumb a {
  display: block;
  height: 32px;
  float: left;
  text-indent: -9999px;
}
.webcam .thumb a.high-speed {
  background: url(img/btn-high-speed.png) no-repeat left bottom;
  width: 91px;
}
.webcam .thumb a.low-speed {
  background: url(img/btn-low-speed.png) no-repeat left bottom;
  width: 87px;
}
.webcam .thumb a.webcam-lnk {
  background: url(img/btn-webcam.png) no-repeat left bottom;
  width: 36px;
}
.webcam .thumb a:hover {
  background-position: left top;
}
#purchase-daycare a.alignright {
  font-size: 14px;
  text-decoration: none;
  padding: 17px 20px 0px 0px;
}
#webcam-content {
  width: 96%;
  margin-left: 15px;
}
#webcam-content div {
  width: 47%;
}
#cams p {
  padding: 3% 2%;
}
#cams iframe {
  margin: 0 15px 0 15px;
}
.address p {
  font-size: 11px;
  padding: 0px 20px 10px;
}
.groomer a {
  display: block;
  padding: 10px 0px;
}
.groomer a.redButton {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background: url(img/btn-redButton.png) no-repeat -5px center;
  padding: 11px 45px 11px 10px;
  width: 172px;
  display: inline;
}

.mc-field-group {
  padding-bottom: 10px;
}

/* comments
----------------------------------------------- */
#commentsBox {
  margin-right: 50px;
}
#commentsBox textarea {
  border: 1px solid #ccc;
	width: 648px;
	margin: 10px 0px;
}

/* table
----------------------------------------------- */
table {
	width: 96%;
	margin-bottom:10px;
}
th, td {
	padding: 5px;
	text-align:left;
	color: #666;
}
thead th {
  font-weight: normal;
  color: #414042;
  font-size: 17px;
	border-bottom: 1px solid #efefef;
}
tbody td {
	font-size: 14px;
}
tbody td img {
  vertical-align: top;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* Media Gallery
----------------------------------------------- */
.ngg-album-compact {
  background: url(img/bg-album-thumb.gif) no-repeat center center;
	float: left;
	height: 189px;
	width: 211px;
	padding: 2px 1px 0px;
	position: relative;
	margin: 5px 13px 10px 0px;
}
.ngg-album-compact img {
  height: 159px;
	width: 211px;
}
.ngg-album-compact h4,
.ngg-album-compact h4 a {
  display: block;
  font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 3px;
	left: 5px;
	width: 211px;
}
.ngg-album-compact p {
  display: none;
}
.ngg-gallery-thumbnail-box {
  float: left;
	margin: 10px 23px 10px 0px;
}

.poochVideo320_240 {
  height: 240px;
	width: 320px;
}
.pp_description {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

/* Scrollable Styles
   ------------------------------------ */
#slider {
  position: absolute;
	left: 50%;
	top: 129px;
	margin-left: -497px;
	height: 322px;
	width: 992px;
}
.scroller {
  height: 322px;
  /*width: 990px;*/
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	float:left;
	overflow:hidden;
	position:relative;
	width: 912px;
  height: 322px;
}
#slide-overlay {
  width: 912px;
  height: 322px;
  background: url(img/bg-slider.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 39px;
	z-index: 12;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	/*clear:both;*/
}

/* single scrollable item */
.scrollable .items a.item {
  cursor: pointer;
	float: left;
	margin: 0px;
	height: 322px;
	width: 912px;
	display: block;
	position: relative;
}
.scrollable .items a.item img {
  height: 322px;
	width: 912px;
}
.scrollable .items a.item .item-content {
  display: none;
}
.scrollable .items a#item1 {
  background:url(img/img-slide1.jpg) no-repeat center center;
}
.scrollable .items a#item2 {
  background:url(img/img-slide2.jpg) no-repeat center center;
}
.scrollable .items a#item3 {
  background:url(img/img-slide3.jpg) no-repeat center center;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(img/arrows_scroller.gif) no-repeat;
	display: block;
	width: 39px;
	height: 322px;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right 				{ background-position: right -2px; float: right; }
/*a.right:hover 	{ background-position:-46px -184px; }*/
/* a.right:active 	{ background-position:-60px -30px; }  */


/* left */
a.left				{ background-position: left -2px; margin-left: 0px; } 
/*a.left:hover  { background-position:-46px 0; }*/
/* a.left:active { background-position:-60px 0; } */

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

/* End Scrollable Styles
   ------------------------------------ */
.parent-pageid-109 #content {
  padding: 10px 0px;
}


/* Misc
=============================================== */
.greyscale {
  font-weight: bold;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft {
  border: 1px solid #ccc;
  margin: 0px 20px 15px 0px;
}

.alignright {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
