/*
Theme Name: In-Motion Tumble Cheer 0.2
Theme URI: http://www.inmotiontc.com
Description: The default In-Motion theme.
Author: Watershawl
Author URI: http://watershawl.com
Colors: Red #cc0000, gray #999999;
*/

img, div, a {
	behavior: url(iepngfix.htc);
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	margin: 0;
	background-color: #000000;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 20px auto 0;
	width: 950px;
}

#header {
	text-align: left;
	background-color: #cc0000;
	margin: 0;
	height: 200px;
	padding: 20px 0 0 0;
	border-bottom: 3px solid #000000;
}

#sidebar {
	background-color: #ffffff;
	margin: 0px 10px 10px 10px;
	float: left;
	clear: left;
	width: 20%;
}

#sidebar h2 {
	font-size: 1em;
	margin: 10px 0px 0px 0px;
}

#footer {
	font-size: 1em;
	float: left;
	clear: left;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

#content {
	background-color: #ffffff;
	float: left;
	clear: right;
	width: 70%;
	padding-bottom: 10px;
}

#page {
	border-top: 1px solid #333333;
	background: #ffffff;
	visibility: visible;
	float: left;
	width: 100%;
}

h1 {
	color: #cc0000;
}

h2 {
	font-size: 1.6em;
}

img {
	border: none;
}

hr {
	clear: both;
	display: none;
	height: 10px;
}

#white {
	background-color: #ffffff;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color: #cc0000;
}

a:hover, a:visited:hover {
	color: #999999;
}

.post {

}

.entry {
	float: left;
	text-align: left;
}

.cform {
	float: left;
	text-align: left;
}

#cformsform {
	margin: 0 0 0 60px;
}

td { vertical-align: top; }

/* Easy Slider */

	#slider {
		height:175px;
		width: 425px;
		overflow: hidden;
		margin: auto;
	}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:425px;
		height:175px;
		overflow:hidden; 
		}
	span#prevBtn{ display: none; }
	span#nextBtn{ display: none; }					

/* // Easy Slider */