/*
Theme Name:     Housing a Forest
Description:    Customized theme for Housing a Forest
Author:         Jesse Gavin
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");

#branding {
  position: relative;
  border: none;
}

#branding hgroup {
  margin: 0;
  padding: 50px 0 30px;
  -webkit-box-shadow: inset 0 0 20px 1px rgba(204,0,0,0.2), inset 0 0 3px 2px rgba(0,0,0,.5);
          box-shadow: inset 0 0 20px 1px rgba(204,0,0,0.2), inset 0 0 3px 2px rgba(0,0,0,.5);
  background-size: 100%;
}
#branding hgroup:before,
#branding hgroup:after { content: " "; display: table; }
#branding hgroup:after { clear: both; }
#branding hgroup { *zoom: 1; }




#site-title,
#site-description {
  clear: none;
}

#site-title {
  margin: 0 auto;
  padding: 0;
  width: 424px;
  height: 106px;
}

#site-title a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/logo.png);
  color: transparent !important;
}

#site-description {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1px;
  text-shadow: none;
  color: transparent !important;
}

#page {
  margin: 0 auto;
}

#branding form {
  display: none;
}


#branding > a {
  display: block;
  height: 180px;
  overflow: hidden;
}



#main, #content {
  overflow: visible;
}

#main {
  padding: 0;
}

#primary {
  margin: 0 -30% 0 0;
/*
  position:relative;
  z-index:9999;
*/
}


#page {
  max-width: 1060px;
}

#content {
  width: 100%;
  margin: 0;
  margin-right: 32px;
}

#secondary {
  border: none;
  padding: 0;
  margin-right: 0;
  width: 300px;
  position: relative;
  top: 0;
}

#secondary.floaty {
  padding-top: 260px;
}


#secondary.floaty .fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 200px;
  padding-top: 10px;
  padding-bottom: 100px;
  width: 300px;

  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(84%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}


#blog-description {
	position: absolute;
	top: 50%;
	right: 20px;
	color: #fff;
	font: normal 48px/48px 'Satisfy', serif;
	margin-top: -24px;
	text-shadow: 
		0 2px 10px rgb(70,69,2),
		0 1px 5px rgba(70,69,2,.6),
		0 1px 1px rgba(70,69,2,.8);
}


/* Ads */

.top-banner {
  margin-bottom: 10px;
}

.bottom-banner {
  margin-top: 20px;
}


/* POST CONTENT */

.entry-header .comments-link {
  display: none;

}

.entry-header .entry-meta {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.entry-header .entry-meta a {
  color: #333;
}


.entry-title, 
.entry-title a {
  color: inherit;
}



.hentry {
  position: relative;
  padding-bottom: 30px;
  padding-top: 54px;
  border-bottom: dotted 2px #c00;
  margin: 0;
}


.hentry-border {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hentry-border div {
  position: absolute;
  top: 0;
  right: 2px;
  width: 1998px;
  border-top: dotted 2px #C00;
}




.hentry:first-of-type {
  padding-top: 0;
  border-top: none;
}
.single .hentry {
  background: none;
}


img[class*="align"], 
img[class*="wp-image-"], 
#content .gallery .gallery-icon img { 
  padding: 0;
  border: solid 1px #999;
  border-bottom: #666;
  box-shadow: 
    0 1px 3px rgba(0,0,0,.3),
    0 5px 10px rgba(0,0,0,.2);
}

.entry-content h2 {
  max-width: 100%;
  width: auto;
  height: auto;
}


.entry-content img, 
.comment-content img, 
.widget img,
img.size-full, 
img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry-utility {
  margin-top: 20px;
}


.salutation {
  background: transparent url("images/signature.png") no-repeat 90% 0;	
  height: 66px;
  width: 170px;
  margin-top: -20px;
  margin-right: 30px;
  float: right;
}



.hentry footer.entry-meta {
  margin: 5em 0 0;
}




/* NAVIGATION */
#access{
	background: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#access a {
  line-height: 2.5em;
  display: block;
  color: #fff;

  text-shadow: 0 1px 0 rgba(0,0,0,.4);
  background: rgb(204,0,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(170,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(170,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(170,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(170,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(170,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(170,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
}

#access li:hover > a, 
#access a:focus {
  background: rgb(204,0,0); /* Old browsers */
  color: #fff;
  -webkit-box-shadow:  0px 0px 5px 2px rgba(204, 0, 0, .4);
          box-shadow:  0px 0px 5px 2px rgba(204, 0, 0, .4);
}

#access .current-menu-item > a, 
#access .current-menu-ancestor > a, 
#access .current_page_item > a, 
#access .current_page_ancestor > a {
  font-weight: bold;
  background: #703247;
  padding: .25em 1.4625em;
  margin-top: -.25em;
}


#access a:hover {
	background: #000;
}

#access div {
  margin: 0;
}

#access ul {
  margin: 10px 0;
}

#access li {
  margin-right: 10px;
}

#access li:hover {
  background-position: 0 30px;
}


.windows .sf-menu a {
	border-top-color: #fff;
	font-size: 16px;
        padding: 7px 16px 8px;
}



/* FONTS */
.entry-title,
.page-title {
  font-family: 'Satisfy', serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 44px;
  padding: 0;
  color: #C00;
  text-transform: none;
  letter-spacing: normal;
}





/* Archive page */

.archive .page-title {
  margin-bottom: 20px;
}


.archive .entry-title {
  font-size: 32px;
  line-height: 28px;
}

.archive .entry-content {
  margin-top: 10px;
}


.archive .hentry {
  padding-bottom: 18px;
  padding-top: 54px;
  background: transparent url("images/post-separator.png") repeat-x 0 0;
}


/* Categories */


.subcategory-title {
  font-size: 32px;
  line-height: 36px;
  margin: 30px 0 10px;
}

/* POST CONTENTS */
#comments {
   padding-top: 30px;
   border-top: dotted 2px #C00;
}


#comments-title {
  font: normal 18px/100% 'Open Sans', sans-serif;
}



/* Social Links */

.entry-content .mr_social_sharing_wrapper img {
  box-shadow: none;
}

.entry-content .fblikebutton_button,
.entry-content .pin-it-btn-wrapper {
  display: inline-block;
}

.fb_iframe_widget {
  top: -1px;
}




/* Sidebar */




.widget {
  margin-bottom: 30px;
}

.widget-area h3.widget-title {
  font: bold 14px/16px "Open Sans", sans-serif;
  padding-bottom: 4px;
  color: #C00;
  margin-bottom: 7px;
}

.aside form, .aside table {
  margin-bottom: 0;
}

.aside a:active {
  color: #365;
}
.aside a:hover {
  color: #698;
}


.widget_search #s {
  width: 87%;
}


/* Archives */
.aside ul ul {
  margin-bottom: 0;
}


/* Popular Posts */

.popular-posts ul,
.popular-posts li {
  list-style: none;
  margin: 0;
  padding: 0;
}




.popular-posts ul {
  overflow: auto;
}

.popular-posts a {
  width: 143px;
  height: 143px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #eee;
  border: solid 1px #333;
}

.popular-posts img {
  display: block;
  width: 100%;
  height: 100%;
}

.popular-posts li:nth-child(even) a {
  margin-right: 0;
}



/* Prev Next Links */

#content nav#nav-below {
    padding: .5em 0 0;
}



/* MAIL CHIMP STUFF */
.mc_var_label {
  display: none;
}
.mc_signup_submit input {
  width: 80px;
}
.mc_input {
  width: 170px;
}
.mc_merge_var, .mc_signup_submit {
  display: inline-block;
}

#mc_signup_form input {
  margin-bottom: 0;
}




/* CATEGORIES */

.widget_categories ul {
  margin-left: 1.5em;
}

.widget.widget_categories li,
.widget.widget_categories li a {
  font-size: 18px;
  color: #777;
}
.widget_categories a:hover {
  color: #C00;
}



 /* =============================================================================
   Footer
   ========================================================================== */
#supplementary {
  padding: 1.625em 0;
}




/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}



.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    text-indent: -9000px;
}






/* Page Specific */

.page-id-952 .entry-content img,
.page-id-142 .entry-content img {
  height: 125px;
}

.page-id-952 .entry-content .mr_social_sharing_wrapper img,
.page-id-142 .entry-content .mr_social_sharing_wrapper img {
  height: auto;
}


.no-post-footer .hentry {
    border-bottom: none;
}
.no-post-footer .mr_social_sharing_wrapper,
.no-post-footer footer.entry-meta {
    display: none;
}


#button-toggle {
  margin-bottom: 25px;
}

#button-toggle span {
  background: #eee;
  cursor: pointer;
  padding: 5px 10px;
  border: solid 1px #ccc;
  color: #666;
  font-size: 12px;
}

#button-toggle span.selected {
  background: #703247;
  color: #fff;
  border-color: #703247;
  font-weight: bold;
}


.button-image {
  float: left;
  text-align: center;
}
.button-image img {
  display:block;
}

.button-container {
  display: none;
}

.button-code {
  display: block;
  width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; 
}

.button-code textarea {
  width: 100%;
  height: 100%;
  font: normal 12px/16px monospace;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; 
}

.button-200 .button-code { padding-left: 225px; height: 200px; }
.button-150 .button-code { padding-left: 175px; height: 150px; }
.button-125 .button-code { padding-left: 150px; height: 125px; }

.entry-content .button-image img { max-width: none; }






/* HORRIBLE HACK */
/*
For some reason on mobile devices, links are not clickable in the main content area.
*/


@media (max-width: 800px) {
  #primary {
    position: relative;
    z-index: 999;
  }
}

@media (max-width: 650px) {
  #primary {
    position: relative;
    z-index: 999;
  }
}

@media (max-width: 450px) {
  #primary {
    position: relative;
    z-index: 999;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #primary {
    position: relative;
    z-index: 999;
  }
}







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%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

a {
  color: inherit;
  text-decoration: none
}

#content nav a {
  font-size: 1em;
  line-height: 1.2em;
}


ul {
  margin: 0 0 1.625em 2.5em;
  list-style: square;
}

.centered {
  text-align: center;
}

.noBullets {
  list-style: none;
  margin: 0;
}

.menu {
  width: 100%;
  text-align: center;
  margin: 10px 0 10px 0;
}


.menu-item {
  width: 47%;
  display: inline-block;
  background-color: #cc0000;
  background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(170,0,0,1) 100%);
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
  color: #fff;
  text-align: center;
  padding: 4px 0 4px 0;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 1%;
  margin-right: 1%;
}

.menu-item > a {
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
}

.hList {
  display: inline-block;
  height: 27px;
  margin: 0;
}

.hList > * { 
  display: inline-block;
  list-style: none;
  margin: 0;
}

.entry-content, .entry-summary {
  padding: 0;
}

body {
  font-size: 12px;
  width: 100%;
  padding: 0;
  margin: auto;
  font-family: "Open Sans", arial, sans-serif;
}

.bannerAd {
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
}

.bannerAd-image {
  width: 100%;
  height: auto;
}

.flexibleImage {
  width: 100%;
  height: auto;
}


.heroImageContainer {
  height: 110px;
  text-align: center;
  overflow: hidden;
  background: url("images/CombinedLogo.png");
  background-size: 596px;
  background-position: center;
}

#page { 
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
  }

#main #content #secondary {
  margin: 0;
}  

#primary {
  width: 94%;
  float: left;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 10px;
}

#secondary {
  width: 100%;
  display: inline-block;
  float: right;
}

#comments {
  text-align: left;
}

.feature-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.feature-item img {
  max-width: 93% !important;
}

.header-banner {
  margin-top: 7px;
}

#nav-below {
  border-bottom: none;
  margin-bottom: 0;
}

.blockHeading {
  background-color: #77aeb5;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.blockHeading_dark {
  background-color: #575757;
}

.blockHeading-border {
  border-top: 2px dotted white;
  border-bottom: 2px dotted white;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.whiteHeading {
  color: white;
  display: inline;
  font-size: 2em;
}

.whiteHeading_small {
  font-size: 1.7em;
}

.handwriting {
  font-family: 'Shadows Into Light', cursive;
}

.handwriting_large {
  font-size: 1.6em;
}

#nav-below {
  position: relative;
  height: 55px;
}

.menu-item-nav{
  margin: 5px;
  width: 125px;
}

.menu-item-prev {
  position: absolute;
  left: 0;
}

.menu-item-next {
  position: absolute;
  right: 0;
}

/* from current HOF */
.entry-title, .page-title {
  font-family: 'Satisfy', serif;
  font-size: 2.7em;
  font-weight: normal;
  line-height: 1em;
  padding: 0;
  /*padding-bottom: 0.7em;*/
  color: #C00;
  text-transform: none;
  letter-spacing: normal;
  margin: 0.7em 0 0.7em;
}

p { 
  margin-bottom:  0.7em;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img
{
  padding: 0;
  border: solid 1px #999;
  border-bottom: #666;
  box-shadow: 0 1px 3px rgba(0,0,0,.3),
  0 5px 10px rgba(0,0,0,.2);
  margin-bottom: 0.7em;
  max-width: 100%;
  max-height: 450px;
  width: auto;
  height: auto;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


@media(min-width: 500px) { .mobile-add { width: 468px; height: 60px; } }
@media(min-width: 800px) { .mobile-add { width: 728px; height: 90px; } }

.socialLink img {
  margin: 0 3px 0 3px;
}

.tammyTalks {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 25px 0 0 0;
}

.tammyTalks a, .tammyTalks a:visited {
  color: #cc0000;
}

.tammyTalks-img {
  display: block;
  width: 111px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.tammyTalks-bd {
  background-image: url('../images/tammy-signature.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* Related Posts */

.related-posts {
  margin: 15px 0 0;
}

.related-posts ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-posts li {
  float: left;
  display: block;
  margin: 5px;
}

.related-posts a,
.related-posts img {
  display: block;
  width: 125px;
  height: 125px;
  background: #eee;
}

.related-posts-list {
  display: block;
  width: 270px;
  margin: 0 auto;
}

.related-posts-title {
  font-size: 18px/100%;
  margin-bottom: 30px;
}

/* Comments */
#respond .form-submit {
  float:none;
  margin: 0;
  width: 100%;
}

#respond p {
  margin: 10px 0;
}


#respond input#submit {
  left: 0;
  margin: 10px 0 0;
  padding: 3% 0;
  position: relative;
  width: 100%;
}

#main #content {
  margin: 0;
}

#main #secondary {
  margin: 0;
}

#searchform {
  width: 90%;
  padding: 0 5%;
}

/* Categories page  */

.category-thumb {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  margin: 5px;
  height: 125px;
  width: 125px;
  overflow: hidden;
  border: solid 1px #333;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.category-thumb-img {
  width: 100%;
  height: auto;
}

.mr_social_sharing_wrapper {
  text-align: center;
}

/* keep at bottom of media query */
.desktop {
  visibility: hidden;
}

.desktop-inline, .desktop-block {
  display: none;
}

.tablet-inline, .tablet-block {
  display: none;
}

.tablet {
  visibility: hidden;
}

.largeMobile-inline{
  display: none;
}

.mobile {
  visibility: visible;
}

.mobile-block {
  display:block;
}

.bannerAd { 
  text-align: center; 
}

.mobile-add { 
  width: 320px; 
  height: 50px; 
  margin-left: auto;
  margin-right: auto;
}

/* Extra small phone  ----------- */
@media only screen 
and (min-width : 405px) 
{
  .largeMobile-inline{
    display: inline;
  }

  .socialLink {
    height: 23px;
  }

  #main #secondary {
    margin: 0 3%;
  }
}

@media only screen 
and (min-width : 500px) 
{
  .related-posts li {
    margin: 10px;
  }

  .related-posts a,
  .related-posts img {
    width: 150px;
    height: 150px;
  }

  .related-posts-list {
    width: 340px;
  }

  .menu-item-nav{
    margin: 10px;
    width: 150px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 641px) 
{
  #primary, #secondary {
    max-width: 728px;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .mobile {
    visibility: none;
  }

  .mobile-inline, .mobile-block {
    display: none;
  }

  .tablet {
    visibility: visible;
  }

  .tablet-inline {
    display: inline;
  }

  .tablet-block {
    display: block;
  }

  body {
    font-size: 14px;
  }

  #main #secondary {
    margin: 0;
  }

  .feature-item {
    width: 46%;
    padding: 12px;
  }

  .feature-item_wide {
    width: 96%;
  }

  .widget {
    margin-bottom: 0px;
  }

  .menu-item{
    width: 30%;
    margin-left: 3px;
    margin-right: 3px;
  }


  .heroImageContainer{
    background: none !important;
    height:inherit;
  }
  
  .heroImage{
    width: 100%;
  }

  img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img
  {
    max-height: none;
  }

  .tammyTalks-img {
    display: inline;
    float:left;
    width: 111px;
  }

  #respond {
    width: auto;
  }

  #searchform {
    width: 100%;
    padding: 0;
  }

  .menu-item-nav{
    margin: 10px;
    width: 150px;
  }

  .category-thumb {
    width: 150px;
    height: 150px;
    margin:10px;
  }

  .feature-item img {
    max-width: 100% !important;
  }
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1060px) {
  .desktop-inline {
    display: inline;
  }

  .desktop-block {
    display: block;
  }

  .desktop {
    visibility: visible;
  }

  .tablet {
    visibility: none;
  }

  .tablet-block, .tablet-inline {
    display: none;
  }

  .mobile {
    visibility: none;
  }

  body {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
    font-size: 15px;
  }

  #primary {
    padding: 0;
    float: left;
    display: inline-block;
    width: 728px;
    margin: 0;
  }

  #secondary {
    width: 300px;
    display: inline-block;
    float: right;
    margin: 0;
  }

  #content {
    width: 728px;
  }

  .feature-item {
    width: 100%;
    margin-right: 0;
    padding: 0px;
    text-align: left;
  }

  .feature-item_wide{
    width: 100%;
  }

  .widget {
    margin-bottom: 15px;
  }

  .socialLink {
    margin: 5px 0 9px 0 !important;
  }

  .bannerAd {
    margin-top: 7px;
  }

  .menu {
    margin-top: 1px;
    margin-bottom: 5px;
  }

  .menu-item {
    width: 15.77%;
    padding: 5px 0 5px 0;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 1.2;
  }

  .menu-item:hover {
    background: rgb(204,0,0);
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(204, 0, 0, .4);
    box-shadow: 0px 0px 5px 2px rgba(204, 0, 0, .4);
}

  .heroImageContainer{
    background: none !important;
  }

  .heroImage {
    height: 186px;
    width: 1060px;
  }

  .blockHeading-border {
    border-top: 3px dotted white;
    border-bottom: 3px dotted white;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .related-posts-list {
    width: 680px;
  }

  #respond {
    width: 62%;
  }

  #respond input#submit {
    width: 41%;
  }

  .menu-item-nav{
    margin: 10px;
    width: 150px;
  }
}

