html, body{
margin:0;
padding:0;
background:#d5d6d7 url(img/bgcolor.jpg) repeat-x;

/*background:#0079ab url(img/bg.gif) repeat-x;*/
text-align:center;
}

a:link{
color:#73A0C5;
/*color:#f7941d;**/
text-decoration:none;
}

a:visited{
color:#73A0C5;
text-decoration:none;
}

a:hover{
color:#147;
text-decoration:none;
}

a:active{
color:#73A0C5;
text-decoration:none;
}

h1{
font:18px Trebuchet MS;
/*cor verde do titulos*/
color:#333;
/*color:#7ac21b;*/
border-bottom:1px dashed #cccccc;
padding-bottom:2px;
width:566px;
margin-top:10px;
margin-bottom:10px;
margin-left:0;
}

#bheader h1{
font:bold 26px Trebuchet MS;
color:#ffffff;
border:none;
padding:0;
margin:0;
float:left;
}

#bheader{
width:530px;
height:93px;
margin-left:20px;
margin-top:26px;
float:left;
}

#cheader{
float:right;
margin-top:25px;
width:240px;
height:93px;
}

h2{
font:bold 15px Verdana;
border-bottom:1px dashed #e5e5e5;
padding-bottom:2px;
width:566px;
margin-top:0;
margin-bottom:3px;
color:#0079ab;
}

h2 a:link{
color:#0079ab;
text-decoration:none;
}

h2 a:visited{
color:#0079ab;
text-decoration:none;
}

h2 a:hover{
color:#000000;
text-decoration:none;
}

h2 a:active{
color:#0079ab;
text-decoration:none;
}
/*****************sidebar titulos***************************/
h3{
margin-left:1px;
font:bold 14px Trebuchet MS;
color:#333;
margin-top:8px;
margin-bottom:4px;
width:533px;
border-bottom:1px dashed #cccccc;
}
/*************************************************************/
h4{
font:bold 16px Verdana;
color:#333;
border-bottom:1px dashed #cccccc;
padding-bottom:2px;
width:566px;
margin-top:10px;
margin-bottom:10px;
margin-left:0;
}

h5{
font:bold 14px Verdana;
color:#333;
margin-top:10px;
margin-bottom:10px;
margin-left:0;
}

h6{
margin-left:1px;
font:bold 14px Trebuchet MS;
color:#333;
margin-top:8px;
 margin-bottom:1px;
/* width:533px; */
/* border-bottom:1px dashed #cccccc;*/
}

/**************** Classes *********************/

.by{
font:bold 15px Verdana;
color:#f7941d;
}

#content p{
font:11px Verdana;
color:#727272;
margin-top:10px;
}

.article p{
font:11px Verdana;
color:#727272;
margin-top:10px;
float:left;
}

.article span{
font:11px Verdana;
}

.time{
font:11px Verdana;
color:#666666;
}

#footer p{
font:10px Verdana;
/*color:#ffffff;*/
margin-top:6px;
}

#footer a{
color:#06c;
/*color:#4e8100;*/
text-decoration:none;
}

#footer a:hover{
color:#147;
/*color:#4e8100;*/
text-decoration:underline;
}

.textfield{
border:1px solid #cccccc;
padding:2px;
font:11px Verdana;
color:#727272;
}
/*************************botao submit*********************/
.submit{
background:url(img/form.gif) repeat-x;
/*background:url(img/form2.gif) repeat-x;*/
padding:3px;
border:1px solid #ffffff;
font:bold 11px Verdana;
color:#ffffff;
}

.textfield2{
border:1px solid #cccccc;
padding:4px;
font:11px Verdana;
color:#727272;
width:208px;
}

.submit2{
background:url(img/form.gif) repeat-x;
padding:3px;
border:1px solid #ffffff;
font:bold 11px Verdana;
color:#ffffff;
float:right;
}

.author{
background:url(img/author.gif) no-repeat left center;
font:11px Verdana;
padding-left:21px;
float:left;
padding-top:2px;
margin:0;
}

.comments{
float:right;
background:url(img/comments.gif) no-repeat left center;
font:11px Verdana;
padding-left:21px;
padding-top:2px;
margin:0;
}

.boldbutton{
background:url(img/bold.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.imgbutton{
background:url(img/image.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.linkbutton{
background:url(img/link.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.ibutton{
background:url(img/italic.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.ubutton{
background:url(img/underline.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.lbutton{
background:url(img/left.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.cbutton{
background:url(img/center.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.rbutton{
background:url(img/right.png) no-repeat;
width:23px;
height:23px;
border:none;
}
.ulinkbutton{
background:url(img/unlink.png) no-repeat;
width:23px;
height:23px;
border:none;
}

/*********************** Divs **********************/

#container{
width:800px;
height:100%;
margin:0 auto;
padding:0;
text-align:left;
}

#banner{
width:800px;
height:202px;
float:left;
margin:0;
padding:0;
background:url(img/topo.jpg) repeat-x;

/*background:url(img/banner.gif) repeat-x;*/
/*border-bottom:1px solid #6bae12;*/
}

#body{
background:#ffffff;
background:url('img/bg1.jpg') repeat-y 50% top; 
margin:0;
padding:0;
float:left;
width:800px;
height:100%;
}

#content{
width:566px;
min-height:200px;
float:left;
margin-left:30px;
padding-bottom:40px;
}

* html #content{
margin-left:10px;
}

#sidebar{
width:190px;
float:left;
min-height:200px;
margin-left:15px;
padding:0;
margin-top:10px;
}

#footer{
width:800px;
/* altera o tamanho da imagem footer*/
height:58px;
/*height:30px;*/
margin:0;
padding:0;
background:url(img/footerbg1.jpg) repeat-x;
/*background:url(img/footerbg2.jpg) repeat-x;*/
text-align:center;
float:left;
/* barra verde no footer */
/*border-top:1px solid #6bae12;*/
}

.nav{
width:566px;
height:20px;
font:10px Verdana;
float:left;
margin:0;
padding:0;
text-align:right;
}

.left{
float:left;
}

.right{
float:right;
}

.next{
background:url(img/next.gif) right no-repeat;
font:11px Verdana;
padding-right:20px;
}

.prev{
background:url(img/previous.gif) left no-repeat;
font:11px Verdana;
padding-left:20px;
}

.article{
height:100%;
width:566px;
margin-top:10px;
margin-bottom:10px;
margin-left:0;
float:left;
}

.post{
height:100%;
width:566px;
margin-left:0;
float:left;
}

.comm{
width:550px;
height:100%;
float:left;
margin:0;
margin-bottom:5px;
padding:8px;
}

#adminwrap{
width:386px;
height:100%;
margin:0 auto;
text-align:left;
padding:0;
padding-top:20px;
}

#adminbg{
width:386px;
height:309px;
margin:0;
padding:0;
background:url(img/adminbg.jpg);
}

.log p{
color:#ffffff;
font:bold 12px Verdana;
}

.log{
width:218px;
height:100%;
float:left;
margin-left:80px;
margin-top:70px;
padding:0;
}

/********************************** Lists ************************************/

#sidebar ul{
float:left;
margin-left:20px;
width:140px;
padding:0;
list-style-type:none;
margin-top:0;
}

* html #sidebar ul{
margin-left:10px;
}

#sidebar ul li{
margin:0;
border-bottom:1px solid #e5e5e5;
}

#sidebar ul li a{
font:11px Verdana;
color:#06c;
/*color:#727272;*/
margin:0;
padding:3px 0;
/* travessao no menu */
/*background:url(img/star.gif) no-repeat left;*/
background:url(img/star1.gif) no-repeat left;
padding-left:15px;
text-decoration:none;
line-height:2em;
}

#sidebar ul li a:hover{
/*background:url(img/star.gif) no-repeat left;*/
background:url(img/star1.gif) no-repeat left;
color:#147;
/*color:#7ac21b;*/
TEXT-DECORATION: underline

}

#sidebar ul li:hover{
background:#ffffff;
}
