/*=========================== CONFIGURAÇÕES GERAIS ===========================*/
html, body
{
    width  : 100%;
    height : 100%;
}

body
{
    padding : 0px;
    margin  : 0px;

    font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    font-size   : 14px;
    color       : #231f20;

    background-color : #e7e7e7;
}

img{border : none;}

h1, h1 a
{
    text-decoration : none;

    font-size : 24px;
    color     : #231f20;
}

h2
{
    text-decoration : none;

    font-size : 27px;
    color     : #0D3762;
	font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
}

h3
{
    text-decoration : none;

    font-size : 16px;
    color     : #0D3762;
	font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
}
/*========================= END CONFIGURAÇÕES GERAIS =========================*/

/*============================== DIVS ESTENDIDAS =============================*/
#topExtend
{
    width  : 100%;
    height : 167px;

    position : absolute;
    top  : 0px;
    left : 0px;

    background : url('images/bg_top.png') top left repeat-x;
}

#graybarExtend
{
    width  : 100%;
    height : 73px;

    position : absolute;
    top  : 167px;
    left : 0px;

    background : url('images/bg_graybar.png') top left repeat-x;
}
/*============================ END DIVS ESTENDIDAS ===========================*/

/*============================ DIV CENTRALIZADORA ============================*/
#allDivs
{
    width : 1000px;
    position: relative;
    top  : 0px;
 	margin:auto;
}
/*============================ END DIV CENTRALIZADORA ========================*/

/*===================================== TOPO =================================*/
#top
{
    width  : 100%;
    height : 167px;
}

#logo{padding-top : 37px;}

#pageName
{
    width  : 100px;
    height : 50px;

    position : absolute;
    top  : 74px;
    left : 783px;

    font-weight : bold;
    font-size : 40px;
    color : #c72127;
}
/*================================= END TOPO =================================*/

/*================================= BARRA CINZA ==============================*/
#grayBar
{
    width  : 100%;
    height : 73px;

    padding-top : 22px;

    font-size   : 21px;
    font-weight : bold;
    color       : #fff;

    position : relative;
}

#busca
{
    width  : 208px;
    height : 37px;

    position : absolute;
    top   : 18px;
    right : 0px;

    background : #dfe0e1 url('images/busca_left.png') top left no-repeat;
}

#cmpBusca
{
    width  : 149px;
    height : 25px;
    position : relative;
    top : 2px;
    left : 22px;

    border : 1px solid #abacae;
    border-left  : none;
    border-right : none;
}

#btBusca
{
    width  : 37px;
    height : 38px;

    position : absolute;
    right : 0px;
}
/*============================= END BARRA CINZA ==============================*/

/*============================= COLUNA ESQUERDA ==============================*/
#leftColumn
{
    width : 241px;
	position:relative;
    float : left;
}

/* ----- Menu ----- */
#menu{margin-bottom : 16px;}

#menu ul
{
    margin  : 0px;
    padding : 0px;
}

#menu ul li
{
    width  : 215px;
    height : 33px;

    margin-bottom : 6px;
    padding-right : 25px;
    padding-top   : 8px;

    font-weight : bold;
    font-size   : 16px;
    color       : #231f20;
    text-align  : right;

    list-style-type : none;

    background : url('images/menu.png') top left no-repeat;
}

#menu ul li a
{
    text-decoration : none;
    color : #231f20;

    display : block;
}

#menu ul li:hover{background : url('images/menu_active.png') top left no-repeat;}
/* --- End Menu --- */

/* ----- Banner ----- */
#banner{margin-bottom : 18px;}

#banner ul{margin : 0px; padding : 0px;}

#banner ul li{list-style-type : none;}
/* --- End Banner --- */
/*=========================== END COLUNA ESQUERDA ============================*/

/*============================= COLUNA DIREITA ===============================*/
#rightColumn
{
    width : 241px;
	position:relative;

    float: left;
}

/* ----- Parceiros ----- */
#parceiros
{
    width      : 229px;
    min-height : 478px;
    height     : auto;

    position : relative;

    padding-top    : 60px;
    padding-bottom : 40px;

    border-left  : 6px solid #8c98a0;
    border-right : 5px solid #8c98a0;

    background : #cad1d4 url('images/parceiros_bg.png') -6px 10px no-repeat;
}

#parceirosTop
{
    width  : 241px;
    height : 33px;

    position : absolute;
    top      : 0px;
    left     : -6px;

    background : url('images/parceiros_top.png') top left no-repeat;
}

#parceirosBottom
{
    width  : 241px;
    height : 33px;

    position : absolute;
    bottom   : 0px;
    left     : -6px;

    background : url('images/parceiros_bottom.png') top left no-repeat;
}

#parceiros ul
{
    margin  : 0px;
    padding : 0px;
}

#parceiros ul li
{
    width : 220px;

    margin-bottom : 50px;

    text-align : center;
    list-style-type : none;
}
/* ----- End Parceiros ----- */
/*=========================== END COLUNA DIREITA =============================*/

/*=============================== CONTEÚDO ===================================*/
#content
{
    width : 440px;

    smargin-left   : 260px;
    margin-bottom : 60px;
    padding       : 20px;

    position : relative;
	float:left;
	margin:10px;

    border : 1px solid #dcdcdc;
}

#content a
{
    text-decoration : none;
    scolor : #231f20;
	color : #777666;
	
}

#content textarea, #content input
{
    width : 435px;

    border : 1px solid #dcdcdc;
}

/* ----- Cantos arredondados ----- */
#content_top_left
{
    width  : 12px;
    height : 14px;

    position : absolute;
    top  : -1px;
    left : -1px;

    background : url('images/content_top_left.png') top left no-repeat;
}

#content_top_right
{
    width  : 11px;
    height : 11px;

    position : absolute;
    top   : -1px;
    right : -1px;

    background : url('images/content_top_right.png') top left no-repeat;
}

#content_bottom_left
{
    width  : 15px;
    height : 18px;

    position : absolute;
    bottom : -1px;
    left   : -1px;

    background : url('images/content_bottom_left.png') top left no-repeat;
}

#content_bottom_right
{
    width  : 13px;
    height : 18px;

    position : absolute;
    bottom : -1px;
    right  : -1px;

    background : url('images/content_bottom_right.png') top left no-repeat;
}
/* ----- End Cantos arredondados ----- */

.post{margin-bottom : 20px;}

.date
{
    font-size : 16px;
    color     : #6d6e71;
}

.description
{
    text-align : justify;
    font-size  : 16px;
    color      : #231f20;

    margin-bottom : 23px;
}

.compartilhar
{
    margin-bottom : 23px;
    margin-top    : 18px;

    font-weight : bold;

    display : none;
}

.compartilhar img
{
    position : relative;
    top  : 8px;
    left : 15px;
}

.autor
{
    font-size : 14px;
    color     : #231f20;

    margin-bottom : 22px;
}

.border1, .border2
{
    width  : 100%;
    height : 1px;

    padding : 0px;
    margin  : 0px;
}

.border1{border-bottom : 1px solid #8c8d8f;}

.border2{border-top : 1px solid #c9c9ca;}
/*============================= END CONTEÚDO =================================*/

/*------------------REDE------*/
#text-red{
	position:absolute;
	width:250px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#cidade-prdoeste{
	display:none;
	}
#red-tit{
	height:31px;
	width:400px;
	
	}
#red-tit-l,#red-tit-c,#red-tit-r{
	height:26px;
	position:relative;
	float:left;
	padding-top:5px;
	font-weight:bold;
	

	
}
#red-tit-l{
	background-image:url(images/red-tit-l.jpg);
	background-repeat:no-repeat;
	width:15px;	
	}	
#red-tit-c{
	background-image:url(images/red-tit-c.jpg);
	background-repeat:repeat-x;
	color:#0D3862;
	font-size:16px;
	
	}		
#red-tit-r{
	background-image:url(images/red-tit-r.jpg);
	background-repeat:no-repeat;	
		width:15px;
	}		
	
#red-cont{
	background-color:#0D3862;
	padding:15px;
	width:395px;
	sheight:115px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
#red-cont a{
	color:#FFF;
	text-decoration:underline;
}
#red-cont-list{
		background-color:#D2D2D3;
		border:#B6B7B8 solid 1px;
		padding:10px 15px;
		width:125px;
		sheight:100px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		
	position:relative;
	float:left;
 	}

#red-cont-list ul{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	
}
#red-cont-list ul li{
 	padding:0px 10px;
	
}

.bordaLinha{
	border-top:solid 1px #BDBEC0;
 	
}
#red-cont-list ul li:hover{
	background-color:#0D3862;
	color:#FFF;
	cursor:pointer;
	
}

#red-cont-desc{
	color:#FFF;
	position:relative;
	float:left;
	width:225px;
	margin-left:10px;
}

#red-cont-desc ul{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	
}
#red-cont-desc ul li{
 	padding:0px 10px;
	
} 

#red-cont-end{
	color:#FFF;
	position:relative;
	float:left;
	width:365px;
	margin-left:0px;
	font-size:10px;
	text-align:left;
	
	}

