div#splatPlazaInfo {
}

div#infoWrapper {
	width: 100%;
	top: 820px;
	position: absolute;
	background-color: white;
}

/* ---------------------------- MODIFIERS ------------------------------ */

.leftborder
{
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
}

.noframe
{
	margin: 0;
	padding: 0;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.dropshadow
{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.centered
{
	margin: 0 auto;
}

.width1024
{
	width: 1024px;
	overflow: hidden;
}

.featureList
{
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
}



/* ---------------------------- HEADER ------------------------------ */

#header {
	width: 340px;
	height: 550px;
	left: 30px;
	background-color: yellow;
	text-align: center;
	margin-top: 150px;
	
}

#header > div {
	background-color: yellow;
	height: 200px;
}

#header > div > h2
{
	text-shadow: 0px 1px 1px black;	
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	text-align: center;
	color: #f0f0f0;
}


/* ---------------------------- Welcome Splash ------------------------------ */

div#welcome {
	width: 768px;
	height: 592px;
	margin: 150px auto 0;
	
}

div#welcome > form {
	float: right;
	margin: 0;
}

div#welcome > div {
	width: 384px;
	height: 592px;
	text-align: center;
}

div#welcome > div > img {
	
}

div#welcome > div > h1 {
	color: white;
	font-size: 26px;
	text-align: center;
}

div#welcome > div > h2 {
	color: white;
	font-size: 30px;
	text-align: center;
	margin: 20px 0;
}

div#welcome > div > ul {
	list-style: none;
	margin: 30px 0;
	text-align: left;
	position: relative;
	z-index: 10;
}

div#welcome > div li {
	color: white;
	margin: 20px 0;
	font-size: 16px;
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat;
}

div#welcome > div li#featureSearch {
	background-image: url(../images/featureSearch.svg);
}

div#welcome > div > ul > li#featureSchedule {
	background-image: url(../images/featureSchedule.svg);
}

div#welcome > div li#featureCompete {
	background-image: url(../images/featureCompete.svg);
}

div#welcome > div li > b {
	color: white;
	font-size: 16px;
}

div#welcome > div li.note {
	padding: 20px;
	display: block;
	background-color: rgba(255, 255, 255, 0.69);
	color: black;
	font-size: 12px;
	border: 1px solid white;
	border-radius: 6px;
}

/* ---------------------------- FEATURES ------------------------------ */

#features
{
	height: 290px;
	padding-top: 20px;
}

#features > ul
{
	position: absolute;
	z-index: 0;
	display: block;
	width: 1024px;
	height: 310px;
	margin-top: -20px;
}

#features > ul > li
{
	display: block;
	width: 260px;

	font-size: 16px;
	line-height: 22px;

	padding: 20px 45px 20px 20px;
	margin: 15px 5px 5px 10px;
}

#features > ul > li.firstItem
{
	margin-left: 20px;		
}

#features > ul > li.lastItem
{
	padding: 20px;		
}

#features > ul > li > img
{
	margin-left: 80px;
	
}

#features > ul > li > h1
{	
	font-family: 'project_paintballdisplay', Inklined, Ikamodoki, sans-serif;	
	text-align: center;
	font-size: 20px;
	margin: 15px;
}

#features > ul > li > p
{
	text-align: center;
	margin: 0 0 20px 0;
}

#features > ul > li > p > a {
	color: #0055c9
}


/* ---------------------------- HIGHLIGHTS ------------------------------ */

#highlights
{
	background-color: white;
	background-image: url(../images/divider.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 14px;
}

#highlights > ul
{
	width: 80%;
	margin: 60px auto;
	padding-bottom: 80px;
	list-style: none;		
}

#highlights > ul > li
{
	clear: both;
	line-height: 18px;	
}

#highlights > ul > li.spacious
{
	margin-bottom: 60px;
}

#highlights > ul > li > h1
{
	padding-top: 50px;
}

#highlights > ul > li > h1.lessPadding
{
	padding-top: 20px;
	
}

#highlights > ul > li > img
{
}