/*
Theme Name: PortalParacatuTheme
Theme URI: http://localhost
Description: The portalparacatu Theme
Version: 1.0
Author: Diego F.da Silva
Tags: clickunai
clickunai.com 
*/

body {
	background:#EDEDED;
	color:black;
	font-family:arial;
	margin: 0;
	padding:0 ;
	text-align:center;
	/*background:url(images/body_bg2.jpg) repeat-y center;*/
	/*background:#C4CCE8 url(images/body_bg.jpg) repeat-x top;*/
	background:#D1E3ED url(images/body3_bg.jpg) repeat-x top ;
	/*background:#EEEEEE url(images/bg.gif) repeat-x top ;*/
	/*background:#C6D6E8 url(images/body2_bg.jpg);8/
	/*background:#EBEBEB;*/
	padding:20px 0;
}

a, a:active, a:visited{
	 text-decoration:none;
}

hr{ height:1px; border-color:#EBEBEB}

.tpost1{ background:gray; color:white; margin: 10px 10px 10px 0; float:left;}
.tpost1 td{ margin:0; padding:3px;}
.tpost2{ background:gray; color:white; margin: 10px 0px 10px 10px; float:right;}
.tpost2 td{ margin:0; padding:3px;}
.tpost3{ background:gray; color:white;}
.tpost3 td{ margin:0; padding:3px;}


/*------------------------------------------------------------------------------------------------------------------------------*/ 
.header{
    width:980px;
	height:150px;
	margin:0 auto;
	text-align:center;
	background:url(images/header_bg.png) repeat-x top;
	position:relative;
}

.header-left{
    float:left;
	width:230px;
	height:125px;
	padding-top:25px;/*ie6*/
}

.header-right{
    width:750px;
	float:left;
	height:125px;
	padding-top:25px;/*ie6*/
}


#redes{
	top:125px;
	right:20px;
	height:20px;
	width:auto;
	position:absolute;
	text-align:right;
}

/**/

.ms{
    width:980px;
	margin:0 auto;
	height:40px;
	background:#6D97B3 url(images/ms_bg.jpg) bottom;
}

/*.menu{ 
    width:700px; 
	height:35px;
	float:left;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: inline;
	float: left;
}

.menu a, .menu a:visited, .menu a:active {
	text-decoration: none;
	margin-top:0px;
	padding:0 14px;
	font-size:12px;
	font-weight:bold;
	width:auto;
	height:33px;
	line-height:33px;
	margin:1px 0;
	display:block;
	float:left;
	text-transform:none;
	border-right:1px solid #D6D6D6;
    border-left:1px solid #F3F3F3;
	color:#0033FF;
	color:#333;
}

.menu a:hover{
   background:url(images/ms-hover_bg.jpg) repeat-x bottom;
}*/

.menu{ 
   width:680px; 
	height:40px;
	float:left;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	position: relative;
	display: inline;
	float: left;
}

.menu ul li a, .menu ul li a:visited, .menu ul li a:active {
	text-decoration: none;
	margin-top:0px;
	padding:0 14px;
	font-size:13px;
	font-weight:bold;
	width:auto;
	height:40px;
	line-height:40px;
	margin:0px 0;
	display:block;
	float:left;
	text-transform:none;
	border-right:1px solid #D6D6D6;
    border-left:1px solid #F3F3F3;
	border-right:1px solid #293346;
    border-left:1px solid #607195;
	color:#0033FF;
	color:#333;
	color:#06C;
	color:#666;
	color:white;
}

.menu ul li a.arrow, .menu ul li a.arrow:visited, .menu ul li a.arrow:active,.menu ul li a.arrow:hover{/*ie6*/
	background:url(images/down.gif) no-repeat 82% center ;
	padding-right:29px;
}

.menu ul li a:hover{
  background:url(images/ms-hover_bg.jpg) repeat-x bottom;
}

.menu ul li a.ative,.menu ul li a.ative:visited, .menu ul li a.ative:active{
   color:yellow;
}

.menu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	visibility: hidden;
	border-bottom:none;
	padding:0;
	margin:0;
	/*width:160px;*/
	border:1px solid #DCDCDC;
	border-top:none;
	z-index:1000;
	background:#F7F7F7 /*url(images/menu2_bgf.jpg) repeat-x bottom*/;
	width:160px;
}

.menu ul li ul li {
	display: inline;
	float: none;
	/*clear:both;*/
	border:none;
}

.menu ul li ul li a, .menu ul li ul li a:visited, .menu ul li ul li a:active {
	width: 150px;
	font-weight: normal;
	padding: 0 5px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	color:#333;
	text-align:left;
	border:none;
	border-bottom:1px solid #EBEBEB;
	border-top:1px solid white;
}

.menu ul li ul li a:hover {
	/*background:url(images/menu2_bg.jpg) repeat-x bottom;*/
	background:white;
	color:#09C;
}

/* Holly Hack for IE \*/
* html .menu ul li {
	float: left;
	height: 1%;
}

* html .menu ul li a {
	height: 1%;
}

.search{
	width:290px;
	margin:0;
	float:left;
}

.search form{ margin:9px 0 0 0; padding:0;}

.search-field{
	border:1px solid #CCCCCC;
	font-family:"tahoma";
	width:220px;
	padding:3px 0 3px 3px;
	color: gray;
	font-size:12px; 
	float:left;
	background:white;
}

.search-btn{
    float:left;
	margin-left:3px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/ 

.corpo{
	width:975px;
	margin:0 auto;
	background:/*#F5F5F5*/ white /*url(images/corpo_bg.jpg)*/;
	display:table;
	padding:15px 0 20px 5px;
}

.corpo:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.corpo-left{
    width:650px;
	float:left;
	text-align:left;
	display:table;
}

.corpo-left:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------*/

.corpo-right{
    width:315px;
	margin-left:10px;
	float:left;
	text-align:center;
	display:table;
}

.corpo-right:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.corpo-right-banner300x250{
    width:300px;
	height:250px;
	margin:0 auto 15px auto;/*ff*/
	text-align:center;
}

.corpo-right-banner300x60{
    width:300px;
	height:60px;
	margin:20px auto 15px auto;/*ff*/
	text-align:center;
}

.corpo-right-banner125x125{
    width:300px;
	/*padding:0 10px;*/
	margin:0 auto 15px auto;/*ff*/
	/*display:inline;*//*ie6fdp*/
}

.corpo-right-banner125x125:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.corpo-right-banner125x125-frame{
    width:130px;
	height:130px;
	float:left;
	margin:0 35px 20px 0;/*ie6 correct*/
}

.corpo-right-banner125x125-frame a{
	height:125px;
	width:125px;
	display:block;
}

.corpo-right-banner125x125-frame img{
	padding:4px; 
	border:1px solid #D6D6D6;
}

.corpo-right-banner120x600{
    width:300px;
	height:600px;
	margin-bottom:20px;
}

.corpo-right-banner120x600-frame{
    width:120px;
	height:600px;
	float:left;
}

.corpo-right-banner120x600{
    width:300px;
	height:600px;
	margin-bottom:20px;
	text-align:center;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

.title{
	font-size:13px;
	font-weight:bold;
	margin:20px 0;
	color:orange;
}

.post{
    width:618px;
	margin-bottom:20px;
	padding:15px 15px 15px 15px;
	border:1px solid #EBEBEB;
	background:white /*url(images/post_bg.jpg) repeat-x bottom*/;
	/*border-bottom:2px dotted #E4E4E4;*/
	/*background:url(images/post_bg.jpg) repeat-x bottom;*/
}

.post-cat-title{
	font-size:12px;
	color:gray;
	margin-bottom:5px;
}

.post-cat-title span {
}

.post-cat-title a, .post-cat-title a:visited {
	text-transform:uppercase;
	text-decoration:underline;
	margin-right:10px;
	color:#09C;
}


.post-title{
    line-height:27px;
}

.post-title a, .post-title a:active, .post-title a:visited {
	display:block;
	font-weight:bold;
	font-size:23px;
	color:black;
}

.post-title a:hover{
    color:#0066CC;
}

.post-info{
    font-size:12px;
	color:#666666;
	height:13px;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #C1C1C1;
	width:100%;
}

.post-info a, .post-info a:active, .post-info a:visited{
    font-weight:normal;
	color:black;
	color:#0066CC;
	font-weight:bold;
}

.post-info a:hover{
    text-decoration:underline;
}

.post-info-left{
	float:left;
	width:70%;
}

.post-info-right{
    width:30%;
	float:left ;
	text-align:right;
}

.post-info-right a, .post-info-right a:visited, .post-info-right a:active{
    padding:0 0 0 18px;
	background:url(images/comments.jpg) no-repeat center left;
}

.post-content{
	font-size:14px;
	margin:10px 0 0 0;
	display:table;
	line-height:20px;
	color:#333333;
}

.post-content:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.post-content ul{
	margin:0 0 0 20px;
}

.post-content li{
	list-style-position:inside;
	list-style-type:square;
}

.post-content p{
    margin:0;
	padding:10px 0;
}

.post-content a, .post-content a:active, .post-content a:visited{
	font-weight:bold;
	color:#06C;
}

.post-content a:hover{
	text-decoration:underline;	
}

.post-content-thumb{
	width:210px;
	height:140px;
	padding:3px;
	border:1px solid #D6D6D6;
	float:left;
	margin:15px 20px 20px 0;
}

.post-content-thumb img{
	width:210px;
	height:140px;
	border:none;
}

.post-content-thumb2{
	width:210px;
	height:140px;
	padding:2px;
	border:1px solid gray;
	float:right;
	margin:15px 0 20px 20px;
}

.post-content-thumb2 img{
	width:210px;
	height:140px;
}

.post-related{
	margin:10px 0;
	/*border:1px solid #EBEBEB;*/
	/*background:#F5F5F5;
	padding-bottom:10px;*/
}

.post-related-title{
	font-size:18px;
	font-weight:bold;
	padding:5px;
	background:#06C;
	color:white;
}

.post-related ul{
	margin-left:0;
}

.post-related li{
	margin:0 0 10px 0;
	list-style:square;
	color:#06C;
	list-style-position:inside;
}

.post-related a, .post-related a:active, .post-related a:visited{
	color:#06C;
	font-size:14px;
}

.post-related a:hover{
	text-decoration:underline;
}

.promotion-text{ background: #F6F6F6; border:3px solid #09C; padding:5px; margin-top:20px; }


.b{
    border:1px solid #D6D6D6; 
	padding:3px;
}

.e{
    float:left;
	margin:0 10px 10px 0;
}

.d{
    float:right;
	margin:0 0 10px 10px;
}

.more-link{ 
	margin:0 0 0 0;
	width:auto;
	text-align:right;
	background:white;
	/*padding-bottom:2px;Gambi-igualar alturas posts sem e com more-link*/
}

.more-link a, .more-link a:active, .more-link a:visited{
	display:block;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
	/*background:url(images/seta_tech2.gif) no-repeat center right;*/
	color:#009900;
	color:#666666;
	color:#64A0C8;
	text-align:left;
	/*padding-right:15px;*/
	line-height:25px;
	float:right;/*FF*/
}

.more-link a:hover{
	text-decoration:underline;
}

.corpo-left-title{
    font-size:30px;
	clear:both;
	margin-bottom:30px;
	background:#E6EDFF;
}

/**/

.back-link{
	text-align:left;
	margin:0 0 10px 0;
	width:100%;
	height:20px;
}

.back-link div{ 
	width:auto;
	padding:1px;
	float:left;/*ff*/
}

.back-link a, .back-link a:active, .back-link a:visited{
	display:block;
	text-decoration:none;
	font-size:12px;
	padding-left:16px;
	font-weight:bold;
	text-align:center;
	background:url(images/seta_tech.gif) no-repeat center left;
	color:#009900;
}

.back-link div a:hover{
    color:#0066CC;
}

/**/

.comments{
    border:1px solid #D6D6D6;
	background:white;
	width:648px;
	color:#333333;
}

.comments-title{ 
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
	color:black;
	background:#D4DDFF;
	color:#333333;
	padding:5px;
}

.comments ol{
	padding-right:20px;
}

.comments ol li{ 
    font-size:12px;
	border-bottom:0px solid #EBEBEB;
	margin-bottom:10px;
	padding-bottom:10px;
}

.comments ol h1{ 
    font-size:13px;
	margin:0 0 5px 0;
	color:#0066CC;
} 

.comments ol li p{ 
   margin:0;
}

.comments form{ padding-left:30px; }
.comments label{ font-size:13px;}

.comments form .input{ 
	border:1px solid #D6D6D6;
	line-height:20px;
	height:20px;
	padding-left:3px;
	font-family:"Lucida Grande";
	font-size:12px;
	width:200px;
}

.comments form .textarea{ 
	border:1px solid #C1C1C1;
	padding-left:3px;
	font-family:"Lucida Grande";
	width:500px;
	height:60px;
	font-size:12px;
}

.comments form .btnsend{ 
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-weight:bold;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer{
    width:980px;
	margin:0 auto 0 auto;
	text-align:center;
	border-top:1px solid #E4E4E4;
	background:url(images/footer_bg.png);
	line-height:40px;
	font-size:13px;
	color:#666666;
	color:white;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.gallery{ 
    width:618px;
	display:table;
	margin-bottom:30px;
	text-align:center;
}

.gallery:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.gallery-title{
	font-size:16px;
	font-weight:bold;
}

.gallery-paginate{
	padding:0;
	margin:20px auto;
	text-align:center;
	display:table;
	width:618px;
}

.gallery-paginate:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/*.gallery-paginate div{
	width:80px;
	height:20px;
	float:left;
	margin:0 10px 10px 0;
}*/

.gallery-paginate a, .gallery-paginate a:link, .gallery-paginate a:active, .gallery-paginate a:visited {
	text-decoration: none;
	border:1px solid #649FC6;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	background:white;
	color:#649FC6;
	width:80px;
	padding:5px 3px;
	margin:0 10px 10px 0;
	display:inline-block;
}

.gallery-paginate a:hover {	
	background:#649FC6;
	color:white;
}

.gallery-paginate a.active, .gallery-paginate a.active:visited, .gallery-paginate a.active:active{
	background:#649FC6;
	color:white;
}

.gallery-photos{
	display:table;
}

.gallery-photos:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.gallery-photos div{
	float:left;
	width:300px;
	height:225px;
	margin-right:8px;
	margin-bottom:8px;
	padding:0;
	background:#EFEFEF;
	border:1px solid #CCCCCC;
	padding:0px;
}

.gallery-photos a img{ 
	margin:0px;
	border:none;
	padding:0;
	display:block;
	margin:0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi{
    border-top:0px solid #EBEBEB;
	padding:10px 0 0px 0;
	text-align:center;
	height:30px;
	font-size:15px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active, .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #D6D6D6;
	color:#06C;
	background: none;	
}

.wp-pagenavi a:hover {
	text-decoration:underline;
}

#wp-pagenavi a.imgno:hover{ background:none;}

.wp-pagenavi a:hover img{ background:none;}

.wp-pagenavi span.current {
	padding: 2px 5px; 
	margin: 2px;
	/*font-weight: bold;*/
	color:white;
	background:#649FC6;
	/*color: white;*/
	/*background:#006600;*/
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #006600;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #006600;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumb{
	margin:20px 0;
	color:#C1C1C1;
	font-size:12px;
}

.breadcrumb a, .breadcrumb a:active, .breadcrumb a:active{
	color:#0066CC;
}

/**/

.post-ads{
    width:628px;
	margin-bottom:20px;
    padding:10px;
	border:1px solid #EBEBEB;
	background:white;
}

.post-ads:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.post-ads-title{
	color:#CCC;
	font-size:11px;
	text-align:center;
	margin:10px;
}

.post-ads-left{
	width:314px;
	text-align:center;
	float:left;
}

.post-ads-right{
	width:268px;
	float:left;
	text-align:center;
}

/**/

.table-girl { font-size:11px;background:#FFCEF3;border:1px solid white;}
.table-girl td{ border:1px solid white;}

/**/

