* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
}

html {
    background: url(/img/bg.jpg) repeat-x;
    height: 100%;
}

body {
    background: url(/img/body-bg.jpg) no-repeat top center;
    height: 100%;
}

html > body {
    min-height: 100%;
    height: auto;
}

#wrapper { 
    margin: 0 auto;
    width: 995px;
}

#header {
    float: left;
    width: 995px;
    height: 344px;
    background: url(/img/header-bg.jpg) no-repeat;
}

#header-logo {
    float: left;
    width: 995px;
    height: 215px;
}

#header-logo a {
    width: 410px;
    height: 80px;
    display: block;
    margin: 13px 0 0 283px;
}

#header-search{
    float: left;
    width: 995px;
    height: 60px;
}

.input-txt-search {
    float: left;
    width: 410px;
    height: 23px;
    font: 15px Tahoma;
    color: #333;
    margin: 22px 0 0 270px;
    background: transparent;
}

.btn-search {
    float: left;
    width: 14px;
    height: 14px;
    margin: 26px 0 0 3px;
}

#header-menu {
    float: left;
    width: 995px;
    height: 45px;
}

#header-menu ul {
    margin: 0 auto;
    width: 405px;
    height: 45px;
}

#header-menu li {
    float: left;
}

#header-menu li a {
    height: 45px;
    font: bold 14px/48px Tahoma;
    color: #C5C5C5;
    display: block;
}

#header-menu li.home a {
    width: 60px;
    background: url(/img/home.jpg) 0 17px no-repeat;
    padding: 0 0 0 20px;
}

#header-menu li.fav a {
    width: 85px;
    background: url(/img/fav.jpg) 0 17px no-repeat;
    padding: 0 0 0 20px;
}

#header-menu li.contact a {
    width: 75px;
    background: url(/img/contact.jpg) 0 17px no-repeat;
    padding: 0 0 0 20px;
}

#header-menu li.feeds-rss a {
    width: 75px;
    background: url(/img/feeds-rss.jpg) 0 17px no-repeat;
    padding: 0 0 0 20px;
}

#header-menu li a:hover {
    color: #fff;
}

#leftcolumn { 
    float: left;
    width: 225px;
    height: auto;
}

#rightcolumn { 
    float: left;
    width: 225px;
    height: auto;
}

#leftcolumn h2 {
    float: right;
    width: 212px;
    height: 54px;
    background: url(/img/menu-title.jpg) no-repeat;
}

#rightcolumn h2 {
    float: left;
    width: 212px;
    height: 54px;
    background: url(/img/menu-title.jpg) no-repeat;
}

#leftcolumn h2 span, #rightcolumn h2 span { 
    padding: 0 0 0 48px;
    font: 21px/52px Tahoma;
    color: #333;
}

#highlights {
    float: left;
    width: 212px;
    height: auto;
    background: url(/img/highlights-bg.jpg) repeat-y;
    margin: 0 0 15px;
}

#highlights p {
    position: relative;
    text-align: center;
    margin: 8px auto;
    width: 180px;
    min-height: 47px;
    display: block;
}

#highlights p img {
    border: 1px solid #d4d3cf;
}

#leftcolumn ul { 
    float: right;
    width: 212px;
    margin: 0 0 15px;
}

#rightcolumn ul { 
    float: left;
    width: 212px;
    margin: 0 0 15px;
}

#leftcolumn li, #rightcolumn li { 
    width: 212px;
    height: 34px;
    background: url(/img/menu-bg.jpg) repeat-y;
}

#leftcolumn li a, #rightcolumn li a {
    height: 34px;
    color: #666;
    font: bold 14px/34px Tahoma;
    padding: 0 0 0 24px;
    display: block;
    background: url(/img/arrow.jpg) 12px 12px no-repeat;
}

#leftcolumn li a:hover, #rightcolumn li a:hover {
    color: #C92525;
    background: url(/img/arrow.jpg) 14px 12px no-repeat;
}

#content { 
    float: left;
    width: 545px;
    height: auto;
}

#top-posts { 
    width: 545px;
    height: auto;
}

#top-posts a { 
    margin: 0 auto;
    width: 468px;
    height: 60px;
    display: block;
    padding: 0 0 18px;
}

.post-header {
    width: 545px;
    height: 82px;
    background: url(/img/post-header.jpg) no-repeat;
}

.post-details {
    margin: 0 auto;
    width: 478px;
    height: 78px;
}

.post-date {
    float: left;
    width: 84px;
    height: 78px;
}

.post-date p.month {
    float: left;
    width: 84px;
    height: 30px;
    color: #fff;
    font: 11px/34px Tahoma;
    text-align: center;
}

.post-date p.day {
    float: left;
    width: 84px;
    height: 48px;
    color: #666;
    font: bold 26px/36px Georgia;
    text-align: center;
}

.post-title {
    float: left;
    width: 384px;
    height: 70px;
    padding: 12px 0 0 10px;
}

.post-title a {
    color: #666;
    font: bold 20px/32px "Trebuchet MS";
    letter-spacing: -1px;
}

.post-title a:hover {
    color: #333;
    cursor: pointer;
}

.post-title small {
    font: bold 11px/32px Tahoma;
    color: #666;
}

.post-title span {
    font: bold 11px/32px Tahoma;
    color: #C92525;
}

.post-content {
    width: 545px;
    height: auto;
    background: url(/img/post-bg.jpg) repeat-y;
}

.post {
    margin: 0 auto;
    width: 480px;
    text-align: center;
    padding: 18px 0 0;
    color: #333;
    font: 13px "Trebuchet MS";
}

.post img {
    border: solid 5px #eee;
    max-width: 450px;
}

.post p.download {
    background: #eee;
    padding: 5px;
    width: 200px;
    margin: 0 auto;
    font-weight: bold;
    font-style: italic;
}

.post a, .post span {
    color: #C92525;
    font: bold 12px/25px Verdana;
}

.post a:hover {
    text-decoration: underline;
}

.ads-ads {
    text-align: left;
    margin: 0 auto;
    width: 460px;
    padding: 3px 0 4px;
}

.ads-ads a {
    color: #333;
    font: .85em Tahoma;
    text-decoration: none;
}

.ads-ads a span {
    text-decoration: none;
    color: #C92525;
    font: bold 13px "Trebuchet MS";
}

.ads-ads a:hover {
    text-decoration: none;
}

.post-footer {
    width: 545px;
    height: 66px;
    background: url(/img/post-footer.jpg) no-repeat;
    color: #fff;
    font: 13px/66px "Trebuchet MS";
    margin: 0 0 20px;
}

.post-footer a {
    color: #fff;
    font: 13px/66px "Trebuchet MS";
}

.post-footer a:hover {
    text-decoration: underline;
}

.post-category {
    float: left;
    width: 318px;
    height: 66px;
    padding: 0 0 0 75px;
}

.post-comments {
    float: left;
    width: 150px;
    height: 66px;
}

#footer {
    clear: both;
    width: 100%;
    height: 153px;
    background: url(/img/footer-bg.jpg) repeat-x;
}

#footer p {
    margin: 0 auto;
    width: 995px;
    height: 153px;
    background: url(/img/footer.jpg) no-repeat bottom center;
}

#no_results { 
    float:left;
    height: auto;
    width: 540px;
    margin: 20px 0;
    text-align:center;
    font: 14px/18px "Trebuchet MS";
    color: #000;
}

#hardlinks {
    width: 100%;
    text-align: center;
    padding: 8px 0 0;
}

#hardlinks a {
    color: #111;
    font: 9px Arial;
    line-height: 20px;
    letter-spacing: -1px;
}

#hardlinks a:hover {
    text-decoration: underline;
}

#eXTReMe {
    position: absolute;
    width: 41px;
    height: 38px;
    top: -5000px;
}

#xclicks {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -6000px;
}

#todaoferta-top {
    background : #fffbcc;
    border-top : 1px solid #e6db55;
    border-bottom : 1px solid #e6db55;
    height : 28px;
    line-height : 28px;
    z-index : 100;
    top : 0;
    left : 0;
    width : 100%;
    overflow : auto;
    position : fixed;
    text-align : center;
    font-size : 12px;
    font-weight : bold;
}

#todaoferta-top a {
    text-decoration : none;
}

#todaoferta-top a:hover {
    text-decoration : underline;
}
