/*
Theme Name: spek.org
Theme URI: http://spek.org/
Description: spek.org theme, based on me.
Version: 0.1
Author: Brent Rieck
Author URI: http://spek.org/
Tags: white, custom header, fixed width, two columns, widgets

*/

body, div, p, td, th, span, li, a {

  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  color: #000;
  
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  padding-bottom: .125em;
}

h1 a {
  font-size: 2em;
}

h1 {
  font-size: 1.15em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: .9em;
}

div#header h1 { 
  padding-bottom: 0;
}

hr.headerLine {
  height: 1px;
  border: 0;
  background-color: #bbb;
  width: 870px;
  text-align: left;
  margin-bottom: .15em;
  margin-top: .15em;
}

#header a {
  text-decoration: none;
}

a {
  color: #336688;
}

a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: 1em;
}

div.description {
  display:none;
}

div#page {
  padding-top: 10px;
  padding-left: 20px;
  display:block;
  float: left;
}

div#content {
  display: block;
  float: left;
  width: 700px;
}
div#sidebar {
  display:block;
  float: left;
  width: 160px;
  padding-left: 10px;
}

div#sidebar {
  font-size: 0.75em;
}

div#footer {
  display:none;
  float: left;
  clear: both;
}

div.post h2 {
  margin-top: .5em;
}

div.post h3 {
  margin-top: .75em;
}

div.post p {
  padding-bottom: .5em;
}

div.post li {
  list-style-image: none; 
  list-style-position:  outside;
  list-style-type: disc;
  margin-left: 1.15em;
}

#s {
  font-size: .75em;
  width: 10em;
}

#searchsubmit {
  font-size: .75em;
}

p.editLink {
  font-size: .5em;
}

