body
{
	background: #8AB2C1;	
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	font-size: 20px;
	
	background-image: url("img/bg.png");
	background-repeat: repeat-x;
    background-position:center bottom;
	background-attachment: fixed;
}

div.subtitle
{
	font-weight: 900; 
	font-size: 24px;
	text-align:center;
	padding-bottom: 32px;
}

.grass
{

}
.clouds
{
	background-image: url("img/bg_2.png");
	background-repeat: repeat-x;
    background-position:center top;
	background-attachment: scroll;
	
	animation: animateclouds 64s linear infinite;
	-webkit-animation: animateclouds 64s linear infinite;
}

@keyframes animateclouds
{
	from { background-position: 0 32px; }
	to { background-position: 1024px 32px; }
}

@-webkit-keyframes animateclouds
{
	from { background-position: 0 32px; }
	to { background-position: 1024px 32px; }
}

a
{
	color: #A3F1FF;
	font-weight: 900;
	text-decoration:none;
}

a:visited
{
	color: #84C17D;
	font-weight: 900;
	text-decoration:none;
}

a.menubar
{
	color: #FFFFFF;
	font-weight: 900;
	text-decoration:none;
}

a.incomplete
{
	text-decoration: line-through;
	font-weight: 300;
	opacity: 0.25;
}

div.topbar
{
	background: #A5D0D9;
	
}

div.menubar_container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

div.menubarlink
{
	transition:0.25s;
	height: 40px;
	font-size: 26px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 124px;
	vertical-align:middle;
	padding: 5 15 0 15;
}

div.menubarlink:hover
{
	transition:0.25s;
	background-color:#85A6AD;
	text-align: center;
	color: #ffffff;
	
}

div.menubarlink_current
{
	height: 40px;
	font-size: 26px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 124px;
	vertical-align:middle;
	padding: 5 15 0 15;
	background-color:#6D898F;
}

div.pageholder
{
	margin-left:auto; 
	margin-right: auto; 
	margin-top: 0px; 
	width: 800px;
}

div.content
{
	background: #6D898F;
	padding: 32px 50px 32px 50px;
	border-radius: 10px;
}

/* game array */

div.gamecase
{
	font-size: 14px;
	opacity: 0.7;
	width: 175px;
	height:175px;
	padding: 5px;
	margin: 15px;
	transition: 0.25s;
	text-align:center;
	display: inline-block;
	background-color: #A07E5F;
	background-image: url("img/woodtex.png");
	vertical-align: middle;
	border-width: 6px;
	border-color: #5D371B;
	border-style: outset;
	text-shadow: 0px 2px 2px #000000;
}

a.gamelink
{
	color: #FFFFFF;
	text-align:center;
	font-size: 14px;
	font-weight: 300;
	text-shadow: 0px 2px 2px #000000;
}

img.gamecaseimg
{
	border-width: 3px;
	border-color: #5D371B;
	border-style: inset;
	margin-bottom:8px;
}

div.gamecase:hover
{
	opacity: 1.0;
	transition: 0.5s;
	box-shadow: 0px 0px 50px #51B6FF;
	background-color: #C0A58B;
}


/* game pages */

img.imgtitle
{
	display: block;
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
}

img.screenshot
{
	display: block;
	width: 700px; 
	margin-left: auto; 
	margin-right: auto; 
}

div.buttonbox
{
	display: block;
	width: 700px; 
	text-align:center;
	margin-left: auto; 
	margin-right: auto; 
}

div.playbutton
{
	display: inline-block;
	padding: 8px;
	margin: 8px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	background-color: #8AB2C1;
	border-width: 1px;
	border-style: solid;
	border-color: #A5D0D9;
	border-radius: 8px;
	transition: .25s;
}

div.playbutton:hover
{
	transition: .25s;
	box-shadow: 0px 0px 50px #51B6FF;
	background-color: #A5D0D9;
}

div.legaltext
{
	font-size:12px;
	color: #EEEEEE;
	text-align: center;
}