@charset "utf-8";
/* CSS Document */

body{
background:#993333;


}
a
{
text-decoration: none;
color:#0099FF;

}

a:visited 
{
text-decoration: none;
color:#0099FF;
}
#grade{
width:901px;
margin:auto;
}
.topo{
background-image:url(imagens/topo.gif);
background-repeat:repeat-x;
height:263px;
}

.conteudo{
width:901px;
height:auto;
background:url('imagens/bg_content.gif');
position:relative;
overflow:  hidden;
}

.contentpost{
margin-top:30px;
width:630px;;
float:left;
background-position:right;
background-image:url('imagens/fita.gif');
background-repeat:repeat-y;
}
.busca{
width:200px;
height:80px;
}
.titulo_menu{
width:200px;
height:310px;
}
.titulo_menu1{
width:200px;
height:140px;
}
.titulo_menu2{
width:240px;
height:90px;
}
.menu{
margin:8px 0 8px 0;
background:url(imagens/bg_content.gif);
height:48px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color:#f53b2d;
}

.menu ul{
	width:490px;
	padding:10px 0 0 0;
	margin:auto;
	list-style:none;
	color:#f53b2d;
}
.menu ul li{
float: left;	
}
.menu ul li a{	
	padding: 2px 10px;
	display:block;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
	color:#f53b2d;
}
.menu ul li a:hover{
		padding: 2px 10px;
	background-color:#D6D6D6;
	color: #6D6D6D;
	border-bottom:3px solid #EA0000;
	display:block;
}
/**********************************************************************************/

#menu_v{

width:200px;
height:60px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color:#675B5A;


}

#menu_v ul{
	padding:10px 0 0 0;
	margin:auto;
	width: 100%;
	list-style:none;
	color:#675B5A;
}
#menu_v ul li{

}
#menu_v ul li a{	
	padding: 2px 10px;
	display:block;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
	color:#675B5A;
}
#menu_v ul li a:hover{
	background-color:#D6D6D6;
	color: #6D6D6D;
	border-bottom:3px solid #EA0000;
}
/**********************************************************************************/


.menu_titulo{
padding-top:10px;
padding-left:20px;
padding-right:10px;
float:left;
width:auto;
height:auto;

}
.separador{
margin-top:8px;
height:27px;
width:2px;
float:left;
background-image:url('imagens/bg.gif');
background-repeat:no-repeat
}


.divisao{

}
.contentmenu{
margin-top:30px;
width:250px;
height:auto;
float:right;


}

.textoblog{
height:auto;
overflow:  hidden;
}

.textoblog .title h1, .textoblog .title h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color:#0099FF;
}
.textoblog .post{
    padding: 35px 20px 0 20px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:12px;
	height:auto;
    overflow:  hidden;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}
.separapost{
height:2px;
margin-left:20px;
width:580px;
background-color:#003366;
}
.comentariopost{
width:180px;
float:left;
margin-left:350px;
}

.comentariostitulo{
font-family:Verdana;
font-size:16px;
line-height:14px;
text-align:left;
color:#0088C6;
}

.comentarios{
margin:20px;
font-family:Verdana;
font-size:12px;
line-height:14px;
color:#636367;
text-align:left;
background-color:#F9F7F9;
}
.enviarcomentario{
margin:20px;
width:480px;
}

.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#FFF;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(imagens/date.png) repeat scroll 0 0;
  float:right;
  height:53px;
  margin-left:5px;
  margin-top:5px;
  width:49px;
}