/*   
Theme Name:  CS
Theme URI: htt://www.cheerstormonline.com
Description: Cheer Storm
Author: Corey McGalliard
Author URI: www.providentialmedia.com
Template: 
Version: 1.0
.
Copyright 2009
*/
@import "general.css"; 
@import "menu.css"; 
@import "footer.css"; 
body {
	background-image: url(images/head-bg.png);
	background-repeat: repeat-x;
}
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clip: auto;
}
#header{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 126px;
}	

/*content*/
#bg{
	float: left;
	width:900px;
	
}
#content{
	width: 800px;
	float: left;
	height: auto;
padding-left: 50px;
margin-top: -23px;
}

/*sidebar*/
#sidebar{
	display: none;
}
.post h2 {
display: none;
}

#footer{
	background-image: url(images/footer.png);
	width: 100%;
	height: 200px;
	float: left;
	text-align: center;
	font-size: 10px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 100px;
	color: #FFFFFF;
	padding-top: 40px;
padding-right: 70px;
}

