@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

p, li {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
	color:#000;
}
a {
	color: #960;
}
a:hover {
	color: #f4b730;
}

.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 850px;
	background-color: #373;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}
.row {
	margin: 0;
	padding: 0;
}
.container-fluid {
	padding: 0;
	margin: 0;
}
.page-header {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	height: 230px;			/* <------  WARNING: petscripts.js modifies this on the fly! */
}

.banner-main {
	background-color: #fff;
	background-image: url(/images/layout1/banner-bkg-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

/* Do not show the text to browsers that can read the CSS and display the banner instead */
.page-header h1 { display: none; } 
.page-header p {  
	width: 100%;
	text-align: center;
	padding-top: 200px;		/* <------  WARNING: petscripts.js modifies this on the fly! */
	margin-top: 0px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
}	

#headRow {					/* <------- WARNING: petscripts.js depends on this element being present! */
	height: 30px;
	background: linear-gradient(#fff,#373 45%);	
}
#contentRow {
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: none;
}

/* Core Navigation Settings */
.nav {
	background-color: #373;
	margin: 0;
	padding: 0;
}
/* Create the border at the bottom of the navigation */
.navbar {
	padding: 0;
	margin: 0;
	border: none;
}

/* Basic Navigation Items */
.navbar-default .navbar-nav li a {
	background-color: #373;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	padding-bottom: 12px;
	padding-top: 12px;
}

/* Hovered Navigation */
.navbar-default .navbar-nav li:hover {
	background-color: #f4b730;
}
.navbar-default .navbar-nav li a:hover {
	background-color: #f4b730;
	color: #000;
}

/* Active Navigation */
.navbar-default .navbar-nav .active {
	background-color: #f4b730;
}
.navbar-default .navbar-nav .active:hover {
	background-color: #f4b730;
}
.navbar-default .navbar-nav .active a {
	background-color: #f4b730;
	color: #000;
}
.navbar-default .navbar-nav .active a:hover {
	background-color: #f4b730;
	color: #000;
}

/* Collapsing Navigation */
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}

/* Background and position of mobile navigation header */
.navbar-header {
	background-color: #373;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
/* Text shown in mobile navigation header */
.navbar-default .navbar-header .navbar-brand {
	color: #fff;
}


/* Sidebar Styles */
#side_nav_bar {
	background-color: #373;
	margin: 0;
	padding: 0;	
}
#sidebar_under_nav {
	background-color: #373;
	padding: 5px;
}

/* Main Content Styles */
#main_content {
	background-color: #fff;
	padding: 5px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
}

.heart-links li {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
	list-style-type:none;
}

.heart {
	margin-left: -25px; 
	margin-right: 10px;
}

.infoBox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 15px;
	border:#000 1px dotted;
	font-size:10pt;
}

.sideText {
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
}
.mainText {
	padding-left: 15px;
	padding-right: 15px;
}
.locText p {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
}
.tMain {
	border-bottom: #373 1px solid;
}
.testimonalImg {
	max-width: 325px;
	margin: 10px auto;
}
.testimonalImg img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.tText {
	padding: 10px 10px;
}
.tName {
	font-style:italic;
	text-align:right;
}
.sitters {
	font-weight:bold;
	font-size: 15px;
	letter-spacing:2px;
	text-align:center;
}
.petsLoc {
	border:#383 double 1px;
	padding: 5px;
}
.resourcelt {
	font-weight:normal;
	margin-top: -15px;
	font-size: 14px;
	line-height:17px;
	text-align:center;
}
.resourceBold {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
}


/* Footer Styles */
footer {
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}
footer p {
	 font-size: 10px;
	 text-align: center;
	 max-width: 800px;
	 margin: auto;
}


/* Aside Images and other Images through the site */
.imageAbout {
	max-width: 400px;
	margin: 0 auto;
}

.imageInspire {
	max-width: 325px;
	margin: 0 auto;
}
.imageInspire img, .imageAbout img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.imageInspire p.quote, .imageAbout p.quote {
	display: block;
	text-align: center;
	font-size: 11px;
}
.imageInspire p.quoteAuthor {
	display: block;
	margin: 10px;
	text-align: right;
	font-size: 11px;
}
.imgShadow {
	box-shadow: 5px 5px 3px #888;
	margin-bottom: 25px;
	}

/* Individual page content instructions */
article.homeText {
	margin: auto;
	padding: 0 25px 20px 25px;
}


.contentBlock {
	border-bottom:#000 solid 1px; 
	margin-bottom:25px;
}
.contentBlock h2 {
	color:#000;
	font-size: 24px;
	text-align: center;
}
.clearBoth {
	clear:both;
}

/* ### NOTE: More customizations for larger screens are below in that section ### */


/* Custom Styles for tablet-sized (and larger) screens > 768px wide */
@media (min-width: 768px) {
	
	/* Sidebar Navigation */
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
	}
	.sidebar-nav .navbar ul:not {
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}		
	.page-header {
		height: 240px;							/* <------  WARNING: petscripts.js modifies this on the fly! */
	}	
	.page-header p {  
		width: 230px;
		padding-top: 180px;						/* <------  WARNING: petscripts.js modifies this on the fly! */
		margin-left: 50px;
		font-size: 14px;
	}		
}

/* Custom Styles for desktop screens */
@media (min-width: 992px) {
	/* Desktop Header - fill the header with the full banner */
	.page-header {
		height: 270px;							/* <------  WARNING: petscripts.js modifies this on the fly! */
	}
	.page-header p {  
		width: 250px;
		padding-top: 200px;						/* <------  WARNING: petscripts.js modifies this on the fly! */
		margin-left: 60px;
		font-size: 16px;
	}
	#contentFootLeft {
		height: 58px;
		background-image: url(../images/layout1/corner.png);
		background-repeat: no-repeat;
		background-position: top left;
		margin-left: -38px;
		margin-bottom: -37px;
		z-index: 100;
			
	}
	#contentFootRight {
		height: 90px;
		background-image: url(../images/layout1/paws.png);
		background-repeat: no-repeat;
		background-position: top right;
		margin-bottom: -100px;
		z-index: 100;
	}
	footer {
		min-height: 80px;
	}
}