/*
Theme Name: Twenty Eleven zenburn colors
Author: Oren Held
Template: twentytwelve
Version: 0.1
License: MIT
*/

@import url("../twentytwelve/style.css");

body {
  background-color: black !important;
  color: #bbb;
}

#page {
  background-color: #1c1c1c !important;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active,
.site-title a {
  color: #b2b2b2 !important;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.entry-meta a {
  color: #678f67 !important;
}

.entry-header h1.entry-title {
  font-weight: bold;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
  color: #d7d7af !important;
}

.entry-title, .entry-title a {
  color: #ffffaf !important;
}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
  color: #d7d7af !important;
}

#access li:hover > a {
  background: #333;
}

a:hover,
a:focus,
a:active {
  color: #e5e57b !important;
}

a {
  color: #d78787 !important;
}

.commentlist li.comment {
  background-color: #090909;
}


#respond input[type="text"], #respond form textarea {
  background-color: #000;
  color: #bbb;
}

#respond input#submit {
  color: #111;
}
