/*
Theme Name: Snoop
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/


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

body {margin:0; font-family: 'EB Garamond', serif;}
a {color:inherit; text-decoration:none;}
strong {font-weight:900; font-family: 'Alegreya', serif;}
#Nav { background-color:#000; width:100%; color:#d8dd3f; font-size:34px; padding:10px 0 10px 0; text-align:center;}
#Nav ul {width:850px; margin:0 auto;}
#Nav li {display:inline; margin-right:25px;}
#Header {text-align:center; margin-top:15px; margin-bottom:15px;}
#Content {width:850px; margin:0 auto; padding-bottom:20px;}
#Content a {font-family: 'Alegreya', serif; font-weight:700;  }
#Content p {font-size:20px; line-height:26px; margin-bottom:15px;}
#Content h1 {font-size:28px; font-family: 'Alegreya', serif; font-weight:900; margin-bottom:15px;} 
#Content h2 {font-size:22px; font-family: 'Alegreya', serif; font-weight:900; margin-bottom:15px;}
#Left {float:left; width:225px; margin-right:20px;}
#Right {float:left; width:600px; font-size:24px; line-height:38px;}
#Quote {background-color:#000; width:100%; color:#fff; text-align:center;  padding:20px 0 25px 0; margin-top:15px; line-height:35px; }
#Quote h1 {font-size:28px; font-family: 'Alegreya', serif; font-weight:700;} 
#Quote h2 {font-size:20px; font-family: 'Alegreya', serif; font-weight:400; font-style:italic;} 
#Quote a {color:#d8dd3f; font-family: 'Alegreya', serif; font-weight:700;}
#QuoteWrap {width:850px; margin:0 auto;}
#Footer {text-align:center; padding:15px 0 15px 0;}

.notinus {font-size:20px; text-align:center;}
.book {float:left; margin-right:20px;}
.booklink {float:left; margin-top:80px; font-size:32px; font-family: 'Alegreya', serif; font-weight:900;}

.page-id-4 #Content p {font-size:28px; line-height:32px; font-family: 'EB Garamond', serif;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}