/*
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

Modified by:  Jessica Chapel, 3/25/10
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #3b3b36;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

img#wpstats { width: 0px; height: 0px; overflow: hidden; }

a { color: #3b3b36; text-decoration: none; }
a:hover { color: #c4d52a; text-decoration: none; }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    border-left: 1px solid #666;
}

ul {
    list-style-type: disc;
    margin-left: 1.1em;
}

ol {
    margin-left: 1.1em;
}

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: 18px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 18px;
}

hr	{
	border: 0px none;
	border-top: 1px solid #ddd;
	margin: 0px 0px 18px 0px;
	width: 100%;
	height: 1px;
}

.container {
	text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 500px;
}

/* HEADER */

/* .header {
	height: 220px;
    padding: 0;
    text-align: left;
} */

/* .header-page {
	height: 314px;
	height: 234px; 
    padding: 0;
    text-align: left;
} */

.header {
    padding: 50px 0 0;
    text-align: left;
    border-bottom: 1px solid #666;
}

.header h1 {
    font-size: 22px;
    color: #3b3b36;
    font-weight: normal;
}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #3b3b36; }
.header a:hover { color: #c4d52a; }

.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 #3b3b36;
    text-align: center;
    padding: 11px 0;
    margin-bottom: 9px;
    width: 500px;
}

.flickr img {
    width: 59px;
    height: 59px;
    margin: 1px 5px;
    border: 1px solid #ddd;
}

.flickr img:hover {
    width: 59px;
    height: 59px;
    margin: 1px 5px;
    border: 1px solid #3b3b36;
}

.flickr span a { color: #3b3b36; }

/* POSTS */

.post p a { border-bottom: 1px solid #c4d52a; }

.post {
    border-bottom: 1px solid #3b3b36;
	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;
    color: #666;
	font-size: 11px;
}

.commentslnk {
	text-align: center;
}

p.byline {
    color: #666;
	font-size: 11px;
}

p.byline a {
    font-weight: normal;
	background: #fff;
}

.post IMG {
	border: 1px solid #ccc;
}

.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 #3b3b36; 
    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 #3b3b36;
    font-size: 12px;
}

.previously a { font-weight: bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-link a { border-bottom: 1px solid #c4d52a; }
.delicious-extended a { border-bottom: 1px solid #c4d52a; }
.delicious-tags { font-size: 11px; color:#666; }
.delicious-tags a { font-weight: normal; background: #fff; }
ul.delicious { list-style-type: disc; margin-left: 1.1em; }
li.delicious {  }

li a {  }

/* FOOTER */

.footer {
    font-size: 11px;
    padding: 22px 0 10px 5px;
    margin-top: 12px;
    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: right;
    color: #666;
}

ul.nav li { margin: 0 }

ul.nav li a { background: #fff; }

/* 3rd Party ----------------------------------------------- */

.twitter {
	font-size: 11px;
	text-align: left;
    border-bottom: 1px solid #3b3b36;
	padding: 0px 0 12px 0;
}

.twitter p a { border-bottom: 1px solid #c4d52a; }

.twitter a { border-bottom: 1px solid #c4d52a; } 

#twitter_update_list {
	list-style-type: none;
	display: inline;
	margin: 0px;
}

#twitter_update_list li {
	display: inline;
}

#twitter_update_list a { border-bottom: 1px solid #c4d52a; } 


/* Tables ----------------------------------------------- */

.postpostable 	{
	border: 1px solid #eee;
	margin-bottom:12px;
	margin-top:8px;
	border-collapse: collapse;
	width: 100%;
}

.postpostable td 	{
	border: 1px solid #eee;
	padding: 4px 4px 4px 8px;
	text-align: left;
}
		
.postpostable td a	{
	text-decoration: underline;
}

.postpostable td a:visited	{
	text-decoration: none;
}
		
.postpostable th 	{
	border: 1px solid #eee;
	background-color: #ddd;
	text-align: left;
	padding: 4px 4px 4px 8px;
}

.postpostable caption {
	margin-top: 10px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.postpostable tr.altrow {
	background-color: #efefe6;
}


