*{
    margin: 0;
    padding: 0;
}
body{
    background: url(images/background.jpg) top left repeat;
    color: #FFF;
    font-family: Verdana;
    font-size: 90%;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
.header_line{
    height: 19px;
    background: url(images/background_header.png) repeat-x;
}
a{
    color: #FFF;
    text-decoration: none;
}
a:hover{
    color: #e6e6e6;
}
a img{
    border: 0;
}
.imageReplace{
    font-size: 0;
    line-height: 0;
    text-indent: -9000px;
}
.alignLeft{
    float:left;
    display: inline;
}
.alignRight{
    float: right;
    display: inline;
}
.clear{
    clear: both;
    margin: 0;
}
.margem{
    padding-top: 15px;
}
#divSite{
    width: 770px;
    margin: 0 auto;
}
#divHeader h1{
    background: url(images/logo.png) no-repeat;
    margin: 10px auto;
    width: 463px;
    height: 105px;
}
#content{
    width: 540px;
    overflow: hidden;
    padding: 20px 0;
}
#sidebarRight{
    margin-top: 20px;
    width: 200px;
}
#sidebarFooter{
    padding: 10px;
    text-align: center;
    border-bottom: 2px dotted #bcc0c3;
    clear: both;
}
#sidebarFooter h3{
    display: none;
}
#trabalhos {
    padding: 10px 0;
}
#trabalhos .portifolio{
    clear: both;
    position: relative;
    height: 380px;
}
#trabalhos .separador{
    margin: 0 auto;
    width: 170px;
    background: url(images/separador) no-repeat;
    padding: 10px 0;
}
.separador{
    margin: 0 auto;
    width: 170px;
    background: url(images/separador) no-repeat;
    background-position: 0 10px;
    padding: 10px 0;
}
#trabalhos .portifolio h2{
    padding: 0 30px;
    font-size: 100%;
}
#trabalhos .portifolio h2 span{
    padding-top: 3px;
    font-size: 70%;
    float: right;
}
.portifolio .box{
    margin-top: -7px;
    background: url(images/box.png) top center no-repeat;
    padding: 32px;
}
#trabalhos .portifolio .categoria{
    text-align: center;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
#trabalhos .portifolio .link{
    right: 30px;
}
#trabalhos .portifolio .post{
    left: 30px;
}
#trabalhos a{
    position: absolute;
    text-decoration: none;
    bottom: 15px;
}
#footer{
    clear: both;
    height: 298px;
    background: url(images/footer.jpg) repeat-x;
}
#footer address{
    padding-top: 245px;
    text-align: center;
}
footer address strong{
    font-size: 120%;
}
.sidebarRight{
    clear: both;
}
.sidebarRight h3{
    display: none;
}
.sidebarRight ul{
    margin-bottom: 0px;
}
.sidebarRight ul ul{
    margin-bottom: 0;
}
.sidebarRight li{
    list-style: none;
    overflow: hidden;
    padding: 8px 0;
    font-size: 140%;
    text-align: right;
}
.sidebarRight li li{
    padding: 1px 0;
    padding-left: 15px;
    font-size: 70%;
}
.sidebarRight .cliente{
    margin-top: 20px;
}
.sidebarRight .cliente li{
    text-align: center;
    padding: 5px 0;
    margin: 5px 0;
    overflow: hidden;
}
#interna h2{
    font-size: 110%;
    margin: 15px 0 10px;
}
#interna h3{
    font-style: italic;
    font-size: 100%;
    color: #fff;
    margin-top: 10px;
}
#interna ul{
    list-style: circle;
    padding-left: 20px;
}
#interna ul li{
    font-size: 80%;
    padding-left: 2px;
}
.comment{
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
.editComment, .editableComment, .textComment{
    display: inline;
}
.comment-body{
    border: 1px solid #d1d1d1;
    padding: 5px;
    overflow: hidden;
}
.comment-childs{
    border: 1px solid;
    margin: 5px 2px 2px 4px;
    padding: 4px 2px 2px 4px;
    background-color: white;
}
.chalt{
    background-color: #E2E2E2;
}
.ratingblock {
    clear: both;
}
#newcomment{
    border:1px dashed;
    width:90%;
}
#newcommentsubmit{
    color:red;
}
.adminreplycomment{
    border:1px dashed;
    width:99%;
    margin:4px;
    padding:4px;
}
.mvccls{
    
}
.comment-childs{
    position: relative;
    clear: both;
}
.thdrpy {
    position: absolute;
    top: 0;
    right: 5px;
}
.comment img{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline;
}
#commentform input, #commentform textarea{
    background: none;
    border: 1px solid #d1d1d1;
    font-family: Verdana;
    font-size: 100%;
    color: #fff;
    width: 300px;
    margin: 2px;
}
#commentform textarea{

}
#commentform input:focus, #commentform textarea:focus{
    border-color: #fff;
}
#erros{
    margin: 5px 0;
}
#erros label{
    color: #900 !important;
    display: block;
}
/* PAGINATION */

#navigation{
    text-align: center
}
#navigation .pages{
    padding-right: 20px;
}
#navigation .last{
    padding-left: 20px;
}
#navigation .current{
    color: #aad900;
}
#navigation a{
    font-size: 120%;
    padding: 0 5px;
}
