/*
Theme Name: Locustfork
Description: A newspaper-like theme
Version: 2.0
Author: Glynn Wilson
Author URI: http://locustfork.net
*/

body {
font-family: Verdana, Tahoma, Helvetica, Arial;
font-size: 10pt;
}

#blogadwrap {
  padding-left: 15px;
}

#header {
  text-align: center;
  margin-bottom: 10px;
}

#header a {
  color: #000000;
}

#header h2 {
}

#header a:hover {
  color: #0000FF;
  border: 0;
}

#footer {
  font-size: 10px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
  border-top: 1px solid #000000;
}


.description {
  margin-top: -25px;
}

#content {
  position: absolute;
  left: 220px;
  right: 225px;
}

#content h2 {
  font-size: 17px;
  margin-bottom: -21px;
  padding-bottom: 20px;
}

#singlecontent {
  position: absolute;
  left: 160px;
  right: 160px;
}

#singlecontent h2 {
  font-size: 17px;
  margin-bottom: -21px;
  padding-bottom: 20px;
}

#sidebar_right {
  font-size: 11px;
  position: absolute;
  right: 10px;
  width: 160px;
  top: 0px;
  border-left: 1px solid #000000;
  padding-left: 10px;
}

#sidebar_left {
  font-size: 11px;
  position: absolute;
  left: 0;
  width: 180px;
  top: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding : 10px;
  background-color: #EEEEEE;
  text-align: left;
}

#sidebar_left h2 {
  font-size: 12px;
  text-align: left;
  padding-top: 8px;
  border-bottom: 1px solid #000000;
}

#sidebar_right h2 {
  font-size: 12px;
  text-align:center ;
  padding-top: 12px;
  border-bottom: 1px solid #000000;
}

.post {
  padding-bottom: 6px;
}

.post h2 {
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
}

.date {
}

h2 {
  color: #000000;
  font-weight: normal;
}

h2 a {
  color: #000000;
}

a {
  text-decoration: none;
  color: #5555FF;
}

a:hover {
  border-bottom: 1px dashed #000000;
  color: #0000FF;
}

li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-indent: 0em;
}

#sidebar_right ul {
  list-style: none;
  margin-left: 0;
  margin-top: -10px;
  padding-left: 0px;
  text-indent: 0em;
}

#sidebar_right ul.children {
  list-style: none;
  margin-left: 0;
  margin-top: 0px;
  padding-left: 10px;
  text-indent: 0em;
}

#sidebar_left ul {
  list-style: none;
  margin-left: 0;
  margin-top: -10px;
  padding-left: 0px;
  text-indent: 0em;
}

#sidebar_left ul.children {
  list-style: none;
  margin-left: 0;
  margin-top: 0px;
  padding-left: 0px;
  text-indent: 0em;
}

input {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  margin: 6px;
}

input:hover {
  background-color: #EEEEEE;
  color: #0000FF;
  border: 1px solid #000000;
}

.navigation {
  margin-top: 6px;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.postmetadata_alt {
  border: 1px dashed #000000;
  padding: 5px;
}

.imagebox {
  display: block;
  text-align: right;
  width: 522px;
}

.imagebox img {
  margin: 10px;
}

.imagebox p {
  margin: 0;
  padding: 0;
}

.entry .archive_sphoto {margin-top:20px;}
