/* -- basic html elements -- */
body {padding: 0; margin: 0; font: 75% Helvetica, Arial, sans-serif; color: #474B4E; text-align: center;}
/* a {color: #DD6599; font-weight: normal; text-decoration: none;} */
a {color: #555555; font-weight: normal; text-decoration: none;}
a:visited {color: #555555;}
a:hover {color: #CCCCCC;}

h1 {margin: 0; color: #7B8186; font-size: 1.5em; }
h1 a {color: #FF99FF;}
h1 a:visited {color: #FF99FF;}
h1 a:hover {color: #FF99FF;}
h2, #comments h4 {font-size: 1em; margin: 2em 0 0 0; color: #7B8186; background: transparent url(/bg-header.gif) bottom right no-repeat; padding-bottom: 2px;}
h3 {font-size: 1em; margin: 2em 0 0 0; background: transparent url(/bg-header.gif) bottom right no-repeat; padding-bottom: 2px;}
h4, h5 {font-size: 0.9em; text-transform: lowercase; letter-spacing: 2px;}
h5 {color: #7B8186;}
h6 {font-size: 0.8em; text-transform: uppercase; letter-spacing: 2px;}

p {margin: 0 0 1em 0;}

img, form {border: 0; margin: 0;}

/* -- layout -- */
#content {width: 800px; margin: 0 auto; text-align: left; background: #fff url(/bg-body.gif) 0 0 repeat-y;}
/* #header {background: #D8DADC url(/whitedot.gif) 0 0 repeat-y;} */
#header {background: #000000 url(/header.jpg) top center no-repeat; margin-top:-18px; height:150px;}
#header headerlinks {text-align: center;}
#main {
 line-height: 1.4;
 float: left;
 padding: 10px 10px 10px 10px;
 border-top: solid 1px #fff;
 width: 380px;
 /* Tantek hack - http://www.tantek.com/CSS/Examples/boxmodelhack.html */
 voice-family: "\"}\""; 
 voice-family: inherit;
 
}
/* IE5 hack */
#main {}
#sidebar {
	width:200px;
	margin-left: 600px;
	padding-top: 10px; 
	margin-top: 4px; 
	border-top: solid 1px #fff; 
	background: #fff url(/bg-sidebar.gif) 1px 0 no-repeat;
}
#footer {clear: both; background: transparent url(/whitedot.gif) bottom left repeat; border-top: solid 1px #fff;}
#pcent {font-weight: normal; text-decoration: none;}
/* -- header style -- */
#header h1 {padding: 17px 0 25px 300px; line-height: 1; font-size: 2.5em;}
#header p {margin-left:360px; font-weight: bold; font-size: 1.2em;}

/* -- content area style -- */
#main {line-height: 1.4;}
h3.post-title {font-size: 1.2em; margin-bottom: 0;}


.post {clear: both; margin-bottom: 4em;}
.post-footer em {color: #B4BABE; font-style: normal; float: left;}
.post-footer .comment-link {float: right;}
#main img {border: solid 1px #E3E4E4; padding: 2px; background: #fff;}
.deleted-comment {font-style:italic;color:gray;}

/* -- sidebar style -- */
.side {
	/* border: 1px solid #000; */
	width: 200px;
	padding: 9px 0px; 
	margin-bottom: 9px;
}
  
#leftbar, #rightbar {
	margin: 0px 0px 9px 0px;
	padding-top: 10px;
  }
  
#leftbar {
	float: left;
  }

.sidebartitle {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #999999;
        padding-top: 15px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 2px;
        margin-left: 0px;
        color: #664e38;
        line-height: 1em;
        font-size: 0.9em;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
}

/* #sidebar #description {border: solid 1px #F3B89D; padding: 10px 17px; color: #C4663B; background: #FFD1BC url(/bg-profile.gif); font-size: 1.2em; font-weight: normal; line-height: 0.9; margin: 0 0 0 -6px;width:200px;} */
#sidebar h2 {font-size: 1.0em; margin: 1.3em 0 0.5em 0;}
#sidebar dl {margin: 0 0 10px 0;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}
#sidebar li {padding-bottom: 5px; line-height: 0.9;}
/* 
#sidebar a {color: #DD6599; font-weight: normal; text-decoration: none;font-size: 0.9em;}
#sidebar a:visited {color: #D6A0B6;}
#sidebar a:hover {color: #FD0570;} 
*/
.small{font-size: 0.8em;}


#profile-container {color: #7B8186;}
#profile-container img {border: solid 1px #7C78B5; padding: 4px 4px 8px 4px; margin: 0 10px 1em 0; float: left;}
.archive-list {margin-bottom: 2em;}
#powered-by {margin: 10px auto 20px auto;}


/* -- sidebar style -- */
#footer p {margin: 0; padding: 12px 8px; font-size: 0.9em;}
#footer hr {display: none;}
