/*
Theme Name: Home Brew Manual
Template: thematic
Version: 0.1.0
*/

@import url(http://fonts.googleapis.com/css?family=Lora);
@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);

/* ==========================================================================
   normalize.css v1.0.1 - necolas.github.com/normalize.css/
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 0.8em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button, input {
  line-height: normal;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   basic styles
   ========================================================================== */
body,
input,
textarea {
  font-size: 1.2em;
  line-height: 1.7;
  font-family: lora, Georgia, Times, "Times New Roman", serif;
  color: #010101;
}

body {
  background: #ffffff;
}

h1 {
  font-family:'Crete Round',serif;
}
h1, h2 {
  font-family:'Crete Round',serif;
  margin: 0 0 0.75em 0;
  font-size: 1.75em;
  color:#99cc66
}
h3 {
  margin: 1em 0;
  font-size: 1.17em;
}

h4 {
  margin: 1.33em 0;
  font-size: 1em;
}

h5 {
  margin: 1.67em 0;
  font-size: .83em;
}

h6 {
  margin: 2.33em 0;
  font-size: .75em;
}

a {
  color: #993333;
  text-decoration: none;
}
a:visited {
  color: #993333;
}
a:hover {
  color: #FF4B33;
}

pre,
form,
select,
address,
embed {
  margin: 0 0 1.625em;
}

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

ol {
  margin: 0 0 1.625em;
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.625em;
}

abbr,
acronym {
  cursor: help;
}

ins {
  border-bottom: 1px solid #333333;
  text-decoration: none;
}

textarea {
  resize: vertical;
}

caption {
  text-align: left;
}

table {
  margin: 0 0 1.625em;
  border: 1px solid #cccccc;
  border-width: 1px 1px 0;
  text-align: left;
}

tr {
  border-bottom: 1px solid #cccccc;
}

th,
td {
  padding: 0.7em 1.25em;
  vertical-align: top;
}

hr {
  height: 1px;
  margin: 0 0 1.625em;
  border: 0;
  background-color: #010101;
  color: #010101;
}

::-moz-selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none;
}

blockquote {
  margin: 0 1em;
  font-style: italic;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

/* ==========================================================================
   content styles
   ========================================================================== */
#branding {
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0;  
}
#branding,
#container,
#main,
#header,
#footer {
  max-width:540px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
#blog-title {
  font-size: 2em;
}

#blog-description {
  margin:# 0;
  font-size: 1em;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.skip-link {
  display: none;
}

#access .menu {
  width: 90%;
  margin: 0 auto;
}

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li a {
  display: block;
  padding: .5em;
}
.sf-menu li a:hover {
  background: #000;
  color: #ddd;
}
.sf-menu li li {
  display: none;
}

#main {
  position: relative;
  display:block;
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0;
}

#container {
  margin-top: 1.625em;
  padding-top: 1em;
}
.page-title span {
  font-style: italic;
}
.page-title .meta-nav {
  font-style: normal;
}

.hentry {
  margin: 0 0 1.625em;
}

.sticky {
  padding: 1.625em;
  background: rgba(0, 0, 0, 0.1);
}

.entry-meta {
  margin: 0 0 1.625em;
}
.entry-meta abbr {
  border: none;
  cursor: text;
}

.entry-utility {
  clear: both;
}

.edit-link {
  display: block;
  clear: both;
}

#links-page,
#archives-page {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#author-info {
  margin: 0 0 1.625em;
  overflow: hidden;
}
#author-info .avatar {
  float: left;
  margin: 0 1em 0;
}

/* images
   ========================================================================== */
.entry-content .wp-post-image {
  width:100%;
  margin: 0 auto 1em auto;  
  max-width:540px;
  display:block;
}
.entry-content img {
  height: auto;
  max-width: 100%;
/*  margin: 0 0 1.625em; */
}

.alignleft,
img.alignleft {
  float: left;
  margin-right: 1.625em;
}

.alignright,
img.alignright {
  float: right;
  margin-left: 1.625em;
}

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

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.625em;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption-text {
  margin: 0;
  padding: 1.625em 0;
}

.gallery {
  padding: 0 0 1.625em;
  clear: both;
}

.gallery-row {
  display: block;
  margin: 0;
  clear: both;
  overflow: hidden;
}

.gallery-item {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.gallery-item img {
  height: auto;
  margin: 0 auto;
  border: none !important;
}

.gallery-icon {
  margin: 0 0.25em;
}

.gallery-caption {
  padding: 0.25em 0.25em 0;
}

/* comments
   ========================================================================== */
#comments {
  clear: both;
 /* padding: 1.625em 0 0; */
}
#comments ol,
#comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments-list .comment {
  padding-left: 0;
}
#comments-list ol {
  margin: 0 0 1.625em;
  border: 1px solid #cccccc;
  border-bottom: none;
}
#comments-list li {
  position: relative;
  padding: 1em 0 0 0;
/*  border-bottom: 1px solid #cccccc;
  background: #fafafa; */
}
#comments-list .children {
  margin: 0 0 1.625em;
  border-left:3px solid #99cc66;
/*  border-top:3px solid #99cc66; */
  padding-left:1em;
}

#comments-list li .avatar {
  /* position: absolute; 
  top: 1.625em;
  left: 1.5em;*/
  margin-right:1em;
  height: 3.5em;
  width: 3.5em;
  vertical-align:text-top;
}

/* BY POST AUTHOR HIGHLIGHTING */
#comments-list  li.bypostauthor .avatar,
#comments-list  li.bypostauthor .children li.bypostauthor .avatar,
#comments-list  li.bypostauthor .children li.bypostauthor .children li.bypostauthor .avatar,
#comments-list  li.bypostauthor .children li.bypostauthor .children li.bypostauthor .children li.bypostauthor .avatar
{
  border-bottom:12px solid #99cc66;
  margin-left:-1em;
}
/* RESET CHILDREN */
#comments-list  li.bypostauthor .children .avatar,
#comments-list  li.bypostauthor .children li.bypostauthor .children .avatar,
#comments-list  li.bypostauthor .children li.bypostauthor .children li.bypostauthor .children .avatar{
  border-bottom:0px solid #99cc66;
  margin-left:0em;
}


#comments-list li li {
  margin: 0 0 1.625em;
  /*border: 1px solid #cccccc;*/
}
#comments-nav-below {
  display:none;
}

.comment-author {
  padding: 0 0 1em 0;
  font-weight: bold;
}

.comment-meta {
  padding: 0 0 1em 3em;
}


}

ul #respond {
  margin: 0;
/*  border: 1px solid #cccccc; */
}

.comment-reply-link {
  padding: 0 0 0.5em;
  text-align: right;
}

#trackbacks-list .comment-content {
  position: absolute;
  left: -9999px;
}

#respond {
  position: relative;
  margin-bottom: 1.625em;
  padding: 0 0 1.625em 0;
}

#cancel-comment-reply-link {
  float: right;
}

.form-section input {
  width: 98%;
  margin: 0 0 1.625em;
}
.form-section textarea {
  width: 98%;
}
/*
#form-allowed-tags p {
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}
*/
/*
.form-submit {
  text-align: right;
}
*/
.form-submit input {
    clear:both;
    background-color: #993333;
    border: 0 none;
    border-radius:4px; border-radius:0.4rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family:arial,sans-serif;
    font-weight: bold;
    height: 32px; height:3.2rem;
    line-height: 32px; line-height:3.2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    opacity: 0.85;
    margin-top:15px; margin-top:1.5rem;
}
input:hover {
    opacity:1;
}

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


/* pagination navigation
   ========================================================================== */
.page-link,
.comment-navigation {
  margin: 0 0 1.625em;
  padding: 1.625em 0 0;
  clear: both;
  font-weight: bold;
  word-spacing: 0.5em;
}
.page-link a,
.comment-navigation a {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.4em 0.65em;
}
.page-link a,
.page-link span,
.comment-navigation a,
.comment-navigation span {
  margin-right: 0.5em;
}

/* asides, sidebars & widget-ready areas
   ========================================================================== */
.aside {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.aside.main-aside {
  font-size: 0.9em;
  line-height: 1.5;
  font-family: arial, sans-serif;
  color: #333333;
}
.aside ul,
.aside section ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
/*
.aside ul ul,
.aside section ul ul {
  margin: 0 0 0 1em;
}
*/
.aside ul ul li,
.aside section ul ul li {
  padding: 1px 0;
}
.aside img {
  max-width: 100%;
}
.aside table {
  border: none;
}
.aside thead {
  border: 1px solid #cccccc;
}
.aside tbody {
  border: 1px solid #cccccc;
}
.aside th,
.aside td {
  padding: 0.15em 0.6em;
  border-right: 1px solid #cccccc;
}
.aside tfoot tr {
  border: none;
}
.aside tfoot td {
  border-color: transparent;
}
.aside #searchform input {
  width: 100%;
  max-width: 98%;
}
#content .aside {
  margin: 0 0 1.625em;
}

.widget_tag_cloud {
  margin: 0 0 1.625em;
}

#searchsubmit {
  display: none;
}

#primary {
  margin-bottom: 1.625em;
  margin-left:auto;
  margin-right:auto;
  display:block;
  min-width:250px;
}

#footer {
  margin-top: 1.625em;
  clear: both;
}

#subsidiary {
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0 0;
}
#subsidiary #footer-widget {
  width: 100%;
  margin: 0;
  clear: both;
}

#siteinfo {
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0 1.625em;
  clear: both;
}

/* overriding css above - specific pages, templates
   ========================================================================== */
/* page templates */
.page-template-template-page-fullwidth-php #container {
  width: 100%;
  margin-right: 0;
}
.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #comments {
  width: 100%;
}

/* attachments */
.attachment .page-title {
  font-style: italic;
}

/* internet explorer specific
   ========================================================================== */
.lt-ie9 #branding,
.lt-ie9 #access .menu,
.lt-ie9 #main,
.lt-ie9 #subsidiary,
.lt-ie9 #siteinfo {
  width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* plugin specific
   ========================================================================== */
/* wp stats & smiley */
img#wpstats {
  width: 0;
  height: 0;
  overflow: hidden;
}

.wp-smiley {
  max-height: 12px;
  margin: 0 !important;
}

/* helper classes - html5boilerplate.com/
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none!important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/* print styles - html5boilerplate.com/
   ========================================================================== */
@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: .5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/* MISC ADDED LATER
    ===========================================================*/
/* Links on front page */
#custom-recent-posts-title a {
    font-weight: bold;
    font-size:24px;
    line-height:34px;
    padding-bottom:15px;
    display:inline-block;
    margin-top:15px;
}

/* Custom Posts (Ingredients) */

#hbm-post-image {
   width:450px;
   margin-left:auto;
   margin-right:auto;
}

.recipe-detail{
    color:#999966;
}

/* FOOTER LINK TO MORE INGREDIENTS */
#menu-ingredients-library a{
    font-size:25px;
}
#single-bottom.aside {
    margin-top:35px;
}

/* =Page Templates
-------------------------------------------------------------- */
/*
   404 Page
*/
#hbm-404 p{
  text-align:center;
}
.error404 ul{
  display:none;
}


/* SEARCH--------------------------------------------------------------------------------*/
input.gsc-search-button {
    clear:both!important;
    background-color: #993333!important;
    border: 0 none!important;
    border-radius:4px!important;
    color: #ffffff!important;
    cursor: pointer!important;
    display: block!important;
    font-family:arial,sans-serif!important;
    font-size:18px!important;
    font-weight: bold!important;
    height: 32px!important;
    line-height: 32px!important;
    text-align: center!important;
    text-decoration: none!important;
    vertical-align: top!important;
    white-space: nowrap!important;
    padding-left:10px!important;
    padding-right:10px!important;
    width:auto!important;
}
.gsc-clear-button{
    display:none!important;
}
form.gsc-search-box{
    margin-bottom:20px!important;
}
.aside.main-aside tr, .post-4255 tr,
table.gsc-search-box tbody tr {
    border-bottom:0px;
}

.aside.main-aside th, .aside.main-aside td{
    border:0px!important;
}
input.gsc-input{
    font-size:18px!important;    
    padding:4px!important;
}
#___gcse_0 table{
    border:0px!important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult,
#adBlock{
    border:0px!important;
}
li#search-3.widgetcontainer h3.widgettitle{
    display:none;
}

/* ARCHIVES TEMPLATE------------------------------------ */
#hbm-arch {
    width:28.33%;
    height:0;
    padding-bottom:61%;
    float:left;
    margin-right:5%;
    margin-bottom:1%;
    overflow:hidden;
}
.page-template-template-visual-archive-php .entry-content .wp-post-image {
    border:0;
    margin:0;
}
p.arch-caption-text {
    text-align:left;
    font-size:12px;    
    line-height: 17px;    
    text-overflow: ellipsis;
    font-weight:normal;
}
.page-template-template-visual-archive-php .entry-content h3{
    padding-top:20px;
    clear:both;
}

/*
    Resources Page
*/

img.res-book {
    height:80px;
    float:left;
    margin-right:15px;
    padding-top:6px;
}

/* FRONT PAGE WELCOME SECTION
------------------------------------------------------------------*/

#index-top.aside ul.xoxo{
 margin-bottom:-30px;
}

#index-top.aside {
 padding-bottom:0px;
 padding:0;
 border:0;
 display:block;
 clear:both;
}
#content .aside ul {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
#hbm-wel-title {
 font-size:30px;
 padding-top:10px;
 line-height:60px; 
 font-style:normal;
 color:black;
}
#hbm-wel-title a{
 color:#993333;
 font-size:30px;
 line-height:60px;
 margin-bottom:10px;
}
#hbm-wel-title a:active,
#hbm-wel-title a:hover {
    color: #EA671E;
}
#hbm-wel-text {
 font-size:20px;
 margin-bottom:0px;
 line-height:60px; 
 font-style:italic;
 color:black;
}

/*
     Hops and Malt----------------------------------------------------------------------------------------------
*/
.mastery-title{
    clear:left;
}
#ingredients-image img {
    width:50%;
    margin-left:5%;
    float:right;
}
#ingredient {
    width:30%;
    float:left;
    margin-right:3.3%;
}
.category-14 .entry-content .wp-post-image {
    border:0;
    margin:0;
}
p.ingred-caption-text {
    text-align:center;
}

/* h3
--------------------------------------------*/

.entry-content h3 {
    margin-top:10px;
    margin-bottom:20px;
    /*border-top-style:solid;
    border-top-width:3px;
    border-bottom-style:solid;
    border-bottom-width:3px;*/
    border-color:#99cc66;
    text-align:left;
    font-style:bold;
    font-family:Crete Round, serif;
    font-size:26px;
    padding:0px;
    color:#99cc66;
}


/* =Header Menu
-------------------------------------------------------------- */

#header-menu {
    /*width:90%;*/
    margin-left:auto;
    margin-right:auto;
    display:block;
}
#header-menu li {
    display:block;
    
}
#header-home a, #header-start a, #header-resources a, #header-about a {
    display:block;
    float:left;
    width: 43%;
    height:0;
    padding-bottom:51.6%;
  max-width:120px;
}
#header-home a, #header-start a, #header-about a {    
    margin-right:4%;
}
#header-resources a {    
    margin-right:0%;
}
#header-home a {
    background: url('http://www.homebrewmanual.com/media/home.jpg') no-repeat;
    background-size:100%;
    opacity:0.85;
}
#header-start a, #header-resources a, #header-about a {
    background: url('http://www.homebrewmanual.com/media/pint-button.jpg') no-repeat 0 0;
    background-size: 100%;
    opacity:0.85;
}
#header-home a:hover, #header-start a:hover, #header-resources a:hover, #header-about a:hover  {
    opacity:1;
}
#header-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
#hbm-top-text {
    padding-top:100%;
    text-align:center;
    font-size:18px;
    font-family:arial, sans-serif;
    font-weight:bold;
    display:block;
}


/* Side Bar Menu
------------------------------------------------------------- */
#side-ingredients a, #side-equipment a, #side-brew a, #side-tshirts a, #side-blog a, #side-gifts a {
    width: 250px;
    height: 125px;
    display: block;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
}
#side-ingredients a {
    background: url('http://www.homebrewmanual.com/media/menu-home-brew-ingredients.jpg') no-repeat 0 -125px;
}
#side-equipment a {
    background: url('http://www.homebrewmanual.com/media/menu-home-brewing-equipment.jpg') no-repeat 0 -125px;
}
#side-brew a {
    background: url('http://www.homebrewmanual.com/media/menu-make-your-own-beer.jpg') no-repeat 0 -125px;
}
#side-ingredients a:hover, #side-equipment a:hover, #side-brew a:hover, #side-tshirts a:hover, #side-blog a:hover, #side-gifts a:hover  {
 background-position: 0 0;
}
#side-menu ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
#hbm-side-text {
    padding-top:100px;
    text-align:center;
}
#hbm-random {
    text-align:center;
}
#hbm-random p{
    text-align:center;
    color:black;
    font-weight:bold;
    font-size:20px;
    margin-bottom:8px;
}
#hbm-ran-all{
    margin-top:25px;
}
#hbm-ran-thumb img{
    opacity:0.8;
}
#hbm-ran-thumb img:hover,
#hbm-ran-thumb img:active{
    opacity:1;
}


/* SIDEBARS AND WIDGETS ---------------------------------------------------------------------------------------
*/

.main-aside {
    max-width:540px;
}

img.header-face{
    padding-right:15px;
    float:right;
}

#primary.aside{
    border-top: 0px;  
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
ul.xoxo {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
.aside a{
    font-family:arial, sans-serif;
    font-weight:bold;
    font-size:14pt;
}
/* AD WIDGET */
#text-19.widgetcontainer.widget_text{
    border-top-style:solid;
    border-top-width:3px;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-color:#99cc66;
    padding-top:10px;
    padding-bottom:10px;
}


/* BELOW TITLE ADS----------------------------------------------------------------------*/
.title-ads-32050,
.title-ads-32050-loggedin {
    width:320px;
    height:50px;
    margin:10px auto 25px auto;
}
.title-ads-32050-loggedin{
    background-color:#f0eef4;
}



/* SIDEBAR ADS 320 x 50 NOW 320 x 100 ---------------------------------------------------------------------------*/
.side-ads-32050-loggedin {
    width:320px;
    height:100px;
    margin: 20px auto;
    background-color:#f0eef4;
}
.side-ads-32050{
    width:320px;    
    margin: 20px auto;
}


/* =HBM Categories - eg. Brewing Compendium
-------------------------------------------------------------- */
#hbm-category-title h1 /* TO MATCH ENTRY-TITLE */ {
    font-family:Crete Round, serif;
    font-size:28px;
    font-style:italic;
    line-height:36px;
    padding:5px 0 7px 0;
    color:#ffffff;
    text-align:center;
    background-color:#99cc66;
    border-radius:10px;
    margin-bottom:22px;
}

#hbm-category-links li /* TO MATCH MASTERY LI */{
    list-style:none;
    padding-bottom:7px;
}

/* Mail Chimp
-----------------------------------------------------------------*/
#mc_embed_signup{
    clear:left;
    font:14px Helvetica,Arial,sans-serif;
    background:#f8eb61;
    border-radius:10px;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:15px;
}
#mc_embed_signup h2 {
 font-weight:bold;
 padding:0;
 margin:15px 0;
 font-size:1.4em;
}
#mc_embed_signup input {
 border:0px solid #990000;
 -webkit-appearance:none;
}
#mc_embed_signup input[type=checkbox]{
 -webkit-appearance:checkbox;
}
#mc_embed_signup input[type=radio]{
 -webkit-appearance:radio;
}
#mc_embed_signup input:focus {
 border-color:#333;
}
#mc_embed_signup .button {
 clear:both;
 background-color: #993333;
 border: 0 none;
 border-radius:4px;
 color: #ffffff;
 cursor: pointer;
 display: inline-block;
 float:right;
 font-size:16px;
 font-weight: bold;
 height: 32px;
 line-height: 32px;
 margin: 4px 5px 10px 0;
 padding:0 10px 0 10px;
 text-align: center;
 text-decoration: none;
 vertical-align: top;
 white-space: nowrap;
 width: auto;
}
#mc_embed_signup .button:hover {
 background-color:#990000;
}
#mc_embed_signup .small-meta {
 font-size: 11px;
}
#mc_embed_signup .nowrap {
 white-space:nowrap;
}     
#mc_embed_signup .clear {
 clear:none;
 display:inline;
}
#mc_embed_signup label {
 display:block;
 font-size:16px;
 padding-bottom:10px;
 font-weight:bold;
}
#mc_embed_signup input.email {
 display:inline-block;
 padding:8px 0;
 /* margin:0 4% 10px 0; */
 margin:10px;
 text-indent:5px;
 width:310px;
}
#mc_embed_signup input.button {
 display:block;
 margin:12px 0 10px 0;
}

#mc_embed_signup div#mce-responses {
 float:left;
 top:-1.4em;
 padding:0em .5em 0em .5em;
 overflow:hidden;
 width:90%;
 margin: 0 5%;
 clear: both;
}
#mc_embed_signup div.response {
 margin:1em 0;
 padding:1em .5em .5em 0;
 font-weight:bold;
 float:left;
 top:-1.5em;
 z-index:1;
 width:80%;
}
#mc_embed_signup #mce-error-response {
 display:none;
}
#mc_embed_signup #mce-success-response {
 color:#529214;
 display:none;
}
#mc_embed_signup label.error {
 display:block;
 float:none;
 width:auto;
 margin-left:1.05em;
 text-align:left;
 padding:.5em 0;
}
/* BOTTOM FORM
------------------------------------------------------------------*/
li#text-29.widgetcontainer{
   background:#f8eb61;
   border-radius:10px;
   display:none;
}
#single-insert.aside #mc_embed_signup{
   padding-left:15px;
   padding-right:15px;
   background:#f8eb61;
}
#single-insert.aside {
   margin-top:20px;
}
#single-insert.aside #mc_embed_signup input {
 border:0px solid #f0eef4;
 -webkit-appearance:none;
}

#single-insert.aside #mc_embed_signup .button {
 margin-left:auto;
    margin-right:auto;
    display:block;
    float:none;
}
form#mc-embedded-subscribe-form.validate {
 margin-bottom:0px;
}
#single-insert.aside #mc_embed_signup input.email {
  min-width:220px;
  width:85%;
  margin-left:7.5%;
  margin-right:7.5%;
  text-align:center;
  font: 14px arial,sans-serif;
}
#text-29.widgetcontainer.widget_text{
    padding-top:5px;
    padding-right:10px;
    padding-bottom:4px;
    padding-left:10px;
}
#text-29.widgetcontainer.widget_text p{
    text-align:center;
    color:black;
    font-weight:bold;
    font-size:20px;
    margin-bottom:8px;
}

/* SIDE FORM
----------------------------------------------------------------*/
#primary.main-aside #mc_embed_signup{
    padding-left:0px;
    padding-right:0px;
}
#primary.main-aside #mc_embed_signup input.email {
    min-width:220px;
    width:85%;
    margin-left:7.5%;
    margin-right:7.5%;
    text-align:center;
    font: 14px arial,sans-serif;
}
#text-10.widgetcontainer.widget_text{
    background-color:#f8eb61;
    padding-top:15px;
    padding-bottom:15px;
    border-radius:10px;
    clear:right;
    width:100%
}
#primary.main-aside #mc_embed_signup .button {
    margin-left:auto;
    margin-right:auto;
    display:block;
    float:none;
}
    
#text-10.widgetcontainer.widget_text p{
    text-align:center;
    color:black;
    font-weight:bold;
    font-size:20px;
}


/*  HIDING FORM ON BOOK REVIEWS AND OTHER SALES PALES
------------------------------------------------------------------------------*/
.postid-86 #single-insert.aside,
.postid-1066 #single-insert.aside,
.postid-2846 #single-insert.aside,
.postid-4456 #single-insert.aside
{
 display:none;
}


/*  Search
-------------------------------------------------------------  */
h2.entry-title {
    font-family:Lora, serif;
    font-size:24px;
    font-style:normal;
    line-height:26px;
    padding:15px 0 7px 0;
    text-align:left;
    background-color:white;
    border-radius:0px;    
    margin-bottom:22px;
}
h2.entry-title a{
    color:#993333;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0px 0 7px 0;
    overflow:visible;
}
.entry-title {
    font-family:Crete Round, serif;
    font-size:28px;
    font-style:italic;
    line-height:36px;
    padding:5px 5px 7px 5px;
    color:#ffffff;
    text-align:center;
    background-color:#99cc66;
    border-radius:10px;    
    margin-bottom:22px;
}
.category .entry-title {
    background-color:white;
    text-align:left;
    font-size: 18px;
    Padding:0px 0 0 0;
}

/* media queries
   ==========================================================================*/

@media only screen and (min-width: 520px) {
  #header-home a, #header-start a, #header-resources a, #header-about a {
    display:block;
    float:left;
    width: 22%;
    height:0;
    padding-bottom:26.4%;
}
.title-ads-32050-loggedin {
    width:468px;
    height:60px;
    background-color:#f0eef4;
}
.title-ads-32050{
    width:468px;
    height:60px;
}
}

@media only screen and (min-width: 870px) {
   #header-home a, #header-start a, #header-resources a, #header-about a {
    padding-bottom:15%;
}
  .side-ads-32050-loggedin {
    width:250px;
    height:250px;
    margin: 20px auto; 
    background-color:#f0eef4;
}
  .side-ads-32050{
    width:250px;
    height:250px;
    margin: 20px auto;
}
li#text-29.widgetcontainer{
   display:block;
}
  #branding,
  #access .menu,
  #main,
  #header,
  #subsidiary,
  #siteinfo {
    max-width: 960px;
  }

  #container {
    float: left;
    width: 65.4%;
    margin-right: 3.8%;
    max-width:540px;
  }
  .main-aside {
    float: right;
    width: 30.8%;
    min-width:250px;
    clear: right;
  }

  #subsidiary {
    padding-top: 0;
  }
  #subsidiary .aside {
    float: left;
    width: 30.8%;
    margin: 0 3.8% 0 0;
  }
  #subsidiary #third {
    margin: 0;
  }

  blockquote.left {
    float: left;
    width: 33%;
    margin-left: 0;
    margin-right: 1.5em;
    text-align: right;
  }
  blockquote.right {
    float: right;
    width: 33%;
    margin-left: 1.5em;
    margin-right: 0;
    text-align: left;
  }

  .sf-menu li {
    float: left;
  }

  .content-column {
    float: left;
    width: 45%;
    margin: 0 0 1.625em;
  }

  .navigation {
    margin: 0 0 1.625em;
    overflow: hidden;
  }

  .nav-previous {
    float: left;
    width: 50%;
  }

  .nav-next {
    float: right;
    width: 50%;
    text-align: right;
  }

  .page-template-template-page-fullwidth-php #comments {
    width: 65.4%;
  }
  #hbm-arch {
    width:28.33%;
    height:0;
    padding-bottom:29.16%;
    float:left;
    margin-right:5%;
    margin-bottom:1%;
    overflow:hidden;
  }
}