/*
Theme Name:   DePo Clean
Theme URI:    http://powazek.com
Description:  A clean, organized theme by <a href="http://powazek.com">Derek Powazek</a>.
Version:      0.5
Author:       Derek Powazek
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #f5f5f5;
    color:#808080;
    text-align: center;
    font-size: 62.5%;
    line-height: 16px;
    font-family: "Helvetica", Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#444; text-decoration: none }
a:hover { color:#444; text-decoration: none }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
    background: #fff;
    margin: 0 auto;
    padding: 0px 20px;
    width: 940px;
}


/* HEADER */

.header {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 30px 0;
    text-align:left;
    background: #fff;
    height:50px;
}

.header h1 {
    font-size: 32px;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a {    color: #000; }
.header a:hover { color: #444; }

.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
    clear:both;
}

.search input {
    width:150px;
}

#logo {
float:left;
width:auto;
padding:10px 0 0px 0;
margin-left:0px;
repeat-x top left;
font-family: Helvetica, Arial, sans-serif; 
}
#logo a {
color:#000;
font-size:18px;
text-decoration:none;
border-bottom:none;
letter-spacing:0px;
background-color:#fff;
}
#logo a:hover {
color:#2485cb;
font-size:18px;
text-decoration:none;
border-bottom:none;
letter-spacing:0px;
}
#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : 0px;
}
#nav {
float:right;
width:auto;
padding:12px 0 12px;
margin-right:0px;
}
#nav ul {
height:50px;
}
#nav li {
text-align:center;
float:left;
display:block;
width:auto;
}
#nav li a {
font-size:11px;
font-weight:normal;
display:block;
padding-bottom:5px;
padding-left:11px;
border-bottom:none;
font-family: Helvetica, Arial, sans-serif;
}
#nav li a:hover {
}

/* POSTS */

small.fey { color: #ccc; }

.sidebar a { font-weight:normal; }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    margin-bottom:30px;
    border-bottom: 1px solid #ccc;
}

.post p {
    font-size:1.1em;
    color:#808080;
}

.postnoline {
    text-align:left;
    width: 940px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 940px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:0px solid #ccc; 
    padding:0px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #000;
    padding: 3px 0;
}

.metainfo a { font-weight:normal }

.content {
    margin-left:177px;
    width: 480px;
    text-align:left;
}

.content a { font-weight:normal }

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:normal }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }

/* FOOTER */

.footer {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #fff;
    text-align:left;
    font-size: 1.1em;
    color: #666;
}

.footer div {
    width:162px;
    margin: 0 30px 15px 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:162px;
    margin: 0 0 0 0;
}

.title {
    margin:0 0px 25px;
    padding-bottom:10px;
    font-size: 1.1em;
    border-bottom:1px solid #CCC;
}

.copyright {
    width:100%;
    margin:0px 0 0px 0;
    padding: 5px 0 50px 0;
    border-top: 1px solid #ccc;
    text-align:right;
    font-size: 1.1em;
    color: #666;
}

.copyright p {
    padding-top:10px;
}

ul.nav li { margin: 0 }

