/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* -------------------------- */
/* Resets                     */
/* -------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, caption {
  display: block;
}
section {
  clear: both;
}
audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-size: 100%; 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
}
html, button, input, select, textarea {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
}
body {
  margin: 0;
  color: #666;
  font-size: 87.5%;
}

img {
  border: 0; 
  -ms-interpolation-mode: bicubic; 
}
button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,input {
    line-height: normal;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  clear: both;
  margin: 40px 0;
  border: none;
  border-top: 1px solid #DDD;
}

/* -------------------------- */
/* Typography                 */
/* -------------------------- */

h1, h2, h3, h4, h5, h5 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 2em;
  margin: 0 0 0.67em;
}
h2 {
  font-size: 1.6em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.4em;
  margin: 1em 0;
}
h4 {
  font-size: 1.2em;
  margin: 1.33em 0;
}
h5 {
  font-size: 1em;
  margin: 1.67em 0;
}
h6 {
  font-size: 1em;
  margin: 2.33em 0;
}
a:link, a:visited {
  color: #A7A73D;
  text-decoration: none;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
}
a:hover, a:active, a:focus {
  color: #8C8C00;
  outline: 0;
}
article ul {
  padding-left: 20px;
  margin: 1.4em 0;
}
article ul li {
  margin: 0.7em 0;
}
p {
  font-size: 1.1em;
  line-height: 1.4em;
}

/* -------------------------- */
/* Layout                     */
/* -------------------------- */
#content_box, footer .inner-content {
  padding: 20px;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
/* header */
header {
  background-image: url(images/bg-header-melt.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
header .inner-content {
  padding: 0px 20px 0;
  margin: 0 auto;
  max-width: 960px;
}
.branding h1, .branding h2, .branding a {
  color: #FFF;
}
.branding {
  opacity: 0.97;
}
.branding h1 {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 210px;
  z-index: 1;
}
.branding h1 a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
  height: 215px;
  width: 247px;
  background-image: url(images/logo-melt.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
h2.tagline {
  background-image: url(images/bg-subhead.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  display: block;
  height: 24px;
  width: 269px;
  margin: 10px 0 0 35px;
  z-index: 10;
  delay: 0.6s;
  -moz-delay: 0.6s;
  -webkit-delay: 0.6s;
}

/* content */
.content-container {
  background-image: url(images/bg-body-melt.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
#content_box {
  position: relative;
  min-height: 600px;
  padding: 50px 20px;
}
#content {
  padding-top: 20px;
  margin-left: 31.25%;
}
#sidebars {
  position: absolute;
  top: 70px;
  width: 22.916667%;
  max-width: 229px;
}
.sidebar.pinned {
  position: fixed;
  top: 60px;
  width: 100%;
  max-width: 229px;
}
#sidebars h3 {
  display: none;
}
#sidebars ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebars .page_item, #sidebars .menu-item {
  border-bottom: 2px dotted #EEE;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  text-rendering: optimizeLegibility;
}
#sidebars .page_item:first-child, #sidebars .menu-item:first-child {
  border-top: 2px dotted #EEE;
}
#sidebars .page_item a:link, #sidebars .page_item a:visited,
#sidebars .menu-item a:link, #sidebars .menu-item a:visited {
  color: #999;
}
#sidebars .page_item a:hover, #sidebars .page_item a:active,
#sidebars .menu-item a:hover, #sidebars .menu-item a:active {
  color: #333;
}
#sidebars .current_page_item a:link, #sidebars .current_page_item a:visited {
  color: #333;
}
#sidebars img {
  width: 100%;
  height: auto;
}


/* footer */
footer {
  background: rgba(60,60,60,0.95);
  min-height: 140px;
  color: #999;
  font-size: 0.8em;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  text-align: center;
}
footer .footer-logo {
  background-image: url(images/logo-melt-sm.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 50px;
  width: 100%;
  max-width: 229px;
  overflow: hidden;
  text-indent: -999em;
  z-index: 10;
  position: absolute;
  bottom: 33px;
  opacity: 0.75;
  margin: 18px 0;
}

footer .footer-logo.pinned {
  position: fixed;
  bottom: 20px;
  opacity: 0.1;

}
footer .footer-logo.fadeOut {
  opacity: 0;
}
/* Main Content Styles */
article {
  line-height: 1.4em;
  position: relative;
  margin: 0px 0 40px;
}
article .post-header .image  .post-title {
  padding: 0;
  margin-bottom: 5px;
  border: none;
  line-height: 1em;
}
article .post-title, article h1 {
  color: #A7A73D;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 2.4em;
  padding: 0px 0 20px;
  margin: 0.25em 0 30px;
  border-bottom: 1px solid #EEE;
}
article .post-header .caption {

}
article time, article .post-footer {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 1em;
  font-weight: 300;
  color: #CCC;
  margin: 0;
}
article .post-footer {
  background: url(images/hr-foot.png) no-repeat center top;
  text-align: center;
  padding: 40px 0 30px;
  margin-top: 30px;
}
article p {
  margin: 1.4em 0;
}
article img {
  max-width: 100%;
  width: auto;
  height: auto;
}
article .image {
  position: relative;
  display: inline-block;
}
article .image img {
  max-width: 100%;
}
.caption, caption {
  display: block;
  width: auto;
  padding: 15px 4%;
  width: 92%;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #FFF;
  position: absolute;
  bottom: 4px;
  right: 0;
  background: #111;
  opacity: 0.8;
}
article .comments-categories > span {
  margin: 0 0.5em;
}
article .avatar {
  display: block;
  float: left;
  width: auto;
  height: auto;
  max-width: 30px;
  margin-top: -6px;
  margin-right: 10px;
  border: 1px solid #EEE;
}
article.page {
  margin-top: 27px;
  padding-bottom: 30px;
  background: url(images/hr-foot.png) no-repeat center bottom;
}
article.page .sociable, .sociable_tagline {
  display: none;
}

article .post-content > .recipe {
  background: #FFF;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  padding: 30px;
  margin: 1.4em 0;
}
article .pin-it {
  width: 43px;
  margin: 10px auto;
}
article.single .pin-it {
  margin: -10px 0 0 3px;
}
.recipe h2:first-child, .recipe h3:first-child {
  margin-top: 0;
  padding-bottom: 40px;
  background: url(images/hr-foot.png) no-repeat center bottom;
}
.recipe h3 {
  border-bottom: 1px dotted #EEE;
  padding-bottom: 0.5em;
  margin-top: 40px;
}
.post-discussion {
  border-top: 1px solid #DDD;
  padding: 20px 0;
}
.post-discussion h3 {
  margin-bottom: 0;
}
#comments_intro {
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  color: #999;
}
#comments_intro p {
  margin: 0 0 1em;
}
#comments dt {
  border-top: 1px solid #EEE;
  padding: 20px 0 0;
  color: #999;
}
#comments dt a {
  color: #999;
}
#comments dt a:hover, #comments dt a:active {
  color: #333;
}
.comment-reploy-link {
  font-size: 12px;
}
.comment_time {
  float: right;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
}
.comment_time a {
  color: #CCC;
}
#comments dd p {
  font-size: 1em;
}
#comments .comment_moderated {
  background: rgba(255, 255, 0, 0.1);
  padding: 10px;
  font-style: italic;
  font-size: 0.9em;
  color: #666;
}
#respond {
  border-top: 1px solid #EEE;
}
#respond p {
  font-size: 1em;
}
#respond form {
  background: rgba(0,0,0,0.025);
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}
#respond form p {
  margin: 0 0 0.25em;
}
#respond #cancel-comment-reply-link {
  float: right;
}
#respond label {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 4px;
  margin-bottom: 0.75em;
}
#respond input[type='text'] {
  position: absolute;
  left: 70px;
  width: 200px;
}
#respond textarea {
  display: block;
  width: 98%;
  height: 4em;
  margin: 0.5em 0;
}
#respond input[type="text"], #respond textarea {
  background: rgba(255,255,255,0.5);
  border: 1px solid #999;
  border-color: #999 #CCC #CCC #999;
  padding: 4px;
  color: #666;
  
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#respond input[type="text"]:focus, #respond textarea:focus {
  background: rgba(255,255,255,1);
  border-color: #8C8C00;
  outline: none;
  color: #333;
}
#respond input[type='checkbox'] + label {
  display: inline-block;
}

.bracket {
  display: none;
}

button, input[type='button'], input[type='submit'], .button {
  background: linear-gradient(top, #FFF, #DDD);
  background: -webkit-linear-gradient(top, #FFF, #DDD);
  background: -moz-linear-gradient(top, #FFF, #DDD);
  box-shadow: inset 0 0 0 1px #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
  -moz-box-shadow: inset 0 0 0 1px #FFF;
  border: 1px solid #999;
  border-top-color: #CCC;
  border-left-color: #CCC;
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
button:hover, input[type='button']:hover, input[type='submit']:hover, .button:hover {
  background: linear-gradient(top, #FFF, #EEE);
  background: -webkit-linear-gradient(top, #FFF, #EEE);
  background: -moz-linear-gradient(top, #FFF, #EEE);
}
button:active, input[type='button']:active, input[type='submit']:active, .button:active {
  background: linear-gradient(top, #DDD, #EEE);
  background: -webkit-linear-gradient(top, #DDD, #EEE);
  background: -moz-linear-gradient(top, #DDD, #EEE);
}
.post_nav, .prev_next {
  height: 3.5em;
  border-top: 1px solid #CCC;
}
.post_nav p, .prev_next .previous {
  float: left;
}
.post_nav p:nth-child(2), .prev_next .next {
  float: right;
}

/* Sprites */
.social {
  margin-top: 20px;
  opacity: 0.5;
}
.social ul {
  text-align: center;
}
.social li {
  display: inline-block;
  margin: 0 2px;
}
/* Social Sprites */
[class*="sprite"] {
  background-image: url(images/sprite-social.png);
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
  height: 30px;
  width: 30px;
}
[class*="twitter"] {
  background-position: 0 0;
}
[class*="twitter"]:hover {
  background-position: 0 -40px;
}
[class*="fb"] {
  background-position: -40px 0;
}
[class*="fb"]:hover {
  background-position: -40px -40px;
}

[class*="pinterest"] {
  background-position: -76px 0;
}
[class*="pinterest"]:hover {
  background-position: -76px -40px;
}

[class*="google"] {
  background-position: -114px 0;
}
[class*="google"]:hover {
  background-position: -114px -40px;
}

[class*="rss"] {
  background-position: -152px 0;
}
[class*="rss"]:hover {
  background-position: -152px -40px;
}

[class*="email"] {
  background-position: -190px 0;
}
[class*="email"]:hover {
  background-position: -190px -40px;
}



/* Alignment */
.alignleft {
  float: left;
  margin: 30px 30px 30px 0;
}
.alignright {
  float: right;
  margin: 30px 0 30px 30px;
}
.alignleft:first-child, .alignright:first-child {
  margin-top: 0;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* About Us Page */
.bio {
  margin-left: 170px;
}
.horizontal-links {
  font-size: 12px;
  padding: 0;
  margin: 1.4em 0;
  line-height: 1em;
}
.horizontal-links li {
  display: inline-block;
  border-left: 1px solid #DDD;
  padding-left: 1em;
  margin: 0 0 0 1em;  
}
.horizontal-links li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

/* Misc */
.clear {
  clear: both;
  float: none;
  width: 100%;
}
article .pin-it-btn-wrapper {
  float: left;
  margin-right: 5px;
  padding-bottom: 0;
}

/* Effects */
.fadeIn, .fadeOut {
  transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
}
.fadeIn {
  opacity: 1;
}
.fadeOut {
  opacity: 0;
}