/*--------------------------------------*/
/* CSS Created by Penny Arcade - 2013 --*/
/* www.penny-arcade.com ----------------*/
/*--------------------------------------*/

@import url("fonts.css");

/*---------------------*/
/* General ------------*/
/*---------------------*/
* {margin: 0;padding: 0;}
body {
	background: #101112 url(../img/bg_tile_brick.png) top left repeat;
	font-family: "Courier New", Courier, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #ccc;	
	cursor: url(../img/cursor.cur), auto;
}
hr {display: none;}
img, fieldset {border: none;}
a:link, a:visited {color: #cf5e25;}
a:hover, a:active {color: #0c3be8;}
.content {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
.txt {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
.btn {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	text-transform: capitalize;
	cursor: pointer;
	border: 0;
}
input.btn:hover,
a.btn:hover {background-position: bottom left !important;}
.font {
	font-family: "Venice", "Courier New", Courier, Verdana, sans-serif;
	font-size: 38px;
	line-height: 36px;
	font-weight: normal !important;
	text-shadow: 0 3px 0 #000;
	color: #b3b3b3;
}
h1.font {
	font-size: 120px;
	line-height: 120px;
	text-shadow: 0 7px 0 #000;
	text-align: center;
}
/*---------------------*/
/* Brand Bar ----------*/
/*---------------------*/
#bb {
	background: url(../img/bg_tile_brick.png) top left repeat;
	height: 35px;
}
#bb ul {
	background: url(../img/bb_bg.png) center 14px no-repeat;
	overflow: hidden;
	width: 839px;
	height: 35px;
	padding: 0 0 0 115px;
	margin: 0 0 0 2px;
}
#bb li {
	float: left;
	display: inline;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	list-style: none;
	list-style-position: outside;
}
#bb li a {
	font-size: 13px;	
	text-decoration: none;
	color: #ccc;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	display: block;
	height: 35px;
	padding: 11px 0 0 0;
	transition: 		opacity .3s, color .3s;
	-moz-transition: 	opacity .3s, color .3s;
	-webkit-transition: opacity .3s, color .3s;
}
#bb li a:hover {
	color: #fff;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#bb .btnPA       {background: url(../img/bb_pa.png) 0 7px no-repeat;padding-left: 44px;}
#bb .btnPAR      {background: url(../img/bb_par.png) 0 7px no-repeat;padding-left: 36px;}
#bb .btnPAX      {background: url(../img/bb_pax.png) 0 7px no-repeat;padding-left: 32px;}
#bb .btnTrenches {background: url(../img/bb_trenches.png) 0 7px no-repeat;padding-left: 34px;}
#bb .btnCP       {background: url(../img/bb_cp.png) 0 0 no-repeat;padding-left: 38px;margin:0;}
/*---------------------*/
/* Header -------------*/
/*---------------------*/
#header {
	background: url(../img/bg_body_div.png) top left repeat-x;
	padding: 25px 0 20px 0;
}
#header h1 a {
	background: url(../img/logo_rspd.png) top left no-repeat;
	float: left;
	display: inline;
	width: 388px;
	height: 85px;
	margin: 19px 0 0 0;
}
#header #social {
	background: url(../img/txt_share.png) 430px 3px no-repeat;
	list-style: none;
	list-style-position: outside;
	float: right;
	display: inline;
	width: 590px;
	margin: 0 0 21px 0;
}
#header #social li {
	float: right;
	display: inline;
	margin: 0 0 0 5px;
}
#header #social .btnFb,
#header #social .btnTwt,
#header #social .btnRss {
	background: url(../img/btn_fb.png) top left no-repeat;
	width: 25px;
	height: 25px;
}
#header #social .btnTwt {background: url(../img/btn_twt.png) top left no-repeat;}
#header #social .btnRss {background: url(../img/btn_rss.png) top left no-repeat; width: 35px;}
#header #nav {
	list-style: none;
	list-style-position: outside;
	float: left;
	display: inline;
	width: 338px;
	margin: 0 0 0 31px;
}
#header #nav li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#header #nav .btnAbout {
	background: url(../img/btn_about.png) top left no-repeat;
	width: 116px;
	height: 41px;
}
#header #nav .btnFAQ {
	background: url(../img/btn_faq.png) top left no-repeat;
	width: 86px;
	height: 41px;
}
#header #nav .btnOrder {
	background: url(../img/btn_order.png) top left no-repeat;
	width: 106px;
	height: 41px;
}
#header #nav .active .btnFAQ {background: url(../img/btn_faq_active.png) top left no-repeat;}
#header #nav .active .btnAbout {background: url(../img/btn_about_active.png) top left no-repeat;}
#header h2 {
	float: right;
	display: inline;
	text-align: right;
	color: #fff;
	font-size: 23px;
	margin-top: 3px;
}
/*---------------------*/
/* Main ---------------*/
/*---------------------*/
#main {
	background: url(../img/bg_tile_stone.png) top left repeat;
	padding: 0 0 55px 0;
}
/*---------------------*/
/* Left ---------------*/
/*---------------------*/
.left {
	width: 390px;
	float: left;
	display: inline;
}
.left #hero {
	display: block;
	margin: 72px 0 0 0;
}
.left h3.questions {margin: 10px 0 0 0;}
.left ul.questions {
	margin: 22px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}
.left ul.questions a {
	text-decoration: none;
	display: block;
}
.left ul.questions li {
	list-style: none;
	list-style-position: outside;
	background: url(../img/icon_bullet.png) 0 3px no-repeat;
	margin: 0 0 8px 0;
	padding: 0 0 0 18px;
}
.left blockquote {
	margin: 22px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
}
.left blockquote p {margin: 0 0 15px 0;}
.left blockquote cite {
	margin: 0 0 0 20px;
	display: block;
}
/*---------------------*/
/* Order --------------*/
/*---------------------*/
.order .right {
	margin-top: 30px;
}
.order .brick {
	width: 440px;
	margin: 30px 0 0 0;
}
.order .brick img {
	top: -30px;
	right: -30px;
} 
.order .right h4 {
	font-size: 18px;
	margin: 15px 0 5px 0;
}
/*---------------------*/
/* Sign Up ------------*/
/*---------------------*/
.signUp {
	width: 350px;
	margin: 112px 0 0 0;	
}
.signUp p {margin: 0 0 12px 0;}
.signUp p.message {
	font-weight: bold;
	color: #fff600;
}
.signUp input.text {
	background: url(../img/bg_input.png) top left no-repeat;
	font-family: "Courier New", Courier, Helvetica, Arial, Verdana, sans-serif;
	float: left;
	display: inline;
	width: 248px;
	height: 33px;
	padding: 3px 0 0 12px;
	border: 0;
	color: #333;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}
.signUp .btnSubmit {
	background: url(../img/btn_submit.png) top left no-repeat;
	width: 90px;
	height: 36px;
	float: right;
	display: inline;
}
/*---------------------*/
/* Brick --------------*/
/*---------------------*/
.brick {
	background: url(../img/bg_tile_brick_grey.png) top left repeat;
	position: relative;
	border-top:    5px solid #5d5d5d;
	border-right:  5px solid #2c2c2d;
	border-left:   5px solid #2c2c2d;
	border-bottom: 5px solid #080808;
	padding: 10px 15px 15px 15px;
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	text-shadow: 0 1px 0 #000;
}
.brick h3 {
	color: #fff;
	margin: 0 0 10px 0;
}
.brick h4 {
	font-size: 18px;
	margin: 15px 0 5px 0;
}
.brick img {
	position: absolute;
	right: -5px;
	top: -10px;
	z-index: 1;
}
/*---------------------*/
/* Right --------------*/
/*---------------------*/
.right {
	width: 560px;
	float: right;
	display: inline;
}
.right #video {
	background: url(../img/bg_video.png) top left no-repeat;
	width: 550px;
	height: 309px;
	padding: 30px 5px 5px 5px;
	margin: 0 0 24px 0;
}
/*---------------------*/
/* About --------------*/
/*---------------------*/
#about {
	list-style: none;
	list-style-position: outside;
	margin: 15px 0 60px 0;
	overflow: hidden;
}
#about li {
	background: url(../img/bg_game_sml.png) top left no-repeat;
	padding: 5px 5px 0 5px;
	float: left;
	display: inline;
	width: 190px;
	margin: 40px 36px 0 0;
}
#about li.lrg {
	background: url(../img/bg_game_lrg.png) top left no-repeat;
	width: 260px;
	margin-top: 0;
}
#about li img {
	margin: 0 0 5px 0;
	display: block;
}
#about li.last {margin-right: 0;}
#about .txtRSPD1,
#about .txtRSPD2,
#about .txtRSPD3,
#about .txtRSPD4 {
	background: url(../img/txt_rspd1.png) top left no-repeat;
	width: 160px;
	height: 25px;
	margin: 0 auto;
}
#about .txtRSPD2 {background: url(../img/txt_rspd2.png) top left no-repeat;}
#about .txtRSPD3 {background: url(../img/txt_rspd3.png) top left no-repeat;}
#about .txtRSPD4 {background: url(../img/txt_rspd4.png) top left no-repeat;}
#about a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
#about .btnRSPD4 {
	background: url(../img/img_rspd4.png) top left no-repeat;
	width: 190px;
	height: 260px;
	margin: 0 0 5px 0;
}
#about .btnRSPD4:hover {background: url(../img/img_rspd4_hover.png) top left no-repeat;}
.about.left {
	float: right;
	display: inline;
	width: 350px;
}
.about.left a {text-decoration: none;}
.about.right {
	float: left;
	display: inline;
}
.about.right #news .posts h2 {font-size: 17px;}
.about strong.orange {
	font-weight: bold;
	color: #cf5e25;
}
.about .btnDownload {
	background: url(../img/btn_download.png) top left no-repeat;
	width: 210px;
	height: 36px;
	margin: 15px 0 0 0;
}
.btnGetItNow {
	background: url(../img/btn_get_it_now.png) top left no-repeat;
	width: 130px;
	height: 36px;
	margin: 15px 0 0 0;
}
.about .btnRead {
	background: url(../img/btn_read_ep3.png) top left no-repeat;
	width: 285px;
	height: 36px;
	margin: 0 0 15px 0;
}
.about #news {
	background: url(../img/bg_div.png) bottom left no-repeat;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
}
h3.screens {margin: 35px 0 15px 0;}
.screens li {
	background: url(../img/bg_screenshot.png) top left no-repeat;
	padding: 5px;
	list-style: none;
	list-style-position: outside;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.screens li.last {margin-right: 0;}
.screens img {display: block;}
/*---------------------*/
/* News ---------------*/
/*---------------------*/
#news {padding: 12px 0 0 0;}
#news h3 a {
	text-decoration: none;
	color: #b3b3b3;
}
#news h3 a:hover {color: #0c3be8;}
#news .posts {
	list-style: none;
	list-style-position: outside;
	margin: 20px 0 0 0;
	text-shadow: 0 1px 0 #000;
}
#news .posts h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px 0;
	color: #fff;
}
#news .posts h2 a {
	color: #fff;
	text-decoration: none;
}
#news .posts h2 a:hover {color: #0c3be8;}
#news .posts p.date {
	font-weight: bold;
	color: #4c4c4c;
	margin: 0 0 10px 0;
}
#news .posts p.date a {color: #4c4c4c;}
#news .posts p.date a:hover {color: #0c3be8;}
#news .posts p {
	line-height: 17px;
	margin: 0 0 20px 0;
}
#news .posts a {
	text-decoration: none;
	font-weight: bold;
}
#news.home div.posts {
	background: url(../img/bg_div.png) bottom left no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
#news.home .posts {margin-top: 10px;}
#news.home .continue {margin-top: 10px;display: block;}
#news.home .posts > li {
	background: none;
	margin: 0;
	padding: 0;
}
#news .posts > li {
	background: url(../img/bg_div.png) bottom left no-repeat;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
#news .posts li ul {margin: 10px 0 20px 0;}
#news .posts li li {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 5px 0;
}
#news .paginate, .paginate ul {
	overflow: hidden;
	background: none !important;
	margin: 0 !important;
}
#news .paginate li {
	display: inline;
	list-style: none;
	list-style-position: outside;
}
/*---------------------*/
/* Chapter Text -------*/
/*---------------------*/
.chapters {
	width: 800px;
	margin: 22px auto 0 auto;
}
.chapters .title {
	text-align: center;
	margin: 0 0 30px 0;
}
.chapters .title h3 {
	width: 584px;
	float: right;
	display: inline;
	margin: 0 36px 17px 0;
}
.chapters .title h2 {
	clear: both;
	color: #fff;
	font-size: 18px;
}
.chapters a {
	font-weight: bold;
	text-decoration: none;
}
.chapters .body p {
	line-height: 17px;
	margin: 0 0 20px 0;
}
.chapters .body h3 {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 25px 0;
}
.chapters .body {
	background: url(../img/bg_div_lrg.png) bottom left no-repeat;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.chapters .top {
	display: block;	
	text-align: center;
}
.btnPrev {
	background: url(../img/btn_prev.png) top left no-repeat;
	width: 107px;
	height: 36px;
	float: left;
	display: inline;
}
.btnNext {
	background: url(../img/btn_next.png) top left no-repeat;
	width: 73px;
	height: 36px;
	float: right;
	display: inline;
}
/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#footer {background: url(../img/bg_body_div.png) top left repeat-x;}
#footer .content {
	padding: 30px 0 15px 0;
	text-shadow: 0 1px 0 #000;
}
#footer .left h4 {
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 5px 0;
}
#footer .left p {margin: 0 0 15px 0;}
#footer .left a {
	text-decoration: none;
	color: #ccc;
}
#footer .left a:hover {color: #0c3be8;}
#footer .right li {
	list-style: none;
	list-style-position: outside;
	float: right;
	display: inline;
	margin: 0 0 0 30px;
}
#footer .btnZeboyd {
	background: url(../img/logo_zeboyd_games.png) top left no-repeat;
	width: 159px;
	height: 67px;
}
#footer .btnPA {
	background: url(../img/logo_pa.png) top left no-repeat;
	width: 131px;
	height: 67px;
}
#footer .btnTinker {
	background: url(../img/logo_tinker.png) top left no-repeat;
	width: 77px;
	height: 67px;
}