/*
Theme Name: My House Rabbit
Theme URI: http://myhouserabbit.com
Author: Brown Bear Creative
Author URI: http://brownbearcreative.com/
Description: Custom theme for My House Rabbit.
Version: 1.0
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready


*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
font-family: georgia, times, "times new roman", serif;
	color: #4d4a45;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 4px 6px;
	
	font-size: 14px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #4d4a45;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #555;
	background-color: #bcd9c2;
	background-image: none;
	border: 0;
	border-radius: 0;
	
	box-shadow: none;
	padding: 2px 5px;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 0px;margin-bottom: 10px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.5;
	color: #4d4a45;
	background: #fff;
	
}


img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.navigation .nav-previous,
.previous-image {
	float: left;
	width: 45%;
	clear: none;
	
	display: inline-block;
}
.navigation .nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 45%;
	clear: none;

}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #4d4a45;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Arial, Helvetica,  sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
}
body.custom-font-enabled {
	font-family: Arial,  Helvetica,sans-serif;
}
a {
	outline: none;
	color: #124636;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1c362f;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 0 90px 0;
	background:url(images/rabbitsilhouettes2.png) no-repeat bottom right #fff;

}
.site-content {
	margin: 0px 5% 24px 5%;
padding: 24px 0 0 0;
width: 90%;
clear: both;

}
.widget-area {
	margin: 24px 5%;
width: 90%;
}

/* Header */



#masthead{
	width: 100%;
	background: #000;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 0;
	padding-top: 50px;
	overflow: hidden;
	
	}

#masthead img{
	z-index: 0;
	margin: 0 auto;
width: 130%;
	position: relative;
	max-width: 1000px;
	max-height: 300px;
	padding: 0;
display: block;

	}

#masthead a{
	outline: none;
	overflow: hidden;
	border: 0;
	
	}


.site-header h1 {
text-indent: -9999px;
float: left;
text-align: left;
display: block;
position: absolute;
left: -9999px;
}

.site-header h1 a{
outline: none;
overflow: hidden;
text-indent: -9999px;
}

#masthead #form{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	
	text-align: right;

	width: 100%;
	}
#formcontainer{
	margin: 0 auto 0 auto;
	max-width: 940px;
	max-height: 300px;
	padding: 10px 0px;
text-align: center;

	}
#masthead .site-header #searchform{
display: block;

float: right;

	}

#searchform label{
	display: none;
	}

#masthead #searchsubmit{
	background:url(images/searchsubmit.png) no-repeat center;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	border: 0;
	background-color: transparent;
	}

#masthead #searchsubmit:hover{
	background-position: right center;
	}

#masthead #searchsubmit:active{
	background-position: left center;
	box-shadow: none;
	background-color: transparent;
	}

#searchform #s{
	width: 70%;
}

/* Navigation Menu */

.menu-toggle{
	background: #152722;
	color: #fff;
	padding: 15px;
	}

#nav{
	width: 100%;
	background: #243b34;
	float: left;
	border: 0;
	margin: 0;
	z-index: 99;
	
	}
.main-navigation ul {
	text-align: center;
}
.main-navigation li {
	margin: 10px auto;
	font-size: 15px;
	line-height: 1.6;
}
.main-navigation a {
	color: #f0e9d7;
	text-decoration: none;
	font-weight: normal;
	
}
.main-navigation a:hover {
	color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {

	margin-bottom: 20px;
}

.widget-area .widget h3 {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.widget_300{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}



.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.4;
}



.widget-area ul li{
	background: url(images/bullet_green.png) no-repeat 0 6px;
	padding: 0 0 0 14px;
	margin-bottom: 7px;
}

.widget-area .widget p {
	margin-bottom: 14px;
	margin-bottom: 1rem;

}




.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* =Widgets
-------------------------------------------------------------- */
#secondary .widget h3{
	font-size: 18px;
	color: #4d4a45;
	}
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

.greenbox, .widget_related_posts, .widget_recent_entries, .widget_archive, .widget_categories, .authorbox, .widget_recent_comments, .tanbox{
	padding: 20px;
	background: #ddf0e1;
	}

.widget_related_posts, .tanbox{
	background: #f1ede3;
}


/* Google Ad Styles */

.googlead_mobile{
	padding: 15px 0 0 0;
	text-align: center;
	height: auto;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.home .googlead_mobile{
	background: #f1ede3;
}
.ad_300{
	height: auto;
	width: 100%;
	text-align: center;
	}
.googlead_300x250{
	display: none;
	padding-bottom: 0;
}

.ad2{
	display: block;
}
.googlead_300_bottom{
	width: 100%;
	text-align: center;
	margin: 0px 0 0 0;
}

.googlead_bottom, .googlead_blog{
	width: 98%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding: 21px 0;
}

.googlead_blog{
	padding: 0 0 14px 0;
	padding: 0 0 1rem 0;
	border-bottom: 1px solid #ded8cc;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
}

.site p.advertisement{
	font-size: 11px;
	font-size: 0.785714285rem;
	text-transform: uppercase;
	color: #666;
	margin-top: 7px;
	margin-top: .5rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Share buttons */

.sharebuttons{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	min-height: 40px;
	display: block;
	
	margin-bottom: 15px;
}

.sharebuttons .sharetext{
	vertical-align: middle;
	min-height: 40px;
	font-weight: bold;
	
	display: inline-block;
}

.sharebox{
	text-align: center;
padding: 5px 0 5px 0;
}
.entry-content .sharebox{
		padding: 20px 0 5px 0;
}
.entry-content .sharebox p, .sharebox p{
	margin: 0;
	text-align: left;
	font-style: italic;
	color: #333;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ded8cc;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

#supplementary .widget-area{
	width: 90%;
	padding: 0 5%;
	margin: 0;
	text-align: center;
}

.site-info{
	padding-top: 21px;
}

#supplementary img{
	max-width: 100%;
	}	

.footer2{
	text-align: center;
	padding: 14px;
	padding: 1rem;
	background: #6d6b6b;
}

.footer2 p{
	color: #fff;
	margin-bottom: 7px;
	margin-bottom: .5rem;
	font-size: 12px;
	line-height: 1.4;
}

.footer2 a{
	color: #d7d1cb;
	font-weight: normal;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header h1.entry-title {
	font-size: 27px;
	color: #4d4a45;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 140%;
	background-color: #f1ede3;
	padding: 10px 15px;
	margin: 0px 0 15px 0;

}
.entry-header .entry-title a {
	text-decoration: none;
}


.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4d4a45;
	padding: 4px 6px;
}

h1.entry-title{
	font-size: 18px;
	font-size: 1.2857142857rem;
	clear: none;
	line-height: 1.3;
	margin: 0 0 14px 0;
}

.comments-link a,
.entry-meta a {
	
}
.comments-link a:hover,
.entry-meta a:hover {
	
}

.comments-link{
	float: right;
	padding-left: 10px;
}

.comments-link a{
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
	background: #143c2f;
}

.comments-link a:hover{
		background: #04271c;
		text-decoration: none;
}
article.sticky .featured-post {

	color: #4d4a45;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 24px 0;
	margin: 0 0 1.714285714rem 0;
	line-height: 1.714285714;
	clear: none;
	width: auto;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.4;
	margin: 0 0 14px 0;
}

.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 18px;
	margin: 0 0 1.2857142857rem;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1rem;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 18px;
font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content ol li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
	margin-bottom: 18px;
}

.entry-content ul{
	list-style: none;
	margin: 0 0 18px 21px;
}

.entry-content ul li{
	background: url(images/bullet_green.png) no-repeat 0 7px;
	padding: 0 0 0 12px;
	margin-bottom: 14px;
}

.entry-summary{
width: 100%;
	padding: 0px 0 14px 0;
	margin: 0 0 21px 0;
	float: left;
	display: block;
	border-bottom: 1px solid #ded8cc;
}

.entry-summary:after{
	clear: both;
	}

.entry-summary img{
	float: left;
	margin: 0px 15px 10px 0;
	}
.entry-summary h3{	
	font-size: 15px;
	margin: 0px 0 8px 0;
	padding: 0;
clear: none;
line-height: 130%;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft, .alignleft {
	margin: 0px 24px 12px 0;
	margin: 0 1.714285714rem 0.857142857rem 0;
}
img.alignright, .alignright {
	margin: 0px 0 12px 24px;
	margin: 0 0 0.857142857rem 1.714285714rem;
}
img.aligncenter, .aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
img.alignnone, .entry-content div.alignnone{
	margin: 0 0 7px 0;
	
}



.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #4d4a45;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {

	padding-bottom: 14px;
	padding-bottom: 1rem;
}

.blog article, .search-results article, .archive article{
	margin-bottom: 25px;
	padding-bottom: 21px;
	border-bottom: 1px solid #ded8cc;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 18px;
	margin-top: 1.2857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.4;
	color: #4d4a45;
	margin-bottom: 25px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

p#breadcrumbs{
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #4d4a45;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	line-height: 1.6;
}

.entry-content .authorbox h4{
	margin-bottom: 0;
}

.entry-content .authorbox p{
	margin-bottom: 0;
}

.entry-content .authorbox{
	margin-top: 35px;
	clear: both;
}

.items{
	width: 100%;
	float: left;
	clear: both;
}

.item{
	width: 100%;
	height: 450px;
	padding-top: 15px;
	text-align: center;
	display: block;

}

.item img{
	margin: 0 auto 15px auto;
	height: auto;
	clear: both;
	display: block;
}

.entry-content .item p{
	clear: both;
	display: block;
}

/* Extras */

a.bigbutton{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #124636;
	padding: 14px 10px;
	margin: 21px auto 0 auto;
	border-radius: 10px;
clear: both;
	width: auto;
}

a.bigbutton:hover{
	background-color: #013021;
	text-decoration: none;
}

.callout{
	padding: 21px 5% 1px 5%;
	background: #ddf0e1;
	border: 3px dashed #124636;

	margin-bottom: 21px;
}

.callout p{
		font-size: 16px;
	
}

.callout.tan{
	background-color: #f1ede3;
}
.spstip{
	text-align: center;
}
.spstip img{
	border: 2px solid #c5beb6;
	float: none !important;
margin-right: 0 !important;
}

.spstip p.clearboth{
	clear: both;
	padding-top: 21px;
}

.spstip p.small{
	font-size: 14px;
}

.spstip h2{
	font-family: georgia, "times new roman", times, serif;
	color: #4d4a45;
	font-weight: normal;
	font-size: 27px;
	margin-bottom: 14px;
}

.spstip .headline{


}
.spstip h6{
	font-size: 21px;
	line-height: 1.3;
		padding: 15px 5%;
		margin-top: 20px;
			background: #fff;
			border-radius: 15px;
	
	
}

.entry-content .spstip img.aligncenter{
	margin-top: 0;
	margin-bottom: 21px;
}
img.circle{
	border-radius: 50%;
	width: 100px;

}
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	
}
.archive-meta {
	color: #4d4a45;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #4d4a45;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}



/* =Comments

----------------------------------------------- */

#comments{
	border-top: 1px solid #ded8cc;
	margin-top: 25px;
	padding-top: 14px;
	
	}

.comments-title {
	font-size: 21px;
	font-weight: normal;
	color: #4d4a45;
	line-height: 1.6em;
	font-family: georgia, "times new roman", times, serif;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

.commentlist {
	list-style: none;
	margin: 0;
	width: 100%;
	margin: 0 auto;

}

.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.commentlist > li.comment {
	background: #f5f2ea;
	border: 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
font-size: .9em;

	position: relative;
}

#comments li.comment p{
	line-height: 1.3;
	margin-bottom: 14px;
}
.commentlist  li.comment .fn{
	font-size: 16px;
}

.commentlist  li.comment .fn a{
	color: #143c2f;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
background: #faf8f4;
	border-left: 1px solid #d3cbb8;
	
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.commentlist .children li.comment .fn {
	display: block;
}

.comment-meta .fn {
	font-style: normal;
}

.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}

.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	
}

.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}

.comment-meta a {
	font-weight: normal;
	display: block;
	font-size: 90%;
	color: #333;
}


.commentlist .avatar {
	-moz-border-radius: 34px;
	border-radius: 34px;
	
	padding: 0;
	margin: 5px 15px 15px 0;
	position: relative;
	float: left;
	
}



.commentlist > li.pingback:before {
	content: '';
}


a.comment-reply-link {

	background: #143c2f;
font-weight: normal;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 0.857142857rem;
		padding: 4px 6px;
	border-radius: 4px;
	text-decoration: none;
}

a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #04271c;
	color: #fff;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}



/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */

.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}

/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;

}


/* Comment form */

.required {
	color: red;
}


#respond {
	background: no-repeat 95% 25px  #ddf0e1;
	margin: 30px auto 1.625em;
	padding: 24px 4.5%;
	position: relative;
	width: 91%;
	clear: both;
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 0px solid #ddf0e1;
	
	position: relative;
	padding: 10px;
	text-indent: 80px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #bcd9c2;	
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 0px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 36px;
	z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 95%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}

#respond p {
	margin: 10px 0 0px 0;
}

#respond .form-submit {
	float: right;
	margin: -10px 0 10px 0;
}

#respond input#submit {
	background: #143c2f;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 22px 5px 22px;
	position: relative;
	left: 0px;
}

#respond input#submit:active, #respond input#submit:hover {
	background: #04271c;
	color: #fff;
}

#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;

}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#reply-title {
	color: #76977d;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	font-family: georgia, "times new roman", times, serif;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;

	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 5px;
	font-family: arial, helvetica, sans-serif;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}


/* =Homepage template
-------------------------------------------------------------- */

#hpintro{
	background-color: #f1ede3;
	padding: 25px 5% 5px 5%;
	width: 90%;
	clear: both;
font-size: 120%;
float: left;
	}

#hpintro .hptext p{
	margin: 0px 0 20px 0;
	line-height: 160%;
	font-size: 85%;
	}

.page #content .entry-content > p:first-child, #hpintro .hptext p:first-child{
	font-size: 19px; 
	color: #4d4a45; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	line-height: 140%;
	}

.page #content .entry-content > p:first-child:first-letter, #hpintro .hptext p:first-child:first-letter{
	font-size : 65px;
	font-weight : normal;
	float : left;
	padding: 5px 0 0 0px;
	margin: 0 2px -3px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	line-height: 70%;
	color: #aa9a8b;
	}

.featuredphoto{
	max-width: 300px;
	width: 100%;
	
	margin: 0px auto 20px auto;
	background: #cde1d2;
	}

.featuredphoto img{
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	}

.featuredphoto a{
	border: 0;
	}

#hpintro .featuredphoto p{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 7px 10px;
	font-size: 70%;
	line-height: 130%;
	}	

.hp h1{
	margin: 0 0 20px 0;
	color: #4d4a45;
	font-size: 170%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #ded8cc;
	line-height: 130%;
	text-align: left;
	}

.hp h3{
	clear: none;
	text-align: left;
	}

ul.tipsul, .entry-content ul.tipsul{
	margin: 0;
}

ul.tipsul li, .entry-content ul.tipsul li{
	width: 100%;
	padding: 0 0 0px 0;
	margin: 0 0 21px 0;
	float: left;
	display: block;
	list-style: none;
	background: none;
	}
ul.tipsul li:after, .entry-content ul.tipsul li:after{
	clear: both;
	}

ul.tipsul img, .entry-content ul.tipsul img{
	float: left;
	margin: 0 15px 10px 0;
	}
	
ul.tipsul li a{
	margin-top: 0;
	}
	
ul.tipsul li h3, .entry-content ul.tipsul li h3{
	font-size: 16px;
	margin: 0px 0 8px 0;
	padding: 0;
clear: none;
line-height: 130%;
	}

ul.tipsul li h3 a{
	font-weight: bold;
	margin: 0 0 0px 0;
	padding: 0;
	}

ul.tipsul li p, .entry-content ul.tipsul li p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0px 0 15px 0;
	}

ul.tipsul li:last-child, .entry-content ul.tipsul li:last-child{
	margin-bottom: 0px;
	}

ul.tipsul li:last-child p{
	margin-bottom: 0;
}
#primary .hp article{
	border: 0;
	width: 100%;
	float: left;
	padding: 24px 0 15px 0;
	}


#primary .hp article:after{
	clear: both;
	}

#featuredproduct, #featuredrescue{
	text-align: center;
}

#featuredproduct img, #featuredrescue img{
	margin: 0 auto 15px auto;
	padding: 0;
	float: none;
	max-width: 100%;
	text-align: center;
	}


#featuredproduct h3, #featuredrescue h3{
	font-size: 16px;
line-height: 1.3;
	padding: 0px 0 12px 0;
	margin: 0;
	}

#featuredproduct h3 a, #featuredrescue h3 a{
	font-weight: bold;
	margin: 0 0 0px 0;

	}

#featuredproduct p, #featuredrescue p{
		font-size: 100%;
	line-height: 140%;
	margin: 0px 0 18px 0;
	text-align: left;

	}

#featuredproduct a.buynow, .entry-content a.buynow{
	padding: 2px 5px;
	background: #233b34;
	color: #fff;
	border-radius: 4px;
font-weight: normal;
font-size: 12px;
	}

#featuredproduct a.buynow:hover, .entry-content a.buynow:hover{
	text-decoration: none;
	background: #152722;
}
.entry-content a.buynow{
	padding: 2px 5px;
	color: #114636;
	background: #cde1d2;
	white-space:nowrap;
	display: inline-block;
	font-size: 11px;
}

.entry-content a.buynow:hover{
	text-decoration: none;
	background: #114636;
	color: #fff;
}
#featuredproduct p.advertise{
	margin-top: 12px;
	}
#featuredproduct p.advertise a{
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 0 0 0;
	font-size: 90%;
		color: #799280;
	}

#featuredproduct p.advertise a:hover{
color:#CC3333;
	}

.hpbottom{
	border-top: 1px solid #ded8cc;
	padding-top: 20px;
	margin-top: 20px;
	width: 100%;
	display: block;
	float: left;

}

.quickfact{
width: 92%;
	
	padding: 18px 4% 2px 4%;
	margin: 15px 0 0 0;
	float: left;
	padding-bottom: 60px;
	background:url(images/silhouette_standing.png) no-repeat 80% 100% #f1ede3;
	}

.quickfact h3{
	margin: 0 0 5px 0;
	color: #837465;

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
}




/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 650 pixels. */
@media screen and (min-width: 650px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1000px;

		overflow: hidden;
	
	}
	
	
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	
	#content{
		margin: 0 38% 0 25px;
		}

	.site-content {
		float: left;
		width: 100%;
  		margin-right: -38%;
		margin-left: 0;
	}
	
	.widget-area {
		float: right;
		width: 33%;
		margin-right: 25px;
		margin-left: 0;
	}
	
	
		.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		
		display: inline-block !important;
		
	}
	.main-navigation {
margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	width: 100%;
		float: none;
		text-align: center;
		margin-top: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #f0e9d7;
		line-height: 1em;
		padding: 4px 8px;
		white-space: nowrap;
		margin: 0px 0 -5px 0;
		border-radius: 5px;
	}
	.main-navigation li a:hover {
		color: #fff;
		background-color: #152722;

	}
	.main-navigation li {
		margin: 10px 3px 10px 0px;
		border-right: 1px solid #475752;
		position: relative;
		padding: 0px 4px 0px 0;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #f0e9d7;
		font-weight: bold;
		background-color: #152722;
	}
	
	
	
	.menu-toggle {
		display: none;
	}
	
		#masthead{
		padding-top: 0;
		}
	#formcontainer {
		text-align: right;
	
		}
	#searchform #s{
		width: 25%;
		}
	
	
	
	#masthead img{
			width: 110%;
		
		}
	
	#hpintro{
		width: 95%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	#hpintro .featuredphoto{
		float: left;
		margin-right: 20px;
	}
	


	.googlead_mobile{
		display: none;
	}
	.googlead_300x250{
		display: block;
			height: auto;
	width: 100%;
	text-align: center;
	}
	
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 21px;
		margin-left: 1.5rem;
	}
	
	/* Two Footer Widget Areas */

#supplementary.two .widget-area {
padding: 0;
	float: left;

	margin-right: 3.7%;

	width: 48.1%;

}

#supplementary.two .widget-area + .widget-area {
padding: 0;
	margin-right: 0;

}



/* Three Footer Widget Areas */

#supplementary.three .widget-area {
padding: 0;
	float: left;
text-align: center;
	margin-right: 1.5%;

	width: 32.3%;

}


#supplementary.three .widget-area + .widget-area + .widget-area {
padding: 0;
	margin-right: 0;

}

a.bigbutton{
	font-size: 18px;
	padding-left: 21px;
	padding-right: 21px;
}
.spstip img{
float: left !important;
	margin-right: 14px !important;

}

}

/* Minimum width of 1010 pixels. */
@media screen and (min-width: 1010px) {
	body {
		background-color: #6d6b6b;
	}
	body .site {
		
	border: 8px solid #a59e97;
	background-color: #fff;
		
		margin-top: 14px;
		margin-top: 1rem;

	}
	
	#content{
		margin: 0 350px 0 25px;
		}

	.site-content {
		float: left;
		width: 100%;
  		margin-right: -350px;
		margin-left: 0;
	}
		.widget-area {
		float: right;
		width: 300px;
		margin-right: 25px;
		margin-left: 0;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	#searchform #s{
		width: 20%;
		}

	#featuredproduct, #featuredrescue{
		text-align: left;
	}
	#featuredproduct img, #featuredrescue img{
	margin: 0 15px 0 0px;
	padding: 0;
	float: left;
	max-width: 100%;
	}

#featuredrescue img{
	float: right;
	margin: 0 0 0 15px;
}
	
	#primary .hp article:first-child{
		padding-top: 0;
	}
	
.entry-content .item{
	width:48%;
	float: left;
	margin: 0 1%;
}

}



	

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	
	#content{
		margin: 0 350px 0 25px;
		}

	.site-content {
		float: left;
		width: 100%;
  		margin-right: -350px;
		margin-left: 0;
	}
	
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}