html {
    background: #e87d38 url(../images/fnd-base.png) repeat-y center center;
}

body {
    background: transparent url(../images/header.jpg) no-repeat top center;
    min-width: 1000px;
}

header {
    height: 267px;
    width: 1000px;
    margin: 0 auto;
}
a {
    color: #eb7e29;
}


nav {
    width: 1000px;
    margin: 0 auto;
}

.prepost {
    width: 955px;
}

div.content {
    width: 1000px;
    margin: 0 auto;
}
section#main {
    width: 675px;
    display: inline-block;
    padding-left: 5px;
}
article {
    background-color: #fff;
    width: 665px;
    margin: 10px auto;
    border: 1px solid #eeeeee;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.yarpp-related {
    width: 625px;
}
article .post-footer {
    padding: 10px 20px 10px 20px;
}
footer {
    background: transparent url(../images/footer.jpg) no-repeat bottom center;
    min-height: 168px;
}

object[type^="application/gas-events"] {
    display: none;
}
article .bx-comments .comments-loading {
    width: 550px;
    margin: 20px auto;
}
#bx-pagination {
    width: 660px;
}


nav ul {
    padding-top: 0px;
    padding-left: 20px;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    color: #7c7668;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 12px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

nav ul li:hover, .current-menu-item {
    background-color: #ccc;
}

.mnu-home,
.mnu-categorias,
.mnu-sobre,
.mnu-loja,
.mnu-contato,
.mnu-downloads {
    padding-left: 24px;
}

.mnu-home:before,
.mnu-categorias:before,
.mnu-sobre:before,
.mnu-loja:before,
.mnu-contato:before,
.mnu-downloads:before {
    width: 22px;
    content: " ";
    background: transparent url(../images/SPRITE.png) no-repeat;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 7px;
}

.mnu-home:before {
    background-position: -92px -70px;
}

.mnu-categorias:before {
    background-position: -92px -125px;
}

.mnu-sobre:before {
    background-position: -92px -13px;
}

.mnu-loja:before {
    background-position: -92px -153px;
}

.mnu-contato:before {
    background-position: -92px -39px;
}

.mnu-downloads:before {
    background-position: -92px -182px;
}

article h2, article h2 a {
    max-width: 500px;
    line-height: 150%;
}