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

/* wordpress */

#post {
	margin: 0px 0px 30px 0px;
}

.post-title {
	margin:35px 0px 10px 0px;
}

.post-title-index {
	margin:0px 0px 10px 0px;
}

.post {
	margin:20px 0px 20px 0px;
	text-align: justify;
}

.post p {
	margin: 10px 0px;
}

.postmetadata {
	margin:0px 0px 20px 0px;
}

.entry {
	margin:20px 0px 20px 0px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea#comment {
	width:100%;
}

.widgettitle { font-size: 1.8em; margin: 8px auto 8px auto; }
