body {
  background:#000;
  text-align:center;
  margin-top:40px;
  font-family:verdana,sans-serif;
  color:#999;
  font-size:14px;
}

h1 {
  font-size:14px;
  margin-bottom: 20px;
  font-weight:normal;
}

h2 {
  font-size:14px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight:normal;
}

a.post_header {
  color: #ccc;
  text-decoration: none;
}

img {
  border: 1px solid #fff;
}

#content {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

.main-item {
  margin-bottom: 30px;
  float:left;
}

.main-item img, .home-item img {
  border: 1px solid #fff;
  margin-right: 40px;
  display:block;
}

.main-item a, .home-item a {
  text-color: 999;
  text-decoration: none;
}

.home-item {
  width: 260px;
  float: left;
}

.recent-post {
  float: left;
  width: 520px;
}

a {
  color: #999;
}

#breadcrumbs {
  font-size:10px;
  margin-bottom: 10px;
}

#breadcrumbs a {
  color:#666;
  text-decoration:none;
  border-bottom: 1px dotted #333;
}

#gallery img {
  margin:0 20px 20px 0;
  cursor: pointer;
}

.clear {
  clear: both;
}

p {
  font-size: 12px;
}

h3 {
  color: #ccc;
  margin: 40px 0 0 0;
}

.snippet-menu {
  color:#6c6;
}

pre {
  border: 1px dotted #443;
  background: #111;
  color: #cc6;
  margin: -5px 50px -5px 0px;
}

.file {
  color: #c63;
}

strong {
  color: #ccc;
  font-weight:normal;
}

.created_at {
  margin-top: 5px;
  font-size: 0.8em;
  color: #333;
}

#large-image-div {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  margin-bottom: 20px;
  background: #000;
  width: 100%;
  height: 100%;
}

#large-image {
  margin: 20px;
}

#next-image {
  cursor: pointer;
}


#page-comments {
  margin-top: 60px;
  border-top: 1px dotted #333;
}

.comment {
  margin-top: 40px;
}
.comment p {
  margin-top: -5px;
}
.comment .date {
  font-size: 0.8em;
  color: #333;
}


textarea, input {
  display: block;
  background-color: #000;
  color: #ccc;
  border: 1px solid #ccc;
}

textarea {
  width: 800px;
  height: 80px;
}
#contact-form textarea {
  height: 200px;
}

input[type=text] {
  width: 400px;
}
#comment-form input {
  float: left;
}
input[type=hidden] {
  display: none;
}
input[type=submit] {
  margin-left: 10px;
  width: 100px;
  float: left;
}
