/*
Theme Name:   DePo Skinny
Theme URI:    http://powazek.com
Description:  A slender theme for WP by <a href="http://powazek.com">Derek Powazek</a>
Version:      1
Author:       Derek Powazek
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: black;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    /*font-family: Georgia, serif;*/
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none }
a:hover { color:#00F; text-decoration: underline }

blockquote { 
    padding: 18px 32px 18px 32px;
    font-size:14px;
    color:#555;
}

p {
    padding-bottom: 8px;
}

ul {
    list-style-type: square;
    padding-left: 2em;
}

ol {
    padding-left: 2em;
}

h1 { 
    font-size: 26px; 
    line-height: 36px;
    padding-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    padding-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    padding-bottom: 18px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    padding-bottom: 20px;
}

.container {
    text-align:center;
    margin: auto;
    width: 600px;
    padding-top: 60px
}

.search input {
    width:120px;
}

/* POSTS */

.post p a { font-weight:bold }

.post {
    padding-top:36px;
    text-align:left;
}

.postnoline {
    padding-top: 36px;
    text-align:left;
}

.postcomment {
    padding:18px 0 0 0;
    text-align:left;
    width:500px;
    font-size:11px;
    color:#666;
}

.commentslnk {
    font-size:13px;
    text-align:center;
}

p.byline {
    font-size:10px;
    color: #555;
}

p.byline a { color: #555; text-decoration: none }
p.byline a:hover { text-decoration: underline }

.post IMG {
    border:1px solid #000;
}

.post IMG.noline {
    border:0;
}

pre { margin-bottom: 15px; }

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #666;
    padding: 3px 0;
}

.previously {
    text-align:left;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.copyright {
    font-size: 11px;
    padding: 18px 0 10px 0;
    text-align:right;
    color: #666;
}

ul.nav li { margin: 0 }



