@charset "UTF-8";
/* CSS Document */

body {
background-color:#000;
background-image:url(http://jessicaharllee.com/bodylapse/bg.png);
background-position: top left;
background-repeat:no-repeat;
font-family: verdana;
font-weight: normal;
font-size:11px;
line-height:1.4em;
color:#d6d6d6;
}

img {
border:0;
}

#wrapper {
position:absolute;
top: 40px;
left: 150px;
width: 650px;
}

#content {
position:relative;
float:left;
width:650px;
background-color:#393939;
padding: 0 8px 10px;
}

#sidebar {
position:relative;
float:left;
width:650px;
background-color: #232323;
padding: 0 8px 15px 8px;
}

#sidebar_recent{
position:relative;
float:left;
width:225px;
margin-left:0;
}

ul#sidebar_recent{list-style-type:none;}
li#sidebar_recent{list-style-type:none;}

#sidebar_archive{
position:relative;
float:left;
width:150px;
margin-left:5px;
}

ul#sidebar_archive{list-style-type:none;}
li#sidebar_archive{list-style-type:none;}

#sidebar_tags{
position:relative;
float:left;
width:249px;
margin-left:5px;
}

ul#sidebar_tags{list-style-type:none;}
li#sidebar_tags{list-style-type:none;}

#footer {
position:relative;
float:left;
height:25px;
width:666px;
margin-top:-15px;
padding-top:15px;
margin-bottom:40px;
font-size: 10px;
text-align:center;
background-color:#232323;
background-image:url(http://jessicaharllee.com/bodylapse/footer_bg.png);
background-position:left;
background-repeat:no-repeat;
}

#navigation{
margin:1em 0;
}

#previous {
position:relative;
float:left;
text-align:left;
}

#next{
position:relative;
float:right;
text-align:right;
}

h1 {
font-size:13px;
font-weight:normal;
letter-spacing:.1em;
}

h2 {
font-size:10px;
font-weight:normal;
letter-spacing:.1em;
line-height:1.5em;
}

.title {
background-color: #232323;
margin: 0 -8px;
padding: 5px 8px;
font-size: 11px;
font-weight: normal;
line-height: 1em;
}

.postmetadata{
color:#232323;
margin-bottom:2em;
}

.postmetadata ul{
list-style-type:none;
margin-left:-22px;
}

.postmetadata li{
list-style-type:none;
margin-left:0;
}

.current {
color:#ffcc00;
}

.postbody {
margin-bottom: 1em;
}

a:link {
color: #847b65;
text-decoration: none;
}

a:hover {
text-decoration:none;
color:#666;
}

a:visited {
color: #847b65;
text-decoration: none;
}

a:visited:hover{
text-decoration:none;
color:#666;
}

a:active {
color: #847b65;
text-decoration:none;
}

a.navlink:link{
color:#666666;
}

a.navlink:hover{
text-decoration:none;
color:#ffcc00;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #d6d6d6;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #232323;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

.commentmetadata{
	font-size: 11px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#d6d6d6;
}
	
.comments-template #author{color:#d6d6d6; background-color:#393939; border: 1px solid #666;}
.comments-template #email{color:#d6d6d6; background-color:#393939; border: 1px solid #666;}
.comments-template #url{color:#d6d6d6; background-color:#393939; border: 1px solid #666;}
.comments-template #comment{color:#d6d6d6; background-color:#393939; border: 1px solid #666;}
