/*
Theme Name: Barondess
Description: This is the child of the Twentythirteen theme
Author: Jake
Author URI: http://sbmwebsitedesign.com
Template: twentythirteen
Version: 1.0
*/

@import url('../twentythirteen/style.css');

/**************** body ****************/
.site {border-top: 2px solid #fff;}

/**************** header ****************/
.site-header {background: #3e3c3d; color:#fff; text-align:center; text-transform:uppercase;}
.site-header .home-link{min-height:auto; max-width: 980px; padding:30px 0 23px;}
.site-title{color:#fff; padding:0; margin-bottom: 7px;}
.site-header .site-title:hover {text-decoration: none;}
.site-description {color:#fff; font: 600 normal 26px 'times new roman', georgia;}

/**************** top menu ****************/


/**************** footer ****************/
.site-footer {background: #3e3c3d; color: #fff; font-size: 14px;}
.site-info {padding: 9px 0;}
.site-footer a {color:#fff !important;}

/**************** homepage only styles ****************/
.reviews{font-size:22px;}
.paypal {text-align:center; font-size:24px;}
.paypal input{border:none;}
.paypal img.aligncenter{border:1px solid #ccc; padding:3px; margin:10px auto 33px;}
.paypal .price span{font-size:28px;}
.paypal .price{line-height:1.2;}
.paypal h2{font-size:37px;}
.paypal hr{background:none; border:none; border-bottom:1px solid #ccc;}

/**************** sitewide styles ****************/
h1, h2, h3, h4, h5, h6, html, button, input, select, textarea {font-family: 'times new roman', georgia;}
.entry-header, .entry-content, .entry-summary, .entry-meta {max-width: 980px;}
.entry-content{font-size:20px; color:#3e3c3d; line-height: 1.7; hyphens: none; word-wrap: normal;}
.hentry, .site-main {padding: 20px 0;}
.download{text-align:center; font-size: 31px; font-weight: bold; margin-bottom:30px;}
.download a, .download a:hover{color:#3e3c3d; text-transform:uppercase; text-decoration:underline;}

/**************** responsive ****************/
@media (max-width: 980px) {
    #content .entry-content{padding-left: 20px; padding-right: 20px;}
}
@media (max-width: 643px) {
}