/*
Theme Name: Scott Aaronson Style Child
Theme URI:
Description: Classic academic blog style child theme based on Twenty Twelve
Author: Custom
Template: twentytwelve
Version: 1.0
*/


@import url("../twentytwelve/style.css");



/* =====================
   Global
===================== */


body {

font-family:
Georgia,
"Times New Roman",
serif;

font-size:17px;

line-height:1.7;

color:#222;

background:#fff;

}



.site {

max-width:1050px;

}



/* =====================
   Header
===================== */


.site-header {

padding:40px 0 30px;

}



.site-header h1 {

font-size:42px;

font-weight:normal;

}



.site-header h1 a {

color:#111;

}



.site-header h2 {

font-size:18px;

font-weight:normal;

color:#777;

}



/* =====================
   Main layout
===================== */


.site-content {

width:700px;

}



.widget-area {

width:260px;

}



.widget {

font-size:15px;

}



.widget-title {

font-size:20px;

font-weight:normal;

}



/* =====================
   Posts
===================== */


.entry-title {

font-size:32px;

font-weight:normal;

line-height:1.25;

}



.entry-title a {

color:#0645ad;

}



.entry-content {

font-size:18px;

}



.entry-content p {

margin-bottom:25px;

}



.entry-meta {

font-size:14px;

color:#777;

}



.entry-header {

margin-bottom:25px;

}



/* =====================
   Links
===================== */


a {

color:#0645ad;

}



a:hover {

color:#000;

text-decoration:underline;

}



/* =====================
   Comments
===================== */


.comments-area {

font-size:16px;

}



/* =====================
   Mobile
===================== */


@media(max-width:800px){

.site-content,
.widget-area {

width:auto;

}


}

@media(min-width:1000px){

.site {

max-width:1050px;

}


.main-navigation {

margin-top:20px;

}


.site-content {

width:700px;

}


.widget-area {

width:260px;

}


}