/*
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: black;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }
/*
a { color:#630; text-decoration: none }
a:hover { color:#960; text-decoration: underline }
*/
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;
}

#tablelist ul{
    margin: 0em;
}

#tablelist ul li { 
    padding-left: 1em;
    margin-bottom: .5em;
}

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; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 840px;
}


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #666;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #000; }
.header a:hover { color: #69c; }

.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;
}


/* FLICKR */

.flickr {
    text-align:left;
    width: 650px;
    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: #ccc; }

.flickr small {
    font-size:9px;
}

small.fey { color: #ccc; }

/**SIDEBAR**/

.sidebar_long{
    padding: 31px 0 18px 10px;
    width: 170px;
    font-size: 12px;
    color: #666;
    float:right;
    text-align:left;
}

.sidebar_long a { text-decoration:none;    color: #333;  font-weight:normal; }

.sidebar_long ul{
    list-style-type: square;
    padding: 0px;
    margin-left: 1em;
}
.sidebar_long li{
    padding-left: .5em;
    margin-bottom: .5em;
}

.sidebar{
    padding: 31px 0 18px 10px;
    width: 170px;
    font-size: 12px;
    color: #666;
    float:right;
    text-align:left;
}

.widgettitle { 
    font-size: 120%; 
    font-weight: normal; 
    border-bottom: 3px solid #F0F0F0; 
    padding: 0  0 5px 3px; 
}

.ctc {
    padding-bottom: 15px;
}

/*POSTS*/

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.post p a { font-weight:bold }

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    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 */

.metainfo {
    float:left;
    width: 134px;
    font-size: 12px;
    color: #666;
    padding: 3px 0;
}

.metainfo a { 
     text-decoration:none;    color: #666;  font-weight:normal;
}

.metainfo a:hover { 
     color:#066; 
     text-decoration: underline; 
}

/* CONTENT */

.content {
    margin-left:177px;
    width: 480px;
    text-align:left;
}

.content a { 
    color:#630; text-decoration: none; font-weight:bold;
}

.content a:hover { 
    color:#960; text-decoration: underline;
}

.mapcontent {
    margin-left:0px;
    width: 800px;
    text-align:center;
}

.mapcontent a { 
    color:#630; text-decoration: none; font-weight:bold;
}

.mapcontent a:hover { 
    color:#960; text-decoration: underline;
}


.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 #666;
    text-align:left;
    font-size: 12px;
    color: #666;
}

.footer a { 
   color:#000;
   font-weight:normal;
   text-decoration: none; 
}

.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
    width:151px;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    font-size: 12px;
    color: #666;

}


ul.nav li { margin: 0 }

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

// Table Styles
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
