/*   
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 
*/

.article, .archive {
    background-color:#1E1816;
    border:1px solid #302724;
    font-size:1.2em;
    line-height:1.3em;
    margin-bottom:1.5em;
    margin-right: 245px;
}

.article p, .archive p {
    margin-bottom:1em;
}

.article h2, .archive h2.entry-title {
    padding:0.5em 0 1em 0;
    border-bottom:solid 1px #302724;
    font-size:1.8em;
    font-weight:200;
    line-height:1.3em;
}

/* Some extra space for the "Next Page >>" link at the bottom */
#content>p>a {
    font-size:1.3em;
}

.article p a, .postmeta a {
    color:#D7C1A6;
    text-decoration:underline;
}

.article p a:hover {
    color:#FFF;
}

/* The Article's meta data */
.article div.postmeta, small {
    font-size:0.9em;
}

.article .postmeta {
    color:#d40000;
    margin-bottom:0.5em;
    padding-top:2em;
}

.article blockquote {
    margin:0 1em 0 2em;
    padding:1em 1em 1em 1em;
    font-style:italic;
    background-color:#241D1A;
    border:solid 1px #302724;
}

code {
    color:#D7C1A6;
    font-family:"Liberation Mono", Courier, Mono;
    font-size:1.0em;
}

pre {
    font-size:1.3em;
    white-space:normal;
}

/* Form Styling */

/* Style input boxes and buttons */ 
input, textarea, select {
    background-color:#DCDAD5;
    border-color:#D7C1A6;
    border-width:2px;
    color:#1E1816;
}

fieldset {
    padding:0.5em;
    border-color:#D7C1A6;
    border-width:2px;
}
