/*
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: #fff;
    color: #666;
  
    font-size: 12.2px;
    line-height: 18px;
    font-family: lucida grande, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a{
	color:#93ABCD;
	text-decoration:none;
}
a:hover{
	color:#ff9900;
	text-decoration:none;
}

p, ul, ol, li { 
    margin-bottom: 10px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#666;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1{
	font-size:18px;
	color:#666;
        margin-bottom:10px;
}

h2{
	font-size:18px;
	color:#666;
        margin-bottom:10px;
}

h2 a{
	font-size:18px;
	color:#666;
        margin-bottom:10px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	color:#666;
}

h4 {
	padding-left:5px;
	font-size:16px;
	color:#666;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 950px;
}


/* HEADER */

.header {
    padding: 22px 0 14px 0;
    border-bottom: 1px solid gray;
    text-align:left;
}
div#header img {
	margin-top:22px;
}

.header span {
    color: #666;
    font-weight: normal;
}

.header a {    color: #a3b8d5; }
.header a:hover { color: #ff9900; }

.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:150px;
}


/* POSTS */

.flickr {
    text-align:left;
    width: 668px;
    padding: 10px 0 10px 3px;
    border-bottom: 1px solid #ccc;
}

.flickr img {
    width: 58px;
    height: 58px;
    margin: 1px 4px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #000;
}

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

small.fey { color: #666; }

.blogads {
    padding: 31px 0 18px 0;
    width: 152px;
    font-size: 12px;
    color: #666;
    float:right;
    text-align:left;
}

.blogads a { font-weight:bold }

.firstpost {
    text-align:left;
    width: 960px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 960px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.postnoline {
    text-align:left;
    width: 960px;
    padding: 22px 0 0px 0;
}

.posttopline {
    
    text-align:left;
    width: 960px;
    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:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 12px;
    color: #fff;
    padding: 0;
}

.metainfo a { font-weight:bold }

.content {
    margin-left:177px;
    width: 760px;
    text-align:left;
}

.content a { font-weight:bold }

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #666;
    font-size: 12px;
}

.previously a { font-weight:bold }

.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 }



ul.nav li { margin: 0 }
div.navigation a{
	float:right;
	padding-top:13px;
	padding-right:10px;
	color:#a3b8d5;
	font-size:20px;
	text-decoration:none;
}

div.navigation a:hover{
	float:right;
	padding-top:13px;
	padding-right:10px;
	color:#ff9900;
	font-size:20px;
	text-decoration:none;
}

div#footer{
clear:both;
width:100%;
height:100px;
}

div#footer a{
	margin-top:12px;
	font-size:11px;
}
div#footer a:hover{
	margin-top:12px;
	font-size:11px;

}

div#footer1{
	float:left;
	width:615px;
	height:100px;
	margin-top:10px;
}
div#footer1 p{
	font-size:11px;
	color:#666;
	line-height:5px;
}

div#footer2{
	float:right;
	width:310px;
	height:100px;
	margin-top:10px;
}

div#footer2 p{
	font-size:11px;
	
	line-height:5px;
}

.datestamp {
        font-size:15px;
}
