/*
Theme Name: OrangeRadio
Theme URI: http://macaw-it.de
Description: Designed for <a href="http://spasms.de">SpaSMS.de</a>.
Version: 0.2
Author: macaw-it
Author URI: http://macaw-it.de
Tags: brown, orange, custom header, fixed width, two columns, widgets

*/




body {
        background-color: #590e00;
        margin:  0;
        padding: 0;
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #370a01; 
}

#main {
        width:  783px;
        margin-left:    auto;
        margin-right:   auto;
}

#header {
        width:  783px;
        height: 287px;
        background-image: url('images/header.png');
}

#topmenu {
        position:   absolute;
        top:        262px;
        padding-left: 22px;
        color:      #FFF;
}

#topmenu a {
        color:      #FFF;
        font-weight: bold;
        font-size:  130%;
}

#topmenu a:hover {
        color:      #ffaa48;
}

#content {
        background-image: url('images/content.png');
        background-repeat: repeat-y;
        padding: 22px;
        min-height: 650px;
}

#footer {
        padding:    0;
        margin:     0 auto;
        clear:      both;
        width:  100%;
        height: 38px;
        background-image: url('images/footer.png'); 
}

#footer a {
        color:      #ffaa48;
        font-weight:    bold;
        text-decoration: none;
}

#footer a:hover {
        color:      #FFF;
}

#footer p {
        margin: 0;
        padding: 12px 0 0 22px;
}

#sidebar {
        width: 245px;
        float: right;
}
#sidebar h2 {
        background-image: url('images/menu_head.png');
        text-align: center;
        color: #FFF;
        width: 189px;
}

#sidebar li {
        list-style: none;
        margin: 0;
        padding: 0;
}

#sidebar li ul li a {
        color:          #370a01;
        font-weight:    bold;
}
#searchform {
        width: 189px;
        text-align: center;
}

#searchform #s {
        width: 140px;
}

.post {
        width: 540px;
        margin-bottom: 10px;
        padding: 0;
}

.post_top {
        background-image: url('images/item_top.png');
        height: 49px;
        margin: 0;
        padding: 0;
}

.post_top h2 a {
        color:  #FFF;
        text-decoration: none;
        padding:    15px 15px 0px 15px;
        float: left;
}
.post_top h2 a:hover {
        color:      #ffaa48;
}


.post_top p {
        text-align: right;
        padding:    13px 15px 0px 0px;
}

.post_content {
        background-image: url('images/item_bg.png');
        background-repeat: repeat-y;
        margin: 0;
        padding: 0;
}

.post_content p {
        margin: 0;
        padding: 5px 15px 5px 15px;
}

.post_bottom {
        height: 13px;
        background-image: url('images/item_bottom.png');
}

.page_item {
        list-style: none;
        display:    inline;
        margin-right: 10px;
        }

a {
	color:          #370a01;
	text-decoration: none;
	}

