/*
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;
}

/* @group DePo Skinny Defaults */

body {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none }
a:hover { color:red; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px;
    text-align: justify; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    color:#666;
    padding-left:10px;
    border-left:1px solid #ccc;
}

ul {
    list-style: none;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 26px; 
    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;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
	text-align:center;
    margin: 0 auto;
    padding: 0;
    width: 500px;
}

/* HEADER */

.header {
    padding: 50px 0 0;
    text-align: center;
    border-bottom: 1px solid #666;
}

.header h1 {
	background:#000;
    font-size: 26px;
    color:#FFF;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #FFF; }
.header a:hover { color:#FFF; text-decoration: none; }

.search {
    padding:11px 0 0 20px;
    background:url('/home/wp-content/themes/hpc/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:120px;
}


/* POSTS */

.aligncenter, 
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

.post p a { font-weight:bold }

.post {
    border-bottom: 1px solid #ccc;
    padding:18px 0 0 0;
    text-align: justify;
    width:500px;
}

.postnoline {
    padding:18px 0 0 0;
    text-align:left;
    width:500px;
}

.postcomment {
	padding:18px 0 0 0;
	text-align:left;
    width:500px;
    font-size:11px;
    color:#666;
}

.commentslnk {
    font-size:13px;
	text-align:center;
}

p.byline {
	margin-top:-10px;
    font-size:11px;
    color: #555;
}

.post img.noline {
	border: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 {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #666;
    padding: 3px 0;
}

.previously {
	text-align:left;
    width: 500px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    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 {
    font-size: 11px;
    padding: 22px 0 10px 5px;
    margin-top: 18px;
    border-top: 1px solid #666;
    text-align:left;
    color: #666;
}

.footer div {
    width:150px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:140px;
    margin: 0 0 0 0;
}

.copyright {
    font-size: 11px;
    margin: 12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align: center;
    color: #666;
}

ul.nav li { margin: 0 }

/* @end */



/* @group Custom */

.post p a {
	text-decoration: underline;
}

.filedownload {
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	width: 500px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 42px;
	border: 1px dashed #999;
}

.filedownload:hover {
	background-color: #EEE;
	
}

.filedownload a {
	background: url('img/downarrow.png') 10px 10px no-repeat;
	display: block;
	text-indent: 55px;
	height: 42px;
	padding-top: 12px;
}

.sub-footer {
    font-size: 11px;
    margin: 12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align: center;
    color: #666;
}

#bottom {
/*	background: #a8a8a8;
	color: #000;
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: right;
	
 	 */
	border-top: 1px solid #666;
	font-size: 11px; 	
	text-shadow: rgba(255,255,255,0.75) 0 1px 1px;
   	background-color: #eee;
   	position: fixed;
   	top: auto;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	padding-left: 20px;
}

#bottom .elsewhere-links {
	width:555px;
	margin:0px auto;
	text-align: center;
	padding-top: 5px;
}

.footer strong, .sub-footer strong {
	text-transform: uppercase;
}

ul.elsewhere-links { padding: 0; margin: 3px 0 1em; list-style: none;}

ul.elsewhere-links li {
	margin-bottom: 5px;
	
	margin-right: 9px;
	float: left;
	display: inline;
}

ul.elsewhere-links li.title {
	text-align: right;
	font-size: 0.8em;
	text-transform: uppercase;
	width: 10%;
}

ul.elsewhere-links li a {
	color: #777;
	display: block;
	text-indent: 20px;
}

ul.elsewhere-links li a.favico-twitter {
	background: url('img/favicon-twitter.png') 0px 0px no-repeat;
	}
ul.elsewhere-links li a.favico-lastfm {
	background: url('img/favicon-lastfm.png') 0px 0px no-repeat;
	}
ul.elsewhere-links li a.favico-facebook {
	background: url('img/favicon-facebook.png') 0px 0px no-repeat;
	}
ul.elsewhere-links li a.favico-linkedin {
	background: url('img/favicon-linkedin.png') 0px 0px no-repeat;
	}
ul.elsewhere-links li a.favico-feed {
	background: url('img/favicon-feed.png') 0px 0px no-repeat;
	}
ul.elsewhere-links li a.favico-email {
	background: url('img/favicon-email.png') 0px 0px no-repeat;
	}

/* @end */