/*
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
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, img, hr, embed, object { 
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img { 
border: 0;
}
address, caption, cite, code, dfn, em, th, var {
font-style: normal;
font-weight: normal;
}
strong {font-weight: bold;}
.clear {
clear:both;
height:1px;
overflow:hidden;
}

caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
q:before, q:after {
content: '';
}
abbr, acronym {
border: 0;
}

body {
font-size: 100%;
font-family: Georgia, serif;
color: #333;
background:#fff;
text-align: center;
text-transform:lowercase;
margin-top: 10px;
}
html>body {
font-size: 16px;
}
p {
font-size: 1em;
padding-bottom: 10px;
}
a {
font-weight: normal;
text-decoration: none;
}

a:link, a:visited {
color:#333;
font-weight:bold;
}
a:hover, a:active {
text-decoration:none;
}


address {
margin-top: 1px;
padding-top: 2px;
color: #999999;
}


html {
min-height: 100%;
margin-bottom: 1px;
}


.header h1, 
.header h2 {
text-indent: -10000px;
margin: 0;
padding: 0;
font-size: 0px;
height:0px
}

img#wpstats { width:0px; height:0px; overflow:hidden; }


blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    color:#666;
    padding-left:10px;
    border-left:2px solid #f5f5f5;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 1.5em;
}


h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 16px; 
    line-height: 18px;
    margin-bottom: 30px;
    padding:5px 0;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 10px;
}

.container {
	text-align:left;
    margin: 50px auto 0 auto;
    padding: 0;
    width: 600px;
}

/* HEADER */

.header {
    padding: 10px 0 0;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #555;
    font-weight: normal;
}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #333; }
.header a:hover { color: #066; }

.search {
    padding:11px 0 0 20px;
    float:right;
}

.search input {
    width:120px;
}


/* POSTS */

.post p a { font-weight:bold }

.post {
	padding:50px 0;
	text-align:left;
    width:600px;
}

.postnoline {
	padding:18px 0 0 0;
	text-align:left;
    width:600px;
}

.postcomment {
	padding:18px;
	text-align:left;
    font-size:12px;
    color:#666;
    background: #fafafa;
    margin-bottom:10px;
}

.commentslnk {
    font-size:13px;
	text-align:center;
}

p.byline {
	margin-top:-10px;
    font-size:11px;
    color: #555;
}

.post IMG {
	border:none;
	max-width: 600px;
	max-height:100%;
}

.post IMG.noline {
	border:0;
}

span.previous { padding: 0 0 0 3px; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    padding:0; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #666;
    padding: 3px 0;
}

.previously {
	text-align:left;
    width: 600px;
    padding: 20px 0 3px 0;
    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.delicious { color:#555 }


/* FOOTER */

.footer {
    padding: 25px;
    margin-top: 18px;
    text-align:left;
    color: #666;
    background: #f5f5f5 url(http://aesthetist.org/bg.gif) center bottom no-repeat;
    height: 600px;
}

.footer div {
    margin: 20px;
    text-align: center;
    color:#999;
}

.footer img {
    border:0;
}

.footer div.last {
    width:400px;
    margin: 5px 20px;
    float:left;
}

.copyright {
    font-size: 12px;
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    text-align:right;
    color: #666;
}

ul.nav li { margin: 0 }



