@import url("jquery.lightbox-0.5.css");

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: none;
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

body {
  background: #fff;
  font: 62.5% "Helvetica", "Arial", sans-serif;
}

#main-wrap {
  width: 560px;
  margin: 10px auto 0 auto;
}

#header>a {
  display: block;
  height: 182px;
  margin: 0 10px;
  text-indent: -999999px;
  background: #ffffff url('images/header.jpg') no-repeat;
}

#main-content {
  
}

/* Posts */

.post {
  font-size: 1.6em;
  margin-bottom: 58px;
  border-right: 1px solid #999;
  background: transparent url('images/post-border.jpg') no-repeat top right;
  padding-top: 10px;
}

.post .post-wrap {
  padding: 10px;
  padding-top: 0;
  background: transparent url('images/post-border.jpg') no-repeat bottom right;
}

.post .post-header {
  cursor: pointer;
}

.post .post-header h3 {
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  width: 70%;
}

.post .meta {
  float: right;
  text-align: right;
  color: #666666;
}

.post .meta .posted {
  font-size: 1.125em;
}

.post .meta .updated {
  font-size: 0.6875em;
}

.post .post-content {
  display: none;
  clear: both;
  margin-top: 19px;
}

.post-content p, .post-content object {
  padding-top: 1em;
}

.post-content strong {
  font-weight: bold;
}

.post-content a {
  text-decoration: none;
  color: #000;
}

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

.post-content ul, .post-content ol {
  color: #333;
  /*list-style-type: none;*/
  margin: 10px 0;
  line-height: 1.5em;
}

.post-content ul li, .post-content ol li {
  margin-left: 1em;
}

.post-content pre {
  margin: 10px 0;
  border: 1px dashed #999;
  padding: 10px;
  background: #333;
  color: #fff;
  overflow: auto;
}

.post-content blockquote {
  color: #333;
  font-style: italic;
  margin: 10px 0 10px 1em;
}

.post-content em {
  font-weight: bold;
}

.post-content small {
  font-size: .8em;
  color: #999;
}

/* Other */

.highlight {
  background: #ddd;
}

.clear {
  clear: both;
}

#footer {
  font-family: Monaco, Courier, monospace;
  background: #333;
  color: #ddd;
  font-size: 2.4em;
  border-top: 1px solid #000;
  text-align: center;
}

#footer-wrap {
  padding: 20px;
  margin: 0 auto;
}

#footer a {
  color: #fff;
}