/*  
Theme Name: Untrenchant
Theme URI: 
Description: default Wordpress theme for untrenchant.com
Version: 0.1
Author: Kevin Clair
Author URI: http://www.jackflaps.net

*/



/* Begin Typography & Colors */

body, html {
  margin: 0;
  padding: 0;
  background: #446;
  text-align: center;
}

a { text-decoration: none; }

#wrapper {
  width: 700px;
  margin: 0.8em auto;
  background: #fff;
  border: solid 1px #000;
} 

#title {
  margin-top: 2em;
}

#navbar {
  margin: 0 auto;
  padding: 0.25em 0;
  width: 90%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-family: Georgia, serif;
  font-size: 0.8em;
  letter-spacing: 0.12em;
}

#navbar a {
  color: #06c;
  font-weight: bold;
}

#navbar a:hover { text-decoration: underline; }

#masthead {
  margin: 0 auto;
  width: 90%;
  padding: 0.25em 0 0;
  font-size: 0.8em;
  font-family: serif;
  font-style: italic;
  color: #666;
}

#issue {
  float: left;
  text-align: left;
  margin-left: 25px;
  width: 200px;
}

#date {
  float: right;
  text-align: right;
  margin-right: 25px;
  width: 200px;
}

#content {
  margin: 0 auto;
  padding-bottom: 0.8em;
  width: 90%;
  text-align: left;
}

#content img.feature {
  padding: 0.5em;
  border: solid 2px;
}

#content img.left {
  border: 0;
  padding-right: 0.8em;
}

#content img.right { 
  border: 0; 
  padding-left: 0.8em;
}

#content a { 
  color: #07c;
  text-decoration: none; 
}

#content a.hover { text-decoration: underline; }

#content h1 {
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #07C;
  width: 100%;
  padding-top: 0.2em;
}

#content h2 {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: bold;
}

#content h2.archive { padding-left: 1.0em; color: #666;}
#content h2.front { padding-left: 1.5em; }

#content h2.front a, h2.archive a { color: #000; }
#content h2.front a:hover { text-decoration: underline; }

#content h3 {
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: normal;
  padding-left: 2.5em;
}

#content h3.story { padding-left: 0; font-style: italic; }

p, form, blockquote {
  font-family: Georgia, serif;
  color: #000;
  font-size: 12px;
}

blockquote {
  background: #ddd;
  padding: 0.5em;
  border: dashed 1px #000;
}

p.header {
  font-family: Georgia, serif;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  color: #000;
}

p.subtitle {
  font-family: Georgia, serif;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  font-style: italic;
  color: #888;
}

form { text-align: center; }