/*  
Theme Name: Elemental Shutterbean
Theme URI: http://prothemedesign.com/themes/elemental/
Description: A child theme for Elemental
Version: 0.1
Author: Darren Hoyt
Author URI: http://prothemedesign.com/themes/elemental/
Template: elemental

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../elemental/style.css");


#page {
	background:none;
	color:#111;
	padding:5px 0 0 0;
}



body {
	background: #292B2B;
	color: #444;
	font-family: verdana, sans-serif;
}



#header {
	background:#333 top center no-repeat;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	overflow:hidden;
	padding:0px 18px;
}


.header-image #header h1,
.header-image #header h2 a,
.header-image #header h3 a {
	background:url(lib/styles/images/logo.png) center left no-repeat;
	display:block;
	height:150px;
	margin:0;
	padding:0;
	text-indent:-999em;
	line-height:150px;
}
