#main {
	height: auto;
	margin-top: -3em;
}

#blog {
	position: relative;
	width: 60%;
	top: -6em;
}

.post_title {
	color: #EEEEEE;
	font-size: x-large;
	border-bottom: #d55907 solid 1px;
}

.post_title a:hover {
	color: white;
	text-decoration: none;
}

.post_title a {
	color: white;
	text-decoration: none;
}

.post_date {
	float: right;
	right: 0;
	text-align: right;
	color: #EEEEEE;
	font-size: small;
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*padding-top: 0.5em;
	padding-bottom: 0.5em;*/
	border-bottom: #d55907 solid 1px;
	border-right: #d55907 solid 1px;
}

.post_text {
	color: #EEEEEE;
	text-align: justify;
	margin-top: 2.7em;
	padding-bottom: 2em;
}

.comment_commands {
	width: auto;
	border-bottom: white solid 1px;
	border-right: white solid 1px;
	padding: 0.5em 0.5em 1em 0.5em;
	font-size: small;
}

.post_comment_div {
	color: #d55907;
	text-align: right;
	width: 50%;
	position: relative;
	float: right;
	right: 0;
	bottom: 0.7em;
}



.post_comment_div a:hover {
	text-decoration: none;
	cursor: pointer;
}

.new_comment_div {
	position: relative;
	float: left;
	left: 0;
	bottom: 0.7em;
	color: #EEEEEE;
	text-align: left;
	font-size: small;
	cursor: pointer;
}

.new_comment_div a {
	color:#d55907;
	text-decoration: none;
}

.new_comment_link a:hover {
	color: white;
	text-decoration: none;
}

.post_space {
	height: 6em;
}

#archivio {
	position: absolute;
	float: right;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 2em;
	padding-right: 2%;
	right:0;
	top: 30%;
	width: 24%;
	color: white;
	background-color: #1a1a1a;
	height: 48%;
}

#archivio ul {
	list-style-type: disc;
}

.archive_title {
	width: 100%;
	border-bottom: white solid 1px;
}

ul li a:hover {
	text-decoration: underline;
}

.post_comments {
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: white;
	font-size: small;
}

.comment_title {
	color: white;
	margin-left: 2em;
}

.comment_text {
	font-size: small;
	text-align: justify;
	border-bottom: 1px solid white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}

.hide_comment_link {
	float: right;
	right: 0;
	cursor: pointer;
	color: #d55907;
}

.comment_author {
	color: #d55907;
}

.new_comment {
	color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.new_comment table {
	color: white;
	margin: auto;
	padding: 0.1em 0.1em 0.1em 0.1em;
}

#insert_message_blog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.1em 0.1em 0.1em 0.1em;
	background-color: #d55907;
	color: white;
	z-index: 20;
	text-align: center;
}

.month_list {
	left: -1em;
}