/* Blog */

#blog-content
{
	float: left;
	width: 500px;
	border-right: 1px solid #9a9798;
	padding: 10px 20px;
	text-align: justify;
}

#blog-navigation
{
	float: left;
	width: 180px;
	margin-left: -1px;
	border-left: 1px solid #9a9798;
	padding: 10px 10px 0px 20px;
	text-align: left;
}

.blog-post
{
	/*border-bottom: 1px solid #ddf;*/
	padding: 5px 0px;
	margin-bottom: 12px;
}

.post-title
{
	border-bottom: 1px solid #ddf;
	color: #a90500;
	height: 24px;
}

.post-name
{
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.post-description
{
	float: right;
}

.post-stamp
{
	color: #bbb;
	font-size: 9px;
	height: 13px;
}

.post-stamp:hover
{
	color: black;
	font-size: 10px;
}

.post-content
{
	padding: 6px;
	text-align: justify;
	margin-top: 4px;
}

.post-form
{
	margin-top: 6px;
}

.post-form form textarea
{
	background-color: #eee;
	padding: 6px;
	margin: 4px 0px;
}

.add-comment
{
	background-image: url('admin/icons/comment-add.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	border: 1px outset #bbb;
}

.blog-separator
{
	border-bottom: 1px solid #ddf;
}

.post-comments
{
	
}

.admin-comment
{
	padding: 10px 6px 14px;
	background-color: #ffd;
}

.user-comment
{
	padding: 12px 6px;
}

.admin-comment .comment-name
{
	background-image: url('admin/icons/admin-comment.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 16px;
	padding-top: 4px;
}

.user-comment .comment-name
{
	background-image: url('admin/icons/comment.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 16px;
	padding-top: 4px;
}

.comment-name
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

.comment-date
{
	float: right;
	color: #bbb;
	font-size: 9px;
}

.comment-date:hover
{
	color: black;
	font-size: 10px;
}
.comment-content
{
	width: 420px;
}

.comment-controls
{

	width: 110px;
	float: right;
	font-size: 10px;
}

.comment-spacer
{
	height: 6px; 
	clear: both;
	visibility: hidden;
}

.blog-list
{
	width: 100%;
}

.blog-list li
{
	list-style: none;
}

.blog-list li ul
{
	margin-left: 3px;
}

.blog-list li ul table
{
	margin-left: 9px;
}

.blog-list .year
{
	/*background-color: #efe;
	border: 1px solid #ded;*/
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	overflow: hidden;
	cursor: arrow;
}

.blog-list .year-header
{
	background-color: #eee;
	/*border-bottom: 1px solid #ddd;*/
	padding: 2px;
	text-align: center;
	cursor: arrow;
}

.plus
{
	background-image: url('admin/icons/plus.png');
	background-repeat: no-repeat;
	background-position: middle left;
	background-position: 4px 2px;
}

.minus
{
	background-image: url('admin/icons/minus.png');
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

.blog-list .year ul
{
	display: none;
}

.blog-list .display ul
{
	display: block;
}

.blog-list .month
{
	/*display: none;*/
}

.blog-list .month-header
{
	padding: 2px;
}

.blog-list .day
{

}

.read-more
{
	padding-right: 18px;
	margin-top: -3px;
	background-image: url('admin/icons/procede.png');
	background-repeat: no-repeat;
	background-position: right;
}