/*
Theme Name:   DePoMew
Description:  A slender theme for WP by <a href="http://powazek.com">Derek Powazek</a> with slight fiddling by Mike.
Version:      1
Author:       Derek Powazek
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: black;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none; }
a:hover { color:#555555; text-decoration: none; border-bottom: dotted; border-bottom-width: 1px; border-bottom-color:#555555; }

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 #ccc;
}

li a {text-decoration: none; border-bottom:dotted; border-bottom-width:1px; border-bottom-color:#555555;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

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: 19px; 
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
	text-align:center;
    margin: 0 auto;
    padding: 0;
    width: 600px;
}

/* HEADER */

.header {
    padding: 0px 0 0;
    background:black;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #666;
    margin-bottom: 3px;
}

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header img {text-align:center;}
.header a { color: #333; border-bottom:0px;}
.header a:hover { color: #066; }

.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: 11px 0;
    margin-bottom:9px;
    width:600px;
}

.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 {font-family: "times new roman"; font-size: 14px; line-height: 21px; text-align:justify; }

.post li {font-family: "times new roman"; font-size: 14px; line-height: 21px; text-align:justify; }

.post p a { font-weight:bold; border-bottom:dotted; border-bottom-width:1px; border-bottom-color:#555555; }

.post p a:hover { font-weight:bold; text-decoration: none; border-bottom: solid; border-bottom-width: 1px; border-bottom-color:#555555; }

.post {
    border-bottom: 1px solid #ccc;
	padding:18px 0 0 0;
	text-align:left;
    width:600px;
}

.postnoline {
	padding:18px 0 0 0;
	text-align:left;
    width:575px;
}

.postcomment {
	padding:18px 0 0 0;
	text-align:left;
    width:575px;
    font-size:11px;
    color:#666;
}

.commentslnk {
    font-size:13px;
	text-align:center;
}

p.byline {
	margin-top:-10px;
    font-size:11px;
    color: #555555;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p.comment {
	font-family: "times new roman";
	text-align: center;
	color: #666;
	padding-top: 10px;
	}
	

.post img { border:1px solid #000; text-align: center; }

.post img.noline {
	border:0; float: left; 
}

span.previous { padding: 0 20px 0 0; float: left; font-weight:bold; }
    
span.next { float: right; font-weight:bold; }

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: 575px;
    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:180px;
    margin: 0 30px 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 }




