/*
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:#FFFFFF none repeat scroll 0 0;
	color:black;
	font-family:"Baskerville",Times New Roman,Times,serif;
	font-size:16px;
	line-height:18px;
	text-align:center;
	}

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

a {
	color:black;
	text-decoration:none;
	}

a:hover {
	color:#BE2F18;
	text-decoration:underline;
	}
	
	p, ul, ol, li {
	margin-bottom:18px;
	}

blockquote {
	border-left:1px solid #CCCCCC;
	color:grey;
	font-size:14px;
	margin:0 18px 18px;
	padding-left:10px;
	}

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

ol {margin-left:2em;}

ol li ol {margin-top:18px;}

h1 {
	font-size:30px;
	line-height:36px;
	margin-bottom:18px;
	}

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

h3 {
	font-size:20px;
	line-height:22px;
	margin-bottom:20px;
	}

h4 {
	font-size:14px;
	line-height:18px;
	margin-bottom:20px;
	}
.container {
	margin:0 auto;
	padding:0 0;
	text-align:center;
	width:640px;
	}

/*HEADER*/

.header {
	border-bottom:1px solid black;
	padding:50px 0 0;
	width:880px;
	xborder:1px red solid;
	margin:0 auto 30px;
	text-align: center;
	}
.header h1 {
	font: normal 29px "Georgia",serif;
	margin: 0 auto;
	}
.tagline {
	font: normal 18px "Georgia",serif;
	line-height: 30px;
	margin: 0 0 50px 0px;
	}

.header a {
	color:#BE2F18;
	}
.header a:hover {
	color:#BE2F18;
	}

/*POSTS*/

.dingbat {
	margin:45px 0 20px;
	text-align: center;
	xborder:1px solid red;
	}
	
.tiny {
	font-size: 14px;
	font-style: italic;
	color:grey;
	}

.title {
	margin:20px 0 0;
	}
.post p a {
	font-weight:bold;
	}
.post {
	padding:18px 0 0;
	position:relative;
	text-align:left;
	width:640px;
	}
.postnoline {
	border-top:1px solid grey;
	margin:10px 0 0;
	padding:10px 0;
	text-align:left;
	width:640px;
	}
.index-nav {
	margin:10px 0 0;
	padding:10px 0;
	text-align:left;
	width:640px;
	}
p.byline {
	color:#555555;
	font-size:14px;
	margin-top:-10px;
	}
.post img {
	border:0 none;
	}
.post img.noline {
	border:0 none;
	}
div.previous {
	float:left;
	padding:0 20px 0 0;
	}
div.next {
	float:right;
	}
div.clear {
	clear:both;
	}
span.edit a {
	border:1px solid #CCCCCC;
	color:grey;
	float:right;
	font-size:11px;
	font-weight:normal;
	padding:0 4px;
	}
.metainfo {
	color:grey;
	float:left;
	font-size:10px;
	padding:3px 0;
	width:152px;
	}
.previously {
	border-top:1px solid #CCCCCC;
	font-size:12px;
	padding:20px 0 3px;
	text-align:left;
	width:500px;
	}
.previously a {
	font-weight:bold;
	}

/*COMMENTS*/

.postcomment {
	border-bottom:1px solid silver;
	color:black;
	font-size:14px;
	font-weight:normal;
	padding:20px 0 0;
	text-align:left;
	width:640px;
	}

.comments_headers {
	border-bottom: 1px solid silver;
	padding:0 0 20px;
	margin:0 0;
	}

#comments {
	border-top:1px solid black;
	}

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

.text_area {width:480px !important;}
.postform {margin:0;width:150px;}

	
/* FOOTER */

.footer {
	border-top:1px solid grey;
	color:grey;
	font-size:14px;
	margin:0 0;
	padding:10px 0;
	text-align:left;
	}

.footer div {
	float:left;
	margin:0;
	padding:0 20px 0 0;
	width:200px;
	}
	
.footer img {border:none;}

.footer div.last {
	margin:0;
	padding:0;
	width:190px;
	}
.copyright {
	border-top:1px solid grey;
	clear:both;
	color:grey;
	font-size:12px;
	margin:0;
	padding:10px 0;
	text-align:right;
	}
.copyright p {font-size:12px;}

.search {
	margin:0 0 5px;
	padding:0;
	}

.search input {width:150px;}

ul.icon {
	list-style-type:none;
	margin:0 0 8px;
	padding:0 0;
	xborder:1px solid red;
	}

li.icon {
	display:inline;
	padding:0 10px 0 0;
	}

.nav ul, .nav li {
	margin:0 0 8px;
	}

/*SOCIABLE*/

div.sociable {
	margin: 10px 0;
	xborder:1px solid silver;
	}
div.sociable_tagline {
	position: relative;
	float:left;
	margin:0 5px 0 0;
	font-size: 14px;
	}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/*Twitter*/

.twitter-message p {color:black;}

ul.twitter: the main ul (if list is activated)
li.twitter-item: the ul items (if list is activated)

.twitter-timestamp: the timestamp span class
a.twitter-link: the tweet link class
a.twitter-user: the @username reply link class
li.twitter-item img: format the avatar icon on search results
