/*  
Theme Name: Alderac-Tomb
Theme URI: http://www.tombthegame.com/
Description: Wordpress theme for Alderac Entertainment Group created by <a href="http://www.holycow.com/">Holy Cow Design</a>.
Version: 1.0
Author: Joe Fulgham
Author URI: http://www.holycow.com/joe/
Tags: Child Theme
Template: alderac

*/

@import url(../alderac/style.css);

/* Clear All */
* {
	margin: 0;
	padding: 0;
}

/* The Basics */

html, body, #subfooter {
	background: #112515 url(images/background-tomb.jpg);
}

#header {
	background: url(images/header-top-tomb.gif);
}

#mainarea, #headerimage, #content {
	background: #d1cac0 url(images/mainarea-background-tomb.jpg);
}

#footer {
	background: #d1cac0 url(images/footer-bottom-tomb.jpg);
}

#firstpostbox h1 {
	background: url(images/mainarea-background-tomb.jpg);
	background-position: -13px 0;
}


.postbox h1 {
	background: url(images/mainarea-background-tomb.jpg);
	background-position: -13px 0;
}
