body {
  margin: 0;
  padding: 0;
  font: 12px/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #333;
}

.before {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#header {
  
}

#nav {
  background: #333;
  color: #ccc;
  padding: 0;
  margin: 0;
}

#nav ul {
  list-style-type: none;
  height: 2.7em;
  margin: 0 0 0 90px;
  padding: 2px 0 0;
}

#nav li {
  display: inline;
  margin-right: 1em;
  line-height: 2.7em;
}

#nav li a {
  color: #ccc;
  text-decoration: none;
  padding: 5px 10px;
}

#nav li a:hover {
  color: #333;
  background: #ccc;
}

#nav li form {
  padding: 0;
  margin: 0;
  display: inline;
}

#nav li form label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

h1 {
  margin: 0;
  text-indent: -9999px;
  line-height: 1;
  background: url(my-name.gif) no-repeat left top;
  width: 812px;
  height: 400px;
}

p.slogan {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#main {
  margin: 2em 0 2em 90px;
  width: 600px;
  float: left;
}

.post {
  padding: 25px 10px 15px;
  width: 430px;
  border-bottom: 1px dotted #eee;
  position: relative;
}

.post .meta {
  position: absolute;
  width: 70px;
  left: -80px;
  top: 26px;
  text-align: right;
  color: #aaa;
  font-size: 10px;
}

.post .meta a {
  text-decoration: none;
}

.post .meta a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

h2 {
  margin: 0 0 1em;
  font-size: 12px;
  font-weight: bold;
}

a {
  color: #666;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

blockquote {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #eee;
}

/*
blockquote p:before {
  content: "> ";
  display: inline;
}
*/

p.more {
  margin: 1.5em 0 1.5em 10px;
  font-weight: bold;
}

p.more a {
  text-decoration: none;
}

p.more a:hover {
  text-decoration: underline;
}

p.more a span {
  position: relative;
  top: 2px;
  font-size: 14px;
}

/* PostTypes */

.chat .post-content ol {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}

.photo .post-content img {
  border: 4px solid #f4f4f4;
}

.review .stars-off {
  height: 14px;
  width: 91px;
  overflow: hidden;
  background: url(stars-off.gif) no-repeat top left;
  margin: 0 0 1em;
}

.review .stars-on {
  height: 14px;
  width: 0;
  background: url(stars-on.gif) no-repeat top left;
  text-indent: -9999px;
}

/* Sidebar */

#sidebar {
  float: left;
  margin: 70px 0 0 40px;
  padding: 10px;
  border-left: 1px dotted #eee;
}

#sidebar ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 150px;
}

#sidebar ol li {
  position: relative;
  background: #fbfbfb;
  width: ;
}

#sidebar ol li a {
  padding: 5px 10px;
  display: block;
  width: 130px;
  color: #000;
  text-decoration: none;
  z-index: 99;
  position: relative;
}

#sidebar ol li a:hover {
  background: #333;
  color: #eee;
}

#sidebar ol li a .count {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99;
}

#sidebar ol li span.index {
  position: absolute;
  top: 0;
  left: 0;
  background: #e5e5e5;
  display: block;
  height: 100%;
}

/* Contact Form */

#contact label {
  display: block;
}

#contact input {
  width: 300px;
}

#contact textarea {
  width: 30em;
  height: 12em;
  font: 14px "Courier New", Courier, mono;
}

/* Footer */

#footer {
  clear: both;
  background: #333;
  color: #ccc;
  padding: 0;
  margin: 0;
}

#footer p {
  font-size: 10px;
  margin: 0;
  padding: 10px 0 10px 100px;
}

#footer a {
  color: #eee;
}

/* Admin */

#nav ul li.new-post a {
  color: greenyellow;
}

#nav ul li.new-post a:hover {
  background: greenyellow;
  color: #333;
}

form.post textarea {
  width: 33em;
  height: 20em;
  padding: 4px;
  font: 13px "Panic Sans", "Courier New", Courier, mono;
}
