/*
I modified this

Theme Name:   DePo Clean
Theme URI:    http://powazek.com
Description:  A clean, organized theme by <a href="http://powazek.com">Derek Powazek</a>.  
              Widget support added by <a href="http://archgfx.net/">Adam Freetly</a>.
Version:      0.4.b
Author:       Derek Powazekx
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #cfcfcf url(http://12frogs.com/12/bwbird.png) no-repeat left top;
    color: black;
    text-align: center;
    font-size: .9em;
    line-height: 160%;
    font-family: "Lucida Grande", Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a{
	color:#000099;
	text-decoration:none;
}
a:hover{
	color:#fff;
   background-color: #e0e0e0;
}

a:visited{
	color:#000099;
   text-decoration: underline;
}

ul, ol, { 
    margin-bottom: 18px; 
}

p {
  padding: 5px 0 5px 0;
}

li {
    margin-bottom: 5px;
}

blockquote { 
    margin: 10px 20px 20px 20px;
    font-size:12px;
    font-color:#333;
    border: 1px dotted #ccc;
    padding: 6px;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h2 { 
    font-size: 18px; 
    line-height: 36px;
    margin-bottom: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


h3 { 
    font-size: 16px; 
    line-height: 20px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
     margin-bottom: 12px;
     margin-top: 12px;
}

h4 { 
    font-size: 12px; 
    line-height: 18px;
    margin-top: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
text-transform: uppercase;
}

.container {
    background: #fff;
    margin: 0 auto;
    padding: 32px;
    width: 800px;
}


/* HEADER */

.header {
    background: #fff;
    padding-left: 175px;
    border-bottom: 1px solid #666;
    text-align:left;
}

.header h1 {
    font-size: 40px;
    color: #000;
    font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a {    color: #000099; }
.header a:hover { color:#fff;
   background-color: #e0e0e0;}

.search {
    padding:0;
    float:right;
}

.search input {
    width:150px;
}


/* POSTS */

.flickr {
    text-align:left;
    padding: 10px 0 10px 3px;
}

.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: #ccc; }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 800px;
    padding: 27px 0 7px 0;
}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;

}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
}

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 {
    font-size: 12px;
    color: #666;
    padding: 3px 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

}

.metainfo a { font-weight:bold }

.content {
    margin: 0 auto;
    width: 500px;
    text-align:left;
}


.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

}

.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 }


/* TUMBLE */

#conv {
    font-family: "Andale Mono", "Courier New", mono, Courier;
    background:#e0c0e0;
    font-size: small;
    margin: 0px auto;
    padding: 10px;
    text-align: left;
    line-height: 150%;
}

#quote {
	background-color: #a4d3ee;
    font-family: "Hoefler Text", Sylfaen, Georgia, serif;
    font-size: medium;
    margin: 0px auto;
    padding: 10px;
    text-align: left;
    line-height: 150%;
}

#tumble {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Sans-Serif;
	margin-bottom:15px;
	padding:5px 10px;
	font-size:1em;
    line-height: 150%;
	}


/* FOOTER */

.footer {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #666;
    text-align:left;
    font-size: 12px;
    color: #666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.footer li ul {
	list-style-type: none;
}

.copyright {
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    font-size: 12px;
    color: #666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

}


/* WIDGETS*/

.widgettitle {
font-size: 14px !important;	
}

.widgetlist li {
	list-style-type: square;
}

.widget {
	float: left;
	width: 195px;	
}

ul.nav li, .widget_archives ul li { margin: 0 }

.content div, .footer div, .blogads div { overflow: hidden; }

.strike {
text-decoration: line-through;
}

.emptymonth {color: #eee;}
