@import url('content2.css');
@import url('bbcode.css');

.post_content {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 130%;
}

.postedby {
	border:1px dotted #ddd;
	background: #eee;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 5px;
	font-size: 85%;
}

.comment {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px dashed #ccc;
}

.comment .user_photo {
	float: left;
	margin: 0 10px 10px 0;
}

.comment p {
	font-size: 13px;
	text-align: justify;
}

textarea#comment {
	width: 50%;
	height: 140px;
}

#blogcomment_form .controls {
	padding-top: 15px;
}

.comment .controls {
	float: right;
}


/* LEFT MENU */

#archive li.year a.group_name {
	background: url('../images/group_minimized.gif') no-repeat top left;
	padding-left: 15px;
}

#archive li.current a.group_name {
	background: url('../images/group_maximized.gif') no-repeat top left;
}

#archive ul.months {
	margin-left: 20px;
}

#archive li.year ul.months {
	display: none;
}

#archive li.current ul.months {
	display: block;
}

.login_tease {
	font-size: 120%;
	margin-top: 20px;
}
