/*
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
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
    font-weight: normal;
	padding-top: 100px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

p, ul, ol, li { 
    margin-bottom: 18px; 
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

.container {
    text-align:left;
    margin-left: 200px;
    padding: 0;
    width: 400px;
    margin-bottom: 40px;
}

.post {
    text-align:left;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom:5px;
}

.post h1 {
    font-family: helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 51px;
}

.post h2 {
    font-family: helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px;
}
   
   ul.navigation {
	padding: 0px;
	float: left;
	margin: 0px 19px 0px 0px;
}
ul.navigation li {
	list-style-type: none;
	float: left;
	clear: both;
	border-bottom: solid 1px #ccc;
	line-height: 9px;
}

ul.navigation li a {
	width: 121px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 2px 0px;
}
ul.navigation li a:hover { background: url(../images/arrow.gif) no-repeat right center; }

.align-left {
	float:left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.postnav {
	padding:18px 0 0 0;
	text-align:left;
        width:400px;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }