*
{
	margin:0px;
	padding:0px;
	outline:none;
}
html
{
	font:12px "Trebuchet MS", Verdana, Arial, Sans-serifs;
}
h1,h2,h3,h4,h5,h6
{
  font-weight:400;
  letter-spacing:-.1px;
  margin:0;
}
h1
{
	font-size:20px;
}
h2
{
	font-size:18px;
}
h3
{
	font-size:17px;
}
h4
{
	font-size:16px;
}
h5
{
	font-size:15px;
}
h6
{
	font-size:14px;
}
input, textarea, select
{
	padding:2px;
	border:1px solid #C9AA79;
	font:normal 12px Arial, Helvetica;
	margin-bottom:10px;}
button 
{
	background:#C9AA79;
	color:fff;
	border:1px solid #C9AA79;
	font:normal 12px Arial, Helvetica;
	margin-bottom:10px;
}
a 
{
	text-decoration: none;
	color: #642D17;
}
a:hover 
{
	text-decoration: underline;
	color: #642D17;
}
img
{
	border:0 none;
	margin-left:5px;
	margin-right:5px;
	
}
.alignleft
{
  float:left;
  margin:0px 10px 0px 0px;
}
.alignright
{
  float:right;
  margin:0px 0px 0px 10px;
}

.aligncenter
{
  margin:auto;
  display:block;
}
.clear { clear: both; }
body 
{
	font:12px "Trebuchet MS", Verdana, Arial, Sans-serifs;
	background:#FFFFFF url(../img/bg1.jpg) repeat-x;
}
#container
{
	width:990px;
	margin:0 auto;
	padding:0 5px;
	/*display:table;*/
}
/***********************************************************************************
	Cabeçalho
***********************************************************************************/
#header 
{
	width:990px;
	height: 235px;
}
.headerImg
{
	width:370px; 
	height:190px;
	background:url(../img/bg3.jpg) no-repeat; 
	padding:15px 0 0 17px;
	float:left;
}
#headerRight
{
	width:594px;
	height:235px;
	float:right;
	text-align:center;
}
.headerDesc
{
	width:435px;
	position:relative;
	top:50px;
}

.headerDesc h1
{
	font:40px Geogia, Verdana, Arial, Sans-serifs;
	font-style:italic;
}

.headerDesc h1 a
{
	color:#642D17;
	font-family:Geogia, Verdana, Arial, Sans-serifs;
	font-weight:bold;
	text-decoration:none;
}
.headerDesc h4
{
	color:#642D17;
	font-family:Geogia, Verdana, Arial, Sans-serifs;
	font-weight:bold;
}
.headerDesc p
{
	color:#642D17;
	font-family:Geogia, Verdana, Arial, Sans-serifs;
	font-weight:bold;
	margin-top:5px;
}
.rss-grande
{
	background:url(../img/rss.jpg);
	width:135px;
	height:100px;
	float:right;
	position:relative;
	top:15px;
}

.rss-grande a 
{
	display:block;
	height:100px;
	width:135px;
}
.rss-grande a:hover 
{
	background:url(../img/rss-hover.jpg);
}
/***********************************************************************************
	Menu Direito
***********************************************************************************/
#side_left 
{
	float: left;
	width: 190px;
	margin:5px;
	padding-top:35px;
}

/***********************************************************************************
	Menu lateral direito
***********************************************************************************/
#side_right
{
	float:right;
	width: 150px;
	margin:5px;
	padding-top:35px;
}

/***********************************************************************************
	Menu Lateral Geral
***********************************************************************************/
.sidebar h2 
{
	font: Arial, Verdana, sans-serif;
	color:#FF6600;
	line-height:1.2em;
	margin: 0 0 14px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon_menu.gif);
	padding:2px 0 2px 35px;
	
}
.sidebar h2 span 
{
	display:block;
	background: url(../img/dots_1.gif) 0 100% repeat-x;
	padding:0 0 6px;
	position:relative;
}
.sidebar ul 
{
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	
}
.sidebar li 
{
	padding: 5px 5px 0px 25px;
	font-size:14px;
}
/***********************************************************************************
	Conteudo
***********************************************************************************/
#content 
{
	float: left;
	width: 600px;
	margin:5px;
}
.titulo-geral
{
	margin-bottom:15px;
	border-bottom:1px dashed #DCDAD1;
	width:600px;
	margin:0 0 5px;
	padding:0 7px 6px 6px;
	float:left;
}
.titulo
{
	float:left;
	width:515px;
}
.titulo h2
{
	font-size:26px;
}
.titulo h2 a 
{
	color:#ff6600;
}

.titulo p
{
	color:#8C866C;
}


/**************************************************************/ 
.titulo-data 
{
	float:right;
	width:60px;
	background: url(../img/bg_post-date_t.gif) 0 0 no-repeat;
	margin:3px 0 0;
	padding:3px 0 0;
}
.titulo-data h3 
{
	background: url(../img/bg_post-date_b.gif) 0 100% no-repeat;
	text-align:center;
	padding:6px 4px 4px;
	line-height:0.9em;
	font: normal 90.91% "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#fff;
}
.titulo-data h3 strong 
{
	font-size:120%;
	color:#7f7a62;
	line-height:0.9em;
	display:block;
	letter-spacing:-0.05em;
	text-align:center;
}

/**************************************************************/
.post-content
{
	clear:both;
	margin:0px 0px 10px 0px;
	padding:10px 10px 5px 10px;
	overflow:auto;
}
.post-content p
{
	margin:0;
	padding:0 0 10px;
	font-size:16px;
	font-family: Arial, Sans-serifs;
}
.post-content h3
{
  font-size:1.3em;
  padding-bottom:.3em;
}
  
.post-content h4 {
	font-size:1.1em;
	padding-bottom:0.2em;	
}

.post-content a 
{
	text-decoration:none;
	color:#000099;
}
.post-content a:hover 
{
	text-decoration: underline;
	color: #642D17;
}

.post-content blockquote
{
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;
  border:1px solid;
}
.info
{
	padding:5px;
	margin-bottom:25px;
	border-bottom:1px dashed #DCDAD1;
	font-size:1.1em;
}


.commentslink
{
  background:url(../img/comments.gif) no-repeat;
  padding:1px 2px 2px 21px;
}
.postedby
{
  background:url(../img/user.gif) no-repeat;
  padding:2px 3px 3px 20px;
}

.filedto
{
  background:url(../img/folder.gif) no-repeat;
  padding:2px 3px 3px 20px;
}
.rss
{
  background:url(../img/background-rss.gif) no-repeat;
  padding-bottom:6px;
  padding-left:20px;
}
.wp-caption
{
  border:1px solid #ddd;
  text-align:center;
  background-color:#FCFCFC;
  padding-top:4px;
  border-radius:3px;
  margin:10px;
}

.wp-caption img
{
  border:0 none;
  margin:0;
  padding:0;
}

.wp-caption-dd
{
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.wp-caption p{	font-size:10px;	font-style:italic;	padding-top:5px;	font-weight:bold;}
.url
{
  font-weight:bold;
}

.hidden
{
  font-weight:bold;
  font-size:14px;
}



/***********************************************************************************
	Rodapé
***********************************************************************************/

#footer 
{
	clear: both;
	display: block;
	background: url(../img/bg2.jpg) repeat-x;
	color: #642D17;
	padding-top: 23px;
	height:40px;
	text-align:center;
}
 
#footer a 
{
	color: #642D17;
	text-decoration: none;
}

 #footer a:hover 
{
	color: #642D17;
	text-decoration: underline;
}

.com
{
	margin-left:none;
}

.headerDescPop h1
{
	font:30px Geogia, Verdana, Arial, Sans-serifs;
	font-style:italic;
	padding-left:15px;
	margin-top:10px;
	
}

.headerDescPop h1 a
{
	color:#642D17;
	font-family:Geogia, Verdana, Arial, Sans-serifs;
	font-weight:bold;
	text-decoration:none;
}
/**************************************************************************************************
  Comment Form
**************************************************************************************************/
#respond
{
  margin:0px 0px 10px 0px;
  padding:10px;
  border:1px solid #C9AA79;
  width:90%;
}
#respond ul
{

}

#respond li
{
  padding:5px;
  list-style:none;
}

#respond label
{
	float:left;
	width:100px;
}

#respond input
{
	border:1px solid #f3daa2;
	width:250px;
}

#respond button
{
	border:1px solid #f3daa2;
	color:#FFFFFF;
	background:#C9AA79;
	padding:5px;
	cursor:pointer;
}
#respond textarea
{
  width:400px;
  height:100px;
  padding:5px;
  border:1px solid #f3daa2;
}

/**************************************************************************************************
  Comment
**************************************************************************************************/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

        border: 1px solid #f3daa2;
        padding: .2em;
        margin-left:10px;
}
#commentform textarea {
        width:96%;
}

#commentlist {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist li {
        border:2px solid #dcdcdc;
        margin:0 0 20px 0;
        list-style-type:none;
        padding:0px;
        background:#f5f5f5;

         -webkit-border-radius:2px;
         -khtml-border-radius:2px;
         -moz-border-radius:2px;

}
#commentlist ul {margin:0; padding:0;}

#commentlist li p {font-size:12px;
        padding:5px 10px 5px 80px;
        margin:0;

}

#commentlist a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist li div.meta {padding:0; margin:0; text-align:center;}

#commentlist li .avatar {
        float:left;
        padding:0;
        margin:5px;

}
#commentlist2 {
        width: 90%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist2 li {
        border:1px solid #C9AA79;
        margin:0 0 20px 0;
		padding:5px;
        list-style-type:none;
        /*padding:5px 10px 5px 63px;*/
		padding:11px 14px 21px 60px;
        background:#fff;
}



#commentlist2 ul {margin:0; padding:0;}

#commentlist2 li p {font-size:12px;
        margin:0;
}

#commentlist2 a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist2 li div.meta {padding:0; margin:0; text-align:center;}

#commentlist2 li .avatar {
        float:left;
        padding:0;
        margin-left:-55px;
		width:50px;
		height:50px;
}

#commentlist2 li ul li { 
	margin-right: -15px;
	margin-left: -50px;
	margin-bottom: 5px;
}




.authorcomm {float:left;
            margin:0;
            padding:0;
            width:70px;
            text-align:center;
            line-height:12px;
            font-size:10px;
}

.authorcomm a {text-decoration:none; font-weight:bold;}

.reply {text-align:right; padding:5px;}
.navigation {width:100%; height:20px;}
.cancel-comment-reply{text-align:right; float:none; font-size:12px;}

.fn {font-size:15px; font-weight:bold;}
.says {display:none;}
#commentlist2 .byuser {background:#FFDA8F ;}
#comments {font-size:16px;}
#respond h3 {font-size:16px;}

.commentsblock
{
	padding:15px;
}
.comment-meta 
{
	float:right;
	margin-top:-15px;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus
{
  background:#eee;
  border:1px solid #a1a1a1;
}

a 
{
	text-decoration: none;
	color: #642D17;
}

a:hover 
{
	text-decoration: underline;
	color: #642D17;
}

.grupoItem {
	padding-bottom:5px;
	margin-bottom:15px !important;
	
}
post {
	margin:3px 0;
	clear:both;
}

.post .destNot{
	padding:0 6px 5px 0 !important;
	float:left;

}
#profilepic_profile
{
	padding:5px 0 0 20px;
}

.profilepic_widget h2
{
	display:none;
}
/****************************************************************************
	WP-CALENDAR 
****************************************************************************/

#calendar_wrap
{	padding-left:0;
	text-align:center;
}
#wp-calendar{	width:100%;}


#cat
{
	margin-left:25px;
}