@charset "utf-8";
#blog_body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*definir para ser usado no formulario de edição*/
.blog_tit_form {
	font-size: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:600px;
	background-color: #F5F7FA;
	border: 1px solid #039;
	}

.blog_button {
	background-color: #06F;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: none;
}
#blog_body input, #blog_body textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*TOPO*/
#blog_name, #blog_name a, #blog_name a:visited{
	font-size: 36px;
	padding: 3px;
	padding-left: 10px;
	position: absolute;
	color:#000
}
#blog_top_img {
	width: 715px;
	height: 180px;
}

/*BARRA LATERAL*/
#blog_bar {
	width:217px;
	float: right;
	background-color: #DFE5F0;
	margin-right: 3px;
}
#blog_bar a:link, #blog_body a:active {
	color: #06C;
	}
#blog_bar a:hover {
	color: #06C;
	}
#blog_bar a:visited {
	color: #666;
	}
.blog_bar_tit {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 5px;
}
.blog_bar_txt {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.blog_formbusca {
	border: none;
	width:160px;
}
	
/*POST*/
.blog_post {
	width: 497px;
	background-color: #F5F7FA;
	margin-left: 3px;
	_width:488px;

}
.blog_tit, .blog_tit a, .blog_tit a:visited {
	font-size: 26px;
	color: #000;
	padding: 2px;
}
.blog_txt {
	padding: 5px;
}
.blog_txt a:link, .blog_txt a:hover, .blog_txt a:active{
	color: #06C;
	}
.blog_txt a:visited{
	color: #666;
	}
/*DATA*/
.blog_data {
	color: #FFF;
	float: right;
	margin: 5px;
	padding: 3px;
	background-color: #009;
	width: 40px;
	text-align: center;
}
.blog_dia {
	font-size: 24px;
	font-weight: bold;
}
.blog_mes {
font-weight: bold;
}
.blog_hora {
	font-size: 10px;
	display: block;
	background-color: #FFF;
	color: #009;

}

/*COMENTARIOS*/

.blog_end {
	font-size: 12px;
	text-align: right;
	background-color: #DFE5F0;
	padding: 3px;
	font-weight: bold;
}
.blog_ajax_coment {
	background-color: #C4E1FF;
	padding: 10px;
	font-size: 11px;
}

a.blog_comentarios{
	color: #03C;

}
.blog_coment_list {
	background-color: #DFE5F0;
	padding: 5px;
}
.blog_coment {
font-size: 10px;
	margin-top: 5px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

}

.blog_form_coment {
	margin-bottom: 5px;
	border: none;

}
.blog_box_coment {
margin-top: 5px;
}

.blog_form_coment_write  {
padding: 2px;
	border: none;
}
.blog_obs {
	display: block;
	float: right;
	margin-top: -20px;
	font-size: 10px;
}

.blog_coment_name {
	color: #333;
	font-weight: bold;
}
.blog_coment_dados {

}

.blog_coment_data {
	font-size: 8px;
	color: #666;
}


.blog_box_coment_write {
	text-align: left;
	margin-top: 10px;
	width: 360px;
	margin-left: 50px;
}
.blog_coment_tit {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.blog_coment_list_tit {
		font-weight: bold;
	padding: 2px;
}

/*RODAPE*/
#blog_foot {
	width: 705px;
	background-color: #C4E1FF;
	padding: 5px;
	margin: 0 auto;
	margin-top: 10px;
	bottom: 0px;
}

#blog_paginacao {
	margin-top: 10px;
	color: #03F;
	}
#blog_paginacao a{
	color: #03F;
}

.blog_tit_busca a{
	font-weight: bold;
	font-size: 14px;
	color: #03F;
}





