/*  
 * Theme Name: Punktalk
 * Theme URI: 
 * Description: Punktalk is a black & white theme that uses javascript; based on Black Hole as designed by Karmadude.
 * Version: 0.0.1
 * Author: Hornoir Design
 * Author URI: http://site.hornoir.com/
 * 
 * Punktalk v0.0.1
 *  
 * This theme was designed and built by Hornoir Design   
 */

html, h1, h3, h6, ul, ol
{
    margin: 0;
    padding: 0;
}

body 
{
    background: #333;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 12px;    
    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;
}
        
    #container
        {
            margin-top: 200px;
    }
    
        #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;
            }
    
/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }

#header {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}

#ninja {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 84px;
  overflow: hidden;
}

#ninja img, #ninja div {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#ninja img {
  right: -20px;
}

#ninja div.consulting-wrapper {
  width: 240px;
  height: 74px;
}

#ninja div.consulting {
  width: 240px;
  height: 74px;
  left: 0px;
  background: top left url(imgs/punktalk_logo.png);
}

#ninja div.ninja {
  width: 252px;
  height: 84px;
  background: top right url(imgs/jthomas_logo.png);
}
