

.blog .topic
{
	padding:0px;
	margin:0px;
	margin-bottom:4px;
}

.blog	.topic .title
{
	display:inline;
	font-size:18pt;
	font-weight:bold;
}

.blog	.topic .title a
{
    color:#000;
    text-decoration:none;
}

.blog	.topic .title a:hover
{
    color:#555555;
    text-decoration:underline;
}

.blog	.topic .date
{
	float:right;
	background:#252525;
	color:#FFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding-left:3px;
	padding-right:3px;
	margin-top:10px;
}

.blog .content
{
	color:#363636;
	text-align:justify;
}

.blog .info
{
	font-size:8pt;
	margin-top:10px;
}

.blog .info .category
{
	display:inline;
	color:#959595;
	padding-right:10px;
}

.blog .info .tags
{
	display:inline;
	color:#d1b08a;
	padding-left:10px;
	border-left:1px solid #d1b08a;
}

.blog .info .tags a
{
    color:#d1b08a;
    text-decoration:none;
}

.blog .info .tags a:hover
{
    text-decoration:overline;
    color:#e8414b;
}

.blog .info .comments
{
	display:inline;
	float:right;
}

.blog .box_thumbnail
{
    border:.1em solid #DDD;
    text-align:center;
    margin-top:50px;
    padding:1em .2em .7em .2em;
}

.blog .box_thumbnail a
{
    display:inline-block;
}

.blog .box_thumbnail img
{
    border:2px solid #EEE;
}



.blog .box_attachment
{
    margin-top:50px;
}

.blog .box_attachment .file
{
    border:.1em solid #DDD;
    padding:.3em;
    margin-bottom:.4em;
}

.blog .box_attachment span
{
    float:left;
}

.blog .box_attachment ul
{
    float:right;
    list-style:none;
    margin:0px;

}

.blog .box_attachment li
{
    width:150px;
    border-left:.2em solid #EEE;
    padding:.2em;
}

.blog
{
    margin-bottom:80px;
}

.blog .box_comments
{
    margin-top:50px;
}


.post
{
    margin-bottom:30px;
}

.post .box_image
{
	float:left;
	margin-right:10px;
	width:141px;
}

.post .box_image .image
{
	height:135px;
	width:135px;
	background:url('img/post_image_default.png') center;
}

.post .box_image .tinygallery .image
{
	height:18px;
	width:18px;
}

.post .box_image .tinygallery ul
{
	margin-top:2px;
	/*border:1px solid #ccc;*/
}

.post .box_image .tinygallery li
{
	margin:2px;
}

.post .box_content
{
	margin-left:150px;
}

.static .box_content
{
	margin-left:0px;
}