#blogTopo {
		width:700px;
		height:120px;
		background:top left no-repeat;
		margin-bottom:20px;
		float:left;
		-moz-border-radius-topleft:15px;
		-webkit-border-top-left-radius:15px;
}

#blogTopo h2 { text-indent:-9000em;}



.blogPost { float:left; width:700px; height:auto; background:url(../images/blog/post_linha.jpg) top right no-repeat;}
.blogPost h1 { padding-top:10px; color:#06C; text-align:left}

.blogPostDataVerde { 
	float:left;
	width:90px;
	height:100px;
	background:url(../images/blog/post_data_verde.jpg) top left no-repeat;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	padding-top:10px;
	line-height:38px;
}

.blogPostDataRoxo {
	background:url(../images/blog/post_data_roxo.jpg) top left no-repeat;
	}

.blogPostDataVerde span {
	font-size:9px;
	font-weight:normal;
	line-height:12px;
}

.blogPublicidade { /*  BANNER ENTRE POSTS NO BLOG */
	width:468px;
	height:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.blogTips {
		width:700px;
		float:left;
		height:auto;
		font-size:9px;
		line-height:15px;
		margin-top:25px;
		margin-bottom:10px;
		text-align:right;
		color:#666;
}

.blogComenteIcon {
	float:left;
	margin-right:10px;
	width:27px;
	height:24px;
}

.blogComente {
		float:left;
		width:230px;
		height:auto;
		text-align:left;
}


	/* No side bar do blog, temos que remover
	   as propriedades para ficar alinhado */
.SidebarBox .SidebarBox { margin:0; padding:0}  

.SidebarBox li {
	list-style:none;
}

/* ---- linhas HR --------[inicio] --------------- */


hr.linhacinza {
	background:url(../images/linha_fina.gif) center repeat-x;
	border:none;
	height:1px;
	width:auto;
	margin:15px 0 15px 0;
	}
		

hr.linhacinza { /* HACK para o IE mostrar hr com imagem dentro */
	*display: list-item;
	*list-style:url(../images/linha_fina.gif) inside;
	*filter: alpha(opacity=0);
	*width: 0;
	*height:0px;
	*margin:0;
	}
	
hr.linhaSide {
	background:#060;
	border:none;
	height:3px;
	width:auto;
	margin:15px 0 15px 0;
	}
	
/* ---- linhas HR --------[fim] --------------- */



/* ------- Paginacao final ------------- */
#blogPaginacao {
		float:left;
		width:678px;
		border:1px solid #e0edc5;
		background:#f4f9e8;
		margin-top:20px;
		padding:10px;
		text-align:center;
		font-size:10px;
		color:#000;
		-moz-border-radius-bottomleft:15px;
		-webkit-border-bottom-left-radius:15px;
}

#blogPagAnterior {
		float:left;
		width:223px;
		text-align:left;
}

#blogPagProximo {
		float:right;
		width:223px;
		text-align:right;
}

#blogPagInicial {
		width:223px;
		text-align:center;
		float:left;

