body {
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
        color: #000000;
	text-align: justify;

 }
html>body {
  	font-size: 11px;
	background-color: #F9F9F9;

}
a, a:visited, a:active {
	color: #666666;
	text-decoration:none;} 
a:hover {
	color: #F9F9F9;
	text-decoration: none;
	border:none;
 }

input, textarea, select {	
	border: 1px solid #666666;
        background-color: #F9F9F9;
        color: #000000;
	font: 11px Georgia, Times New Roman;
        width: 50%;
        padding: 2px 2px 2px 2px;
}
.submit {
	border: 1px solid #666666;
        background-color: #F9F9F9;
        color: #000000;
}
form {
 	border: 0; 
	margin: 1px; 
	padding: 1px;
}

img { 
	border: 0;
        float: left;
	margin: 2px; 
	padding: 2px;

}


/* Main */
#page { 
background-color: #F9F9F9;


}


#about {
        float: none;
	width: 180px; 
	text-align: justify;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	overflow: hidden;

}






/* Post */
.post {
	width: 340px;
	overflow:hidden;
}

.post_title, .post_title a {
	font-size:11px;
	color: #000000;

}
.post_datetime {
	padding: 0;
	font-size: 11px;


}
.post_date {
	color: #000000;
        font-size: 11px;
	font-family: Century Schoolbook, Century, Georgia, Times New Roman;
}

.post_body {
	padding: 0;
}
.post_category {
	padding: 0;
	font-size: 11px;
}
.post_comments {
	padding: 0;
	font-size: 11px;
}
.post_data {
	padding: 0;
	font-size: 11px;
}
/* Comments Page */
.commentlist {
	clear: both;
	margin-top: 30px;
	padding-top: 0.8em;
	list-style: none;
	font-size:11px;
	text-align:left;
}
.commentlist a {
	border-bottom:none;
}
.commentmetadata {
	float:right;
	border-bottom:2px solid #666666;
	margin-right:10px;
}
.comment_author {
	padding: 4px 0 0 20px;
	background-position:bottom left;
	font-size: 11px;
	font-weight: bold;
}
.comment_text {
	margin:0 30px 30px 30px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
        color: #000000;
	text-align: justify;
}

/* Footer */
#footer {
	clear: both;
        width: 100%;
	text-align:center;
	overflow: hidden;


}



#footer-meta {
	clear: both;
	text-align:center;
	font-size:11px;
	padding-top:20px;
        padding-bottom:20px;
	width: 100%; 
	overflow:hidden;
}



