/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

* {
margin: 0;
padding: 0;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
ul {
font-family: verdana;
list-style: none;
}
a {
color: #5f5f5f;
text-decoration: none;
}
a:hover {
color: #ccc;
}
h3 {
font-weight: lighter;
padding: 10px 0;
}
#header {
height: 135px;
background: url(http://blog.jonathanhatch.com/images/bloglogo.png) left top no-repeat;
}
h1#blog-title {
display: none;
}
#header ul {
margin: 0;
text-align: center;
padding-top: 50px;
}
#header li {
display: inline;
padding: 0 3px;
}
#header li a {
text-decoration: none;
color: #5f5f5f;
}
#header li a:hover {
color: #CCC;
}
#wrapper {
width: 800px;
margin: 50px auto;
}
#container {
float: left;
width: 450px;
margin-left: 175px;
}
#content {
width: 400px;
margin: 0 25px;
}
h2.entry-title {
font-size: 20px;
text-align: center;
font-weight: lighter;
}
.entry-date {
font-family: verdana;
font-size: 10px;
text-align: center;
padding: 5px 0;
}
.entry-content {
font-family: verdana;
font-size: 12px;
line-height: 1.5em;
text-align: justify;
padding-bottom: 40px;
}
.entry-content p {
padding: 10px;
}
.entry-content img {
padding: 0;
}
#primary {
float: left;
width: 150px;
margin-left: -625px;
font-size: 11px;
text-align: right;
}
#secondary {
width: 150px;
float: right;
font-size: 11px;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
#footer {
clear: both;
text-align: center;
}