/*
Modified from DePo Skinny theme http://powazek.com/depo-skinny
*/

body {
    background: white;
    color: black;
    text-align: center;
    font-size: 13px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1, h2, h3, h4 { 
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 27px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h2 a {
    color: black;
}

p, pre, ol, ul { 
    margin: 15px 0;
}
p, li { 
    line-height: 18px;
}

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

pre {
    padding: 5px;
}

code {
    font-family: Menlo, Consolas, monospace;
}

ul {
    list-style-type: disc;
    margin-left: 0;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 26px; 
}

h2 { 
    font-size: 22px; 
}

h3 { 
    font-size: 18px; 
}

h4 { 
    font-size: 14px; 
}

.container {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 700px;
}

/* HEADER */

.header {
    text-align: left;
    border-bottom: 1px solid #888;
}

.header h1 {
    font-size: 26px;
    font-weight: normal;
}

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

.header a {
    color: #888;
}

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

/* POST */

.post {
    padding-top: 1em;
    text-align: left;
    width: 700px;
}

.postcomment {
    padding:18px 0 0 0;
    text-align:left;
    width: 700px;
    font-size:11px;
    color:#888;
}

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

.posttitle h2 {
    margin-top: 0;
}

.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:#888; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #888;
    padding: 3px 0;
}

.previously {
    text-align:left;
    width: 700px;
    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:#888 }
.delicious-tags a { font-weight:normal; color:#333 }
ul.delicious { color:#555 }

/* FOOTER */

.footer {
    border-top: 1px solid #888;
    color: #888;
    font-size: 11px;
    margin-top: 15px;
    text-align: left;
}

.footer h1 {
    font-size: 11px;
    margin: 16px 0 0 0;
}

.footer img {
    border: 0;
}

.footer div.last {
    width: 140px;
    margin: 0 0 0 0;
}

.copyright {
    font-size: 11px;
    margin-top: 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #888;
    text-align:right;
    color: #888;
}

ul.nav li { margin: 0 }

/* POST LIST */

ul.posts {
    color: #888;
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

ul.posts li {
    line-height: 1em;
}

span.date {
    color: #888;
    font-family: Menlo, Consolas, monospace;
}
