/* CSS Document */

@import "general.css";
@import "layout.css";
@import "menu.css";
@import "frameworks.css";
@import "blogger.css";


/* HOME PAGE */

#heading
{
	clear: both;
	width: 100%;
}
#heading .bandName
{
	color: #009;
	font-size: 2.5em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	text-transform: capitalize;
}

hr
{
	border-top: 1px dotted #cccccc;
	height: 1px;
	padding: 0;
	width: 100%;
}