body {
	background: #B7DEE8;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
	text-transform: lowercase;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

a {
	color: black;
}

a:visited {
	color: black;
}

.shadow {
	-webkit-box-shadow:2px 2px 5px #333333;
	-moz-box-shadow:2px 2px 5px #333333;
	box-shadow:2px 2px 5px #333333;
}

/* Global Layout */

div#page {
	width: 960px;
	margin: 0 auto;
}

div#content {
	background: #93CDDD;
	clear: both;
	margin-top: 30px;
	overflow: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* Header */

div#header h1 a{
	color: #E46C0A;
	text-decoration: none;
	font-size: 1.5em;
	margin: 0 0 0 25px;
	position: relative;
	top: 30px;
	left: 10px;
	margin: 0;
}

div#header img#beardog-header {
	float: left;
}

div#header img#dogshadow {
	float: right;
	margin-top: -60px;
}

/* Navigation */
div#navigation {
	background: #984807;
	width: 960px;
	height: 30px;
	margin: 0 0 0 0;
	clear: both;
}

div#navigation ul {
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 6px 15px;
	padding: 0;
	display: block;
	width: 86px;
	height: 20px;
	overflow: visible;	
	text-align: center;
}

div#navigation ul li.page-item-27 {
	width: 90px;
}

div#navigation ul li a {
	display: block;
	color: #D86B08;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.1em;
}

div#navigation ul li#current_page_item a {
	font-weight: bold;
	color: #FAC090;
}

/* Hover effects */

div#navigation ul li:hover a {
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;
}

li.page-item-2:hover a {
	background: url('images/about-dropdown.jpg') no-repeat center 24px;
}

li.page-item-21:hover a{
	background: url('images/donations-dropdown.jpg') no-repeat center 24px;
}

li.page-item-36:hover a{
	background: url('images/friends-dropdown.jpg') no-repeat center 24px;
}

div#navigation ul li.page-item-27:hover a{
	background: url('images/onlocation-dropdown.jpg') no-repeat center 24px;
	width: 90px;
}

li.page-item-9:hover a{
	background: url('images/product-dropdown.jpg') no-repeat center 24px;
}

li.page-item-85:hover a{
	background: url('images/contact-dropdown.jpg') no-repeat center 24px;
}

li.page-item-88:hover a{
	background: url('images/order-dropdown.png') no-repeat center 20px;
}

li.cat-item-3:hover a{
	background: url('images/news-dropdown.jpg') no-repeat center 24px;
}

/* Make the images stay on the page when it's the active page */

li.cat-item-3#current_page_item a{
	background: url('images/news-dropdown.jpg') no-repeat center 24px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-88#current_page_item a{
	background: url('images/order-dropdown.png') no-repeat center 20px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-85#current_page_item a{
	background: url('images/contact-dropdown.jpg') no-repeat center 24px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-9#current_page_item a{
	background: url('images/product-dropdown.jpg') no-repeat center 24px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-27#current_page_item a{
	background: url('images/onlocation-dropdown.jpg') no-repeat center 24px;
	width: 90px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-36#current_page_item a{
	background: url('images/friends-dropdown.jpg') no-repeat center 24px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-21#current_page_item a{
	background: url('images/donations-dropdown.jpg') no-repeat center 24px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

li.page-item-2#current_page_item a{
	background: url('images/about-dropdown.jpg') no-repeat center 24px;
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;	
}

/* Footer */
div#footer {
	padding-top: 15px;
	clear: both;
	text-align: center;
}

/* About Page Layout */

div#about-container {
	background: #93CDDD;
	clear: both;
	margin-top: 30px;
	overflow: auto;
	width: 900px;
	float: right;
}

div#about {
	width: 500px;
	margin: 50px 25px 25px 25px;
}

div#about h2 , div#about h3, p {
	margin: 0;
	padding: 0;
}

div#about h2 {
	font-size: 2.0em;
}

div#about h3{
	margin: 25px 0 0 25px;
}

div#about p {
	margin: 0 0 0 25px;
}


img#dogsbylake {
	max-height: 300px;
	margin: 110px 50px 0 0;
}

/* Product Page Layout */
div#product {
	width: 500px;
	margin: 80px 50px 25px 25px;
}

div#product h2 {
	margin: -50px 0 25px -175px;
	font-size: 2.5em;
}

div#product p {
	margin: 8px 0;
}

div#product h3:nth-child(3) {
	color: #984807;
}

img#product-dog {
	position: relative;
	top: 80px;
	left: 165px;
}

img#product-horse {
	position: relative;
	top: 170px;
	left: 145px;
}

img#product-image {
	height: 100px;
	margin: 0 25px 25px 0;
}

/* Donations Page Layout */

div#donations-container {
	background: #93CDDD;
	clear: both;
	overflow: show;
	float: right;
	width: 800px;
	margin: 30px 0 0 150px;
	padding: 25px 0 0 0;
}

div#donations {
	width: 600px;
	margin: 75px;
}

img#donationsimg {
	width: 200px;
	margin: 100px 0 0 -150px;
	float: left;
}

div#donations h2 {
	margin-left: -15px;
}

div#donations p {
	margin: 0 0 15px 0;
}

/* On Location Page */

div#onlocation-container {
	margin: 125px 0 0 0;
}

div#onlocation-container div.floatleft {
	width: 570px;
}

div#onlocation-container img {
	float: right;
	margin: 0 100px 0 0;
}

div#onlocation-container h2 {
	margin: 0 0 15px 175px;
}

div#onlocation-text {
	position: relative;
	z-index: 2;
	float: right;
	text-align: right;
	padding: 25px;
	width: 350px;
	background: #93CDDD;
}

div#onlocation-container p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}

div#onlocation-container p:last-child {
	margin: 0;
}

div#dates {
	position: relative;
	z-index: 3;
	background: #31859C;
	color: #FFFFFF;
	width: 500px;
	padding: 10px;
	margin: 0 0 0 50px;
}

/* Single */

div#media-container {
	margin: 0 0 0 0;
	float: left;
	width: 570px;
	background: #93CDDD;
}

div#article-list {
	margin: 100px 0 0 0;
	float: right;
	width: 300px;
	padding: 15px;
}

div#article-list h3 a {
	font-size: 0.8em;
	color: #0A0E49;
}

div#article-list h2 {
	margin: 0;
	padding: 0;
	color: #0A0E49;
}

div#media-container p, h2 {
	margin: 15px;
}

img#newsimgsmall {
	width: 150px;
	margin: 50px 0 0 -75px;
}

/* Archive */

img#newsimg {
	width: 570px;
	display: block;
	margin: 50px auto;
	
}

/* Friends Page */

#smooth_sldr .sldrlink a {
	display: none;
}

#smooth_sliderc_nav {
	display: none;
}

#default-container{
	margin: 150px 0 0 0;
}

#smooth_sldr_body {
	margin-top: 25px;
}

#smooth_sldr_items {
}

img.smooth_slider_thumbnail {
	margin: 0 25px 100px 15px;
}

/* Contact Page */

div#contact-container {
	margin: 2px 0 0 200px;
	width: 700px;
	padding: 115px 15px 15px 15px;
	background: #93CDDD;
	overflow: auto;
}

div#contact-container p {
	margin: 15px;
}

div#contact-container p a {
	color: blue;
}

div#contact-container h2 {
	margin-left: 100px;
	font-size: 2.0em;
}

div#contact-container div.floatleft {
	width: 250px;
	margin-top: 50px;
	text-align: right;
}

div#contact-container div.floatright {
	width: 425px;
	float: right;
	margin: 0;
}

div#contact-container img#contactimg {
	width: 200px;
	position: relative;
}

div#contact-container img#caption-raven {
	position: relative;
	left: 50px;
	top: 40px;
	z-index: 1;
}

div#contact-container img#caption-bear {
	font-weight: bold;
	position: relative;
	top: 150px;
	left: 10px;
}

/* Order Page */

div#order-container {
	width: 930px;
	padding: 15px;
	background: #93CDDD;
	overflow: auto;
	margin: 110px 0 0 0;
}

div#order-container div.floatleft{
	width: 200px;
	text-align: right;
	margin-left: 200px;
}

div#order-container div.floatleft img {
	float: none;
	margin-bottom: 10px;
}

div#order-container div.floatright {
	width: 500px;
}

div#order-container div.floatright h2 {
	font-size: 2.6em;
}

div#order-container div.floatright table {
	width: 400px;
	text-align: right;
}

div#order-container p {
	margin: 15px 0 15px 0;
}





