/*   
Theme Name: Open Sourcerer
Theme URI: http://www.theopensourcerer.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04 and the Dark Smoke Theme. Features: Two column layout, widget aware, variable width between 800-1200px. 
Author: Alan Lord
Author URI: http://www.theopenlearningcentre.com
Version: 1.3
Tags: dark, brown, two-columns, flexible-width, threaded-comments
License: GPLv3 or Later. (c) 2009 Alan Lord
*/

/* Make it easy to alter stuff... */
@import url("css/layout.css");
@import url("css/header.css");
@import url("css/content.css");
@import url("css/sidebar.css");
@import url("css/footer.css");
@import url("css/wordpress.css");
@import url("css/tweeks.css");

/* Begin Global Resets */
* {
    margin:0;
    padding:0;
}

body {
    background-color:#0F0C0B;
    color:#ffffff;
    font-size:100%;
    font-family:"Georgia";
    line-height:.75em;
    text-align:center; /* IE6 Center hack */
}

table {
    border-collapse:collapse;
    empty-cells:hide;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 0.5em 0;
}

ul, ol, dd {
    margin-left:1em;
}

a {
    text-decoration:none;
    color:#ffffff;    
}

a:hover {
    color:#d57463;
}

a img {
    border:0;
}
/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}



#menu {
    width:100%;
    background-color:#0;
    overflow:hidden;
    position:relative;
    margin-bottom:1em;
    border:solid 0px #953d36;
    clear:both;

}

#menu ul {
    clear:left;
    float:left;
    white-space:nowrap;
    list-style:none;
    position:relative;
    left:0;
    margin:0;
    padding:0;

}

#menu ul li{
    display:block;
    float:left;
    list-style:none;
    position:relative;
    left:0;
    margin:0;
    padding:0;    
}

#menu li a {
    display:block;
    padding:0.5em 1em 0.5em 0.5em;
    margin:0;
    float:left;
    font-weight:bold;
    font-size:1.2em;
    color:#ffffff;
}

#menu li a:hover {
    background-color:#ffffff;
    color:#000000;
}

#menu li ul {
    position:relative;
    left:0.5em;
}

#menu li ul li {
    font-size:95%;
}
