/* Using the CSS below, you can create a custom header for yourself */
/* Please make a copy of this CSS first in case you screw it up and need to revert it. If you don't, and you screw things up, you'll have to reinstall the theme. */

#headerWrapper {
	background-image: url(../../images/editable_images/header_background.jpg); /* This image can be edited using RWmultitool */	
	background-position: top center;
	background-repeat: no-repeat;
}
#pageHeader {
	height: 176px; /* This should match the height of your background image */
	line-height: 176px; /* This should match the number above so that your header text is vertically aligned in the middle. */
}
#pageHeader #logo img {
	margin: 50px 10px 0px 10px; /* Set the margins for your logo to suit your taste */
}
#pageHeader .siteTitle { /* If you do not want the site title to show, disable it using the Site Inspector */
	float: left;
	font-family: 'arial black', 'Lucida Grande', Tahoma, Verdana, Arial;
	font-size: 21px;
}
#pageHeader .tagline { /* If you do not want the tagline to show, disable it using the Site Inspector */
	float: right;
	font-style: italic; /* options include: italic, normal */
	font-size: 12px;
}
