html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 0;
	background-image: url(../img/bk_body2.gif);
	background-repeat: repeat-x;
	background-color:#ECEAD1;
	color:#333333;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#422C21;
}

p {
	line-height: 22px;
	padding: 10px 0;
}

hr {
  border: 0;
  width: 100%;
  background-color: #CCCCCC;
  height: 1px;
  padding:0;
  margin:0;
  margin-bottom:10px;
}

/* Header */

#header {
	width: 100%;
	height: 108px;
	padding-top: 35px;
	clear: both;
	position: relative;

}

#header img.title {
	margin-left: 50px;
}


#top-out {
	width: 100%;
	background: url(images/bg_top.gif) repeat-x 0 0;
} 

#top {
	width: 940px;
	margin: 0 auto;
}

/* Category Navigation */

#menu {
	width: 100%;
}


#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

#menu li {
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#menu li:hover {
	background-image: url(../img/bk_menu.png);
	background-repeat: repeat-x;
}


#menu a {
	display: block; 
	float:left;
	line-height: 16px;
	color: #333333;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	text-decoration: none;
}

#menu li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal; 
	float:left; 
	padding-top:3px;
}

#menu li:hover span {
	color: #009900;
}

#meio { /* Background - Middle Bottom Gradient */
	width: 100%;
	background-image: url(../img/middle_out_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:20px; 
	padding-top:20px;
	height:100%;
}


#middle-content { /* Background - Content */
	width: 940px;
	margin: 0 auto;
	padding: 0px;  
	background-image: url(../img/bk_sidebar2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	border: 7px solid #CAD4D6; 
}


#middle-content h2 {
	font-weight: normal;
}

#middle-content h2 {
	font-size: 24px;
	padding-bottom:10px;
}

#middle-content h3 {
	font-size: 18px;
	padding-bottom:10px;
}

#middle-content h4 {
	font-size: 12px;
	padding-bottom:10px;
}

#col-left {
	float: left;
	width:530px;
	padding:20px;
	background-color:#FFFFFF;
}


#col-left a {
    color:#666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#col-left a:hover {
    color:#333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#col-left  .tabela table {
    margin-top:10px;
	border-collapse:collapse;
	border-top: 1px solid #DEDED8;
	border-right:1px solid #DEDED8;
}

#col-left  .tabela td {
	color:#4F4F4F;
	border-bottom: 1px solid #DEDED8;
	border-left:1px solid #DEDED8;
	padding:5px;
	vertical-align: center;
}		

#col-left  .tabela tr.odd td {
	background-color: #F7F2FD; 
	}	

#col-right {
	float: right;
	width:300px;
	padding:20px;
	background-image: url(../img/bk_sidebar2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#middle-content h2.titulo {
	padding:5px 10px;
	background-color:#E2F9E3;
	border: 1px dashed #D7D5A2; 
	float: left;	
}

#middle-content h2.titulosite {
	padding:5px 10px;
	margin-left:20px;
	background-color:#E2F9E3;
	border: 1px dashed #D7D5A2; 
	float: left;	
}

#col-left .site {
   width:530px;
   margin-bottom: 20px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}

#col-left .slider_site {
	height:237px;
	width:475px;
	position:relative;
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 5px solid #DFDFDF;
	padding: 0px;
}

.blog {
    width:530px;
    float:left;
	margin-bottom: 20px;
}



#col-left .blog .titulo a {
    color:#333333; 
	border-bottom-style: none;
}

#col-left .blog .titulo a:hover {
    color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.blog .foto {
    float:right;
	margin-bottom:10px;
	margin-left:10px;
	border: 1px solid #e7e7e7;
	padding: 4px;
}

.blog .comment {
	clear:both;
	padding-top:9px;
	padding-left:35px;
	background-image: url(../img/comments.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	height: 20px;
	border: 1px dashed #D7D5A2;
	background-color: #E2F9E3;
}

.blog .coment_left {
  float: left;
}
  
.blog .coment_right {
  float: right;
  padding-right:10px;
}

.letra_min {
    font-size:11px;
	color:#666666;
}

.comment {
	background-color:#F8F8F8;
	border: 2px solid #CCCCCC;
	padding:8px;
	margin-top:20px;
	margin-bottom: 20px;
	background-image:url(../img/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}

.comment .title {
	padding:7px;
	background-image: url(../img/caixa_comments.png);
	background-repeat: no-repeat;
	height:26px;
	font-family: Georgia;
	color:#422C21;
	font-size: 13px;	
}

.comment .texto {
	padding-left:17px; 
	line-height: 22px;
	overflow:hidden;
}

.comment .data {
    padding-left:17px;
	font-size:11px;
	color:#666666;
	padding-top:10px;
}


.commentpar {
	margin:0px;
	background-color:#FFFFFF;
	border: 2px solid #CCCCCC;
	padding:8px;
	margin-bottom: 20px;
}

.commentpar .titlepar {
	padding:7px; 
	background-image: url(../img/caixa_commentspar.png);
	background-repeat: no-repeat;
	height:30px;
	font-family: Georgia;
	color:#422C21;
	font-size: 13px;
}

.commentpar .textopar {
	padding-left:17px; 
	line-height: 22px;
    overflow:hidden;
}

.commentpar .datapar {
    padding-left:17px;
	font-size:11px;
	color:#666666;
	padding-top:10px;

}

/* --- FORM DOS COMMENTS ----*/

.stylized{
	margin:0px;
	background-color:#FFFFFF;
	border: 2px solid #CCCCCC;
	padding:12px;
}


.stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:120px;
	float:left;
	padding-top:2px;
	font-family: Georgia;
}

.stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:120px;
	padding-top:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.stylized input {
	float:left;
	font-size:13px;
	background-color:#F8F8F8;
	border:solid 1px #CCCCCC;
	width:365px;
	height:25px;
	color:#333333;
    margin:2px 0 20px 10px;
	padding-top:10px;
	padding-left: 5px;
}

.stylized input:hover {
    background: #E2F9E3;
}

.stylized textarea{
	float:left;
	font-size:13px;
	border:solid 1px #CCCCCC;
	background-color:#F8F8F8;
	width:363px;
	margin:2px 0 20px 10px;
	padding-top:10px;
	padding-left: 5px;
}

.stylized textarea:hover {
    background: #E2F9E3;
}

.stylized button{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#422C21;
	font-size:14px;
	text-align:center;
	background-color:#F8F8F8;
	background-image:url(../img/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
	border: 1px solid #CCCCCC;
	clear:both;
 	margin-left:130px;
    padding:10px;
}


.stylized button:hover {
    background: #E2F9E3;
}

/* --- FORM DOS COMMENTS ----*/

#col-right .aboutme {
   width:300px;
   margin-bottom: 20px;
   padding-bottom: 10px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}

#col-right .aboutme a {
    color:#666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#col-right .aboutme a:hover {
    color:#333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.menu {
   width:300px;
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #CCCCCC;
}

#col-left .work {
	border:1px solid  #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:30px;
	background-color: #FFFAFA;
	background-image: url(../img/content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#col-left .work .imagem {
    float:left;
	background-color:#FFFFFF;
	border: 1px solid #D7D5A2; 
	padding: 5px;
	margin-right:10px;		
}

#col-left .work .imagem a {
	border: 0px;
}


#col-left .work .texto {
	float:left;
	width:300px;
	padding-left: 4px;
}

.work .texto .titulo {
	color:#422C21;
	font-size: 18px;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Footer */
#footer-out {
	background: #422C21;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px; 
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #573D30;
	overflow:hidden;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #525252;
	background-color: #182C33;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}

.fix{
	clear: both;
}

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

/* NETWORKS */
	
.networks {
	width: 300px;
	float: left;
	margin-top:20px;
}

.networks ul {
    width: 302px;
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

.networks li {
	width: 300px;
	height: 60px;
	float: left;
	background-color:#F8F8F8; 	
	background-image:url(../img/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0; 
	margin-bottom:1px;
}

.networks li a {
	display: block;
	width: 300px;
	height: 60px;  
	text-decoration: none;
    color:#666666;
}

.networks li a:hover {
	background-color: #F8F8F8;
	    color:#333333;
	text-decoration: none;
}

.networks li a img {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 5px; 
}

.networks li a strong {
	color: #000;
	font: 18px/30px Georgia, "Times New Roman", Times, serif;
	display: block; 
	padding-top: 6px;
}

/* RESOURCES */
	
#col-left .resources {
	width: 500px;
	float: left;
	margin-top:20px;
}

#col-left .resources ul {
    width: 500px;
	list-style: none;
}

#col-left .resources li {
	width: 500px;
	height:130px;
	float: left;
	line-height: 180%;
}

#col-left .resources li a {
	display: block;
	width: 500px;
	height:130px;
	text-decoration: none;
    color:#333333;
	border-bottom-style: none;
}


#col-left .resources li a:hover {
	background-color: #f6f6f6;
	color:#666666;
	text-decoration: none;
	border-bottom-style: none;
}

#col-left .resources li a img {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
}

#col-left .resources li a strong {
	color: #000;
	display: block;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
