/*
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;
	outline: 0;
}

body {
    background: #fff;
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

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

a { color:#999; text-decoration: none; }
a:hover { color:#0099CC; text-decoration: none; }


p, ul, ol, li { 
    margin-bottom: 20px; 
}

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

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

ol {
    margin-left: 2em;
}

h1 { 
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;;
    font-size: 26px; 
	font-weight:normal;
    line-height: 26px;
    margin-bottom: 20px; 
	letter-spacing:-1px;
	color:#999;
}

h2 { 
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;;
    font-size: 24px; 
	font-weight:normal;
    line-height: 24px;
    margin-bottom: 20px;
	letter-spacing:-1px;
	color:#999;
}

h3 { 
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;;
    font-size: 20px; 
    line-height: 20px;
    margin-bottom: 20px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#999;
}

h4 { 
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;;
    font-size: 16px; 
    line-height: 16px;
    margin-bottom: 20px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#999;
}

h5 { 
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;;
    font-size: 14px; 
    line-height: 14px;
    margin-bottom: 20px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#999;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 500px;
}

/* HEADER */

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

.header h1 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
	margin-bottom:10px !important;
}

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

.header a { color: #0099CC; }
.header a:hover { color: #0099CC; }

.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;
}

/* FLICKR */

.flickr {
    border-bottom: 1px solid #ccc;
    text-align:center;
    padding: 0 0 20px 0;
    width:500px;
}

.flickr img {
    width: 59px;
    height: 59px;
    margin: 1px 5px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 75px;
    height: 75px;
    margin: -7px -3px;
    border: 1px solid #000;
}

.flickr span a { color: #ccc; }

/* POSTS */

.post p a {  }

.post {
    border-bottom: 1px solid #ccc;
	padding:30px 0 30px 0;
	text-align:left;
    width:500px;
}

.postnoline {
	padding:30px 0 0 0;
	text-align:left;
    width:500px;
}

.postcomment {
	padding:30px 0 0 0;
	text-align:left;
    width:500px;
    font-size:11px;
    color:#666;
}

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

p.byline {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;;
	margin-top:-10px;
	margin-bottom:0;
    font-size:12px;
    color: #555;
}

.post IMG {
	border:1px solid #000;
}

.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 }


.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;
   /* optional rounded corners for browsers that support it */
   -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;
}


/* FOOTER */

.footer {
    font-size: 11px;
    padding: 22px 0 10px 5px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    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: 20px 0 10px 0;
    border-top: 1px solid #ccc;
    text-align:center;
    color: #666;
}

ul.nav li { margin: 0 }

/* DISQUS */

#disqus_thread {
	margin:30px 0 0 0;
	}
.dsq-options {
	padding-bottom:30px !important;
	margin-bottom:30px !important;
	}

#dsq-content .dsq-item-trackback {
    padding: 30px 0 0 0 !important;
    margin: 0 !important;
	}
#dsq-content .dsq-post-footer {
	padding-bottom:30px;
	}
#dsq-new-post .dsq-post-area {
	margin:30px 0 0 0 !important;
	}
#dsq-content .dsq-comment-footer-left {
	font-size:90%;
	}
.dsq-brlink {
	display:none;
	}
#dsq-content .dsq-h3-reactions {
	padding-top: 30px !important;
    margin-top: 0px !important;
	}	

/* LINKS */
a.button{
	background:#f1f1f1;
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin:25px 0;
	text-decoration:none;
	width:150px;
	border:1px solid #ccc!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
a:hover.button{
	color:#0099CC;
	background:#fff;
}

span.download{
		background:url('images/icon-download.png') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	
/* TWITTER */

#twitter_div {
	margin:20px 0 0 0;
	font-size:85%;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	}
#twitter_div ul {
	margin:0;
	padding:0;
	}
#twitter_div ul li {
	margin-bottom:10px !important;
	list-style:none;
	}