/*  
Theme Name: Shit
Theme URI: 
Description: I has a lulz!
Version: 1.02
Author: warmonkey
Author URI: http://www.comicalporn.com
Tags: Suck mah baws.

Changes: 

02/08/09 - Added mailing list to sidebar
24/01/12 - adding ads, correcting sidebar, cosmetic changes
01/07/13 - correcting some float issues. new theme soon anyway.


************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% helvetica, verdana, sans-serif, arial;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 helvetica, verdana, sans-serif, arial;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}
h3,
#sidebar,
.postdata,
.entry-content {
    font:normal 1em/1 helvetica, verdana, sans-serif, arial;
}
#header h2 {
   font:normal 1em/1 helvetica, verdana, sans-serif, arial;
}

/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
    font-size:2.36em;
    line-height:1.6;
    color:#152942;
}
h3 {
    font-size:1.55em;
    color:#152942;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#3b506b;
    text-decoration:underline;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
   clear:both;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
    background:url(images/background.jpg) repeat-x #fff;
}
#container {
width: 938px;
margin: 0 auto;
text-align: left;
}
/* Header
*******************************/
#header h1 {
display: none;
}

/* Navigation - layer name - nav
*******************************/



/* Content
*******************************/
#mainarea {
width:938px;
margin-top: -16px;
padding: 20px 70px 20px 70px;
background: url(images/main.png) repeat-y;
min-height:500px;
float:left;
}

#content {
width:600px;
float: left;
background: url(images/main.png) repeat-y;
}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #bbc2c6;
    float:left;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
}
#content h3 {
    margin-bottom:20px;
    line-height:2.1;
    border-bottom:2px solid #D2D6D8;
}
#content h2 a:hover {
    color:#465c79;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}


/* Sidebar
*******************************/
#sidebar {
    width:200px;
    float:right;
    padding-right:125px;
}
#sidebar .ads { padding-left:20px; }
#sidebar h3 {
    padding:0 0 12px 20px;
    border-left:2px solid #D2D6D8;
}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
    border-left:2px solid #D2D6D8;
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 20px;
font-size:10px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#sidebar .rss {
    height:59px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
}
#searchform input#search-submit {
    background:#D2D6D8;
    border:1px solid #D2D6D8;
    width:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
margin-top:10px;
    height:20px;
    background:#e0e0e0;
text-align: center;
line-height:20px;
}



/* Sidebar mailinglist crap
*******************************/
    #sidebar_mailinglist
    {
        width: 175px;
        border: solid 1px #666666;
margin-bottom: 25px;
margin-left:20px;
    }
    #sidebar_mailinglist #header
    {
        background-color: #D2D6D8;
        font-size: normal;
        padding: 5px;
        font-weight: bold;
        border: solid 1px D2D6D8;
        text-align: center;
color: #3B506B;
    }
        #sidebar_mailinglist #main
    {
        height:75px;
        font-size: normal;
    padding-top:15px;
}
    #sidebar_mailinglist #labels
    {
        float: left;
        font-size: normal;
line-height:20px;
color: #3B506B;
margin-left:8px;
margin-bottom:15px;
    }
    #sidebar_mailinglist #inputs
    {
        top: 0px;
        float: right;
        border: solid 1px #666666;
    }
    #sidebar_mailinglist #inputs input
    {
        font-size: 9px;
    }
    #sidebar_mailinglist #buttons
    {
        float:inherit;
        position:relative;
bottom: 0px;
    }

.side-ad {
padding-left:25px;
}