/*
Theme Name:   Untitled
Theme URI:    http://new.redrag.net
Description:  Based on Depo Skinny by <a href="http://powazek.com">Derek Powazek</a>
Version:      1
Author:       Robert Corr
Author URI:   http://www.redrag.net
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: url(images/bodybg.jpg) top repeat-x #fffde9;
    color: #555555;
    text-align: center;
    font-size: 95%;
    font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    line-height: 18px;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#6ba55a; text-decoration: none; font-weight: bold; }
a:hover { color:#6ba55a; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px;
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:90%;
    color:#666;
    padding-left:10px;
    border-left:1px solid #ccc;
}

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: 22px; 
    line-height: 22px;
    margin-bottom: 20px;
    color: #83b274;
}

.post h3 {
font-style: italic;
}

h4 { 
    font-size: 18px; 
    line-height: 22px;
    margin-bottom: 20px;
}

.container {
	text-align:center;
    margin: 0 auto;
    padding: 0;
    width: 600px;
}

.content {
text-align: center;
margin: 0 auto;
padding: 0;
width: 500px;
}

.container div.content {
margin-top: -30px;
}


/* HEADER */

.header {
    padding: 300px 0 0;
    text-align:left;
    background: url(images/headerbg.jpg) top center no-repeat;
}

.header h1 {
    font-size: 26px;
    color: #6ba55a;
    font-weight: normal;
    display: none;
}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #333; }
.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;
}


/* POSTS */

.post p a { font-weight:bold }

.post {
     border-bottom: 1px solid #6ba55a; 
	padding:18px 0 20px 0;
	text-align:left;
    margin-bottom: 20px;
    width:500px;
}

.postnoline {
	padding:18px 0 0 0;
	text-align:left;
    width:500px;
border-bottom: none;
}

.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: -12px;
    font-size:90%;
text-align: right;
    color: #555;
}

.post IMG {
border: 0;
padding: 0;
}

.post a IMG {
	border:1px solid #bfdab7;
padding: 2px;
}

.post a:hover IMG {
	background-color: #bfdab7;
}


.post IMG.noline {
	border:0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:left;
color: #fffde9;
}

.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: 90%;
    padding: 42px 0 0 0;
    margin: 18px auto;
    text-align:center;
    color: #666;
}

.footer p {
margin-bottom: 5px;
margin-top: 5px;
}

.footer div {
    width:150px;
    margin: 0 20px 0 0;
    float:left;
text-align: left;
}

.footer img {
    border:0;
}

.footer div.secondlast {
text-align: center;
}

.footer div.last {
    width:140px;
    margin: 0 0 0 0;
text-algin: right;
font-size: 80%;
}

.footer div.footercontent {
text-align: center;
width: 500px;
margin: 0 auto;
float: none;
}

ul.nav li { margin: 0 }

.footerbottom {
    padding: 0 0 220px 0;
    text-align:left;
    background: url(images/footerbg.jpg) top center no-repeat #6ba55a;
margin: 80px 0 0;
}

.topnote {
background-color: #bfdab7;
padding: 10px 15px;
margin: 0 0 60px 0;
}

.topnote em {
font-weight: bold;
font-size: 120%;
line-height: 120%;
}


