/*Alterações na estrtura do layout*/
#Conteudo {
	border-right: 1px solid #F1761F;
}
/*Alterações na estrtura do menu*/
.Selecionado {
	background-image: url(../img/Layout/MenuTituloBlog.png);
	width: 95px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	text-align: center;
	
}
.TituloNoticias a{
	color: #006CA8;
	padding-right: 20px;
}
.TituloPainel a {
	color: #666;
	padding-right: 30px;
	padding-left: 20px;
}
.TituloBlog a{
	color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
}
.TituloVideos a{
	color: #337392;
	padding-right: 30px;
}
.TituloVereadores a{
	color: #396C6C;
	padding-right: 30px;
}
.TituloCobrasLargatos a{
	color: #060;
	padding-right: 30px;
}
.TituloVoceDestaque a{
	color: #CA0C00;
}
.TituloClassificados a{
	color: #6A9B28;
	padding-right: 25px;
}
#MenuNavegacao{
	background-image: url(../img/Layout/MenuFundoBlog.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#MenuNavegacao li a{
	color: #FFF;
	text-decoration: none;
	
}

#ConteudoRelacionadoBlogs {
	border-left: 1px solid #F1761F;
}


#ConteudoContextualBlogs {
	float: left;
	width: 595px;
}

#ConteudoRelacionadoBlogs {
	float: right;
	width: 200px;
	padding-left: 20px;
}
#ConteudoRelacionadoBlogs h1{
	font-size: 14px;
	color: #F1761F;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
/* Busca */
#BlogBusca {
	border-bottom: 1px solid #F1761F;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;

}
#BlogBusca fieldset{
	margin: 0px;
	padding: 0px;
	width: 180px;
	border: 0px none;
}

.BlogBuscaText {
	background-image: url(../img/Layout/form/BlogBuscaText.png);
	background-position: left top;
	width: 200px;
	height: 22px;
	border: 0px none;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
	color: #FB6E0D;
	font-family: Verdana, Geneva, sans-serif;
}
.BlogBuscaSubmit {
	width: 73px;
	background-image: url(../img/Layout/form/BlogBuscaButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 25px;
	overflow: hidden;
	border: 0px none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/* Posts */
.Posts {
	border-bottom: 1px solid #F1761F;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}
.Posts a{
	text-decoration: none;
}
.Posts a:hover{
	text-decoration: underline;
}
.Posts strong{
	color: #333;
	display: block;
}
.Posts ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.Posts li{
	margin-bottom: 10px;
	line-height: 150%;
}
.Posts li a{
}




/*Blogs Listagem */
.PotsListar {
	border: 1px solid #F1761F;
	padding: 20px;
	margin-left: 10px;
	clear: both;
	margin-top: 20px;
}
.PotsListar a{
	text-decoration: none;
}
.PotsListarTexto {
	clear: both;
	padding: 15px 0px 0px 0px;
}
.PotsListarData {
	height: 71px;
	width: 73px;
	font-weight: normal;
	font-size: 12px;
	float: left;
	background-image: url(../img/Layout/BlogPost.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-align: center;
	margin-left: -30px;
	margin-top: -30px;
}
.PotsListarData strong{
	display: block;
	font-size: 24px;
	overflow: hidden;
	text-align: center;
}
.PotsListar h1{
	color: #333;
	overflow: hidden;
	float: right;
	width: 465px;
	margin-top: -10px;
	clear: right;
	font-size: 16px;
	display: block;
}
.PotsListar p{
	clear: both;
}


#ExibirPost {
	clear: both;
}
#ExibirPost h1 {
	font-size: 14px;
	color: #333;
}
#ExibirPost h2 {
	font-size: 13px;
	color: #333;
}




#Comentario {
}
#Comentario h1{
	font-size: 14px;
	color: #F1761F;
}

/*Cabeçalho */
.Head{
	width: 96px;
	overflow: hidden;
	float: left;
}
.Descricao{
	float: right;
	overflow: hidden;
	height: 35px;
	width: 495px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #F57118;
	line-height: 35px;
	font-weight: bold;
}

/*Patrocinio */
.Patrocinio{
	float:right;
	background-image: url(/img/Layout/Apoio.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 13px;
}



#Form label{
	color: #F1761F;
}
.FormComentarioText {
	background-image: url(../img/Layout/form/FormBlogTex.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#Form  textarea {
	background-image: url(../img/Layout/form/FormBlogTextarea.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

