	BODY {
		margin: 0px; padding: 0px;
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 12px;
		text-align: center;
		background: #333333;
	}
	
	P {

	}
	
	H1, H2, H3, H4 {
		margin: 2px 0px;
		color: #BB0000;
		font-weight: bold;
	}
	
	H1 { font-size: 16px; }
	H2 { font-size: 14px; }
	H3 { font-size: 12px; }
	H4 { font-size: 10px; }
	
	A {
		text-decoration: none;
		color: #AA0000;
	}
	
	A:hover {
		color: #FF6600;
	}
	
	
/* --------------------------------------------------- */
/* properties for body and content layout for the site */

	#mainContainer {
		width: 900px;
		margin: auto;
		border: solid 2px #000000;
		background: #330000;
	}
	
	#header {
		width: 900px;
		height: 150px;
		background: url('images/headerBG.jpg') #CC0000;
	}
	
	#navBar {
		width: 100%;
		height: 34px;
		text-align: center;
		padding: 3px 0px;
		background: url('images/navBG.jpg') #000000;
	}
	
	#headerContent {
		width: 100%;
		height: 105px;
	}

	#bodyContainer {
		width: 100%;
		background: url('images/bodyBG.jpg') no-repeat #000000;
	}
	
	#content {
		width: 822px;
		padding: 10px 12px;
		background: #FFFFFF;
		margin: auto;
		text-align: left;
		border: solid 2px #660000;
	}
	
	#sideBar {
		width: 235px;
		padding: 0px 0px 0px 15px;
		float: left;
	}
	
	#footer {
		width: 100%;
		height: 35px;
		background: #000000;
	}
	
	#postContent {
		width: 550px;
		float: left;
		padding-right: 20px;
		border: dotted 1px #CC0000;
		border-width: 0px 1px 0px 0px;
	}
	
	#flashNav {
		margin: -10px 0px 0px -12px;
		width: 575px;
		float: left;
		border: solid 1px #000000;
	}
	
	.siteHeader {
		margin: 0px;
	}
	
	.featuredContent {
		padding: 0px 0px 0px 24px;
	}
	
	.youtubeContent {
		padding: 0px 25px 0px 5px;
		float: right;
	}
	
	.postdate {
		width: 100%;
		text-align: right;
		border: solid 1px #CC0000;
		margin-bottom: 10px;
		border-width: 0px 0px 1px 0px;
	}
	
	.postmetadata {
		font-size: 10px;
		padding-bottom: 12px;
	}
	
	.newsletter {
		width: 208px;
		padding: 5px;
		line-height: 150%;
		font-size: 10px;
		color: #FFFFFF;
		background: #330000;
		border: solid 1px #CC0000;
		border-style: double;
	}
	
	.inputtext {
		width: 200px;
		background: #440000;
		border: solid 1px #CC0000;
		color: #CC0000;
	}
	
	.button {
		/*
		background: #CC0000;
		border: solid 0px;
		color: #330000;
		*/
	}
	
	.fixer {
		width: 100%;
		height: 2px;
		clear: both;
	}
	
	.nav_star {
		background: url('images/navBar_star.jpg') no-repeat;
	}

	.nav_home { background: url('images/navBtn_home_off.jpg') no-repeat; }
	.nav_about { background: url('images/navBtn_about_off.jpg') no-repeat; }
	.nav_fans { background: url('images/navBtn_fans_off.jpg') no-repeat; }
	.nav_media { background: url('images/navBtn_media_off.jpg') no-repeat; }
	.nav_news { background: url('images/navBtn_news_off.jpg') no-repeat; }
	.nav_store { background: url('images/navBtn_store_off.jpg') no-repeat; }
	.nav_partners { background: url('images/navBtn_partners_off.jpg') no-repeat; }
	.nav_contact { background: url('images/navBtn_contact_off.jpg') no-repeat; }
	
	.nav_home:hover { background: url('images/navBtn_home_on.jpg') no-repeat; }
	.nav_about:hover { background: url('images/navBtn_about_on.jpg') no-repeat; }
	.nav_fans:hover { background: url('images/navBtn_fans_on.jpg') no-repeat; }
	.nav_media:hover { background: url('images/navBtn_media_on.jpg') no-repeat; }
	.nav_news:hover { background: url('images/navBtn_news_on.jpg') no-repeat; }
	.nav_store:hover { background: url('images/navBtn_store_on.jpg') no-repeat; }
	.nav_partners:hover { background: url('images/navBtn_partners_on.jpg') no-repeat; }
	.nav_contact:hover { background: url('images/navBtn_contact_on.jpg') no-repeat; }
	
	
	.storeThumb {
		border: dotted 1px #CC0000;
	}

/* properties for body and content layout for the site */
/* --------------------------------------------------- */

/* --------------------------------------------- */
/* Alignment properties (for Wordpress defaults) */
	
	.alignright {
		float: right;
		margin: 5px;
	}
	
	.alignleft {
		float: left;
		margin: 5px;
	}
	
	.aligncenter {
		margin: 5px;
	}
	
/* Alignment properties (for Wordpress defaults) */
/* --------------------------------------------- */
