/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: #f1eee5;
  color: ·#58595b;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
a {
  color: #4a999e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #666666;
}
ul,
ol {
  padding: 0px 0px 0px 20px;
}
h1 {
  font-size: 18px;
}
h1,
h2,
h3 {
  font-size: 14px;
}
#page {
  width: 985px;
  background: #ffffff;
  margin: auto;
}
nav#breadcrumb {
  padding-left: 10px;
  font-size: 10px;
}
header[role=banner] {
  width: 100%;
  height: 95px;
  float: left;
  background: #ffffff;
}
header[role=banner] a:hover {
  text-decoration: none;
}
header[role=banner] li {
  list-style: none;
  display: inline;
}
header[role=banner] #header {
  float: right;
  width: 400px;
  margin: 10px 20px 20px 10px;
}
header[role=banner] #ribbon {
  vertical-align: top;
  background: url(../images/ribbon.png) no-repeat left top;
  height: 72px;
  width: 240px;
  display: inline-block;
  color: #fff;
  margin: 0;
}
header[role=banner] #ribbon span#site-slogan {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  width: 180px;
  text-align: center;
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  /* IE 9 */

  -webkit-transform: rotate(-3deg);
  /* Safari and Chrome */

}
header[role=banner] #block-search-form {
  float: right;
}
header[role=banner] #block-search-form input[type=text],
header[role=banner] #block-search-form input[type=search] {
  width: 200px;
  height: 17px;
  border: 1px solid #ccc;
}
header[role=banner] #block-search-form input[type=submit] {
  background: #eb008e;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  height: 21px;
  margin: 0;
  padding: 0 10px;
  margin-left: -5px;
  vertical-align: top;
}
header[role=banner] #block-search-form input[type=submit]:hover {
  background: #666666;
}
header[role=banner] #header-left {
  display: inline-block;
}
header[role=banner] #header-right {
  float: right;
}
nav[role=navigation] {
  clear: both;
}
#block-system-main-menu {
  clear: both;
  background: #f1eee5;
  width: 100%;
}
#block-system-main-menu > ul:first-child {
  margin-left: 30px;
}
#block-system-main-menu > ul:first-child > li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-right: -4px;
  /*
                &:after{
                    content:"|";
                    color: @green;
                }
                &:last-child:after{
                    content:none;
                }
                */

}
#block-system-main-menu > ul:first-child > li:hover {
  cursor: pointer;
  background: #8dc63f;
  color: #ffffff;
}
#block-system-main-menu > ul:first-child > li:hover > a {
  color: #ffffff;
}
#block-system-main-menu > ul:first-child > li:hover div.menu-attach-block-wrapper {
  display: block;
}
#block-system-main-menu > ul:first-child > li > a {
  line-height: 40px;
  display: inline-block;
  color: #58595b;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -1px;
  font-size: 13px;
  text-shadow: 1px 1px 0 #CCCCCC;
}
#block-system-main-menu > ul:first-child > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
#block-system-main-menu > ul:first-child > li > a.menu-attach-block-drop-link {
  display: none;
  padding-right: 5px;
  margin-left: -10px;
}
#block-system-main-menu > ul:first-child > li .last.leaf {
  margin-bottom: 5px;
}
nav#block-menu-menu-categories.block {
  width: 700px;
  border-radius: 0px 0px 4px 4px;
  border: 3px solid #8dc63f;
  top: 0px;
  padding: 0px;
  margin: 0px;
}
nav#block-menu-menu-categories.block ul {
  margin: 0px;
  padding: 10px;
}
nav#block-menu-menu-categories.block li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 23%;
  margin-right: 2%;
  float: left;
}
nav#block-menu-menu-categories.block li li {
  width: 100%;
  margin: 0px;
}
nav#block-menu-menu-categories.block > ul {
  margin: 0px;
}
nav#block-menu-menu-categories.block > ul > li a {
  line-height: auto;
  font-size: 14px;
}
nav#block-menu-menu-categories.block > ul > li li a {
  line-height: auto;
  font-weight: normal;
  font-size: 13px;
  color: #58595b;
}
nav#block-menu-menu-categories ul.menu ul.menu {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
nav#block-menu-menu-categories--2 a:hover {
  background: #f1eee5;
}
#sidebar_first .menu ul.menu {
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
ul.menu li {
  margin: 0px;
}
div[role=main] article {
  margin-bottom: 20px;
}
div[role=main] h4 {
  margin-bottom: 0px;
}
div[role=main] p {
  margin-top: 0px;
}
#sidebar_first {
  width: 210px;
  float: left;
  margin: 5px 15px 5px 10px;
}
#sidebar_first ul.menu {
  padding-left: 0px;
}
#sidebar_first ul.menu li {
  list-style: none;
}
#sidebar_first ul.menu li a.active {
  color: #cc6699;
  font-weight: bold;
}
div[role=main] {
  float: left;
  margin: 5px;
  width: 520px;
}
body.page-categories div[role=main] {
  width: 750px;
}
#sidebar_second {
  width: 195px;
  float: right;
  margin: 5px 10px 5px 15px;
  /* adsense */

}
#sidebar_second #block-block-3 {
  text-align: center;
}
/*
.homepage{
    #welcome,.tip-of-the-day,#shop,#node-210{
        h1,h2{
            font-family: 'Allura';
            font-size: 35px;
            line-height:30px;
            font-weight: normal;
            margin-top: 0px;
            margin-bottom: 6px;
        }
    }
}*/
#sidebar_second .block {
  margin-bottom: 20px;
}
#sidebar_second .block header h2,
#sidebar_second .block header h1 {
  color: #666666;
  font-family: 'Allura';
  font-size: 35px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid;
}
#sidebar_second .block header h2 a,
#sidebar_second .block header h1 a {
  text-decoration: none;
}
#sidebar_second .block:first-child header h2 {
  color: #cc6699;
  border-bottom: 1px solid;
}
#sidebar_second .block:nth-child(2) header h2 {
  color: #4a999e;
  border-bottom: 1px solid;
}
#sidebar_second .block h3 {
  margin: 0;
}
#sidebar_second .block .form-item,
#sidebar_second .block .form-actions {
  display: inline;
}
#sidebar_second .block input[type=submit] {
  background: #4a999e;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  height: 21px;
  margin: 0;
  padding: 0 10px;
  margin-left: -5px;
  vertical-align: top;
}
#sidebar_second .block input[type=submit]:hover {
  background: #666666;
}
#webform-client-form-210 input[type=text],
#webform-client-form-210 input[type=email] {
  width: 130px;
  height: 17px;
  border: 1px solid #ccc;
}
#sidebar_first .block {
  margin-bottom: 20px;
}
#sidebar_first .block header h2 {
  font-family: 'Allura';
  font-size: 35px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 6px;
}
#sidebar_first .block:first-child header h2 {
  color: #cc6699;
  border-bottom: 1px solid;
}
#sidebar_first .block h3 {
  margin: 0;
}
.homepage #welcome h2,
.homepage .tip-of-the-day h2 {
  color: #cc6699;
  border-bottom: 1px solid;
}
/*signup*/
#node-210 h1 {
  color: #4a999e;
  border-bottom: 1px solid #4a999e !important;
}
#node-210 h1 a:hover {
  color: #4a999e;
}
#node-210 h1 a {
  background: url('../images/subscribe.png') no-repeat;
  padding-left: 55px;
  background-size: 50px;
}
#node-210 p {
  margin: 0 0 10px 0;
}
#shop h2 {
  color: #666666;
  border-bottom: 1px solid;
}
#promoted-checklist {
  background: url(../images/notepad.jpg) top left no-repeat;
  width: 170px;
  height: 273px;
  padding: 40px 25px 0px 40px;
}
a.more {
  text-align: right;
  display: block;
}
#highlighted h2,
#page_bottom h2 {
  font-weight: normal;
  color: #4a999e;
  font-size: 16px;
}
#page > footer {
  background: #f1eee5;
  /*clear: both;
    background: @beige;
    color:@blackFooter;
    a{
        color:@blackFooter;
        &:hover{
            color:@turquoise;
        }
    }
    h2{margin-top: 0;}*/

}
#page > footer article {
  clear: both;
  text-align: center;
  font-size: 11px;
  color: #666666;
}
#page > footer #block-menu-menu-footer > ul {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  float: left;
  width: 90%;
}
#page > footer #block-menu-menu-footer > ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#page > footer #block-menu-menu-footer > ul li ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#page > footer #block-menu-menu-footer > ul > li {
  min-width: 18%;
  margin: 24px 0px 4px 0px;
  padding: 0px 30px 0px 30px;
  height: 120px;
  display: inline-block;
  float: left;
  border-right: 1px solid #ccc;
}
#page > footer #block-menu-menu-footer > ul > li:last-child {
  border-right: none;
}
#page > footer #block-menu-menu-footer > ul > li a {
  color: #666666;
}
#page > footer #block-menu-menu-footer > ul > li > a {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}
div.messages.status {
  clear: both;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 300px;
}
.view-categories .views-row {
  width: 240px;
  height: 300px;
  padding: 0px;
  box-shadow: 2px 2px 4px #ccc;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.view-categories .views-row:hover {
  box-shadow: 2px 2px 4px #777;
}
.view-categories .views-row:nth-child(3n) {
  margin-right: 0px;
}
.view-categories .views-row .views-field.views-field-name {
  font-size: 14px;
  padding: 5px;
}
.view-categories .views-row .views-field.views-field-description {
  padding: 5px;
}
.view-categories .views-row:last-child:after {
  clear: both;
}
#block-views-readers-favorites-block {
  clear: both;
}
.view-organizing-tips .views-row {
  margin-bottom: 20px;
}
div.field-name-field-amazon-links > span.field-label {
  display: block;
  font-size: 14px;
}
article.amazon-item {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  vertical-align: top;
}
article.amazon-item figure {
  height: 160px;
  vertical-align: middle;
  display: block;
  text-align: center;
  line-height: 160px;
  margin-bottom: 5px;
}
article.amazon-item:nth-child(3n+1) {
  margin-right: 0;
}
article.node-article div.field-name-field-image {
  margin: 0 auto 10px auto;
  text-align: center;
}
.view-related-articles .views-row {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  vertical-align: top;
}
.view-related-articles .views-row:nth-child(3n) {
  margin-right: 0;
}
.view-related-articles .views-row .views-field-field-image {
  height: 100px;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 5px;
}
article#block-block-4 {
  text-align: center;
}
/* TOP 10 ARTICLES */
.view-top-10-articles .views-row,
.view-subcategories .views-row {
  display: inline-block;
  width: 47%;
  text-align: center;
  box-shadow: 2px 2px 4px #ccc;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 5px;
}
.view-top-10-articles .views-row:hover,
.view-subcategories .views-row:hover {
  box-shadow: 2px 2px 4px #777;
}
.view-top-10-articles .views-row:nth-child(2n),
.view-subcategories .views-row:nth-child(2n) {
  margin-right: 0;
}
.view-top-10-articles .views-row .views-field-field-image,
.view-subcategories .views-row .views-field-field-image {
  margin: 5px 0;
}
.view-top-10-articles .views-row .views-field-field-votes .field-content,
.view-subcategories .views-row .views-field-field-votes .field-content {
  display: inline-block;
}
.view-top-10-articles .views-row:last-child,
.view-subcategories .views-row:last-child {
  display: block;
}
#block-system-main {
  clear: both;
}
#sidebar_first #block-views-checklists-block.block header h2 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 18px;
}
#block-views-checklists-block {
  margin-left: -5px;
  border: 1px solid #666666;
  background: #f1eee5;
}
#block-views-checklists-block .view-checklists {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
#block-views-checklists-block li {
  border-bottom: #58595b;
}
#block-views-checklists-block li a {
  color: #58595b;
}
.node-article .field-name-field-votes,
.node-checklist .field-name-field-votes {
  display: inline-block;
}
.node-article .field-name-field-social-bottom,
.node-checklist .field-name-field-social-bottom {
  display: inline-block;
  float: right;
}
.node-article .field-name-body,
.node-checklist .field-name-body {
  text-align: justify;
  margin-bottom: 5px;
}
.field-name-field-image-caption {
  text-align: center;
  margin-bottom: 10px;
  font-style: italic;
  color: #666666;
}
.field-name-field-attachment {
  margin: 5px 0;
}
/*  SOCIAL */
.fb_iframe_widget span {
  vertical-align: initial !important;
  width: 62px !important;
  height: 20px !important;
}
.social-bottons {
  float: right;
}
#twitter-widget-1,
#twitter-widget-0 {
  width: 87px !important;
}
.pinterest-image-layer {
  background-color: rgba(255, 255, 255, 0.2);
}
#___plusone_1,
#___plusone_0 {
  width: 75px !important;
}
/* ARTICLES */
.view-top-10-articles .views-row,
.view-subcategories .views-row {
  /** all boxes have the same height **/

  height: 196px;
}
.view-top-10-articles .views-row .views-field-title,
.view-subcategories .views-row .views-field-title {
  /** title always has two lines of text **/
  height: 36px;
}
/*
.block-menu a:hover{
   background: #f1eee5;
}*/
nav#breadcrumb {
  font-size: 11px;
  /* instead of 10px */

}
.node-article.node-teaser {
  box-shadow: 2px 2px 4px #ccc;
}
.node-article.node-teaser header {
  text-align: center;
}
.node-article.node-teaser .node-readmore {
  float: right;
}
.node-article.node-teaser .comment-add {
  display: none;
}
.node-article.node-teaser .field-name-field-image {
  display: inline-block;
  vertical-align: middle;
}
.node-article.node-teaser .field-name-body {
  margin-left: 2px;
  text-align: justify;
  display: inline-block;
  width: 268px;
  vertical-align: middle;
}
.node-article.node-teaser:hover {
  box-shadow: 2px 2px 4px #777;
}
.node-checklist.node-teaser .node-readmore {
  float: right;
}
.node-checklist.node-teaser .comment-add {
  display: none;
}
.node-checklist.node-teaser .field-name-field-category {
  text-align: right;
}
.node-checklist.node-teaser .field-name-field-category .field-label {
  float: none;
}
section#comments {
  padding: 1px 10px;
  background: #f1eee5;
}
section#comments header.submitted {
  text-align: right;
  color: #666666;
  font-style: italic;
  font-size: 10px;
}
form.comment-form {
  border-top: #f1eee5;
}
form.comment-form input[type=submit] {
  background: #4a999e;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  height: 21px;
  margin: 0;
  padding: 0 15px;
  vertical-align: top;
}
form.comment-form input[type=submit]:hover {
  background: #666666;
}
nav#block-menu-menu-social-buttons {
  clear: both;
  display: block;
  float: right;
}
nav#block-menu-menu-social-buttons a {
  height: 27px;
  width: 27px;
  display: inline-block;
  background: url(../images/sprites.jpg);
  text-indent: 8000px;
  overflow: hidden;
}
nav#block-menu-menu-social-buttons li {
  height: 27px;
  width: 27px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  /*pinterest*/

  /*fb*/

  /*tw*/

  /*gplus*/

  /*rss*/

}
nav#block-menu-menu-social-buttons li:nth-child(1) a {
  background-position: -3px -83px;
}
nav#block-menu-menu-social-buttons li:nth-child(2) a {
  background-position: -32px -83px;
}
nav#block-menu-menu-social-buttons li:nth-child(3) a {
  background-position: -60px -83px;
}
nav#block-menu-menu-social-buttons li:nth-child(4) a {
  background-position: -89px -83px;
}
nav#block-menu-menu-social-buttons li:nth-child(5) a {
  background-position: -118px -83px;
}
nav#block-menu-menu-social-buttons li:nth-child(1) a:hover {
  background-position: -3px -115px;
}
nav#block-menu-menu-social-buttons li:nth-child(2) a:hover {
  background-position: -32px -115px;
}
nav#block-menu-menu-social-buttons li:nth-child(3) a:hover {
  background-position: -60px -115px;
}
nav#block-menu-menu-social-buttons li:nth-child(4) a:hover {
  background-position: -89px -115px;
}
nav#block-menu-menu-social-buttons li:nth-child(5) a:hover {
  background-position: -118px -115px;
}
.view-category-main-image .views-field-description {
  text-align: center;
  font-style: italic;
  padding: 3px;
}
.field-name-field-youtube-video {
  text-align: center;
}
body.front #breadcrumb {
  display: none;
}
body.front #block-system-main {
  display: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

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