/*  
Theme Name: Rain of Madness
Theme URI: http://rainofmadness.com
Description: Theme for the Rain of Madness site.
Version: 1.0
Author: Rain of Madness
Author URI: http://rainofmadness.com
*/

* {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}

body {
    margin: 0;
    padding: 0;
    background: #000 url(images/bg-tile-x.png) repeat-x center top;
    text-align: center;

    color: #160606;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    position: relative;
}

a {
    color: #f27008;
}
#wrapper {
    min-height: 500px;
    _height: 500px;
    background: url(images/bg-main.jpg) no-repeat center top;
    padding-top: 1px;
}
#container {
    width: 960px;
    min-height: 400px;
    _height: 400px;
    margin: 340px auto 0;
    background: #fff;
    text-align: left;
    position: relative;
}
#container-inner {
    padding: 25px;
}

#content {
    float: left;
    width: 500px;
}
#content-inner {
}
#header-info {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}
#header-info-inner {
    padding-bottom: 20px;
}
.header-about {
    width: 320px;
    height: 16px;
    background: url(images/header-about.gif) no-repeat;
    margin-bottom: 8px;
    float: left;
}
.about {
    clear: both;
}
.about-thumb {
    width: 151px;
    height: 154px;
    background: url(images/thumb-about.jpg) no-repeat;
    margin-right: 20px;
    float: left;
}
.about-text {
    height: 154px;
    padding-right: 10px;
    overflow: auto;
}
#header-info p {
    margin-bottom: 10px;
}

.posts {
}
.post {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}
.post-date {
    font-size: 10px;
}
.post-title, .post-title a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.post-body {
    margin: 20px 0;
}

.post-body p, .post-body h1, .post-body h2, .post-body h3 {
    margin-bottom: 10px;
}

.post-comments {
}

.comment-callout {
    margin: 30px 0;
    color: #a52a0e;
}

.comment {
    margin-bottom: 20px;
}

.comment-info {
    width: 110px;
    float: left;
}
.comment-author a {
    text-decoration: none;
}
.comment-date {
}
.comment-text {
    width: 390px;
    float: right;
    color: #000;
}

.comment-form-container p {
    margin: 15px 0;
}

#respond {
    text-transform: uppercase;
    color: #f27008;
}

.post-comments textarea {
    width: 100%;
}

#sidebar {
    float: right;
    width: 363px;
    margin-left: 0;
}
#sidebar ul, #sidebar li {
    list-style: none;
}

#sidebar li.block {
    position: relative;
}

#sidebar .block .header {
}

#sidebar .block .content {
    background: #fef6e8;
    padding: 10px 10px 70px 20px;
}

#sidebar li.topflash {
    margin-bottom: 20px;
}

#sidebar .recent-posts,
#sidebar .recent-comments,
#sidebar .links,
#sidebar .contact
{
    text-transform: uppercase;
}
#sidebar .recent-posts a, #sidebar .recent-comments a {
}

#sidebar .contact
{
    text-transform: uppercase;
}

.navigation {
    font-size: 14px;
}
.navigation a {
    text-decoration: none;
}

