/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 17px/18px MyriadWebPro, arial, sans-serif;
	color: #000;
	min-width: 750px;
}

h1 {
	float: left;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}

h1 a {
	color: #000;
	text-decoration: none;
}

.h0	{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.h1	{
	color: #595959
}

.h2	{
	color: #000
}

h2 {
	width: 225px;
	float: right;
	margin: 0;
	margin-right: 10px;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
	color: #000;
	
}

h3 {
	margin: 20px 0;
	font-size: 29px;
	line-height: 29px;
	font-weight: normal;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
}

p {
	margin: 15px 0;
}

ol, ul {
	margin: 15px 0;
	padding: 0 0 0 20px;
}

a {
	color: #0D98AD;
	text-decoration: underline;
	-webkit-transition:all .20s;
	-moz-transition:all .20s;
	transition:all .20s;
}

a strong,
a img {
	-webkit-transition:all .20s;
	-moz-transition:all .20s;
	transition:all .20s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

a img {
	border: none;
}

.cleaner {
	clear: both;
}


/** LAYOUT */

#header-wrap,
#content-wrap,
#bottom-wrap,
#footer-wrap,
#copyright-wrap {
/*
	width: 750px;
	margin: 0 auto;
*/
}

.wrapper {
	width: 720px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

#header-wrap {
	background: #EAC32A;
	border-bottom: 1px solid #000000;
}

#header {
	padding: 20px 15px;
}

#content-wrap {
	background: #564500;
}

#content {
	width: 656px;
	padding: 1px 47px 27px 47px;
	background: url("../img/content.png") center top no-repeat;
}

.home #content-wrap {
	background-color: none;
}

.home #content {
	width: 650px;
	padding: 1px 50px;
	padding-bottom: 30px;
	background-color: none;
}

#footer-wrap {
	background: #EAC32A;
	border-top: 1px solid #000;
}

#bottom-wrap {
	background: #DADADA;
	border-bottom: 6px solid #564500;
}

#bottom {
	width: 700px;
	padding: 20px 25px;
}

#footer {
	width: 700px;
	padding: 20px 25px;
	background: url("../img/footer.png") center top no-repeat;
}

#copyright-wrap {
	background: #564500;
}

#copyright {
	width: 716px;
	padding: 17px;
}

/* games home */

#games-home .game {
	margin-top: 16px;
	padding: 10px;
	padding-right: 15px;
	background: #000 url("../img/game.png") 185px 0 no-repeat;
	font-size: 15px;
	line-height: 15px;
	position: relative;
}

#games-home .game:first-child {
	margin-top: 0;
}

#games-home .game img {
	float: left;
	border: 1px solid #fff;
	outline: 10px solid #E7C327;
}

#games-home .game p {
	width: 435px;
	float: right;
	margin: 0;
	margin-top: 15px;
	font-size: 16px;
	line-height: 16px;
	text-align: justify;
	color: #fff;
}

#games-home .game a {
	text-decoration: none;
}

#games-home .game a strong {
	width: 435px;
	float: right;
	display: block;
	margin-top: 30px; 
	color: #fff;
	font-size: 19px;
}

#games-home .game a:hover strong {
	color: #EAC32A;
}

#games-home .game .button {
	display: block;
	position: absolute;
	right: 18px;
	top: 0;
	border-radius: 0 0 10px 10px;
	padding: 18px 20px;
	background: url("../img/button.png");
	border: 2px solid #fff;
	border-top: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

#games-home .game .button:hover {
	background-position: 20px 0;
}

/* games sub */

#games-sub .game {
	width: 316px;
	float: left;
	background: #000;
	border: 1px solid #F9E400;
}

#games-sub .game:first-child {
	margin-right: 18px;
}

#games-sub .game img {
	width: 132px;
	float: left;
	margin: 8px;
}

#games-sub .game a {
	text-decoration: none;
}

#games-sub .game a strong {
	color: #fff;
	width: 165px;
	float: left;
	margin-top: 42px;
	font-size: 15px;
}

#games-sub .game a:hover strong {
	color: #aaa;
}

#games-sub .game .button {
	width: 150px;
	float: right;
	display: block;
	margin-top: 5px;
	padding: 7px 8px;
	background: #FFEA01;
	border: 1px solid #fff;
	border-right: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

#games-sub .game .button:hover {
	color: #555;
}

/* games */

#games {
	margin-left: 10px;
}

#games .game {
	display: block;
	width: 137px;
	float: left;
	margin-left: 13px;
	margin-bottom: 15px;
	padding: 20px 10px;
	border: 1px solid #FFEA01;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 10px #ccc;
	background: #F3F3F3 linear-gradient(#FEFEFE, #F3F3F3);
	-pie-background: #F3F3F3 linear-gradient(#FEFEFE, #F3F3F3);
	position: relative;
	behavior: url("../../../css/PIE.htc");
}

#games .game strong {
	margin-top: 5px;
	display: block;
	font-weight: normal;
	color: #343434;
}

#games .game:first-child,
#games .game:first-child+.game+.game+.game+.game,
#games .game:first-child+.game+.game+.game+.game+.game+.game+.game+.game {
	clear: both;
	margin-left: 0;
}

#games .game:hover {
	box-shadow: 0 0 15px #999;
}

/* game */

#game {
	padding: 18px 27px 0px 27px;
	background: #000;
	border: 1px solid #F9E400;
}

#game.slim {
	height: 474px;
}

#game-in {
	width: 600px;
	height: 565px;
	overflow: hidden;
	position: relative;
	border: 1px solid #F0DC03;
}

#game.slim #game-in {
	height: 451px;
}

#game iframe {
	width: 600px;
	height: 562px;
}

#game.slim iframe {
	margin-top: -65px;
}

/* other */

.sub #content p {
	color: #fff;
}

.home #bottom h3 {
	margin-top: 5px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 21px;
	border-bottom: 1px solid #E6C84C;
	text-align: left;
	color: #000;
}

.home #bottom > img {
	float: left;
	border: 4px solid #564500;
	margin-right: 15px;
	margin-bottom: 15px;
}

#footer h3 {
	margin-top: 5px;
	font-size: 21px;
	line-height: 21px;
	text-align: left;
	color: #000;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline-block;
	margin-left: 40px;
}

#footer li:first-child {
	margin-left: 0;
}

#footer li img {
	vertical-align: middle;
}

#copyright p {
	float: left;
	margin: 0;
	margin-top: 24px;
	color: #fff;
	font-size: 16px;
}

#copyright em {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	border: 5px solid #9A8E68;
	border-radius: 30px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #9A8E68;
	letter-spacing: -2px;
	position: relative;
	behavior: url("../../../css/PIE.htc");
}

#content h3 {
	color: #fff;
}

.home #content h3 {
	text-align: left;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
