/*
Theme Name: Radical Bender
Theme URI: http://www.radicalbender.com/
Description: Some theme I made.
Version: 1.0
Author: Ben Dyer
Author URI: http://www.radicalbender.com/
Tags: none

	This is here to make WordPress happy.
	Personally, I don't give a crap if WordPress is happy.

*/

body {
  font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
  font-size:12px;
  background:#FFF url('images/mastheads/200703bkgd.jpg') top center repeat-x;
  color:#333;
  text-align:center;
  margin:0;
  padding:0;
}
a, a:link, a:visited, a:active, a:focus, a:hover {
  color:#4E50A3;
}
a:focus, a:hover {
  text-decoration:none;
}
blockquote {
  border:1px solid #4E50A3;
  background-color:#E2E3FF;
  padding:15px;
  margin-left:0px;
  margin-right:0px;
  font-family:Monospace;
}
div.entry img {
  border:1px solid #999;
  padding:9px;
  background-color:#FFF;
}
div.entry p {
  text-align:justify;
}
h2 a {
  font-size:22px;
  text-decoration:none;
}
#page {
  width:740px;
  text-align:left;
}
#header {
  text-align:center;
  width:740px;
  height:150px;
}
#content {
  width:530px;
  float:left;
}
#content h2 {
  margin:25px 0 0 0;
}
#sidebar {
  padding:25px 0 10px 10px;
  width:200px;
  float:left;
  clear:right;
}
#sidebar h2 {
  font-size:16px;
}
#footer {
  width:740px;
  padding-top:15px;
  clear:both;
  text-align:center;
}
#footer p {
  font-size:10px;
}
.timestamp {
  font-size:10px;
  margin-top:0;
  margin-bottom:0;
}
