/*
Theme Name: Entropy Zero (a child of Twenty Ten)
Description: A theme without left and right sidebars, but which retains the footer sidebar of the Twenty Ten theme.
Author: The Extremist
Author URI: http://entropy.co.za/
Template: twentyten
Version: 0.1.0
Tags: black, blue, white, one-column, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

#wrapper {
    background-color: #bfbfc3
}

#header {
}
#masthead {
}
#site-title a {
}

#main {
    background-color: #fff;
}

#footer {
    padding-top: 20px;
    margin-bottom: 0;
    color: #333;
}

.home .hentry {
    padding-bottom: 10px;
}
.home .hentry.category-asides {
    padding-bottom: 10px;
}
.home .post {
    border-bottom: 1px solid #bfbfc3
}
.hentry code {
    display: block;
}
.post code {
    border: 1px dashed #222;
}