/*   
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;
        margin-left: auto;
        margin-right: auto;
}	

/*content*/
#bg{
	float: left;
	width:900px;
}
#content{
font-size: 14px;
	width: 500px;
	float: left;
	height: 100%;
	margin-bottom: 50px;
        padding: 5px 0 0 90px;
}
#content   h2   a:link {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

#content h2 a:visited {
	text-decoration: none;
	color: #333333;
	}
#content h2 a:active {
	text-decoration: none;
	color: #000000;
}
#content h2 a:hover  {
	text-decoration: none;
	color: #333333;
}
#content  small {
	font-size: 9px;
}
#commentssection {
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #857B7B;
	padding: 10px;
}
ol.commentlist  {
	list-style: none;
	margin-top: 15px;
}
#commentbox {
	border: thin solid #857B7B;
	margin-top: 25px;
	margin-bottom: 10px;
}
/*sidebar*/
#sidebar{
	float: right;
	width: 255px;
	hei: 300px;
	padding: 5px 20px 0 15px
}
#sidebar ul {
	font-style: normal;
	list-style-image: none;
	list-style-type: none;
}
#sidebar li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-weight: normal;
	height: auto;
	width: auto;
	font-size: 12px;
}
#sidebar h2 {
	size: 14;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #857B7B;
	margin-top: 10px;
	margin-right: 20px;
}
#sidebar a:link {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#sidebar a:visited {
	text-decoration: none;
	color: #333333;
}
#sidebar a:active {
	text-decoration: none;
	color: #000000;
}
#sidebar a:hover  {
	text-decoration: underline;
	color: #333333;
}
.entry{
size: 14;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #857B7B;
	padding-top: 5px;
	padding-bottom: 15px;
}

/* flickr?? */

#flickr img { 
width: auto; 

margin: 0 10px 10px 0; 
border: 1px solid #000; 
 }


/*search form*/
#searchform {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#s {
	border: thin solid #857B7B;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer{
	background-image: url(images/footer.png);
	width: 100%;
	height: 300px;
	float: left;
	text-align: center;
	font-size: 10px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	color: #FFFFFF;
	padding-top: 60px;
padding-right: 25px;

}
.hidden {
	font-size: 18px;
	font-family: Arial;
}
.submit {
	background-color: #333333;
}
.navigation {
	padding-top: 15px;
	text-align: center;
}
.post {margin-bottom: 25px;}



