/***************************/
/***Author: Alex Stomp******/
/*** Background.css*********/
/***************************/

html{background-color: #191919;font-family: "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;}
body{text-align: center;margin: 0 auto;
	background: #e7e7e7 url('http://stompergames.com/wp-content/themes/stomp/images/backgrounds/top_slice.png') repeat-x;}	
.wrap{position: relative;margin: 0 auto; width: 980px;}
#main{min-height: 500px;}
#footer-wrap{
	background: #191919 url('http://stompergames.com/wp-content/themes/stomp/images/backgrounds/foot_slice.png') repeat-x;
	color: white;
	clear: both;
	margin-top: 20px;
	padding: 40px;
}
input.fmtext{color: black;}

/****HEADER****/

#header{float: left;margin-top: 8px;width: 980px;}
#top-header{float: left;width: 980px;padding-bottom: 20px;}
#top-header a #logo{
	background-image: url('http://stompergames.com/wp-content/themes/stomp/images/backgrounds/logo.png');
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 220px;
}
#top-banner-large{
	float: right;
	height: 90px;
	margin-top: 4px;
	width: 728px;
}
#top-banner-small{
	float: left;
	height: 60px;
	width: 468px;
}
#main-nav-wrap{float: right;}
#main-nav{list-style: none;line-height: 20px;padding-right: 125px;width: auto;}
#main-nav li{float: left; padding-left: 20px;padding-right: 20px;}
#main-nav li a{color: #434343; text-decoration: none;font-weight: bold; text-transform: uppercase; font-size: 14pt;}
#main-nav li a:hover{color: #141414;}

/****PAGE BEGINS****/

#main{float: left;padding-top: 10px;}


/****FEATURED-WRAP****/

#feat-carousel{
	background-color: #ffffff;
	border: solid 1px #a2a2a2;
	float: right;
	width: 980px;
	position:relative;
}
span.block{
	background-image:url('http://stompergames.com/wp-content/themes/stomp/images/backgrounds/block_slice.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px white;
	display: block;
	height: 330px;
	overflow: auto;
}
.feat-ribbon{position: absolute;top: -3px;left: -3px;}

/****CONTENT-WRAP****/

#content-wrap{
	float: left;
	width: 702px;
	text-align: left;
	border: solid 1px #a2a2a2;
}
span.block1{
	background-color: white;
	background-image: url('http://stompergames.com/wp-content/themes/stomp/images/backgrounds/block1_slice.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px white;
	float: left;
	display: block;
	min-height: 700px;
	overflow: auto;
	width: 700px;
}
span.block1-cat{
	background-color: white;
	background-image:url('http://stompergames.com/wp-content/themes/stomp/images/backgrounds/block1_slice.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px white;
	float: left;
	display: block;
	min-height: 500px;
	overflow: auto;
	width: 700px;
}
span.block1{padding-bottom: 15px;}
span.block1-cat{padding-bottom: 15px;}
/****SIDE-WRAP****/

#side-wrap{
	position: relative;
	float: right;
	width: 278px;
	margin-top: 0px;}
#search-wrap{text-align: center;margin-top: 10px;}
#sidebar{
	text-align: left;
	float: right;
	border-top: solid 1px #a2a2a2;
	border-bottom: solid 1px #a2a2a2;
	border-right: solid 1px #a2a2a2;
	width: 277px;
	position: relative;}
span.block2{
	background-color: #e0e0e0;
	border: solid 1px white;
	clear: both;
	display: block;
	height: 550px;
}
.side-ribbon{
	float: left;
	position: absolute;
	margin-bottom: 10px;
	top: 10px;
	right: -2px;
}
.side-ribbon-feat{
	float: left;
	clear: both;
	position: absolute;
	top: 150px;
	right: -2px;
}

/****FOOTER****/

#footer-list1{font-size: 11pt;line-height: 20px;list-style: none;margin: 0 auto;padding-bottom: 150px;width: 850px;}
#footer-list1 li{border-right: solid 1px white;float: left;padding-left: 20px; padding-right: 20px;}
#footer-list1 li a{color: white; text-decoration: none;}










