/*
Theme Name: jackflaps.net mk2
Theme URI:
Description: default theme for jackflaps.net
Author: Kevin Clair
Author URI: http://www.jackflaps.net

Released under a Creative Commons Attribution 3.0 License: 
http://creativecommons.org/licenses/by/3.0
*/

body, html {
  margin: 0;
  padding: 0;
  background: #fff;
}

blockquote {
  margin-left: 1.5em;
  padding: 1px 3px;
  background: #ddd;
}

#container {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  min-width: 850px;
}

#container a { text-decoration: none; }

#container a:hover { text-decoration: underline; }

#header {
  height: 75px;
  background: #9cf;
  border-bottom: solid 1px #999;
}

#header a { color: #000; }
#header a:hover { text-decoration: none; }

.title {
  position: relative;
  top: 45px;
  font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
  padding-left: 5em;
}

#left_content {
  float: left;
  top: 0;
  width: 55%;
  text-align: left;
  padding-left: 5.5em;
}

#left_content a,
#right_content a { color: #600; }

#left_content hr { width: 80%; text-align: center; }

#container p,
#container ul {
  font-family: 'Lucida Grande', sans-serif;
  font-size: 11.5px;
  color: #000;
}

#container p { margin-left: 0.75em; }
#container ul { margin-left: -0.75em; }

#left_content p.post_title, #right_content p.heading {
  font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0;
  margin-left: 0;
}

#left_content p.post_title a { color: #666; }

#left_content p.signature {
  font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  letter-spacing: 0.01em;
  margin-left: 0.25em;
}

#left_content blockquote { margin-left: 1.5em; }

#right_content {
  float: right;
  text-align: left;
  top: 0;
  width: 25%;
  padding-right: 5em;
}

#footer { clear: both; }

