
/* theme */

body {
    background-color: #2d2d2d;
}

.mainbgdcolor {
    background-color: #2d2d2d}

a {
    color: #000000;
}

.headersearchinside {
    background: url(styles/images/dark/search_back.gif) repeat-x;
}

#center .postitem .postpanel a, #sidebarfooter h2, #sidebarleft h2, #sidebarright h2, #center .postitem .postpanelpage {
    color: #000000;
}

#sidebarfooter h2, #sidebarleft h2, #sidebarright h2 {
    border-bottom: 2px solid #000000;
}

#headertop {
    background: transparent url(styles/images/dark/headertop_rounded.gif) no-repeat top;
    height: 35px;
}

#headermain {
    background: transparent url(styles/images/dark/header.gif) repeat-y top;
}

#menu {
    background: #2d2d2d url(styles/images/dark/header.gif) repeat-y top;
    border-bottom: 1px solid #000000;
}

#footerbottom {
    background: #2d2d2d url(styles/images/dark/footerbottom_rounded.gif) no-repeat bottom;
    height: 35px;
}

#footer {
    background: #2d2d2d url(styles/images/dark/footer.gif) repeat-y top;
}

#copyright {
    color: #2d2d2d;
}

#mainmenu, #headerinside {
    border-bottom: 1px solid #000000;
}

#starscapefooterbar {
    border-top: 1px solid #000000;
}

#center .postitem .postpanel {
    background: #ededed;
}

#center .postitem .postpanel, #headermenu a, #center .postitem .posttitle a, #center .postitem .postsub, #headersubtext {
    color: #000000;
}

#headertitle a {
    color: #000000;
}

#center .postitem .postline {
    border-top: 1px solid #2d2d2d;
}

/* datebutton */

.postdate {
    background: url(styles/buttons/dark/date_button_round.gif) no-repeat;
    float: right;
    margin: 0 0 0 0;
    width: 48px;
    height: 54px;
    display: inline;
}

.postmonth {
    color: #feff77;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.postday {
    color: #ffffff;
    margin-top: -2px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

/* sizes */

#mainmenu ul {
    float: right;
}

#headermenu {
    text-align: right;
}

#sidebarfooter .widget {
    width: 31%;
}

#starscapecontents {
    width: 570px;
}

#starscapesidebars {
    width: 390px;
}

#sidebarleft {
    width: 180px;
}

#sidebarright {
    width: 180px;
}

.searchforminput {
    width: 260px;
}

#headerinside {
    height: 100px;
}

#header {
    height: 160px;
    width: 1100px;
    background-color: #ffffff;
}

/* header */

#headertitle, #headersubtext, #headerlogo {
    text-align: left;
}

#headerlogo {
    padding: 0px 0px 0px 0px;
}

#headerbgd { background: transparent url(styles/headers/starscape_red.gif) no-repeat bottom; }



