/*   
Theme Name: Luhmann
Theme URI: 
Description: It's like looking at what you've done in a different life, with a different wife
Author: Jan Florian Dietrich
Author URI: http://www.daenen4.de/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.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('../thematic/library/styles/default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
    font-size: 62.5%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #FF4B33 !important;
}

a:visited {
    color: #333;
}

p {
    -webkit-hyphens: auto;
    hyphens: auto;
}

strong {
    color: #333;
}

.marginalia {
    font-size: 0.8em;
}

#branding {
    padding-top: 50px;
}

#blog-description {
    margin: 5px 0 0 20px;
}

h1.entry-title, h1.subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.4em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -0.9px;
}

h1.subtitle {
    font-size: 1.6em;
    font-weight: normal;
    margin: -2px 0 0 0;
    line-height: 1.2em;
}

h1.entry-title a {
    color: #333;
}

.entry-content h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.15em;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: -0.2px;
}

div.post .entry-content h2 {
    padding-bottom: 10px;
    padding-top: 23px;
}

div.post .entry-content h2:first-child {
    padding-top: 15px;
}

div.post .entry-content p + h2:first-child {
    padding-top: inherit;
}

.entry-content h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -0.6px;
}

.entry-content .bio-info {
    width: 350px;
    float: left;
}

.entry-content .bio-info table {
    width: 350px;
}

.entry-content .bio-pic {
    width: 152px;
    float: right;
    padding-top: 61px;
}

.entry-content .bio-pic img {
    padding: 5px;
    border: 1px solid #ccc;
}

div.entry-meta {
    margin-bottom: 8px;
}

span.meta-prep-entry-date, span.edit {
    font-style: normal;
}

.entry-content {
    text-align: justify;
    text-justify: newspaper;
    line-height: 1.8em;
    color: #333;
    font-size: 1.4em;
    width: 500px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.wide {
    width: 540px;
}

.literature {
    display: block;
    color: #330c0c;
}

sup.footnote a {
    font-size: 0.8em;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 2px;
    margin-right: 1px;
}

blockquote sup.footnote a {
    font-style: normal;
}

div.footnotes {
    font-size: 0.8em;
}

div.postlist {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}

/*---------------------------*/
/*Clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
