/*
Theme Name: Spirit Cheer
Theme URI: http://spiritcheer.com/
Description: 
Version: 1.0
Author: Charles Forster & Caleb Stauffer
Author URI: http://charlesforster.com/
Tags: 
*/



* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

html {
	background-color: #000000;
	background-image: url(images/bg2.jpg);
	background-position: top center;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

p {
	margin-bottom: 15px;
}

a {
	color: #F6D300;
}

h1, h2, h3 {
	color: #F6D300;
	font-weight: normal;
}

h1 a, h2 a, h3 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 14px;
	}
	
		h2.archive {
			position: absolute;
			top: 5px;
			z-index: 1;
			text-transform: uppercase;
			font-size: 15px;
			font-weight: bold;
			color: #FFFFFF;
		}
	
img {
	border: none;
}

ul {
	margin-left: 40px;
}



#container {
	width: 589px;
	margin: auto;
}

#header {
	float: left;
	display: inline;
	position: relative;
	width: 692px;
	height: 235px;
	background-image: url(images/bg_copy.jpg);
	background-position: 13px bottom;
}

#logo {
	float: left;
	display: inline;
	width: 692px;
	height: 235px;
	background-image: url(images/logo.jpg);
}

#content {
	float: left;
	display: inline;
	position: relative;
	width: 800px;
	background-image: url(images/bg_copy.jpg);
	background-repeat: repeat-y;
	background-position: 13px 0px;
}

#copy {
	float: left;
	display: inline;
	width: 589px;
	min-height: 600px;
	margin: 0px 0px 0px 1px;
	background-image: url(images/bg_copy_top.png);
}

#copy_bot {
	float: left;
	display: inline;
	width: 519px;
	min-height: 550px;
	padding: 40px 35px 20px 35px;
	background-image: url(images/bg_copy_bot.png);
	background-position: bottom;
}

.post {
	float: left;
	display: inline;
	width: 519px;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #392f49;
}

	.post h2 {
		margin-top: 5px;
	}

.entry {
	float: left;
	display: inline;
	width: 519px;
	margin: 20px 0px 0px 0px;
}
	.post .entry ol {
		margin-left: 40px;
		margin-bottom: 15px;
	}	

	.post .entry img {
		padding: 10px 15px 15px 0px;
	}

.metadata {
	float: left;
	display: inline;
	width: 519px;
	margin: 20px 0px 0px 0px;
}

.navigation {
	float: left;
	display: inline;
	width: 519px;
}

	.navigation a {
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.navigation img {
		margin-top: 1px;
	}

#sidebar {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 200px;
	min-height: 300px;
}

	#sidebar h2 {
		text-transform: uppercase;
		font-size: 17px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	#sidebar ul {
		margin-left: 0px;
	}
	
	#sidebar li {
		list-style-type: none;
	}

	#sidebar a {
		text-decoration: none;
	}

	#categories {
		float: left;
		display: inline;
		width: 200px;
	}
	
	#recentposts li {
		margin-bottom: 5px;
	}

#footer {
	float: left;
	display: inline;
	width: 692px;
	height: 138px;
	margin: 0px 0px 0px 1px;
	background-image: url(images/bg_footer.png);
}

	#copyright {
		float: left;
		display: inline;
		margin: 107px 0px 0px 30px;
		font-size: 11px;
	}
	
	#footer a {
		color: #FFFFFF;
	}



.alt {
	color: #f91e40;
}

.alignleft {
	float: left;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
}

.back {
	position: absolute;
	top: 5px;
	left: 495px;
	z-index: 1;
	padding: 0px 0px 0px 20px;
	background-image: url(images/arrow_back.jpg);
	background-position: 0px 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}


#respond {
	float: left;
	display: inline;
	width: 519px;
	margin: 20px 0px 0px 0px;
}

#commentform input[type=text],
#commentform textarea {
	float: left;
	display: inline;
	width: 292px;
	margin: 0px 0px 6px 0px;
	padding: 4px;
	border: none;
	font-family: Helvetica, Arial;
}

	#commentform textarea {
		width: 511px;
	}
	
#commentform input[type=submit] {
	float: right;
	display: inline;
	background-color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 4px;
	color: #FFFFFF;
}

ol.commentlist {
	float: left;
	display: inline;
	width: 519px;
	list-style-type: none;
}

	ol.commentlist li {
		margin: 20px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		border-top: 2px solid #392f49;
	}
	
.postinfo {
	color: #8484a7;
}