html, body {
	margin:0;
	padding:0;
}
body.page-home { background:#FFF no-repeat top center url(images/elumiqs-banner.jpg); }
body { background:#FFF no-repeat top center url(images/rri-header-bg.jpg); }
* {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#369;
}
a:hover {
	color:#C00;
}

/* Page Header */
.header {
	/*background-color:#FFF;*/
	width:900px;
	height:80px;
	margin:0 auto;
}
.header .rri-logo {
	float:left;
	padding-left:20px;
}
.header .rri-logo a {
	display:block;
	width:90px;
	height:80px;
	margin-top:0px;
	background-image:url(images/rri-games.png);
	background-size:90px 80px;
}
.header .navigation {
	float:right;
	padding-right:20px;
}
.header .navigation a {
	display:inline-block;
	margin:15px 0 0 70px;
	width:100px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:24px;
	color:#666;
}
.header .navigation a:hover {
	color:#C00;
}
.page-home .header .navigation a.home { color:#369; }
.page-support .header .navigation a.support { color:#369; }
.page-received .header .navigation a.contact { color:#369; }

/*Page Body*/
.body {
	clear:both;
	/*background-color:#FFF;*/
}
.body .main-banner {
	height:270px;
	/*background-color:#000;*/
}
.body .content {
	width:860px;
	margin:0 auto;
	padding:20px;
}
.body .content li,
.body .content p {
	line-height:20px;
	font-size:14px;
}
.body .content p {
	margin-top:0;
}
.body .content h3 {
	margin:16px 0 5px 0;
	font-weight:normal;
}
.body .content ul {
	margin-top:0;
	padding-left:30px;
}
.body .content .left-column {
	clear:left;
	float:left;
	width:400px;
}
.body .content .right-column {
	clear:right;
	float:right;
	width:430px;
}

/* Photo Gallery*/
#photo_gallery .slides {
	background-size:430px 323px;
	width:430px;
	height:268px;
	border-radius:7px;
	box-shadow:0 0 5px rgba(0,0,0,0.6);
}
#photo_gallery .slide {
	position:absolute;
	display:none;
	width:430px;
	height:268px;
	border-radius:7px;
	overflow:hidden;
}
#photo_gallery .slide-1 {
	display:block;
}
#photo_gallery .slide img {
	width:430px;
	height:268px;
	border-radius:7px;
}
#photo_gallery .next,
#photo_gallery .prev {
	position:absolute;
	display:none;
	width:100px;
	height:268px;
	z-index:999;
}
#photo_gallery:hover .next,
#photo_gallery:hover .prev {
	display:block;
}
#photo_gallery .next a,
#photo_gallery .prev a {
	display:block;
	width:50px;
	height:50px;
	margin-top:109px;
	margin-left:5px;
	background-repeat:no-repeat;
	background-position:-100px 0;
	background-image:url(images/gallery/symbols.png);
}
#photo_gallery .next { margin:0 0 0 330px; }
#photo_gallery .next a {
	margin-left:45px;
	background-position:-150px 0;
}
#photo_gallery .prev a:hover { background-position:-100px -50px; }
#photo_gallery .next a:hover { background-position:-150px -50px; }

#photo_gallery .bullets {
	width:430px;
	text-align:center;
	padding:5px 0;
}
#photo_gallery .bullets a {
	display:inline-block;
	width:15px;
	height:15px;
	background-size:60px 30px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/gallery/symbols.png);
	margin:0 4px;
}
#photo_gallery .bullets a:hover { background-position:0 -15px; }
#photo_gallery .bullets a.fill { background-position:-15px 0; }
#photo_gallery .bullets a.fill:hover { background-position:-15px -15px; }

/* Platforms / App Stores*/
.platforms {
	width:455px;
	height:190px; /* normal: 190px; on sale: 245px;*/
	/*margin-top:10px;*/
	background:url(images/blocks.png) no-repeat 220px bottom;
	padding-top:14px;
}
.platforms a.mac-appstore {
	display:inline-block;
	width:205px;
	height:59px;
	background:url(images/mac-appstore.png) no-repeat;
	background-size:205px 59px;
	color:#FFF;
	margin-right: 18px;
}
.platforms a.greenlight {
	display:inline-block;
	width:205px;
	height:59px;
	background:url(images/greenlight.png) no-repeat;
	background-size:205px 59px;
	color:#FFF;
}
.platforms p.requirements {
	font-size:14px;
	line-height:20px;
	margin-top:30px;
	margin-left:7px;
}
#onSaleNow {
	color:#900;
	width:205px;
	text-align:center;
	padding-bottom:10px;
	font-size:1.5em;
}
#onSaleNow .time {
	font-size:0.7em;
}

/* Page Footer */
.footer {
	background-color:#E6E6E6;
	height:150px;
}
.footer .social {
	text-align:center;
	padding-top:34px;
	/*display:none;*/
}
.footer .social a {
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 9px;
	color:rgba(0,0,0,0.6);
	vertical-align:middle;
	font-size:2.4em;
}
/*.footer .social a.facebook { }
.footer .social a.twitter { }
.footer .social a.google { }
.footer .social a.youtube { }
.footer .social a.apple { }
.footer .social a.steam { }*/
.footer .social a.rss { display:none; }

.footer .links {
	text-align:center;
	padding-top:20px;
	color:#369;
}
.footer .links a {
	padding:0 10px;
	font-size:14px;
}
.footer .copyright {
	text-align:center;
	padding-top:10px;
	font-size:12px;
	color:#666;
}

/* Contact Us Form */
form.form {
	padding:10px;
}
form.form label {
	color:#666;
}
form.form input.text {
	height:40px;
	width:350px;
	margin:5px 0 20px 0;
	border:#999 1px solid;
	border-radius:4px;
	font-size:20px;
	text-indent:10px;
	background:#FFF;
}
form.form textarea {
	font-size:20px;
	padding:10px;
	width:100%;
	height:250px;
	margin:5px 0 20px 0;
	border:#999 1px solid;
	border-radius:4px;
}
form.form button {
	border:none;
	background:#999;
	border-radius:4px;
	color:#FFF;
	padding:10px 20px;
	font-size:18px;
}
form.form button.submit {
	background:#69B;
}
form.form button.submit:hover {
	background:#47A;
	cursor:pointer;
}
form.form input.error {
	background:#FEE;
	border-color:#C00;
}
form.form .error-msg {
	color:#D00;
}

/* FAQ */
dl.faq {
	padding:10px;
	color:#666;
}
dl.faq dt {
	color:#333;
	margin-bottom: 10px;
}
dl.faq dt:hover {
	color:#C00;
	cursor:pointer;
}
dl.faq dd {
	line-height:20px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:14px;
	display:none;
}

/* Legal */
.page-privacy .content h3 {
	font-weight:bold;
	font-style:italic;
}

/* Press Kit */
ul.thumbnails {
	list-style:none;
	padding-left:5px !important;
	text-align:center;
}
ul.thumbnails li {
	display:inline-block;
	border:#DDD 1px solid;
	border-radius:4px;
	padding:5px;
	margin:10px 10px;
	background:#EEE;
	text-align:center;
}
ul.thumbnails img {
	height:150px;
	margin-bottom:2px;
}