/* fonts */
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic|Merriweather:400,700,400italic,700italic,300,300italic|Jim+Nightshade);

/* general style */
body { font: 17px/25px 'Merriweather', serif;
margin: 0; padding: 0; font-weight: 400; color: black; }
a { color: #834d24; font-weight: 400; }
a:hover { color: #ce702c; }
/* headlines */
h1, h2, h3, h4, h5, h6 { font-family: 'Jim Nightshade', serif;
font-weight: 400; color: #0c0c0c; }
h1 a, h2 a, h3 a, h4 a,
h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover,
h3 a:hover, h4 a:hover { text-decoration: underline; }
h1 { margin: 15px 0 25px 0; }
h2 { margin: 25px 0 10px 0; }
h1 { font-size: 52px; line-height: 56px; }
h2 { font-size: 42px; line-height: 44px; }
h3 { font-size: 36px; line-height: 38px; }
/* layout elements */
div.container { max-width: 880px; margin: 48px auto; padding: 0 40px; }
div.header { float: left; }
div.navigation { float: right; }
div.header, div.navigation { height: 25px; margin-bottom: 42px; }
div.navigation ul { margin: 0; padding: 0; list-style: none; }
div.navigation ul li { display: inline; margin: 0 2px; padding: 0; }
div.body { clear: both; }
div.footer { margin-top: 55px; font-size: 16px;
text-align: right; color: #795d48; }
div.footer p { margin: 0; }
div.footer a { color: #795d48; }
/* margins and stuff */
p, div.line-block, ul, ol, pre,
table { margin: 15px 0 15px 0; }
dt { margin: 25px 0 16px 0; padding: 0; }
dd { margin: 16px 0 25px 40px; padding: 0; }
ul ol, ol ul, ul ul, ol ol { margin: 10px 0; padding: 0 0 0 40px; }
li { padding: 0; }
h1 + p.date { margin-top: -25px; font-style: italic; }
/* code formatting. no monospace because of webkit (bug?) */
pre, code, tt { font-family: 'Ubuntu Mono', 'Consolas', 'Deja Vu Sans Mono',
'Bitstream Vera Sans Mono', 'Monaco', 'Courier New';
font-size: 0.9em; }
pre { line-height: 1.45; background: none; padding: 0; }
code, tt { background: #eee; }
