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


html, body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#45423F;
	padding:0;
	margin:0;
	border:0;
	line-height:1.4em;

}
body.home {
	background-image:url(../images/bg.png);
		background-color:#C3B8AD;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

a, a img {
	text-decoration:none;
	border:0;
	color:#47443e;
}
a:hover {
	color:#999999;
}


p {
	padding-top:.3em;
	padding-bottom:.2em;
}

.whiteTxt {color:#ffffff;}
.blueTxt {color:#42a5c0;}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { text-align:center;  padding:1em 0; font-size:0.8em; }
img.alignleft {
	margin: .4em 1em .4em 0;
}
img.alignright {
	margin:.4em 0 .4em 1em;
}
br.clear { clear:both; display:block; height:1px; margin:0 }

.error {color:#f00;}

h1 {
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:.3em 0;
	margin:0;
	
	}

h2 {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:.3em 0 0 0;
	margin:0;
	}

h3 {
	font: 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:.3em 0 0 0 ;
	margin:0;
}
h4 {
	font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:.3em 0 0 0;
	margin:0;
	}

h5 {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:.0;
	margin:0;
	font-weight:bold;
}

h6 {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:0;
	margin:0;
	 }
.navigation a:hover {
	color:#ffffff;
}
/**************************************************
**************HEADER ****************************/
#mobnav {
	display:none;
	}
#header {
	background-color:#312f30;
	background-image:url(../images/header-bg.jpg);
	background-position:bottom center;
	background-repeat:repeat;
	margin:0;
	padding:0;
	width:100%;
	z-index:100;
	border:0;
	border-bottom:solid 1px #333333;
}
#headerInner {
	width:960px;
	margin:auto;
	
	padding:0;
	max-height:86px;
}

h1.chris-packham {
	color:#42a5c0; 
	font-size:1em; 
	margin:0;
	 padding:3px 0 0 0; 
	 text-transform:uppercase; 
	 border:0; 
	 clear:both;
	
	 }
#headerInner img {
	max-width:100%;
	height:auto;
	padding:0;
	margin:0;
	border:0;
}
#headerInner ul {
	padding:0;
	margin:0;
	text-align:right;
	list-style-type:none;
	
}
#headerInner ul li {
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#ffffff;
	float:right;
	margin:0;
	padding:0;
	border:0;
	text-indent:0;
	list-style-type:none;
	}
#headerInner ul li a {
	color:#ffffff;
	display:inline-block;
	padding:0em 1em;
	line-height:28px;
	text-transform:uppercase;
	border-right:solid 1px #858179;
	text-decoration:none;
	background-color:#5F5B57;
	margin-left:-4px;
}

#headerInner ul li a:hover, #headerInner ul li.current_page_item a {
	color:#c5b8ae;
}

/*******************************************
************NAV BAR DROP MENU *****************/

#headerInner li ul {
	display: none; 
	width: 13em; /* Width to help Opera out */
	}
#headerInner li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	z-index:100;
	text-align:left;

	-moz-box-shadow: 2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 6px #000000;
	-o-box-shadow: 2px 2px 6px #000000;
	box-shadow: 2px 2px 6px #000000;
	
	}
#headerInner li:hover li {
	float: none; 
	padding:0;
	margin:0;
	font-size:1.1em;
	}
#headerInner li:hover li a {
	padding:.6em 0.7em .6em .9em;
	margin:0px 0px 0px 0px;
	border-bottom:solid 1px #bbb0a5;
	line-height:16px;
	 background-color:#5f5b57;
	color:#ffffff;
	width:100%;
	text-transform:none;
	}
#headerInner li:hover li:nth-child(odd) a { background-color:#5f5b57; }
#headerInner li:hover li:nth-child(even) a { background-color:#857d77; }
#headerInner li li a:hover {
	
	}
	
a.showmenu {
	display:none;
}
a.hidemenu {
	display:none;
}



#instafeed img {
	max-width:23%!important;
	margin:1%;
}

/**************************************************
*************CAROUSEL ****************************/
#carouselCont {
	background-color:#5f5c57;
	border-bottom:solid 1px #333333;
	}
#carousel {
	max-width:1280px;
	width:100%;
	margin:auto;
	overflow:hidden;
	text-align:center;
	padding:0;
	position:relative;
}
.carouselTitle {
	position:absolute;
	bottom:-12px;
	left:160px;
	font-weight:100;
}

#carousel img {
	max-width:100%;
	height:auto;
}
#nextBtn  {
	width:50px;
	height:80px;
	position:absolute;
	left:50%;
	top:30%;
	margin-left:590px;
	display:block;
	background-image:url(../images/car-arrow-right.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#prevBtn  {
	width:50px;
	height:80px;
	position:absolute;
	right:50%;
	top:30%;
	margin-right:590px;
	display:block;
	background-image:url(../images/car-arrow-left.png);
	background-repeat:no-repeat;
	background-position:center center;
}

div.fadenav { position: absolute; top: 5px; right: 5px; }
div.fadenav a { display: block; background: #ccc; width: 12px; height: 12px; margin: 0 0 0 2px; float: left; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #000; }
div.fadenav a:hover { text-decoration: none; }
div.fadenav a.current { background: #000000; }



/**************************************************
**************WRAPPER ****************************/
#wrapper {
	width:100%;
	max-width: 980px;
	margin:auto;
}

/**************************************************
*************PAGE BANNER****************************/
#banner {
	background-color:#5f5c57;
	border-bottom:solid 1px #333333;
	
	}
#bannerInner {
	max-width:960px;
	width:100%;
	margin:auto;
	position:relative;
}
#bannerImg img {
	width:68.75%;
	height:auto;
}
#headSideImg img, #bannerAd img {
	width:31.25%;
	
}

#bannerInner img {
	float:left;
	height:auto;
}

/**************dog banner*********************/
.dogsTitle {
	position:absolute;
	top:-60px;
	left:-30px;
	width:965px;
	
}
.dogsTitle img {
	width:100%;
	height:auto;
}
.dogspage {min-height:5.9em;}

/**************************************************
**************SOCIAL BUTTONS***************************/
#socialBtns {
	text-align:right;
}
#socialBtns p {
	padding-top:.5em;
	font: 1.2em 'QuicksandLight', Arial, sans-serif;
}
#socialBtns a img {
	padding:0;
	margin-right:.3em;
	border:solid 1px #CCC;
}
#socialBtns a img:hover {
	border:solid 1px #42a5c0;
}

/**************************************************
**************HOME COLUMNS***************************/
.homeCol1, .homeCol2, .homeCol3 {
	width:31.5%;
	max-width:300px;
}
.transWhiteBg {
	background-image:url(../images/trans-white-tile.png);
}
.homeCol1 {
	margin-right:3%;
	float:left;
	padding:0;
}
.homeCol2 {
	float:left;
}
.homeCol3 {
	float:right;
}
.homeBlock {
	text-align:center;
	margin-top:1em;
	margin-bottom:1.6em;
	clear:both;
	border-bottom:dashed 1px #5F5B57;
	padding-bottom:1em;
	line-height:1.5em;
	transition:.5s all;
}

.homeBlock.tweetBlock iframe {
	width:100%!important;
	height:365px!important;
}
.homeBlock img {
	height:auto;
	padding:0;
	margin:0;
	border:solid 1px #5F5B57;
	width:calc(100% - 2px);
}
.homeBlock a img {
	margin:auto;
	padding:0;
}
.homeBlock:hover {
	-webkit-box-shadow:0 0 24px #444;
	-moz-box-shadow:0 0 24px #444;
	box-shadow:0 0 24px #444;
}
.homeBlock h2 {
	background-color:#5f5b57;
	color:#ffffff;
	padding:.1em 0 0 .3em;
	margin:0;
	text-align:left;
}
.homeBlock h3 {
	padding:.5em .7em .4em .7em;
	margin:0;
	color:#5f5b57;
	text-align:left;
}
.homeBlock h3 a {
	color:#5f5b57;
}
.homeBlock h3 a:hover {
	color:#000000;
}
.homeBlock p {
	text-align:left;
	padding: 0 1em;
	margin:0;
	
}
.readmore {
	padding:.4em .6em;
	background-color:#5f5b57;
	margin-top:.8em;
	margin-right:1em;
	color:#ffffff;
	float:right;
	font-size:.9em;
	}
.readmore:hover {
	background-color:#5F5B57;
	color:#ffffff;
}

/**************************************************
**************SIDEBAR ***************************/
#sidebar {
	float:right;
	width:31.25%;
	margin-top:1em;
}
.sidebarWidget {
	margin-bottom:1em;
	background-color:transparent;
	background-image:url(images/trans-white-tile.png);
	overflow:auto;
}
.sidebarWidget h3 {
	background-color:#5f5c57;
	color:#ffffff;
	padding:.3em 1em ;
	margin:0;
	text-align:left;
	text-transform:uppercase;
}
.sidebarWidget ul {
	margin:0;
	padding:.0 0 0 0;
}
.sidebarWidget ul li {
	color:#303030;
	text-transform:uppercase;
	list-style-type:none;
	font-size:.9em;
	background-color:#847d76;
}
.sidebarWidget ul li a {
	color:#ffffff;
	display:block;
	padding:.5em 2.1em;
	margin:0;
	border-bottom:solid 1px #c2b8ad;
}
.sidebarWidget ul li a:hover {
	background-color:#c3b8ae;
	color:#303030;
}
.sidebarWidget ul li ul li {
	padding-left:1em;
}
.sidebarWidget img, .sidebarWidget a img {
	max-width:98.7%;
	border:solid 2px #ffffff;
	margin:auto;
}
.sidebarWidget h4 {
	padding:.3em ;
	margin:0;
	color:#000000;
}
.sidebarWidget h4 a {
	color:#000000;
}
.sidebarWidget p {
	padding:.6em;
	line-height:1.4em;
	margin:0;
}
.sidebarWidget .readmore {
	margin-bottom:.5em;
}
.sidebarWidget form { 
	clear:both;
}
.sidebarWidget input[type="text"] {
	width:94%;
	margin:2%;
	height:1.2em;

}
.sidebarWidget input[type="submit"] {
	padding:.4em .6em;
	background-color:#303030;
	margin-top:.4em;
	margin-right:1em;
	color:#ffffff;
	float:right;
	font-size:.9em;
	border:0;
	
}
	
.sidetweet {
	padding:.5em 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background-color:#ece7e5;
}
.sidetweet ul  {
	padding:0;
	margin:0;
	background-image:url(images/trans-white-tile.png);
}
.sidetweet ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	background-color:transparent;
}
.sidetweet ul li a {
	background-image:none;
	padding:0;
	margin:0;
	color:#0CF;
	background-color:transparent;
}
.sidetweet img {
	padding:.5em;
	border:0;
}
/**************************************************
**************CONTENT ***************************/
#content {
	float:left;
	width:56%;
	border:solid 1px #5f5c57;
	margin-top:1em;
	padding:3% 5%;
	background-color:transparent;
	background-image:url(../images/trans-white-tile.png);
	min-height:600px;
}
#content img {
	max-width:100%;
	height:auto;
}
#catContent {
	float:left;
	width:66%;
	margin-top:1em;
	padding:0;
	background-color:transparent;
	
}
#navigation {
	margin-bottom:2em;
}
#navigation a {
	color:#ffffff;
}

#fullWidthContent {
	float:none;
	border:solid 1px #5f5c57;
	margin-top:1em;
	padding:3% 5%;
	background-color:#transparent;
	background-image:url(../images/trans-white-tile.png);
	
}
#fullWidthContent img {
	max-width:100%;
}

/**************************************************
**************CATEGORY ***************************/
.catBox {
	margin-bottom:2em;
	margin-top:0;
	padding:1em 2em;
	border:solid 1px #303030;
	background-color:#ffffff;
	}
.catBox a img, .catBox img {
	width:100px;
	height:auto;
	border:solid 1px #303030;
	margin-right:10px;
}
.catBox p {
	padding-top:0;
	margin-top:0;
}
.catDetail {
	margin-top:10px;
	border-top:solid 1px #aeb3c9;
	}
.comLink {
	}
.catdate {
	font-size:0.8em;
	font-weight:bold;
	color:#999999;
	}
.catPage {
	color:#ffffff;
	background-color:#5f5c57;
	padding-left:1em;
}
.nextprev {
	color:#ffffff;
	background-color:#303030;
	padding:.5em 1em;
}
/**************************************************
**************TWITTER***************************/
#tweetBubble {
	padding-top:.2em;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#tweetBubble img {
	border:0;
}
#tweetBubbleInner {
	background-color:#e9e6e2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:1.6em;
	line-height:1.4em;
	-webkit-box-shadow:1px 1px 1px #ccc;
	-moz-box-shadow:1px 1px 1px #ccc;
	box-shadow:1px 1px 1px #ccc;
}
#tweetBubbleInner #twitter_update_list {
	padding:2em;
	font-style:italic;
	line-height:1.4em;
	white-space:pre-line;
	width:100%;
}
#tweetBubbleInner #twitter_update_list ul, #tweetBubbleInner #twitter_update_list ul li {
	list-style-type:none;
	padding:.5em;
	margin:0;
	white-space:pre-line;
}
#tweetBubbleInner #twitter_update_list ul li a {
	color:#42a5c0;
	white-space:pre-line;
	}
span.twitterTime {
	font-size:.7em;
}
#tweetBubble .tail {
	width:0;
	height:0;
	border-bottom: 4em solid transparent;
	border-right:3em solid transparent;
	border-left: 3em solid #e9e6e2;
	margin-left:60%;
}
.homeBlock.tweetBlock {
	padding:0;
	margin:0;
}
.homeBlock.tweetBlock iframe {
	height:365px;
	padding:0;
	margin:0;
}



/**************************************************
**************COMMENTS*************************/
#commentsSection {
	margin-top:2em;
}
img.avatar  {
	float:left;
	margin-right:20px;
}
#commentsSection .comment-body {
	padding-bottom:5px;
}
#commentsSection ol.commentlist {
	padding-top:20px;
}
#commentsSection {
	margin-top:20px;
}
#commentsSection .bypostauthor {
	
	margin-bottom:20px;
}
#commentsSection .comment-meta {
	font-size:0.8em;
}
#commentsSection input, #commentsSection textarea {
	width:98%;
	padding:5px;
	border:solid 1px #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#commentsSection label {
	font-weight:bold;
}

#commentsSection input:focus, #commentsSection textarea:focus {
	border:solid 1px #f00;
}
#commentsSection input[type="submit"] {
	width:30%;
	text-align:center;
	padding:5px 10px;
	background-color:#5f5c56;
	color:#ffffff;
	border:solid 1px #000000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#commentsSection .reply {
	text-align:right;
	border-bottom:dotted 1px #303030;
	padding-bottom:10px;
	margin-bottom:10px;
}
#commentsSection .reply a {
	background-color:#303030;
	color:#ffffff;
	padding: 5px 10px;
	margin:10px;
	width:70px;
	border:solid 1px #303030;
}
.nocomments {
	display:none;
	}

/**************************************************
**************FOOTER***************************/
#footer {
	background-color:#5f5c57;
	background-image:url(../images/foot-bg-top.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	border-top:solid 1px #000000;
}
#footerContainer {
	background-image:url(../images/foot-bg.png);
	background-position:7% center;
	background-repeat:no-repeat;
}
	
#footerInner {
	max-width:960px;
	width:90%;
	margin:auto;
	padding-bottom:1em;
}
.footCol {
	width:23%;
	margin:0 1% 0 1%;
	float:left;
}
#footerInner h3 {
	color:#ffffff;
	padding:.9em .2em 1em .2em ;
	font-size:1.3em;
	margin:0;
}
#footerInner ul {
	margin:0;
	padding:.0 0 0 0;
}
#footerInner ul li {
	color:#ffffff;
	text-transform:uppercase;
	list-style-type:none;
	font-size:.9em;
}
#footerInner ul li a {
	color:#ffffff;
	display:block;
	padding:.5em 1em;
	margin:0;
	border-bottom:solid 1px #888583;
}
#footerInner ul li a:hover {
	background-color:#4d4c4c;
}
#copyright {
	background-color:#3a3835;
	color:#ffffff;
	text-align:center;
	font-size:.8em;
	padding:1em;
}
#copyright a {
	color:#ffffff;
}