/*  
 * 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
 * 
*/

html, h1, h3, h6, ul, ol
{
    margin: 0;
    padding: 0;
}

body 
{
    background: #333;
    color: #fff;
    font-family: "Arial", Arial, Arial;
    font-size: 14px;    
    line-height: 1.6em;
    margin: 0px 5em;
}

.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: 3px;
    vertical-align: middle;
    height: 1.2em;
}

    #submit,
    #searchsubmit
       {
        color: #fff;
        text-decoration: none; 
        background-color: #555; 
        border: 1px solid #fff;
        height: 1.8em;
    }
    
    #comment
        {
        height: 15em;
        width: 45.5em;
    }


a,
.aPost .aPostBody .postInfo a  ,
.aPost .aPostBody .postInfo ul a,
.aPost .aPostBody .commentInfo a,
.aComment .aCommentBody .commentInfo .commentDate a
{
    color:#fff;
    text-decoration:none;
}

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;
    border-bottom: 2px solid #222;
}  

h1 a
{
    color: #f7f7f7;
}

h1 a:hover,
.postTitle a:hover,
.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;
}

#footer a
{
    font-weight: bold;
}

h1 {
    font-size: 3em;
    margin: 2em 0 2.5em 0;
    line-height: 1em;
}

h2  {

}

    .pagetitle
    {
        padding: 0;
        margin: 0 0 2em 0;
        width: 46.5em;
    }

h3 {
    font-size: 4em;
}

    .commentslabel
    {
        font-size: 0.3em;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 0 0.2em;
    }

h5 {
    font-size: 2em;
    line-height: 1em;
}
    .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;
    }

h6 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.7em;
    margin: 0 0 1em 0;
    color: #fff;
}

blockquote
{
    color: #fff;
    background: #333;
    padding: 2em;
    position: relative;
    clear: both;
}

blockquote blockquote
{
    padding: 1.5em;
    margin: 0;
}

ul 
{
    margin: 0 0 5em 0;
    list-style-type: square;
}

ul li ul
{
    margin: 0 0 0 1em;
}

ol 
{
    margin: 0 0 0 2em;
}


.whiteborderL
{
    border: 6px solid #fff;
}

    #header
        {        
        
    }
    
        #logo
                {
            width: 79em;           
            margin: 0 auto;
        }
        
    #container
        {
        
    }
    
        #content{
            width: 79em;
            margin: 0 auto;
        }
    
        #leftColumn
                {
            float: left;
            width: 52.5em;
        }
        
        #searchform 
                {
            margin: 0 0 3em 0;
        }
        
        .aPost
               {   
            position: relative;
            float: left;
            width: 45em;
            padding: 4px;
            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 0.5em;
                color: #fff;
                background: #333;
            }
                
                .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: #333;
                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;
        }
        
            .aComment .aCommentBody
                        {
                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: 5em 0 0 0;
            color: #999;
        }
            
        #footer
        {
            clear: both;
            position: relative;
            width: 45em;
            float: left;
            margin: 6em 0 10em 0;  
            color: #999;
        }
        
        #sidebar
                {
            float: left;
            width: 26.5em;
        }    

            #sidebar a {
                color:#999;
                background: #333;
                text-decoration:none;
            }

            #sidebar a:hover {
                color:#333;
                background: #fcff00;
            }
        
            #sidebar ul 
                        {
                list-style-type: none;
            }
    
        