/*   
Theme Name: Open Sourcerer
Theme URI: http://www.theopensourcerer.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04. Features: Two column layout, widget aware, variable width. 
Author: Alan Lord alan@theopensourcerer.com
Author URI: http://www.theopensourcerer.com
Version: 1.3
Tags: brown, two-column, flexible-width, widget-aware
License: GPLv3 or Later. (c) 2009 Alan Lord 
*/

/* Common padding inside containing divs. Do NOT add any height, borders or
/* width to this element; it will almost certainly break IE6 */
.inside {
    padding:0.5em 1.5em;
}

#wrap {
    min-width:800px;
    max-width:1200px;
    width: auto !important; /*IE6 hack*/
    width:1200px; /*IE6 hack*/
    margin:0 auto; /*center hack*/
    text-align:left; /*center hack*/
    padding-top:1em; /* Space above wrap */*/ 
}

#content {
    float:left;
    margin-right:-215px;
    width:100%;
    margin-bottom:2em;
    overflow:hidden;
}

#sidebar {
    float:right;
    width:215px;
    font-size:1.1em;
    overflow:hidden;
    margin-bottom:2em;
}

#footer {
    height:50px;
    clear:both;
    background-color:#1E1816;
    border:1px solid #302724;
    margin-bottom:1em;
    width:100%;
    position:relative;
}