﻿ï»¿
/************************************************
Website:	BarkZone.com 
Date:		February, 2009
Author:		Bob Potter
Agency:		Threadless Media
URL:		http://threadlessmedia.com
************************************************/


/********************************
	Background-Styles 
********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate;  border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" "";}

h1, h2, h3, h4, h5, h6 { line-height: 1.1em;  color: #62482f;}
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; color: #181d23; font-weight: bold; }
h3 { font-size: 1.5em;}
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.1em; font-variant: small-caps; font-weight: bold;}
h6 { font-size: 1em;  display: block; border-bottom: 1px solid #32598a;  margin-bottom: 3px;}
p { font-size: 1em;  line-height: 1.4em; }
strong {font-weight: bold;}
em { font-style: italic; }

body {
	font-family: Lucida Grande, Helvetica, Verdana, serif;
	font-size: 90%;
	line-height: 1.125em; /* 16ÃÂ1.125=18 */
	background: #65c6d1 url(images/bg.jpg) repeat-x;
	color: #4e4e4e;
}

.clear {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	margin-bottom: 25px;
}
.container {
	margin: 0 auto;
	width: 960px;
}
	
.alignleft {float: left; margin: 5px 8px 5px 0;}
.alignright {float: right; margin: 5px 0 5px 8px;}
.aligncenter {display: block; margin: 0 auto 8px;}
.alignleft, .alignright, .aligncenter {
	background-color: #fefff7;
	border: 1px solid #d7d9c5;
	padding: 4px;}

/************************************************
	LINKS AND BUTTON STYLES									
************************************************/
#content a:link {
	color: #2b848e; 
	text-decoration: underline; 
	font-weight: bold;
}
	#content a:visited {
		color: #185c64; 
		text-decoration: underline; 
		font-weight: bold;
	}
	#content a:hover {
		color: #333; 
		background-color: #c1eef3; 
		text-decoration: underline;
	}
	
#content h4.button {margin: 25px 0;}
#content h4.button a {
	background: #f4f6e1 url(images/bg-button-off.jpg) repeat-x top left;
	border: 1px solid #d7d9c5;
	color: #787878;
	line-height: 1.9em;
	padding: 5px 9px;
	text-decoration: none;}
#content h4.button a:hover {
	color: #333;
	background: #fff url(images/bg-button-on.jpg) repeat-x top left;}




/************************************************
	HEADER									
************************************************/
#header {
	width: 960px;
	margin-top: .35em;
	float: left;}

#logo {
	width: 250px;
	height: 114px;
	float: left;
	background: url(images/barkzone-dog-care-logo.png) no-repeat;
	margin-left: 25px;}
#logo a	{ 
	display: block; 
	text-indent: -9999px; 
	width: 250px;
	height: 104px;}
#logo h2 {
	font-size: .8em;
	font-style: italic;
	padding-top: .3em;}

#subscribe {
	border: 1px solid #b7e1da;
	float: right;
	height: 61px;
	width: 336px;}
#subscribe a:link {
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;}
#subscribe a:visited {
	color: #616161;
	text-decoration: none;}
#subscribe a:hover {
	color: #333;
	text-decoration: underline;}


/************************************************
	NAVIGATION									
************************************************/

#navLinks {
	float: right;
	text-align: right;
	background: none;}
#navLinks li {
	float: left;
	margin-left: 2px;
	font-size: 1em;
	list-style: none;}
#navLinks a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #494949;
	text-decoration: none;
	border: 1px solid #d7d9c5;
	background: #f4f6e1 url(images/bg-button-off.jpg) repeat-x top;}
#navLinks a:hover {
	color: #333;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	background: #fff url(images/bg-button-on.jpg) repeat-x top left;}
	
	
	
/************************************************
	CONTENT									
************************************************/

#content {
	background-color: #fff;
	border: 1px solid #d7d9c5;
	border-top: none;
	clear: both;
	float: left;
	padding-bottom: 30px;
	width: 958px;
}

#mainContent, 
#mainContentInternal, 
#single {
	background-color: #fff;
	float: left;
	padding: 30px 10px 0 25px;
}

#mainContent ul { 
	margin-left: 35px; 
	margin-bottom: 15px;
	padding-top: 4px;
}

blockquote.announcement { 
	font-style: italic;
	padding: 12px 12px 1px 12px;
	margin: 15px 0 15px;
	background: #fff799;
	border: 1px dashed #c9c058;
}

/************************************************
	CONTENT -- HOMEPAGE							
************************************************/
#mainContent {width: 470px;}
#mainContent h5 {margin: 25px 0 5px 0; font-style: italic;}
#mainContent p {margin-bottom: 16px;}




/************************************************
	CONTENT	-- HOMEPAGE							
************************************************/
#sidebar, 
#sidebar2 {
	background: #fff url(images/bg-secondary-content.jpg) repeat-x top left;
	border: 1px solid #d7d9c5;
	float: right;
	margin: 15px 15px 25px 0;
	padding: 20px; 
	list-style: none;
}

#sidebar { width: 380px; }
#sidebar .internal {width: 310px;}
#sidebar p { margin: 0 0 5px 0;}
#sidebar h4 { line-height: 1.4em; }

#sidebar ul#dogCam {
	width: 400px;
	display: block;
	margin: 8px 0 20px 0;
}

#sidebar ul#dogCam li {
	float: left;	
	display: block;	
	margin: 0 8px 8px 0;
}

#sidebar ul#dogCam li img {
	float: left;
	display: block;
	background-color: #fefff7;
	border: 1px solid #d7d9c5;
	padding: 4px;
}

#sidebar p.dogCam {
	font-size: .7em;
	margin: 0 0 15px 0;
	text-align: center;
}

#addressBlock {
	background-color: #f5f2ef;
	border-top: 1px solid #d7d9c5;
	border-bottom: 1px solid #d7d9c5;
	font-size: .75em;
	padding: 10px 15px 0;
	margin: 0 0 15px 0;
	clear: both;
}

#addressBlock .location {
	float: left;
	width: 147px;
	margin: 0 12px 0 0;
	padding: 0 15px 0 0;
}

#addressBlock .hours {  
	border-left: 1px dotted #d7d9c5;
	float: left;
	width: 145px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#sidebar h3 {
	border-bottom: 1px solid #9f957c;
	padding: 2px 0 3px 0;
	margin-bottom: 0px;
}

#sidebar .list ul { list-style: none; }

#sidebar .list li { list-style: none; }

#sidebar .list li a:link, 
#sidebar .list li a:hover, 
#sidebar .list li a:visited {
	border-bottom: 1px dotted #ccc; 
	display: block;
	font-size: .8em;
	padding: 4px 8px; 
	margin: 0 0 0 0;
	text-decoration: none;
	list-style: none;
}




#sidebar .internal h3 {margin: 15px 0 0 10px; line-height: 1.2em;}
#sidebar .internal p {
	font-size: .8em;
	margin: 0 15px 15px 22px;}
#sidebar .internal .contactImage {
	background-color: #fefff7;
	border: 1px solid #d7d9c5;
	margin: 0 29px 10px;
	padding: 4px;}	
	



/************************************************
	CONTENT	THREE COLUMN								
************************************************/
#threeColContainer {clear: both;}
#threeColContainer p, 
#threeColContainer span, 
#threeColContainer h3 {
	padding-left: 10px;
}

#threeColContainer p {font-size: .8em;}
#threeColContainer span {
	font-size: .8em;
	text-transform: uppercase;}
#threeColContainer h3 {
	letter-spacing: .05em;
	padding: 4px 0 22px 10px;}

#threeColOne, #threeColTwo, #threeColThree {
	float: left;
	margin-right: 18px;
	margin-top: 30px;
	width: 291px;}

#threeColOne {
	background: url(images/bg-threeColOne.jpg) no-repeat top left;
	margin-left: 25px;
	padding-top: 105px;}

#threeColTwo {
	background: url(images/bg-threeColTwo.jpg) no-repeat top left;
	padding-top: 105px;}

#threeColThree {
	background: url(images/bg-threeColThree.jpg) no-repeat top left;
	padding-top: 105px;}
	
	
/************************************************
	CONTENT -- INTERNAL MAIN						
************************************************/
#mainContentInternal{width: 470px;}
#mainContentInternal p {margin-bottom: 18px;}
#mainContentInternal ul {margin-bottom: 10px;}
.backLink a:link, .backLink a:visited, .backLink a:hover {font-size: .6em; }


/************************************************
	CONTENT	-- INTERNAL SECOND COLUMN								
************************************************/

#single {width: 900px;}

.servicesOne {
	border-right: 1px dotted #4e4e4e;
	float: left;
	padding-right: 20px;
	width: 425px;}

.servicesTwo {
	float: right;
	padding-right: 10px;
	width: 430px;}	

.servicesOne h4, .servicesTwo h4 {padding-bottom: 8px;}
.servicesOne p, .servicesTwo p { 
	border-bottom: 1px dotted #4e4e4e; 
	font-size: .8em;
	padding-bottom: 10px;}

.daycare, .grooming, .boarding, .training, .walking {padding-left: 80px;}
.daycare {background: url(images/dog-food-bowl-icon.gif) no-repeat top left;}
.grooming {background: url(images/dog-icon.gif) no-repeat top left;}
.boarding {background: url(images/dog-house-icon.gif) no-repeat top left;}
.training {background: url(images/dog-leash-icon.gif) no-repeat top left;}
.walking {background: url(images/dog-collar-icon.gif) no-repeat top left;}



/************************************************
	FOOTER									
************************************************/
#footer {
	background: #4d6145 url(images/bg-footer.jpg) repeat-x top center;
	clear: both;
	color: #fff;
	line-height: 1.4em;
	padding-top: 360px;}

.address {
	background: #4d6145;
	float: left;
	list-style: none;
	margin-left: 25px;
	width: 250px;}
.address a {
	color: #fff;
	text-decoration: none;}
.address a:visited {
	color: #eee;
	text-decoration: none;}
.address a:hover {
	color: #fff;
	text-decoration: underline;}

.links, .footerInfo {
	background: #4d6145;
	float: left;
	font-size: .8em;
	margin-left: 20px;
	width: 200px;}
.links li {
	list-style: none;
	background: #4d6145 url(images/bullet-paw.gif) no-repeat left 30%;
	padding-left: 20px;}
.links a {
	color: #fff;
	text-decoration: none;}
.links a:visited {
	color: #eee;
	text-decoration: none;}
.links a:hover {
	color: #fff;
	text-decoration: underline;}

.footerInfo li {
	list-style: none;
	line-height: 1.3em;
	text-align: right;}
.footerInfo a {
	color: #dddddd;
	text-decoration: none;}
.footerInfo a:visited {
	color: #b5b2b2;
	text-decoration: none;}
.footerInfo a:hover {
	color: #fff;
	text-decoration: underline;}
	
	

/************************************************
	FORM									
************************************************/

.wpcf7 span {margin-left: 0px;}
.wpcf7 h3 {padding: 15px 0 8px; }
.wpcf7 p {padding-top: 8px;}