/*
Theme Name: Essayist
Theme URI: http://lairbob.com/
Description: Theme based on Thematic
Author: Laurent Stanevich
Author URI: http://lairbob.com/
Template: thematic
Version: 0.1
Tags: Thematic, LairBob, Essayist
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('./library/styles/typography.css');

/* Apply a basic layout */
@import url('./library/styles/grid.css');

/* Apply entry styles */
@import url('./library/styles/entry.css');

/* Apply image styles */
@import url('./library/styles/image.css');

/* Apply navigation styles */
@import url('./library/styles/navigation.css');

/* Apply sliding panel styles */
@import url('./library/styles/slider.css');

/* Apply summary / overview styles */
@import url('./library/styles/summary.css');

/* Apply quote / citation styles */
@import url('./library/styles/reference.css');

/* Apply basic sidebar styles */
@import url('./library/styles/sidebar.css');

/* Apply homepage styles */
@import url('./library/styles/main.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('./library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Typography elements
-------------------------------------------------------------- */

p, ul, ol, dd, pre {
    margin-bottom: 18px;
}
pre, code {
    font:12px Courier, monospace;
    line-height:1.25;
}


body, input, textarea, p, li {
    font-family: 'Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.75;
    text-align: justify;
}

/* Text elements
-------------------------------------------------------------- */



h1, h2, h4, h5 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Sans Unicode", Arial, sans-serif;
/*    font-family: 'Cambria', 'Georgia', 'Times New Roman', serif;*/
    font-weight: bolder;
    letter-spacing: -1px;
}

h1 {
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 48px;
    font-weight: 900;
    line-height: 36px;
}

h2 {
    margin-top: 2em;
    font-size: 1.5em;
}

h3 {
    font-family: 'Cambria', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #A67C00;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 5px 0;
    font-weight: bold;
}

h4, h5 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}