/* Opendust Customization */

body {
background-color: #66CC66;
}

hr {
border-top: 1px solid lightgrey;
}

table#all {
width: 800px;
margin: 0 auto;
}

table#all td {
vertical-align: top;
}

td#header {
width: 8000px;
height: 150px;
background: transparent url(images/header.jpg) left top no-repeat;
padding-left: 0px;
}

td#content {
background-color: #CCFFCC;
}

td#leftpane {
width: 160px;
height: 400px;
background: #CCFFCC url(images/leftpane.jpg) left top no-repeat;
padding-left: 10px;
}

td#rightpane {
width: 640px;
height: 400px;
background: #CCFFCC url(images/rightpane.jpg) left bottom no-repeat;
padding-left: 10px;
}

td#footer {
height: 50px;
background: url(images/footer.jpg) no-repeat;
}

.content {
background: none;
width: 590px;
border: lightgrey thin solid;
}

.menu1 {
margin-top: 104px;
margin-bottom: 10px;
float: right;
text-align: right;
background: none;
padding-right: 20px;
}

.menu2 {
padding-left: 6px;
height: 24px;
float: right;
text-align: right;
background: none;
}

div#copyright {
margin-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #CCCCCC;
text-align: center;
font-style: italic;
}

/* SIDEBAR */

.sidebar {
float: left;
}

.sidebar {
width: 160px;
}

.box1, .box2, .box3 {
width: 160px;
background: none;
margin-bottom: ;
}

.box1text, .box2text, .box3text {
min-height: 0px;
padding: 0px ;
background: none;
}

.sidebar h2{
color: #95513A;
}

.sidebar .box1 li a:hover{
background-color: #F5DF72;
}

.sidebar .box2 li a:hover{
background-color: #F5DF72;
}

.sidebar .box3 li a:hover{
background-color: #F5DF72;
}

.sidebar ul li ul{
padding-left: 8px;
}

.sidebar li{
margin-left: 10px;
}

.sidebar li.cat-item {
list-style-image: url(images/doublearrow.gif);
}

.sidebar li .children li {
list-style-image: url(images/hyphen.gif);
}

/* POST */

.posttitle h3 a{
float: none;
}

.postauthor {
background: none;
padding-left: 0px;
}

.postcategory{
background: none;
padding-left: 0px;
}

.posttext img {
padding: 10px;
border: none;
}

.navigation a {
background: none;
}

.navigation a:hover {
background: none;
}


