/*** Reset by Eric Meyer ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************** Fim do Reset ********************/




/******************** Gerais ********************/
.clear {
	clear: both;
}
/******************** Fim das Gerais ********************/





/******************** Partes ********************/
body {
	background: #bf0101 url(../imagens/bg-princ.jpg) repeat-x;
	font: 100%/110% "Trebuchet MS";
}
#all {
	background: url(../imagens/bg-topo6.jpg) no-repeat center 0;
}
#site {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/******************** Fim das Partes ********************/



/******************** Topo ********************/
#topo {
	position: relative;
	height: 266px;
	width: 1000px;
}
#logo, .img-blog, .img-mineiro, .mineiro, #nav, form#searchform { position: absolute;} 
#logo {
	top: 79px;
	left: 51px;
}
.img-blog {
	top: 0;
	left: 190px;
}
.img-mineiro {
	top: 13px;
	right: 200px;
}
.mineiro {
	right: 39px;
	top: 6px;
	width: 185px;
	height: 210px;

}
* html .mineiro {
	position: relative;/*** Só para o Internet Explorer 6 ***/
	left: 780px;/*** Só para o Internet Explorer 6 ***/
}
#nav {
	bottom: 10px;
	left: 40px;	
}
#nav li {
	font-size:18px;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
#nav li a {
	font-family:Gill Sans;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.sem-borda {
	border: none!important;
}
form#searchform {
	bottom: 5px;
	right: 50px;
	width: 280px;
}
* html form#searchform {
	margin-bottom: 5px;/*** Só para IE6 ***/
}
form#searchform label#labelbusca {
	border: none;
	background: url(../imagens/bg-input.jpg) no-repeat;
	display: inline;
	float: left;
	margin-right: 5px;
}
form#searchform input#s{
	border: none;
	background: none;
	height: 14px;
	width: 199px;
	font-size: 11px;
	color: #fff;
	padding: 4px 15px;
}
form#searchform #buscar {
	background: url(../imagens/bt-pesquisa.gif) no-repeat;
	border: none;
	width: 33px;
	height: 25px;
	cursor: pointer;
}
#bg01 {
	width: 146px;
	height: 83px;
	background: url(../imagens/bg01.jpg) no-repeat;
	position: absolute;
	right: -2px;
	top: 0px;
	z-index:0;
}
#bg02 {
	width: 46px;
	height: 83px;
	background: url(../imagens/bg02.jpg) no-repeat;
	position: absolute;
	right: -2px;
	top: 292px;
	z-index:200;
}
* html #bg02 {
	right: -3px; /*** Só para o Internet Explorer 6 ***/
}
/******************** Fim do topo ********************/





/******************** Meio ********************/
#meio{
	width: 979px;
	margin-left: 10px;
	background: #fff;
	margin-top: 15px;
	overflow: hidden;
	padding-bottom: 50px;
}
* html #meio {
	margin-left: 11px;/*** Só para IE6 ***/
}
#meio p {
	font: 13px "Trebuchet MS";
	line-height: 151%;
	margin-bottom: 20px;
}
/******************** Fim do meio ********************/




/******************** Colunas ********************/
#col01, #col02 { position: relative;}
#col01 {
	width: 575px;
	float: left;
	display: inline; /*** Internet Explorer 6 - bug margem duplicada ***/
	margin-left: 50px;
	margin-bottom:20px;
}
#col02 {
	width: 305px;
	float: right;
	margin-right: 20px;
	display: inline; /*** Internet Explorer 6 - bug margem duplicada ***/
}
/******************** Fim das Colunas ********************/




/******************** Artigos da Coluna01  ********************/
div.posts_publicados {
	float:left;
	margin:0 0 50px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCCCCC;
}
div.tt-princ {
	position: relative;
}
div.data{
	width: 43px;
	height: 41px;
	background: url(../imagens/fundo-titulo.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: -51px;
	font: bold 12px trebuchet;
	color: #fff;
}
div.data span.dia, div.data span.mes {
	display: block;
	text-align: center;	
}
div.data span.dia {
	font-family:Gill Sans;
	font-size: 18px;
	font-weight:700;
}
div.data span.mes {
	font-family:Gill Sans;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
}
div.tt-princ h1{
	font-family:Gill Sans;
	font-size: 30px;
	font-weight:bold;
	line-height: 41px;
}
div.tt-princ h1 a{
	color:#000;
	text-decoration:none;
}
.tags a{
	color:#BF0000;
	text-decoration:none;
}
div.posts_publicados p a{
	text-decoration:underline;
	color: #333;
}
.comentarios a{
	color:#000;
	text-decoration:none;
}

.assinatura, .datahora, .comentarios, .tags {
	float: left;
	padding-left: 25px;
	height: 23px;
	line-height: 23px;
	margin: 20px 0;
	display: inline;
	font: 12px/23px "Trebuchet MS";
}
.assinatura {
	background: url(../imagens/marca01.jpg) no-repeat 0 0;
	font-weight: bold;

}
.datahora {
	font-weight: bold;
	background: url(../imagens/marca02.jpg) no-repeat 0 0;
	margin-left: 20px;
}
.comentarios {
	background: url(../imagens/marca03.jpg) no-repeat 0 3px;
}
.tags {
	background: url(../imagens/marca04.jpg) no-repeat 0 7px;
	padding-left: 35px;
	margin-left: 20px;
	color: #bf0000;
	clear: right;		
}	
#bt-links li {
	margin-right: 5px;
	margin-bottom:20px;
	display: inline;
	clear: both;
}
.divisao {
	display: block;
	clear: both;
	background: #ccc;
	height: 1px;
	margin: 20px 0;
}
* html .divisao {
	height: 5px;/*** Só para o Internet Explorer 6 ***/
	background: none;/*** Só para o Internet Explorer 6 ***/
	border-top: 1px solid #ccc;/*** Só para o Internet Explorer 6 ***/
	margin-bottom: 0;/*** Só para o Internet Explorer 6 ***/
}
strong.coment02 {
	font-family:Gill Sans;
	color: #666;
}
/******************** Fim dos Artigos da Coluna01  ********************/




/******************** Formulário da Coluna01  ********************/
form#commentform{
	margin: 20px 0 50px 0;
	overflow: hidden;
}
form#commentform fieldset.dados{
	float: left;
	width: 47%;
}
form#commentform fieldset.coment{
	float: right;
}
form#commentform label{
	display:block;
	font: bold 12px "Trebuchet MS";
	margin-top: 10px;
}
* html form#commentform label{
	display:block;/*** Só para o Internet Explorer 6 ***/
	font: bold 12px "Trebuchet MS";/*** Só para o Internet Explorer 6 ***/
	margin-top: 5px;/*** Só para o Internet Explorer 6 ***/
}
form#commentform input{
	border: none;
	width: 222px;
	height: 21px;
	padding: 0 5px;
	background: none;
}
form#commentform textarea {
	width: 293px;
	height: 104px;
	border: none;
	padding: 5px;
	background: none;
}
div.bginput {
	background: url(../imagens/bg-input2.jpg) no-repeat;
	width: 232px;
	height: 21px; 
}
div.bgtextarea {
	background: url(../imagens/bg-textarea.jpg) no-repeat;
	width: 303px;
	height: 114px;
}
form#commentform #submit {
	width: 70px;
	height: 26px;
	float: right;
	margin-top: 5px;
	position: relative;
	right: -5px;	
}
/******************** Fim do Formulário da Coluna01  ********************/





/******************** Comentários da Coluna01  ********************/
div.lista-coment {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
div.lista-coment h3 {
	font: 12px "Trebuchet MS";
	color: #244B59;
	margin-bottom: 15px;
}
div.lista-coment strong {
	color: #c2060a;
	font: bold 16px "Trebuchet MS";	
}

div#nav-coment{

}
div#nav-coment ul {
	float: left;
	display: inline;
	margin: 0 10px;;
}
div#nav-coment ul li {
	display: inline;
	padding: 0 2px;
}
div#nav-coment ul li a {
	text-decoration: none;
	color: #000;
	font: bold 14px "Trebuchet MS";
}
.coment-proximo, .coment-anterior {
	float: left;
	position: relative;
	top: 2px;
}
/******************** Fim dos Comentários da Coluna01  ********************/





/******************** Coluna02  ********************/

form#data-posts {
	margin: 30px 0 0 0;

}
form#data-posts select {
	width: 226px;
}
.anteriores {
	margin-top: 10px;
}
.ult-twitter {
	margin: 30px 0 0 0;
	height: 50px;
}
.ult-twitter01 {
	
}	
.ult-twitter02 {
	margin: 20px 0 0 0;
	position: absolute;
	right: 33px;
}
#twitter_update_list {
	width: 300px;
	margin: 5px 0 0 0;
	background: #990000 url(../imagens/bg-twitter.jpg) no-repeat;
	padding: 1px 0 5px 0;
	position: relative;
	overflow: hidden;
}
#twitter_update_list li {
	margin: 5px 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d07c7c;
	color: #eee;
	font: 11px "Trebuchet MS"!important;
	line-height: 120%!important;
}
#twitter_update_list a {
	color: #eee;
}
.links-twitter{
	margin-top: 5px;
	text-align: right;
	padding-right: 5px;
}

div#categorias {
	margin-top: 20px;
}
div#categorias h3 {
	background: url(../imagens/tt-categ.jpg) no-repeat;
	width: 105px;
	height: 13px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
div#categorias ul {
	float: left;
	display: inline;
	width: 150px;
}
div#categorias ul li {
	background: url(../imagens/seta.jpg) no-repeat 0 8px;
	padding-left: 15px;
	margin: 0 0 5px 0;
}
* html div#categorias ul li {
	padding-left: 0;/*** Só para o Internet Explorer 6 ***/
}
div#categorias ul li a {
	font: bold 12px "Trebuchet MS";
	color: #2c5d6c;	
	text-decoration: none;
}

/******************** Fim da Coluna02  ********************/





/******************** Rodapé ********************/
#rodape {
	position: relative;
	height: 134px;
	background: #333 url(../imagens/bgrodape.jpg) no-repeat 0 0;
}
#rodape02 {
	height: 80px;
	width: 979px;
	margin-left: 10px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}
h3.tt-rodape {
	position: absolute;
	top: -16px;
	left: 60px;
	overflow: hidden;
	text-indent: -9000px;/*** Esconde o Conteúdo texto ***/
	background: url(../imagens/tags.jpg) no-repeat;	
	width: 75px;
	height: 25px;
}
div.tags-rodape {
	width: 500px;
	height:110px;
	font-family:Trebuchet MS;
	position: relative;
	top: 22px;
	left: 50px;
	float: left;
}
div.tags-rodape a {
	color: #fff;
	text-decoration: none;
}
div#links-rodape {
	float: left;
	width: 400px;
	height: 120px;
	position: relative;
	left: 70px;
	top: 20px;
	background: url(../imagens/links.jpg) no-repeat;
}
div#links-rodape ul.ul01 {
	width: 350px;
	height: 100px;
	position: relative;
	left: 50px;
	float: left;
	font: 11px "Trebuchet MS";
}
* html div#links-rodape ul.ul01 {
	width: 165px;/*** Só para o Internet Explorer 6 ***/	
}
div#links-rodape ul li {
	width:165px;
	height: 20px;
	float:left;
}
div#links-rodape ul li a {
	color: #9d9d9d;
	text-decoration: none;
}
div#rodape02 p {
	font: 11px "Trebuchet MS";
	color: #666;
	margin: 15px 0 0 20px;;
}
div#rodape02 p a {
	font: 11px "Trebuchet MS";
	color: #666;
	text-decoration: underline;	
}
/******************** Fim do rodape ********************/




/******************** CATEGORIAS ********************/
div.categoria, div.pesquisa {
	float:left;
	margin:0;
	padding:10px 0 20px 0;
}

div.categoria h3, div.pesquisa h3{
	font-family:Gill Sans;
	font-weight:400;
	font-size:22px;
}
div.categoria span{
	font-weight:bold;
}
/******************** Fim do CATEGORIAS ********************/



/******************** Navegando ********************/
div.navigation {
	width:575px;
	float:left;
	margin:10px 0;
	padding:0;
}
div.alignleft a {
	width:114px;
	height:20px;
	background:url(../imagens/posts_anteriores.gif) no-repeat 0;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	text-decoration:none;
	color:#666;
}
div.alignright a {
	width:103px;
	height:20px;
	background:url(../imagens/posts_recentes.gif) no-repeat 0;
	text-indent:-5000px;
	overflow:hidden;
	float:right;
	text-decoration:none;
	color:#666;
	margin:0 20px 0 0;
}
/******************** Fim de Navegando ********************/

