* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
h1, h2, h3, p, pre, blockquote, form, fieldset, ul, ol {
	margin: 1em 0; /* give me back my basic margins */
	}
	
body {font: 67.5% 'Lucide Grande', Verdana, Arial, Sans-Serif; 
	color: #ddd;
	background: #333;
	text-align: center;
	}
	
/* links  and fonts */
a:link, a:active, a:visited {color: #6c6c6c;}
a:hover {color: #FFFFFF;}
a {text-decoration: none;}

h1, h2, h3, h4 {
	font-family: helvetica, arial, geneva, sans-serif;
	text-transform: lowercase;
	font-weight:bold;
	color: #FFFFBB;
	}
	
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}


/* top banner */
#banner {
	background: #333 url(http://runliburger.blurp.net/images/lawn.jpg) repeat-x top left;
	height: 15em;
	}
	
	#foliage {
		margin: 0 auto;
		background: url(http://runliburger.blurp.net/images/foliage.gif) no-repeat top left;
		display: block;
		width: 70em;
		height: 16em;
		}
	
		
/* main content area home and index */
#top {background: #333;}

#singlecontent {
	width: 45em;
	margin: 0 auto;
	padding-bottom: 3em;
	text-align: left;
	line-height: 1.5em;
	}
	
	#singlecontent .post {	
		float: left;
		width: 45em;
		}
		
	
/* bottom content area */
#footercontent {
	background: #6C6C6C url(http://runliburger.blurp.net/images/bottom_wrap.gif) repeat-x top left;
	margin: 0 0 -1em 0;
	line-height: 1.5em;
	}
	
	#bottomwrap {
		background: url(http://runliburger.blurp.net/images/bottom_right.jpg) no-repeat top right;
		width: 70em;
		margin: -1.4em auto 0;
		text-align: left;
		}	
		
	#bottomcontent {
		color: #EAEFD7;
		width: 58em;
		margin: 0 auto;
		padding-top: 5em;
		}
		
#footer {
	color: #EAEFD7;
	width: 58em;
	margin: 2em auto 0;
	text-transform: lowercase;
	}

