
/*
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
*/

/* Basic Settings */

* {
margin: 0;
padding: 0;
}

img {
border: none;
}

body {
font-size: small;
font-family: arial, sans serif;
}

#wrapper {
padding: 0;
width: 1000px;
margin-left: auto;
margin-right: auto;
}

/* Top Menu Settings */

#menu_wrapper {
font-size: 110%;
font-family: "Century Gothic", verdana, sans serif;
float: left;
list-style-type: none;
width: 1000px;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
background-color: #646464;
margin: 0 0 20px 0;
padding: 0;
}

#nav_menu-2 .widget {
list-style-type: none;
}

#menu-top_menu ul {
width: 400px;
list-style-type: none;
float: left;
}

#menu-top_menu li {
list-style-type: none;
padding: 5px 10px 5px 10px;
float: left;
}

#menu-top_menu a {
text-decoration: none;
color: #C1C1C1;
}

#menu-top_menu a:hover {
color: #FFF;
}

#follow_menu {
list-style-type: none;
float: right;
}

#follow_menu li {
float: left;
padding: 10px 10px 5px 10px;
}

#follow_menu a {
text-decoration: none;
color: #C1C1C1;
}

#follow_menu a:hover {
color: #FFF;
}

/* Header - Contains blog title and description */

#header {
color: #191918;
font-family: "Century Gothic", serif;
font-size: 200%;
}

#header h1 a {
color: #191918;
text-decoration: none;
}

#header h1 a:hover {
color: #DB4658;
}

#blog-description { 
font-size: 80%;
color: #191918;
}

#container {
padding-left: 5px;
margin-top: 50px;
width: 1000px;
float: left;
}

#content {
width: 650px;
float: left;
}

/* Post Title Settings */

h2.entry-title {
padding-bottom: 5px;
color: #DB4658;
}

h2.entry-title a {
text-decoration: none;
color: #DB4658;
}

h2.entry-title a:hover {
text-decoration: underline;
}

/* Date Published Style */

.entry-meta abbr {
border-bottom-width: 0;
font-size: 90%;
text-decoration: none;
color: #646464;
}

.entry-meta a {
text-decoration: none;
color: #DB4658;
}

.entry-meta a:hover {
text-decoration: underline;
}

/* Post Content Settings */

.entry-content {
color: #2D2D2D;
font-size: 110%;
margin-top: 15px;
}

.entry-content p {
padding: 6px 0 6px 0;
text-align: justify;
}

.entry-content a {
text-decoration: none;
color: #DB4658;
}

.entry-content a:hover {
text-decoration: underline;
}

.entry-content hr {
margin: 10px 0 5px 0;
}

.entry-content h2 {
font-weight: normal;
text-transform: uppercase;
font-size: 125%;
}

.entry-content h3 {
font-weight: normal;
text-transform: uppercase;
font-size: 110%;
}

.entry-content ol {
padding: 10px 50px 10px 50px;
}

.entry-content ul {
padding: 10px 50px 10px 50px;
}

/* Bookmarkify settings */

div.bookmarkify {
border-top: 1px solid #646464;
padding: 7px 0 0 0;
color: #646464;
font-size: 85%;
margin: 15px 0 10px 0;
}

div.bookmarkify a:link {
text-decoration: none;
color: #245DDB;
}

div.bookmarkify a:visited {
text-decoration: none;
color: #245DDB;
}

div.bookmarkify a:hover {
text-decoration: underline;
}

div.bookmarkify div.title {
margin: 0 0 5px 0;
}

/* Meta Data Settings */

.entry-footer {
color: #000;
background-color: #DB4658;
font-size: 90%;
margin: 15px 0 30px 0;
padding: 7px 7px 7px 7px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.entry-footer a:link {
text-decoration: none;
color: #fff;
text-transform: uppercase;
}

.entry-footer a:visited {
text-decoration: none;
color: #fff;
text-transform: uppercase;
}

.entry-footer a:hover {
text-decoration: underline;
}

.entry-footer abbr {
border-bottom: none;
}

/* Comments List Settings */

#comments {
color: #646464;
}

#comments-list h3 {
font-weight: normal;
font-size: 150%;
font-family: "Century Gothic", sans-serif;
padding: 10px 0 10px 0;
}

#comments-list p {
padding: 0 0 6px 0;
}

#comments a:link {
text-decoration: none;
color: #245DDB;
}

#comments a:visited {
text-decoration: none;
color: #245DDB;
}

#comments a:hover {
text-decoration: underline;
}

.comments-link {
color: #000;
}

/* Trackbacks */

#trackbacks-list {
border-top: 1px solid #646464;
margin-top: 15px;
margin-bottom: 15px;
}

#trackbacks-list h3 {
font-weight: normal;
font-family: "Century Gothic", sans-serif;
padding: 10px 0 10px 0;
font-size: 150%;
}

#trackbacks-list .comment-author {
margin-bottom: 8px;
}

#trackbacks-list p {
padding-bottom: 6px;
}

/* Comment Form Settings */

#respond {
width: 620px;
height: 340px;
padding: 10px;
border: 1px solid #646464;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#formcontainer {
width: 620px;
height: 240px;
}

#input-wrapper {
width: 300px;
float: left;
}

#comment-wrapper {
width: 400px;
float: right;
}

.form-input #author {
border: 1px solid #646464;
}
.form-input #email {
border: 1px solid #646464;
}

.form-input #url {
border: 1px solid #646464;
}

.form-textarea #comment {
border: 1px solid #646464;
}

/* Sidebar Settings */

#primary {
margin-top: 30px;
width: 325px;
float: right;
border-left: 1px solid #DB4658;
padding: 0 0 0 5px;
}

#primary h3 {
margin: 0 0 3px 0;
font-weight: normal;
font-size: 150%;
color: #646464;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#primary ul {
list-style-type: none;
margin: 5px;
padding: 0 0 0 20px;
}

#primary a {
text-decoration: none;
color: #646464;
}

#primary a:hover {
text-decoration: underline;
color: #DB4658;
}

#footer {
width: 1000px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
font-size: 90%;
color: #646464;
}

#footer a:link {
text-decoration: none;
color: #646464;
text-transform: uppercase;
}

#footer a:visited {
text-decoration: none;
color: #646464;
text-transform: uppercase;
}

#footer a:hover {
text-decoration: underline;
}

/* Blockquote Settings */

blockquote {
background: #E7E8E6 url(http://www.blueglobewebdesign.co.uk/angrymob/wp-content/uploads/2010/05/quote.png) top left 
no-repeat;
border-radius: 10px;
padding: 8px 20px 8px 20px;
margin: 7px 20px 7px 20px;
}

/* Firefox Border Settings */

blockquote {
-moz-border-radius: 10px;
}

/* Older Chrome & Safari Browsers */

blockquote {
-webkit-border-radius: 10px;
}

/* Page navigation */

.navigation {
margin: 10px 0 10px 0;
}

.navigation a:link {
text-decoration: none;
text-transform: uppercase;
color: #646464;
}

.navigation a:visited {
color: #646464;
text-decoration: none;
text-transform: uppercase;
}

.navigation a:hover {
text-decoration: underline;
}

/* Inserted image settings */

#container img, .attachment img, .navigation .alignleft img, .navigation .alignright img {
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #E7E8E6;
  border-radius: 4px;
}

/* Firefox border settings */

#container img, .attachment img, .navigation .alignleft img, .navigation .alignright img {
-moz-border-radius: 4px;
}

/* Older Chrome & Safari browsers */

#container img, .attachment img, .navigation .alignleft img, .navigation .alignright img {
-webkit-border-radius: 4px;
}

#container .wp-caption {
  background:#F7F7F7;
  border: 1px solid #E7E8E6;
  border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
}

/* Firefox border settings */

#container .wp-caption {
-moz-border-radius: 4px;
}

/* Older Chrome & Safari browsers */

#container .wp-caption {
-webkit-border-radius: 4px;
}

#container .wp-caption img, .wp-caption img, .attachment .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

#container .wp-caption.alignleft { float:left; margin:0 1em 1em 0 }
#container .wp-caption.alignright { float:right; margin:0 0 1em 1em }
#container .wp-caption.aligncenter { margin: 0 auto; }

#container p.wp-caption-text {
text-align: center;
}

#container .right {
margin-right: 0;
}

/* Standard Wordpress image alignment */

.entry-content alignright { float:right; margin:0 0 1em 1em }
.entry-content alignleft { float:left; margin:0 1em 1em 0 }
.entry-content aligncenter { display: block; margin-left: auto; margin-right: auto }
.entry-content a img.alignright { float:right; margin:0 0 1em 1em }
.entry-content a img.alignleft { float:left; margin:0 1em 1em 0 }
.entry-content a img.aligncenter { display: block; margin-left: auto; margin-right: auto }