/*
Theme Name: 13Mirrors-NotAgain
Theme URI: http://tekhedd.com/
Version: 1.0
Description: A depressing theme for a cold winter.
Author: tekHedd
Author URI: http://tekhedd.com/
Tags: widget ready, black, blood
*/

* { 
  margin: 0px;/
  padding: 0px;/
}

body {
   background-color: #000000;
   background: url("images/bloody-dark.png") repeat;
   color: #ffffff;
   font-family: arial, helvetica, sans-serif;
   font-size: 10pt;
   display: block;
}

p {
   text-align: justify;
   margin-top: 0.3em;
   margin-bottom: 0.3em;
}

ul { 
   padding-left: 2em;
   margin-left: 0px;
}

h2 {
   color: #ffffff;
   font-size: 1.5em;
   font-weight: normal;
   padding-top: 0.2em;
   padding-bottom: 0.5em;
}

a {
   color: #ffffff;
   text-decoration: none;
}

ol {
   padding: 3px 3px 3px 26px;
}

#navlink {
   margin-bottom: 40px;
}

/* -header- */

#topbar {
   padding-top: 20px;
   width: 860px;
}

#topbar .title a {
   color: #990000;
}

#banner {
   background: #000000 url("images/13blur.jpg") no-repeat top left;
   /* background: #000000 url("banners/rotator.php") no-repeat top left; */
   margin-top: 20px;
   border-top: 1px solid #252525;
   border-bottom: 1px solid #252525;
   height: 296px;
   width: 860px;
}

#banner img {
   height: 296px;
   width: 860px;
}

/* -content- */

#contentwrap {
   margin-top: 20px;
   width: 860px;
}

#content {
   float: left;
   margin-right: 30px;
   width: 500px;
}

/* -navigation- */

#navigationwrap1 {
   margin-right: 30px;
}

#navigationwrap1, #navigationwrap2 {
   float: left;
   border-top: 1px dotted #252525;
   margin-bottom: 40px;
   background-color: black;
}

#navigation1, #navigation2 {
   float: left;
   width: 150px;
}

#navigation1 h2 {
   font-weight: normal;
   text-transform: uppercase;
   color: #990000;
}

#navigation1 h2.small, #navigation2 h2.small, #navigation1 h2.widgettitle, #navigation2 h2.widgettitle {
   color: #404040;
   font-size: 1em;
   font-weight: bold;
   text-transform: none;
}

#navigation1 ul, #navigation2 ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#navigation1 li, #navigation2 li {
   list-style: none;
}

#navigation1 ul li, #navigation2 ul li {
   border-bottom: 1px dotted #252525;
   padding: 3px 3px 12px 10px;
}

#navigation1 ul li ul li, #navigation2 ul li ul li {
   border: none;
   padding: 3px 3px 3px 10px;
   margin-bottom: 0px;
}

/* the middle part */

.post {
   background-color: #000000;

/*   background-image: url("images/smear_mirror.png"); */
/*   background-repeat: repeat; */
/*   background-attachment: scroll; */
/*   background-position: center; */

   color: #ffffff;
   border-top: 1px dotted #252525;
   border-bottom: 1px dotted #252525;
   margin-bottom: 1em;
}

.post h2, .post h2 a {
   color: #990000;
   text-transform: uppercase;
}

.post img, .post object, .post embed {
   display: block;
   margin: 0 auto;
}

.post blockquote {
   background: url("images/blockquote.jpg") no-repeat top left;
   font-style: italic;
   padding-left: 30px;
}

.postmetadata-top {
   clear: both;
   padding-bottom: 10px;
}

.postmetadata-bottom {
   background: #252525;
   font-size: .9em;
   padding: 3px;
}

.postmetadata-bottom a {
   color: #dadada;
}

.entry {
   clear: both;
}
.entry a {
   color: #990000;
   text-decoration: none;
}
.entry a:hover {
   text-decoration: none;
}

/* -search form- */

#searchsubmit {
   display: none;
}
#s {
   background: #ffffff url("images/magnifier.png") no-repeat top left;
   border: none;
   padding: 1px 2px 1px 17px;
   width: 250px;
}

/* Oh yes, it's the footer! */

#footer {
   border-top: 1px solid #252525;
   clear: both;
   color: #404040;
   padding-top: 0.3em;
   padding-bottom: 0.3em;
   width: 860px;
}

#footer a {
   color: #404040;
}

/* -comments- */

#comments {
   clear: both;
}

#respond {
   border-top: #252525 1px solid;
   clear: both;
   padding-top: 30px;
}

.commentmetadata {
   text-transform: uppercase;
}

.commentlist div.alt {
   background: #252525;
   color: #ffffff;
   padding: 10px;
}
.commentlist div {
   padding: 10px;
}
.commentlist div blockquote {
   background: #252525;
   border: 1px solid #404040;
   margin: 10px 0 0 0;
   padding: 10px 10px 10px;
}
.commentlist div.alt blockquote {
   background: #000000;
   border: 1px solid #404040;
   margin: 10px 0 0 0;
   padding: 10px 10px 10px;
}

#comment {
   height: 200px;
   width: 500px;
}

/* Required since wordpress 2.6 */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}

/* Wordpress generated caption tags */

.wp-caption { 
   border: 1px solid #404040;
   text-align: center;
   /* background-color: #f3f3f3; */
   padding-top: 4px;
   margin: 5px;
}

.wp-caption img { 
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text { 
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* For the image rotator plugin -- override its cheesy css */
.cycle-item {
   margin: 0px !important;
   border-top: 1px dotted #252525;
   border-bottom: 1px dotted #252525;
}

.cycle-item img {
   border: 1px solid #000000 !important;
   margin: 0px !important;
}
