/*   
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 Widget Styling */
.widget {
    width:100%;
    background-color:#1E1816;
    margin:0 0 0.5em 0;
    border:1px solid #302724;
}

.widget .inside {
    padding:0.5em;
}

.widget ul {
    list-style:none;
}

.widget ul li {
    margin-bottom:0.5em;
}