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

select {
    width: 155px;
    font: bold 12px Tahoma;
    color: #FFCC00;
    background: #000;
    border: none;
    padding: 3px;
}

body {
    background: #5F626A url(../../img/bg.jpg) repeat-x;
}

#wrapper { 
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    background: url(../../img/wrapper-bg.jpg) repeat-y;
}

#header {
    width: 1000px;
    height: 470px;
}

#header #feed {
    width: 1000px;
    height: 32px;
    background: url(../../img/header-feed.jpg) no-repeat;
}

#header #feed a {
    position:absolute;
    width: 485px;
    height: 28px;
    margin: 3px 0 0 30px;
    display: block;
}

#header #logo {
    width: 1000px;
    height: 224px;
    background: url(../../img/header-logo.jpg) no-repeat;
}

#header #sub {
    width: 1000px;
    height: 56px;
    background: url(../../img/header-sub.jpg) no-repeat;
}

#header #sub #archive {
    float: left;
    width: 500px;
    height: 56px;
}

#header #sub #archive select {
    margin: 29px 0 0 159px;
}

#header #sub #bookmark {
    float: left;
    width: 500px;
    height: 56px;
}

#header #sub #bookmark a {
    width: 140px;
    height: 25px;
    margin: 26px 0 0 211px;
    display: block;
}

#header #logo a {
    position:absolute;
    width: 450px;
    height: 90px;
    margin: 50px 0 0 260px;
    display: block;
}

#header #panel {
    width: 1000px;
    height: 145px;
}

#header #panel #ads {
    float: left;
    width: 190px;
    height: 145px;
}

#header #panel #ads img {
    margin: 21px 0 0 0;
}

#header #panel #ads a.left {
    margin: 0 0 0 25px;
}

#header #panel #ads a.right {
    margin: 0 0 0 1px;
}
#header #panel #center {
    float: left;
    width: 620px;
    height: 145px;
}

#header #panel #center #left {
    float: left;
    width: 280px;
    height: 145px;
    background: url(../../img/panel-welcome.jpg) no-repeat;
}

#header #panel #center #left p#welcome {
    color: #FFBE00;
    font: normal .7em Tahoma;
    text-align: justify;
    margin: 55px 20px 8px 15px;
}

#header #panel #center #left p#email {
    float: left;
    width: 283px;
    height: 48px;
    background: url(../../img/panel-email.jpg) no-repeat;
}

#header #panel #center #left p#email a {
    width: 235px;
    height: 20px;
    display: block;
    margin: 3px 0 0 10px;
}

#header #panel #center #right {
    float: right;
    width: 335px;
    height: 145px;
    background: url(../../img/panel-search.jpg) no-repeat;
}

#header #panel #center #right #form {
    width: 310px;
    height: 35px;
    margin: 52px 0 0 26px;
}

#header #panel #center #right .input-txt-search {
    width: 210px;
    height: 20px;
    border: none;
    font: bold 16px Tahoma;
    color: #FFCC00;
    background: #000;
    margin: 8px 0 6px 15px;
    text-align: center;
}

#header #panel #center #right .btn-search {
    position: absolute; 
    float: right;
    width: 57px;
    height: 36px;
    margin: 0 0 0 12px;
}

#header #panel #center #right #category {
    width: 332px;
    height: 48px;
    background: url(../../img/panel-category.jpg) no-repeat;
    margin: 8px 0 0 5px;
}

#header #panel #center #right #category select {
    margin: 13px 0 0 130px;
}

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

#content #no_results { 
    float:left;
    height: auto;
    width: 500px;
    margin: 20px 0;
    text-align:center;
    font: 13px/18px "Trebuchet MS";
    color: #fff;
}

#content #ads_top { 
    float: left;
    height: auto;
    width: 500px;
    margin: 0 0 17px;
}

#content #ads_top a { 
    float: left;
    height: auto;
    width: 250px;
    height: 208px;
}

#content .post {
    float: left;
    margin: 15px 0 15px;
    width: 500px;
    background: #585B64;
    overflow: hidden;
}

#content .post .header {
    float: left;
    width: 500px;
    height: 51px;
    background: url(../../img/post-header.jpg) no-repeat;
}

#content .post .header .title {
    float: left;
    width: 420px;
    height: 51px;
}

#content .post .header .title a {
    color: #fff;
    font: bold 20px/51px "Trebuchet MS";
    letter-spacing: -1px;
    text-align: left;
    margin: 0 0 0 15px;
}

#content .post .header .title a:hover {
    cursor: pointer;
}

#content .post .header .date {
    float: right;
    width: 60px;
    height: 51px;
    color: #fff;
    font: bold 14px/46px Georgia;
    letter-spacing: -1px;
    text-align: right;
}

#content .post .header .date span {
    margin: 0 17px 0 0;
}

#content .post .content {
    float: left;
    width: 500px;
    padding: 10px 0 5px 0;
    background: #585B64;
    text-align: center;
    color: #fff;
    font: .8em "Trebuchet MS";
}

#content .post .content p {
    margin: 2px 0 12px;
}

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

#content .post .content a, #content .post .content span {
    color: #fff;
    font: 13px "Trebuchet MS";
    margin: 2px 0 0;
}

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

#content .post .content img {
    border: 4px solid #4d4f57;
    max-width:420px;
}

#content .post .footer {
    float: left;
    width: 500px;
    height: 30px;
    background: #585B64 url(../../img/post-footer.jpg) no-repeat bottom center;
    padding: 3px 0;
    border-top: dotted 1px #3e414a;
}

#content .post .footer .rating {
    float: left;
    width: 250px;
    height: 30px;
}

#content .post .footer .rating .info {
    float: left;
    color: #fff;
    font: 13px/18px "Trebuchet MS";
    text-align: left;
    height: 18px;
    padding: 6px 0 0 5px;
}

#content .post .footer .comments {
    float: right;
    width: 250px;
    height: 30px;
    color: #fff;
    font: 13px/30px "Trebuchet MS";
    text-align: right;
}

#content .post .footer .comments a {
    color: #fff;
    font: 13px/30px "Trebuchet MS";
    margin: 0 8px 0;
}

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

#content .navigation {
    width: 100%;
    padding: 10px 0 8px;
    overflow: auto;
}

#content .navigation li {
    display: inline;
    margin: 0 1px 0;
    font: 13px "Trebuchet MS";
    color: #000;
}

#content .navigation li a {
    color: #fff;
    padding: 3px 8px;
    border: 1px solid #292B2F;
}

#content .navigation li a:hover {
    background: #292B2F;
}

#content .navigation li.disabled {
    padding: 3px 5px;
    color: #fff;
}

#content .navigation li.pages {
    padding: 3px 5px 3px 0;
    color: #fff;
}

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

#leftcolumn .left {
    margin: 0 0 0 21px;
}

#leftcolumn p.twitter {
    float: left;
    width: 210px;
    margin: 5px 0 5px 20px;
    text-align: center;
}

#leftcolumn form.feedburner {
    float: left;
    width: 210px;
    margin: 15px 0 20px 20px;
    text-align: center;
    font: bold 13px/16px "Trebuchet MS";
    color: #fe0201;
}

#leftcolumn form.feedburner .email {
    width: 150px;
    height: 20px;
    background: #111 !important;
    text-align: center;
    font: bold 12px/20px "Trebuchet MS";
    color: #FFBE00;
}

#leftcolumn form.feedburner .bt {
    width: 30px;
    height: 20px;
    background: #b03633 !important;
    text-align: center;
    font: bold 12px/20px "Trebuchet MS";
    color: #fff;
    border: 1px solid #ae0502;
    margin: 0 0 0 5px;
}

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

#rightcolumn .right {
    margin: 0 0 0 17px;
}

#rightcolumn p.banner {
    margin: 0 0 15px 17px;
}

#rightcolumn p.banner img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.nav {
    width: 210px;
}

.nav .title {
    float: left;
    width: 210px;
    height: 50px;
    background: url(../../img/nav-title.png) no-repeat;
}

.nav .title h2 {
    width: 210px;
    height: 33px;
    font: bold 14px/33px Tahoma;
    color: #fff;
    text-align: center;
}

.nav .content {
    float: left;
    width: 210px;
    height: auto;
    background: #292b2f;
}

.nav .footer {
    float: left;
    width: 210px;
    height: 15px;
    margin: 0 0 15px 0;
    background: url(../../img/nav-footer.png) no-repeat;
}

.nav .content ul.part {
    float: left;
    width: 210px;
    padding: 3px 0 0;
}

.nav .content ul.part li {
    float: left;
    width: 104px;
    height: 21px;
    border-right: 1px dashed #3c3e45; 
}

.nav .content ul.part li.none {
    width: 105px;
    border: none;
}

.nav .content ul.part li a {
    color: #fff;
    font: bold 12px/21px "Trebuchet MS";
    letter-spacing: -1px;
    display: block;
    width: 104px;
    height: 21px;
}

.nav .content ul.part li a span {
    margin: 0 0 0 10px;
}

.nav .content ul.part li a:hover {
    background: #111;
    color: #FFCC00;
}

.nav .content ul.banner {
    float: left;
    padding: 6px 0 0 11px;
}

.nav .content ul.banner li {
    float: left;
    width: 96px;
    height: 45px;
    padding: 0 0 6px;
}

.nav .content ul.banner li img {
    width: 90px;
    height: 45px;
    border: 1px solid #111;
}

.nav .content ul.banner li img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#footer {
    float: left;
    width: 100%;
    height: 180px;
    background: url(../../img/bg-footer.jpg) repeat-x;
}

#footer #logo {
    width: 1000px;
    height: 180px;
    margin: 0 auto;
    background: url(../../img/footer-logo.jpg) no-repeat;
}

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

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

#footer #logo #hardlinks a:hover {
    color: #FFCC00;
}

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