/*   
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:900px;
    max-width:900px;
    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:-246px;
	width:634px;
	margin-bottom:2em;
	background:url("images/systemback.png");
	border:1px solid #302724;
	padding:10px;
}

#sidebar {
	float:right;
	width:230px;
	font-size:1.1em;
	overflow:hidden;
	margin-bottom:2em;
	text-align: center;

}

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

#header {
    width:900px;
    height:350px;
    margin-bottom:1em;
    background:#0F0C0B url("/images/nathanback.png") no-repeat 0 0;
    text-align:right;
    border:1px solid #302724;
}

#newsheader {
	float:left;
    margin-right:-246px;
    width:654px;
	height: 30px;
    margin-bottom:1em;
	background: url("/images/newsheader.png") no-repeat 0 0;
	background-position:left;
}
.tourheader {
	font-size: 18px;
	text-decoration: underline;
}
.tourvenue {
	font-size: 16px;
	font-weight: bold;
}
.tourstopsummary {
	font-size: 12px;
	font-style: italic;
}

#blankheader {
	float:left;
    margin-right:-246px;
    width:654px;
	height: 30px;
    margin-bottom:1em;


}

#storesheader {
    float:right;
    width:230px;
	height:30px;
    margin-bottom:1em;
	background: url("/images/storesheader.png") no-repeat 0 0;
	background-position:left;
}

#followheader {
    float:right;
    width:230px;
	height:30px;
    margin-bottom:1em;
	background: url("/images/followheader.png") no-repeat 0 0;
	background-position:left;
}
	
#header h1 {
    margin:18px 18px 0 0;
}

#header p.description {
    font-size:1.2em;
    margin:1em 18px 0 0;
}

#header h1 a {
    font-weight:200;
    font-size:1.5em;
.smallheader {
	font-size: x-small;
	font-weight: bold;
}
.smallheader {
	font-size: small;
}
