*{
	margin:0px;
	padding:0px;
	border:0px;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;	
}
*:focus {
    outline: none;
}

html{
	background-color:#494137;
	background:url(/img/bg20.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	text-align:center;
}

body {
	background:url(/img/bg20.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	text-align:center;
}

img { border: 0; }

.shadow
{
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
}

div
{
	color:#544d45;
	border-radius:1px;
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
}
span
{
	color:#544d45;
	border-radius:8px;
	box-shadow: 0px 5px rgba(0, 0, 0, 0.2);
}


a {
	color:#544d45;
    text-decoration: none;
}
a:hover {
	color:#333;
}
h1{
	font-size:28px;
	margin:0px;
	padding:0px;
	line-height:36px;
}

h2{
	font-size:28px;
	margin:0px;
	padding:0px;
	line-height:36px;
}




#main
{
	border-radius:10px;
	margin: auto;
	width:840px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
	background-color:#FFF1;
	background-blend-mode:screen;
}

#contBox
{
	background:#FFF;
	height:127px;
	text-align:justify;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
	transition:background 0.5s, color 0.5s;
	border-radius:14px;
}
#contBox:hover
{
	background:#E0E9ED;
	color:#000;
}

.contBox
{
	background:#FFF;
	height:127px;
	text-align:justify;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
	transition:background 0.5s, color 0.5s;
	border-radius:14px;
}
.contBox:hover
{
	background:#E0E9ED;
	color:#000;
}


#tags
{
	display:inline-block;
	background:#FFF;
	text-align:center;
	margin:4px;
	margin-bottom:10px;
	padding:12px;
	overflow:hidden;
	transition:background 1s, color 1s;
	height:20px;
	font-weight:bold;
	font-size:16px;
}


.outer {
    text-align:center;
    width: 100%;
	margin-bottom:40px;
	box-shadow: none;
}

.pageButton
{
	display:inline-block;
	background:#FFF;
	text-align:center;
	margin:4px;
	padding:8px;
	overflow:hidden;
	transition:background 1s, color 1s;
	width:40px;
	height:20px;
	font-weight:bold;
	font-size:16px;	
}
.pageButtonL
{
	margin-left:0px;
	width:33px;
}
.pageButtonR
{
	margin-right:0px;
	width:33px;
}
.currentPage
{
	text-decoration:underline;
	opacity:0.8;
}

.pics {
	border-radius:10px;
	margin:6px;
	float:left;
	margin-right:10px;
	width:220px;
	height:115px;
}
.txt {
	line-height:24px;
	margin:10px;
	font-size:24px;
	text-align:justify;
}
.txtGameDesc {
	line-height:24px;
	margin:10px;
	font-size:22px;
}
.walkthroughPics{
	vertical-align:text-bottom;
}

#mediaBox
{
	background:#FFF;
	text-align:center;
	margin: auto;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
	line-height:32px;
	font-size:22px;
}

iframe{
border:none;
}

#iframeGame {
	border:0px;
	overflow:hidden;
}

#logo{
	box-shadow:none;
	margin-top:8px;
	margin-bottom:10px;
}

#navBar
{
	position: absolute;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	box-shadow:none;
	margin-top:-62px;
	margin-bottom:10px;
}
.navBtn
{
	width:80px;
	text-align:center;
	float:left;
	opacity:0.5;
}
.navBtn:hover
{
	opacity:1;
}
.navBtnCats
{
	color:#aebdbd;
	font-size:18px;
	line-height:28px;
	display:inline-block;
	float:left;
	vertical-align:text-top;
	margin-left:18px;
	margin-top:-7px;
}
#searchBar
{
	display:inline-block;
	float:left;
	border-radius:12px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	width:190px;
	height:40px;
}

.searchInput
{
	padding: 10px 0px 10px 20px;
	float:left;
	background-color:transparent;
	font-size:18px;
	width:130px;
}
.searchButton
{
	background: none;
    background-image: url(/img/searchIco.gif);
	background-repeat:no-repeat;
    background-position:center;
	width:30px;
	height:40px;
	cursor:pointer;
}

#footer
{
	box-shadow:none;
	color:#968A6D;
}
#footer a
{
	color:#968A6D;
}
#footer a:hover
{
	color:#D1BE98;
}

.setclear { clear: both; }