/* 
2885DA
0C508D

9CA70E
858D13

E44941 */



#body
{
background-color: #2884da;
font-family: Verdana;
}

#PageContainer
{
margin-left: auto;
margin-right: auto;	
background-color: #2884da;
max-width: 1140px;
height: 100%;
}

#header
{
width: 100%;
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}

#menu
{
text-align: center;
width: 500px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
background-color:#679dcf;
display:block;
border:2px solid grey;
border-radius: 10px;
-moz-border-radius:10px; 
/* Firefox 3.6 and earlier */
}

#menulist
{
margin: 5px 2px 5px 2px;
padding: 0px 0px 0px 0px;
}

	#menulist li
	{
	margin: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;

	}

	#menulist li a
	{
	color: #e6e6e6;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	-moz-border-radius:5px;
	}

	#menulist li a:hover
	{
	color: #E44941;
 	background-color: white;
	text-decoration: overline underline;
	font-weight: bold;
	}

#menulistfooter
{
margin: 5px 2px 5px 2px;
padding: 0px 0px 0px 0px;
}

	#menulistfooter li
	{
	margin: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;

	}

	#menulistfooter li a
	{
	color: #e6e6e6;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	}

	#menulistfooter li a:hover
	{
	color: #E44941;
	}	
	
#bodycont
{
width: 1140px;
margin-left: auto;
margin-right: auto;
}

#galleria
{
height: 450px;
width: 100%;
background: #111111;
}

#gamessection
{
width: 300px;
height: 206px;
margin-left: auto;
margin-right: auto;
background-image: url('images/icons/GamesMenu.png')
}



.button
{
/* font-weight: bold;
font-variant: small-caps; */
}

/* Text Alignments */
	.textcenter
	{
	text-align: center;
	}

	.textleft
	{
	text-align: left;
	}

	.textright
	{
	text-align: right;
	}

	
.divcenter
{
margin-left: auto;
margin-right: auto;
}

.contentheader
{
color: #e9e9e9;
font-size: 16pt;
margin-bottom: 2px;
}

.game
{
}

	.game a
	{
	position: relative;
	}

	.game a:hover
	{
		opacity : 0.7;
		filter: alpha(opacity=70); /* msie */
	}
	
	.game img
	{
	border: solid #9CA70E 4px;
	border-radius: 25px;
	}
	
.PlayButton
{
width: 150px;
height: 52px;
background-image: url('images/icons/PlayButton.png');
position: absolute;
top: -102px;
left: 84px;
}

#footer
{
text-align: center;
margin-top:0px;
margin-bottom: 10px;
}
	#footerlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}

.pink
{
background-color: pink;
}

.sectionbreak
{
margin-top: 20px;
margin-bottom: 20px;
border: 0; 
height: 2px; 
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.sectionheader
{
text-align: center;
font-size: 18pt;
}

.copyright
{
font-size: 10pt;
font-style: italic;
}

/* .abouttext
{
width: 285px;
} */


/* ABOUT PAGE */
.LoveHate
{
list-style-type: none;
}

	.LoveHate li
	{
	display: inline;
	}



.heart
{
margin-top:50px;
}

/* Story Style */
.oneYear
{
font-size: 72pt;
font-family: Impact, Charcoal, sans-serif;
color: white;
margin-top: 25px;
margin-bottom: 0px;
}

.dressed
{
font-size: 24pt;
text-align: left;
margin: 0px;
}

.ketchupColor
{
color: #be0000;
font-weight: bold;
font-size: 36pt;
text-decoration: underline;
}

.mustardColor
{
color: yellow;
font-weight: bold;
font-size: 14pt;
}

.sugarColor
{
color: brown;
}

.bbqColor
{
font-size: 32pt;
color: brown;
}

.talk
{
color: LightSkyBlue;
text-align: right;
margin-right: 100px;
background-color: black;
margin-top: 10px;
margin-bottom: 0px;
}

.but
{
font-size: 96pt;
color: white;
text-align: left;
margin-left: 80px;
margin-top:25px;
margin-bottom: 0px;
}

.sugar
{
margin-top: 0px;
}

.bbqkicks
{
font-weight: 48pt;
text-align: right;
margin-right: 150px;
color: white;
}

/* CONTACT PAGE */

.emailText
{
color: white;
font-family: Impact, Charcoal, sans-serif;
font-size: 20pt;
}

	.emailText a
	{
	color: white;
	}
