@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'marydaleregular';
	src: url('fonts/marydale-webfont.eot');
	src: url('fonts/marydale-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/marydale-webfont.woff') format('woff'),
		 url('fonts/marydale-webfont.ttf') format('truetype'),
		 url('fonts/marydale-webfont.svg#marydaleregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
    font-family: 'JennaSueRegular';
    src: url('/fonts/jennaSue/JennaSue-webfont.eot');
    src: url('/fonts/jennaSue/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/jennaSue/JennaSue-webfont.woff') format('woff'),
         url('/fonts/jennaSue/JennaSue-webfont.ttf') format('truetype'),
         url('/fonts/jennaSue/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.marydale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-family: 'marydaleregular';
	font-weight:normal;
	line-height: normal;
	clear: both;
	margin: 0 0 10px 0;
}

.no-results {
	text-align: center;	
}

.no-article {
	text-align: center;	
}

#fun-wrap {
	width: 100%;
	height: auto;
	background: url(../fun2013/images/blog-top-tile.jpg);
}
								
#fun-content-wrap {
	width: 990px;
	height: auto;
	margin: auto;	
	background-color: #fff;
	float: left;
}

#fun-header {
	background: url(images/backyard-img.jpg) no-repeat;	
	width: 990px;
	height: 150px;
	margin: auto;
}

#fun-nav {
	width: 925px;
	height: 30px;	
	margin: -15px auto 10px auto;
}

.small-btn {
	background: url(images/small-btn.jpg) repeat-x;	
	height: 30px;
	list-style:none;
	float: left;
	color: #fff;
	padding: 6px 21px;
	text-align:center;
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
}

.small-btn:hover {
	background: url(images/small-btn-hover.jpg) repeat-x;	
	color: #fff;
}

.small-btn a:link {
	text-decoration: non !important;
	color: #fff !important;	
}

.large-btn {
	background: url(images/large-btn.jpg) repeat-x;	
	height: 30px;
	list-style:none;
	float: left;
	color: #fff;
	padding: 10px 24px;
	text-align:center;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	font-family: 'marydaleregular';
	cursor: pointer;
}

a.large-btn:hover {
	background: url(images/large-btn-hover.jpg) repeat-x !important;	
	color: #fff !important;
}

a.large-btn {
	color: #fff !important;
	text-decoration: none !important;	
}
.horz-divider {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	height: 1px;
}

/*Featured Article*/

#featured-article {
	float: left;	
	height: auto;
	width: 595px;
	margin-top: 20px;
}

.featured-img {
	border: 2px solid #fff;
	height: 300px;
	width: 340px;
	float:left;
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3;
}

.blog-text img {
	display:block; 
	margin: 20px auto;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3;
}

.article-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight:bold;	
	margin-bottom: 10px;
	line-height:normal;
}

.article-title a {
	color: #000;
}

.article-title a:hover {
	color: #ED9613 !important;	
}

.article-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align:left;
	margin-bottom: 10px;
}

.article-post-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	float:left;
	margin-top: 10px;
	margin-bottom: 20px;	
}

/*End*/

/*Pet of the Day*/

#pet-of-the-day {
	float: left;
	width: 334px;
	height: auto;
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
	margin-top: 20px;
}

.pod-img {
	border: 2px solid #fff;
	height: 200px;
	width: 322px;
	float:left;
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3; 	
}

.pod-name {
	margin: 15px 0;
	float: left;
	font-size: 25px;
	font-family: 'marydaleregular';
}

.pod-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align:left;
	float:left;
	margin-bottom: 10px;
}

#pod-badge {
	background: url(images/pod-badge.png);
	height: 109px;
	width: 90px; 	
	float: right;
	margin-left: 260px;
	position:absolute;
}

/*End*/

/*Customer Photos*/

#fun-customer-photos {
	width: 960px;
	height: 200px;
	margin: 15px 0 15px 20px;
	float:left;
}

.wrapper {
	width: 785px;
	margin: auto;
}
.list_carousel_outerwrap {
	margin: auto;
	width: 860px;
}
.list_carousel_wrap {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel {
	font-size: 40px;
	text-align: center;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 4px;
	display: block;
	float: left;
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3; 	
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
	background: url(images/left-arrow.jpg) no-repeat;
	height: 61px;
	width: 34px;
	margin-top: -88px;
	margin-left: -40px;
}
.next {
	float: right;
	margin-right: 10px;
	background: url(images/right-arrow.jpg) no-repeat;
	height: 61px;
	width: 34px;
	margin-top: -88px;
	margin-right: 35px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
	display:none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
	display:none;
}
	
/*End*/

/*Recent Articles*/

#recent-articles {
	width: 735px;
	margin-left: 20px;
	height: auto;	
	float: left;
}

.article-box {
	height: 400px;
	width: 230px;
	margin-right: 15px;
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3; 	
	float: left;
	margin-bottom: 40px;
}

#article-img {
	height: 123px;
	width: 220px;
	margin: 5px auto 10px auto;	
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3; 	
}

#article-text-cutoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align:left;
	margin-bottom: 10px;
}

/*End*/

/*Social Area*/

#social-area {
	width: 205px;
	height: 200px;
	float: left;
}

/*End*/

/* Blog Detail */

#posted-by {
	height: 20px;
	margin: 20px 0 0 20px;
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#blog-wrap {
	width: 735px;
	padding: 10px;
	text-align: center;
	float: left;
	border-right: 1px solid #D8D8D8;
	margin-right: 10px;
}

#blog-content {
	width: 740px;
	margin: auto;
}	

#blog-title-wrap {
	width: 600px;
	height: auto;
	margin: auto;	
}

.blog-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	width: 520px;
	margin: 0 auto 30px auto;
	line-height: normal;
}

.comment-count {
	background: url(images/comment-count.jpg) no-repeat;
	height: 35px;
	width:44px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 0 0 1px;
	margin-left: 20px;
}
								
.blog-feature-img {
	width: 500px;
	border: 5px solid #fff; 									
	-webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
	-moz-box-shadow: 0px 0px 2px 2px #d3d3d3;
	box-shadow: 0px 0px 2px 2px #d3d3d3;
}

.blog-text {
	text-align: left;
	width: 650px;
	margin: 40px auto;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;
}

.blog-social {
	border-top: 1px solid #E4E4E4;	
	border-bottom: 1px solid #E4E4E4;	
	height: 20px;
	width: 650px;
	margin: auto;
	padding: 10px 0;
	text-align:left;								
}

.blog-tags {
	width: 650px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#comment-wrap {
	width: 740px;
	margin: 40px auto;	
}

.large-user-pic {
	background: url(images/large-user-pic.jpg) no-repeat;
	height: 100px;
	width: 100px;
	float: left;
	clear: both;
	margin-left: 19px;
}

.comment-box-top {
	background: url(images/comment-box-top.jpg) no-repeat top center;
	height: 70px;
	width: 30px;
	float: left;
}

.comment-box-content {
	background-color: #F6F6F6;
	border: 1px solid #D8D8D8;
	width: 480px;
	margin-left: 148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 30px;
	text-align:left;
	line-height:22px;
	margin-bottom: 20px;
}

.comment-btn {
	height: 15px;
	background: #fff url(images/comment-arrow.png) no-repeat 45px center;
	border: 1px solid #D8D8D8;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
	margin-top: 10px;
	cursor: pointer;
	line-height:normal;
}

.comment-btn-link {
	color: #000 !important;
	text-decoration: none !important;
}
								
.comment-btn:hover {
	background-color:#d9d9d9;
	text-decoration: none !important;
}

.comment-btn2 {
	height: 15px;
	background: #F6F6F6 url(images/comment-arrow.png) no-repeat 45px center;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #D8D8D8;
	line-height: normal;
}

.comment-btn2-link {
	color: #000 !important;
	text-decoration: none !important;
}
								
.comment-btn2:hover {
	background-color:#D8D8D8;
	text-decoration: none !important;
}

#comment-reply {
	background-color: #fff;
	width: 480px;
	height: auto;	
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin-top: 20px;
	border: 1px solid #D8D8D8;
	line-height:22px;
}

.small-user-pic {
	background: url(images/small-user-pic.jpg) no-repeat;
	height: 50px;
	width: 50px;	
	float: left;
}

.user-info-text {
	height: 50px;
	width: 400px;
	float: left;
	margin: 12px 0 10px 10px;
}

#comment-entry-wrap {
	margin: auto;
	width: 571px;
	text-align:left;
	margin-top: 40px;
	
}

.comment-entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
	margin-bottom: 15px;
}

/*End*/

/* What do you think?*/

#comment-entry {
	height: 70px;
	width: 525px;
	margin-top: 10px;
	resize:none;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;								
}

.expand {
	height: 70px;
	width: 550px;
	padding: 3px;
	resize: none;
	margin-top: 20px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

#login-bb {
	width: 550px;
	height: 130px;
	background-color: #F6F6F6;
 	border: 1px solid #D8D8D8;
 	display: none;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	
}

.login-left {
	float: left;
	width: 325px;
}

.login-right {
	float: left;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
}

.login-field {
	width: 300px;
	padding-left: 5px;
	height: 25px;
	border: 1px solid #999999;	
	margin-top: 10px;
}

.password-field {
	width: 300px;
	height: 25px;	
	margin-top: 10px;
	padding-left: 5px;
}

.signup-btn {
	height: 15px;
	background: #fff url(images/comment-arrow.png) no-repeat 55px center;
	border: 1px solid #D8D8D8;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
	margin-top: 12px;
	cursor: pointer;
	line-height:normal;
}

.signup-btn-link {
	color: #000 !important;
	text-decoration: none !important;
}
								
.signup-btn:hover {
	background-color:#d9d9d9;
	text-decoration: none !important;
}

#post-comment {
	float: left;
	height: 80px;
	width: 560px;
	margin: 30px 0 0 0;	
}

.notify-me {
	width: 260px;
	margin: -19px 0 0 -24px;	
}

.notify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#logged-in-bb {
	width: 550px;
	height: 50px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}

.logged-in-text {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0 0 15px;
	width: 370px;	
}

.logout-change {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 10px 0 0;	
	float: right;
}
/*end*/
								
/*list page*/
#list-page-left {
	float: left;
	width: 742px;
	height:auto;
	border-right: 1px solid #e4e4e4;
	padding: 0 10px;
}

#list-page-right {
	float: left;
	width: 207px;
	height:auto;
	padding: 20px 0px;	
}

#list-page-search {
	background:url(images/article-search.jpg) no-repeat;
	border: none;
	height: 30px;
	width: 190px;
	margin-bottom: 20px;
	
}

#search-input {
	background:url(images/article-search.jpg) no-repeat;
	border: none;
	height: 30px;
	width: 142px;
	margin-bottom: 20px;
}

#search_btn {
	background: none;
	border: none;
	width: 30px;
	height: 20px;
	cursor: pointer;	
}

.list-nav-title {
    font-family: 'JennaSueRegular';
	font-size: 35px;
	font-weight: normal;
	line-height:normal;
}

#list-page-nav {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#list-page-nav li{
	padding-bottom: 5px;
	cursor: pointer;
}

.list-page-li a {
	color: black;	
	text-decoration: none;
}

.list-page-li a:hover {
	color:#ED9613 !important;	
}

.list-page-li:hover {
	color:#ED9613 !important;	
}

#list-pagination {
	width: 100%;
}

#pagination-ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 90%;
	margin-bottom: 40px;
}

#pagination-ul li {
	display: inline;
	border: 1px solid #E4E4E4;	
	padding: 5px 10px;
	margin: 3px;
}

#pagination-ul li a {
	color: #000;
	text-decoration: none;	
}

#pagination-ul li:hover {
	background-color: #E4E4E4;
	color: #000;	
}

.current_page {
	background-color: #0493DD;
	font-weight:bold;
	color: #fff;
}

#pagination-ul .previous a,
#pagination-ul .next a {	
	background-color: #E4E4E4;	
}



							

