/*
Theme Name: BlankSlate
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
*/

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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}

.alignright {
  float: right;
  border:10px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  border:10px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  margin: 0 20px 20px 0;
  z-index: 4;
}

.aligncenter{}

* {
  box-sizing: border-box;
  position: relative;
  transition: all .4s;
}

body {
  font-family: 'Roboto Slab', serif;
  line-height:1.6;
  font-weight: 300;
  padding-top: 20px;
}

strong {
  font-weight: 700;
}

#wrapper {
  width:100%;
}

header#header {
  height:250px;
  background: url(img/ralph-clarke-logo.png) right top no-repeat;
}

header#header section#branding {
  position: absolute;
  top:40px
}

header#header .menu {
  position: fixed;
  width:100%;
  left: 0;
  top: 0px;
  background-color:#B9874E;
  box-shadow:0 2px 3px rgba(0,0,0,.2);
  z-index: 999999;
}

header#header .menu ul {
  width: 100%;
  max-width: 1010px;
  margin: auto;
}

header#header .menu ul li {
  display: inline-block;
  float: left;
  width:25%;
  text-align:center;
  background-color:#B9874E;
  height: 40px;
  line-height:40px;
  border-left: 1px solid #CA9863;
  border-right: 1px solid #A2703B;  
}

header#header .menu ul li.current_page_item {
  background-color:#1E4281;
}

header#header .menu ul li a {
  text-decoration: none;
  color:#fff;
  display: block;
  text-shadow: 0 1px 2px rgba(0,0,0,.4);
  font-size: 18px;
}

header#header .menu ul li a:hover {
  background-color:#A2703B;
}

header#header section#branding #site-title {
  font-size:80px;
  margin: 0;
  line-height:1.2;
}

header#header section#branding #site-title a {
  text-decoration: none;
  font-weight: 700;
  color:#666;
}

header#header section#branding #site-description {
  font-size:25px;
  margin: 0;
  line-height:1.2;
  color:#1E4281;
}

header#header section#branding #slogan {
  font-family: 'Alex Brush', cursive;
  color:#CE0046;
  font-size: 50px;
  top: -10px;
  left: 160px;
}

header, #container {
  max-width: 1010px;
  width:100%;
  margin: auto;
}

#container {
  margin-bottom: 80px;
}

#container section#content h2 {
  font-size:30px;
  margin: 20px 0;
  color:#B9874E;
}
#container section#content h3 {
  font-size:18px;
  margin: 10px 0;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:#1E4281;
  font-weight: 700;
}

#container section#content p {
  margin-bottom:20px;
}

#container section#content img.wp-post-image, #container section#content p a img.wp-post-image {
  width:210px;
  height: auto;
  float: left;
  margin: 0 40px 20px 0;
  z-index: 5;
}

#container section#content p.intro {
  font-size:20px;
  margin-bottom:20px;
}

#container section#content ul {
  list-style-type: square;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}

#container section#content .endorsement {
  padding:40px 15%;
  border:1px solid #1E4281;
  border-width: 1px 0 0 0;
}

#container section#content .endorsement blockquote {
  font-family: georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size:22px;
  color:#a4a4a4;
  line-height:1.4;
}

footer#footer {
  text-align:center;
  background-color:#1E4281;
  padding:40px;
  color:#fff;
}

footer#footer p {
  font-size:12px;
}

footer#footer p.strap-line {
  font-size:20px;
}

/* bloggy bits */

article.post {
  border-bottom:1px solid #B9874E;
  padding:0 0 40px 0;
}

#container section#content article.post header h3 {
  margin: 40px 0 0 0;
}

#container section#content article.post header .entry-date {
  font-size:13px;
}

article.post header h3 a {
  text-decoration: none;
  color:#1E4281;
}

#container section#content article.post section.entry-content {
  padding:20px 0;
}

section.entry-content blockquote {
	padding:20px 50px;
	font-weight: 700;
	color:#1E4281;
	font-size: 18px;
}

/* single */

body.single article header h2 {
  padding:20px 0 0 0;
}

body.single article header h2 a {
  text-decoration: none;
  color:#B9874E;
}

.nav-previous, .nav-next {
  display:inline-block;
  background-color:#B9874E;
  margin-top:10px;
  border-radius:3px;
  box-shadow:0 2px 3px rgba(0,0,0,.2);
}

.nav-next {
  float:right;
}

.nav-previous a, .nav-next a {
  display: block;
  padding:5px 10px;
  color:#fff;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0,0,0,.4);
}

.nav-previous:hover, .nav-next:hover {
  background-color:#A2703B;
}

/* contact form */

#contact-form {
  padding:40px;
  border:1px solid #1E4281;
  border-radius:5px;
}

.contact-box {
  width:50%;
  float: left;
}

.contact-box p input[type=text],
.contact-box p textarea,
.contact-box p input[type=email]
{width:90%;}

/* responsiveness */

@media screen and (max-width:1024px) {

#wrapper {
  padding:0 40px 40px;
}  

header#header section#branding #site-description {
  font-size:21px;
}

header#header section#branding #slogan {
  left:100px;
}
}

@media screen and (max-width:568px) {

header#header {
  background-size: 33%;
  height: 185px;
}

header#header section#branding {
  transform: scale(.65,.65);
  transform-origin: left top;
}

header#header .menu ul li a {
  font-size:12px;
}
}

@media screen and (max-width:360px) {
  #wrapper {
    padding:0 20px 20px 20px;
  }
  header#header {
    height:125px;
    margin: 40px 0 0 0;
  }
  header#header section#branding {
    top:20px;
  }
  header#header section#branding #site-title {
    font-size:44px;
    text-align:center;
  }
  header#header section#branding #site-description {
    text-align:center;
  }
  header#header section#branding #slogan {
    text-align:center;
    left:-10px;
  }
  header#header .menu ul li {
    height: 60px;
  }
  header#header .menu ul li.page-item-2 {
    padding-top:20px;
  }
  header#header .menu ul li.page-item-9 {
    padding-top:15px;
  }
  header#header .menu ul li.page-item-16 {
    padding-top:15px;
  }
  header#header .menu ul li.page-item-18 {
    padding-top:20px;
  }
  header#header .menu ul li a {
    line-height:1.2;
  }
  #container section#content img.wp-post-image {
    float: none;
    width:100%;
  }
  .alignleft {
    width:50%;
    height: auto;
  }
  .contact-box {
    width:100%;
  }
  #contact-form {
    padding:20px;
  }
  .contact-box p input[type=text],
  .contact-box p textarea,
  .contact-box p input[type=email]
  {width:100%;}
  footer {}  
}
