/* Styles for charcoal template */

@import "body.css";
@import "text.css";
@import "menu.css";
@import "footer.css";

a { 
	color: #54545e;
	font-weight: bold;
}

a:hover {
	background: #54545e;
	color: #fff;
}

h1 {
	display: block;
	background: #54545e;
	color: #fff;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-size: 200%;
	line-height: 125%;
}

h1#title {
	font-weight: normal;
	letter-spacing: -5%;
}

h2 { 
	color: #54545e;
	font-size: 125%;
}

div#wrap {
	background: #54545e url(../images/charcoal/top_bg.jpg) repeat-x;
}

div#content {
	background: #54545e url(../images/charcoal/content_bg.jpg) repeat-y;
}

div#footer {
	background: url(../images/charcoal/bot_bg.jpg) repeat-x;
}

div#copyright {
	background: url(../images/charcoal/footer.jpg) no-repeat;
}
