/*  
 * Theme Name: Black Hole
 * Theme URI: http://www.counterjumper.com
 * Description: Black Hole is a simple black and white theme made with no images.
 * Version: 1.0.2
 * Author: Karmadude
 * Author URI: http://counterjumper.com/
 * 
 * Black Hole v1.0.2
 *  
 * This theme was designed and built by Karmadude   
 *
 * Release Notes v1.0.1
 * --------------------
 *
 * - Fixed positioning bug in blockquotes.
 *
 * Release Notes v1.0.2
 * --------------------
 *
 * - Fixed validation errors
 * - Adjusted line height for headings
 * 
*/


/* Blog Styles */

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  background-image: url(http://ericnykamp.com/images/bkgd-cloth.png);
}

#main {
  width: 540px;
  float: left;
}

#silk-main {
  margin: 20px;
}

#page h3 {
  font-size: 14px;
}

.alignleft {
  float: left;
  padding-right: 12px;
}

.alignright {
  float: right;
}

.wp-smiley, .aPost .aPostBody .wp-smiley {
  border: none;
  margin: 0;
  padding: 0;
  float: none;
}

input, textarea {
  color: #333;
  font-size: 1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 3px 3px 3px;
  vertical-align: middle;
  height: 1.2em;
}

input#s {
  margin-right: 10px;
  float: left;
  width: 146px;
}

#submit, #searchsubmit {
  color: #fff;
  text-decoration: none;
  background-color: #444;
  margin: none;
  border: none;
  height: 22px;
}

#blog_sidebar #submit, #blog_sidebar #searchsubmit {
  width: 60px;
  float: left;
}

.aPost .aPostBody .postInfo a,
.aPost .aPostBody .postInfo ul a,
.aPost .aPostBody .commentInfo a,
.aComment .aCommentBody .commentInfo .commentDate a
{
  color: #fff;
  text-decoration:none;
}

#silk .aPost .aPostBody .commentInfo h3 {
  color: #fff;
}

#comment {
  height: 15em;
  width: 45.5em;
}

a:hover {
  color:#333;
  background: #fcff00;
}

.reverselink a {
  color: #000;
  font-weight: bold;
}

.reverselink a:hover,
.aComment .aCommentBody .commentInfo a:hover
{
  color: #333;
  background: none;
}

.aPost .aPostBody .postInfo a:hover,
.aPost .aPostBody .commentInfo a:hover,
.aPost .aPostBody blockquote a:hover,
.aComment .aCommentBody a:hover,
.aComment .aCommentBody .commentInfo .commentDate a:hover
{
  color: #fcff00;
  background: none;
  border: none;
}

.aPost .aPostBody blockquote a,
.aComment .aCommentBody a
{
  color: #666;
  font-weight: bold;
}

.aComment .aCommentBody .commentInfo a {
  color: #333;
}

.commentslabel {
  color: #fff;
  font-size: 0.3em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0 0.2em;
}

.postTitle {
  clear: both;
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
/*  width: 46.5em;*/
}

#comments {
  position: relative;
  float: left;
}

#respond {
  clear: both;
  margin: 0 0 1.5em 0;
  color: #fff;
}

h1 a:hover {
  background: none;
}

h3 {
  font-size: 4em;
}

h4 {
  font-size: 4em;
  margin: 0;
}

h4.edit {
  font-size: 14px;
  font-weight: normal;
  display: inline;
  margin-left: 6px;
  text-transform: uppercase;
}

h5 {
  font-size: 2em;
  line-height: 1em;
}

h5#comments {
  margin-top: 0;
}

h6 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.7em;
  margin: 0 0 1em 0;
  color: #292929;
}

blockquote {
  color: #fff;
  background: #333;
  padding: 2em;
  position: relative;
  clear: both;
}

blockquote blockquote {
  padding: 1.5em;
  margin: 0;
}

/*
ul {
  margin: 0 0 2em 0;
  list-style-type: square;
}
*/
ul li ul {
  margin: 0 0 0 1em;
}

ol {
  margin: 0 0 0 2em;
}

#searchform {
  margin: 0 0 3em 0;
}

.subPost .aPost {
  width: auto !important;
  background: none !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.subPost .aPostBody {
  width: auto !important;
  background: rgba(255,255,255, 0.6) !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.subPost .aPostBody img {
	margin-top: 0 !important;
}

.aPost {
  position: relative;
  float: left;
  width: 45em;
  padding: 0;
  margin: 0 0 7em 0;
}

.aPost .aPostBody {
  position: relative;
  float: left;
  width: 43em;
  padding: 1em;
  background: #fff;
  color: #444;
}

.aPost .aPostBody img {
  float: left;
  margin: 1em;
  padding: 1px;
  border: 1px solid #333;
}

.aPost .aPostBody .postInfo {
  position: relative;
  float: right;
  width: 10em;
  margin: -1em 0 1em 1em;
  padding: 0.5em 0.5em 0.8em;
  color: #fff;
  background: #301408;
}

.aPost .aPostBody .postInfo ul {
  margin: 0;
}

.aPost .aPostBody .postInfo .postDate {
  color: #333;
  background: #fff;
  padding: 0.2em;
  margin: 0 -0.5em 0 -0.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.aPost .aPostBody .commentInfo {
  position: relative;
  float: left;
  background: #301408;
  color: #fff;
  margin: 3em 0 0 -1em;
  padding: 2em 0 2em 1em;
  width: 44em;
}

.aComment {
  position: relative;
  float: left;
  width: 45em;
  padding: 4px;
  margin: 0 0 7em 0;
  background:#301408;
}

.aComment .aCommentBody {
  color: #fff;
  width: 43em;
  padding: 1em;
}

.aComment .aCommentBody .commentInfo {
  position: relative;
  float: right;
  margin: -1.35em 0 1em 1em;
  padding: 0.5em;
  width: 10em;
  color: #333;
  background: #fff;
}

.aComment .aCommentBody .commentInfo .commentDate {
  color: #fff;
  background: #333;
  padding: 0.2em;
  margin: 0 -0.5em 0 -0.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.navigation {
  clear: both;
  position: relative;
  float: left;
  margin: -7em 0 0 0;
  width:  46.5em;
}

.navigation .alignleft {
  float: left;
}

.navigation .alignright {
  float: right;
}

#respondArea {
  clear: both;
  position: relative;
  width: 45em;
  float: left;
  margin: 0;
  color: #444;
}

#respondArea h5 {
  color: black;
}

#blog_sidebar {
  float: left;
  width: 225px;
  background-color: white;
  margin: 20px;
  padding: 20px;
}

#blog_sidebar a {
  color:#301408; 
  background-image: none; 
  background-repeat: repeat; 
  background-attachment: scroll; 
  background-position: 0 0; 
  text-decoration:none;
}

#blog_sidebar a:hover {
  color:#333;
  background: #fcff00;
}

#blog_sidebar ul {
  list-style-type: none;
}
