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

.post {
	float:left;
	width:382px;
	border-bottom:#003300 solid thin;
	margin:0 0 20px 0;
}

.post p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333300;
	line-height:1.4em;
	text-align:justify;
}

.post p.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#003300;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}

.post p.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#003300;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

.post p.title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#003300;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.post p.title a:hover {
	text-decoration:underline;
}

.post p.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#003300;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}

.post p.footer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#009900;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
}

.post p.footer a:hover {
	text-decoration:underline;
}

.archive {
	float:right;
	width:178px;
	padding:0 0 0 10px;
}

.archive p.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#003300;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}

.years{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	font-size:14px;
	color:#003300;
	cursor:pointer;
}

.months{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	color:#003300;
	cursor:pointer;
}

.items{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#006633;
	list-style:none;
	font-style:italic;
}

.items a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006633;
	font-style:italic;
	text-decoration:none;
}

.items a:hover {
	text-decoration:underline;
}

.num {
	color:#006633;
}

.post .acomment {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:#003300 solid thin;
}

.post .addcomment {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:#003300 solid thin;
}

.post .acomment .commenttitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#003300;
}