#info .mainContentWindow > div {
	margin-left: 3.125rem;
}
#info .mainContentWindow > div > h2 {
	font-family: 'Ubold';
	font-size: 1rem;
	margin-bottom: 0.9375rem;
}
#info .mainContentWindow > div > ul {
	padding: 0 0 1.25rem 1.25rem;
}
#info .mainContentWindow > div > ul li {
	margin-bottom: 0.3125rem;
}

/* ---- About ---- */

#about .mainContentWindowTop {
	width: 47.5rem;
	margin-top: 0rem;
}
#about .aboutInfo > h1 {
	height: 3.75rem;
}
#about .aboutInfo > h1 > img {
	display: inline-block;
	margin-right: 0.625rem;
	vertical-align: middle;
}
#about .aboutInfo > p {
	width: 90%;
	margin: 0 auto 2.5rem auto;
	line-height: 1.25rem;
}
#about .imageSlider {
	overflow: auto;
	width: 90%;
	height: 12.5rem;
	padding: 1.25rem;
	border: 0.0625rem solid #c0b59f;
	margin: 0 auto 2.5rem auto;
	border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
	background-color: #e8dabf;
}
#about .iPad {
	height: 23.75rem;
}
#about .imageSlider > div {
	
}
#about .imageSlider td {
	padding-right: 1.25rem;
}
#about .imageSlider td:last-child {
	padding-right: 0rem;
}
#about .aboutInfo > h2 {
	margin-left: 2.375rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
}
#about .aboutInfo .vitals {
	width: 28.125rem;
	margin: 0 auto 1.25rem auto;
	
	border: 0.0625rem solid #c0b59f;
	border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
}
#about .aboutInfo .vitals td {
	padding: 0.3125rem;
	border-bottom: 0.0625rem solid #c0b59f;
}
#about .aboutInfo .vitals td:first-child {
	width: 50%;
	border-right: 0.0625rem solid #c0b59f;
}
#about .aboutInfo .vitals tr:nth-child(even) td {
	background-color: #f3e5ca;
}
#about .aboutInfo .vitals tr:nth-child(odd) td {
	background-color: #e8dabf;
}
#about .aboutInfo > .download {
	text-align: center;
	margin-bottom: 2.5rem;
}
#about .aboutInfo > .download > div {
	margin-bottom: 0.625rem;
	font-style: italic;
}


#about #gameList {
	width: 44.375rem;
	margin: 0.625rem 0.625rem 0 1.5625rem;
	float: left;
}
#about #gameList > div {
	width: 44.375rem;
	float: left;
	height: 4.875rem;
	color: #000;
	background-color: #deceb0;
	margin-bottom: 0.9375rem;
	cursor: pointer;
	border: 0.0625rem solid #b2aca1;
	
	border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
#about #gameList > div:hover {
	background-color: #ceba94;
}
#about #gameList > div:last-child {
	margin-bottom: 0;
}
#about #gameList > .game > .image {
	width: 3.75rem;
	margin: 0.625rem;
	float: left;
}
#about #gameList > .game >.data {
	float: left;
}
#about #gameList > .game >.data > h1 {
	color: #000;
	margin: 0.625rem 0 0.625rem 0;
	font-family: 'UBold';
	font-size: 0.875rem;
}
#about #gameList > .game >.data > p {
	font-size: 0.75rem;
	color: #312b1d;
	display: inline-block;
	width: 38.75rem;
	line-height: 1rem;
}
#about #gameList .rating {
	background: url('/themes/default/images/ratingStar.png') no-repeat;
	height: 2.5rem;
	width: 2.5rem;
	position: absolute;
	margin: -0.8125rem 0 0 43.125rem;
	font-family: 'UBold';
}
#about #gameList .rating > div {
	margin-top: 0.8125rem;
	text-align: center;
	color: #000;
}
#about .ratingInfo {
	margin-top: 1.25rem;
	text-align: center;
	font-style: italic;
	font-size: 0.75rem;
}
#about .mainContentWindowTop h1 {
	margin-bottom: 1.25rem;
}
#about .mainContentWindowTop p.info {
	width: 80%;
	margin: 0 auto 2.5rem auto;
	line-height: 1.25rem;
}


/* -- Contact Form -- */

.popup {
	font-size: 1rem;
}
.popup .innerWrapper {
	background-color: transparent;
}
.popup .box {	
	width: 37.5rem;
	margin: auto;
	padding: 0.625rem 0 0.625rem 0;
	min-height: 18.75rem;
	
	background-color: #292825;
	
	border: 0.25rem solid #5d5d5d;
	
	border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
#moreInfo,
.complete {
	display: none;
}
.popupInfo {
	color: #fff;
	font-size: 1rem;
	min-height: 3.125rem;
	line-height: 1.25rem;
	width: 22.5rem;
	margin: 0 auto 1.25rem auto;
	padding: 0.625rem 1.25rem 1.25rem 1.25rem;
	
	background-color: #373535;
	border: 0.0625rem solid #5d5d5d;
	
	border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
	
}
.popupInfo > div {
	text-align: center;
	margin-bottom: 0.625rem;
	font-family: 'Ubold';
}

/* -- Contact Box -- */
.contactBox {
	padding: 0.625rem;
	text-align: center;
	border: 0.0625rem solid #000;
	background-color: #bfb199;
	line-height: 1.25rem;
	width: 90%;
	margin: 2.5rem auto 0 auto;
	
	border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
}
.contactBox > a {
	font-family: 'Ubold';
	text-decoration: underline;
}
.comment .userContentTitle {
	margin-bottom: 1.25rem;
}