#blog{
	width: 100%;
	margin: 8px 0 0 0;
}

#blog h2{
	font-size: 18px;
	color: #555555;
	margin: 10px 0;
	text-align:left;
}

.post_list{
	border: #016599 dashed 1px;
	padding: 7px;
	border-radius: 3px;
	margin-bottom: 10px;
}

p.anonce{
	font-size: 16px!important;
	color:#111111;
}
.post_list h3 a{
	color: #0073BD;
	font-size: 20px;
	line-height: 1.8em;
	margin: 0;
	text-decoration: none;
}

.post_data{
	font-size: 13px;
	color: #555;
	font-weight: bold;
	margin-right: 15px;
}
.anonce{
	font-size: 18px;
}
.read_post {
	text-align: right;
	margin-right: 3px;
}

.read_post a{
	font-size: 16px;
	color: #0073BD;
	font-weight: bold;
	text-decoration: none;
	padding:3px 8px;
	border:1px #0073BD solid;
	border-radius: 3px;
}

.read_post a:hover{
	color: #145480;
	background-color:#f5f5f5;
}

#post_date{
	font-size: 13px;
	color: #555;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	margin-right: 10px;
}

#blogcat{
	font-size: 14px;
	float: right;
	margin-right: 10px;
}
#comments{
	/*float:left;*/
	padding:5px;
	width:100%;
	height:100%;
}
#comment_form{
	width:97%;
	border: 2px #0073BD solid;
	padding-top:15px;
}
#comment_form p{
	line-height: 1.5em;
}
#comment_form p input, #comment_form textarea{
	border: 2px #0073BD solid;
	border-radius:3px;
	padding:5px;
	font-weight: bold;
	font-size:14px;
}
#comment_form p input:hover, #comment_form p textarea:hover, #comment_form div.com_cph input:hover{
	background: #f5f5f5;
}
#comment_form .com_name{
	width:50%;
}
#comment_form .com_email{
	width:50%;
}
#comment_form textarea.com_text{
	width:50%;
	height:200px;
	border: 2px #0073BD solid;
	border-radius:3px;
	padding:5px;
	font-weight: bold;
	font-size:14px;
}
#comment_form div.com_cph{
	height:70px;
	padding:5px 0;
	width:500px;
}
#comment_form div.com_cph img{
	border: 2px #0073BD solid;
	float:left;
}
#comment_form div.com_cph input{
	height:50px;
	padding:0 5px;
	width:210px;
	border: 2px #0073BD solid;
	padding:5px;
	font-weight: bold;
	font-size:14px;
	margin:0;
	float:left;
}
#comsubmit{
	border: 1px #0073BD solid;
	background: #0073BD;
	border-radius: 3px;
	color:#fff;
	padding:15px;
	font-weight: bold;
	font-size:14px;
	width:51%;
	cursor:pointer;
	outline: none;
	transition: all 0.2s ease-out 0s;
	margin:10px;
}
#comsubmit:hover{
	box-shadow: inset 1px 1px 20px rgb(0, 0, 0, 0.5);
}
.comment_splitter{
	width:97%;
	height:2px;
	border-top:1px #ccc dashed;
	margin:5px;
}
#comments_table{
	width:90%;
	height:auto;
}
.comdate{
	font-weight: bold;
	font-size: 14px;
	width:140px;
}
.comautor{
	font-weight: bold;
	font-size: 14px;
	padding:5px;
}
.comtext{
	font-size: 16px;
	padding:10px;
	padding:5px;
}