@import "normalize.css";

strong {
	font-weight: bold
}
p {
	margin-bottom: 1em;
}

html {
	background: #222;
}
body {
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 0 #ddd;
	background: white;
	font: 1.2em 'Source Sans Pro', Cabin, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
}

#blue-bar {
	position: absolute;
	height: 6px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #09F;
}

.clear {
	clear: both; height: 1px; overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	opacity: 1;
}

li > a[href^="https://"],
li > a[href^="http://"],
p a[href^="https://"],
p a[href^="http://"] {
	background: url(/images/external-link.png) center right no-repeat;
    padding-right: 13px;
}

li > a[href^="http://"]:hover,
li > a[href^="https://"]:hover,
p a[href^="http://"]:hover,
p a[href^="https://"]:hover {
	background: url(/images/external-link-blue.png) center right no-repeat;
}

h3 a,
h3 a:hover {
	/*display: block;*/
	padding-right: 30px;
	text-decoration: none !important;
	color: inherit;
	background: url(/images/link-arrow.png) center right no-repeat;
	margin-right: 20px;
}

h3 a:hover {
	color: #49b4ff;
	background: url(/images/link-arrow-blue.png) center right no-repeat;
}

h1 { font-size: 2em; font-weight: bold; text-align: center; }
h2 { font-size: 1.8em; font-weight: bold; }
h3 { font-size: 1.2em; font-weight: bold; margin: 0.4em 0; }
h4 { font-size: 1.0em; font-weight: bold; margin: 0.3em 0; }

h1#title {
	font-size: 2em;
	width: 950px;
	margin: 50px auto 50px auto;
}

h2 {
	color: #000;
	padding: 30px 100px;
	margin: 0px;
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 #ddd;
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#fff 100%);
	text-align: center;
}

/* for normal text */
.contentBlock {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.contentBlock h3 { text-align: center; }

.contentBlock p,
.contentBlock li { margin: 10px 0px; }

.contentBlock a {
	color: #09F;
}

.community a {
	color: inherit;
}

.contentBlock a:hover {
	color: #4cb6ff;
}

/* page header */
#header-container {
	margin: 20px 0 40px;
	overflow: hidden;
}
#header {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

#header #homelink {
	cursor: pointer;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
}

#header #homelink span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 18px
}

#header #homelink b {
	color: #0070C3;
}

#header #logo {
	height: 70px;
	width: 70px;
	margin: 20px 0px 0px;
}
#header #logotext {
	height: 50px;
	margin: 10px;
}

#header ul {
	float: right;
	font-size: 19px;
	margin-top: 38px;
}

#header ul li {
	list-style: none;
	float: left;
}

#header ul li a {
	border-radius: 8px;
	padding: 10px 15px;
}

#header ul li a:hover {
	color: #09F
}

.subnav {
	background: #F4F4F4;
	height: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.subnav ul {
	padding-left: 0px;
	width: 950px;
	margin: 0px auto;
}

.subnav li {
	list-style: none;
	float: left;
	margin: 0px;
}

.subnav li a {
	font-size: 0.9em;
	display: inline-block;
	border-radius: 8px;
	padding: 5px 15px;
	color: #888;
}

.subnav li a.selected {
	color: #444;
	cursor: default;
	font-weight: bold;
}

.subnav a:hover {
	color: #09F
}

.contentBlock .btn,
.btn {
	border-radius: 12px;
	background: #09F;
	border: 7px solid #5BF;
	font-weight: bold;
	padding: 10px 40px;
	cursor: pointer;
	color: #FFF;
}

.contentBlock .btn:hover,
.btn:hover {
	background: #22AAFF;
	color: #FFF;
}

/* main content area */
#content {
	clear: both;
	margin: 0px auto;
	background: #FFF;
	border-radius: 4px;
}

.allinone_contentSlider.common .leftNav {
	position:absolute;
	left:0;
	width:60px;
	height:150px;
	background:url(/images/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.common .leftNav:hover {
	background:url(/images/leftNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.common .rightNav {
	position:absolute;
	right:0;
	width:60px;
	height:150px;
	background:url(/images/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.common .rightNav:hover {
	background:url(/images/rightNavON.png) 0 0 no-repeat;
}

.slider-animate {
	position:absolute;
	z-index:2;
	display: none;
	width:100%;
}
.slider-animate > * {
	position: absolute;
}

/* home page */
.btn.space {
	display: inline-block;
	margin-top: 15px;
}

.btn-small {
	border-radius: 10px;
	background: #09F;
	border: 3px solid #5BF;
	font-weight: bold;
	padding: 3px 16px;
	cursor: pointer;
	color: #FFF;
	font-size: 17px;
}

.btn-slider {
	float: right;
	margin-left: 25px;
	width: 150px;
	height: 24px;
	text-align: center;
	padding: 0 0 3px 0;
}

.btnRight {
	float: right;
}

.tryit {
	text-align: center;
}

#btnTryIt {
	font-size: 30px;
	padding: 20px 40px;
	display: inline-block;
}

#gcsdktitle {
	font-weight: bold;
	font-size: 37px;
}

.section {
	width: 255px;
	margin: 12px 30px;
	float: left;
}

.section p {
	font-size: 0.8em;
}

.section p.link {
	text-align: left;
	margin-left: 15px;
}

.section a {
	text-decoration: underline;
}

.feature {
	clear: both;
	padding: 40px 100px 50px;
	border-bottom: 1px solid #CCC;
}

.feature-content, #trailer {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#blobblast.feature-content {
	width: 800px;
}

#blobblast > a {
	padding-top: 40px;
}

#features .feature-content {
	width: 730px;
}

#features .feature-left .feature-content {
	padding-left: 240px;
}

#features .feature-right .feature-content {
	padding-right: 240px;
}

.feature-first {
	padding-top: 15px;
}

.feature-right {
	background-color: #F6F6F6;
}

.feature-image {
	position: absolute;
	max-width: 400px;
	max-height: 300px;
}

.feature-right .feature-image {
	right: 0px;
}

.feature-left .feature-image {
	left: 0px;
}

.feature-left a {
	display: block;
}

.feature, .feature-color {
	color: #555;
}

.feature h3, .feature-color-h3 {
	color: #444;
}

.feature h4, .feature-color-h4 {
	color: #888;
}

.nexus-horizontal {
	float: left;
	position: relative;
	width: 462px;
	height: 264px;
	margin-right: 70px;
}

.nexus-horizontal img.bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.nexus-horizontal img.fg {
	height: 74%;
	width: 70%;
	position: absolute;
	top: 1.85em;
	left: 3.8em;
}

.nexus-vertical {
	position: relative;
	width: 200px;
	height: 350px;
	margin-right: 70px;
	float: right;
	left: 40px;
	top: -30px;
}

.nexus-vertical img.bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.nexus-vertical img.fg {
	height: 74%;
	width: 70%;
	position: absolute;
	top: 5.0em;
	left: 3.8em;
}
.nexus-vertical .feature-image {
	height: 243px;
	max-width: 160px;
	max-height: 243px;
	margin-left: 21px;
	margin-top: 55px;
}

.game {
	border-bottom: 1px solid #CCC;

	/* is an a tag */
	display: block;
	text-decoration: none;
	color: #444;
}

.game img {
	max-width: 150px;
}

.game h3 { color: #444; }
.game h4 { color: #888; }

.game-right {
	padding: 40px 100px 40px 290px;
}

.game-left {
	padding: 40px 440px 40px 100px;
}

.game-right img {
	float: left;
	margin-left: -190px;
}

.game-left img {
	float: right;
	margin-right: -340px;
	max-width: 300px;
}


/* community page */
.community {
}
.community .underline {
	text-decoration: underline;
}

.community h3 { text-align: left; }

/* game page */
.full-game {
}

.gcgame {
	float: right;
	margin-left: 50px;
}

.full-game-image {
	float: left;
	margin-right: 40px;
}

/* footer */
#footer {
	color: #999;
	margin: 0 auto;
	padding: 60px 0px;
	background: #222;
	font-size: 0.8em;
}

#footer #footer-columns {
	margin: 0px auto;
	width: 950px;
	overflow: hidden;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
}

#footer .col {
	float: left;
	width: 160px;
	padding: 0px 20px 0 0;
}

#footer .col:first-child {
	border-left: none;
}

#footer a:hover {
	color: #09F;
}

/* contact page */
.contact {
	overflow: hidden;
}

.contact .contact-top .general {
	display: inline-block;
	width: 55%;
	padding: 10px;
}
.contact .contact-top .specific {
	display: inline-block;
	width: 35%;
	float: right;
	padding: 10px;
}
.contact .contact-top .specific h3 {
	font-size: 18px;
}
.contact ol, .contact ul {
	margin: 0;
	padding: 0;
}
.contact form {
	margin-top: 20px;
}
.contact li {
	list-style: none;
	margin-left: 0px;
}
.contact .details {
	height: 40px;
}
.contact .details label {
	margin-right: 20px;
}
.contact fieldset {
	border: 0px hidden;
	margin: 0;
	padding: 0;
}
.contact .required {
	width: 250px;
	border: 1px solid #AAA;
	border-radius: 10px;
}
.contact .textarea {
	width: 512px;
	height: 150px;
}
.contact .send {
	margin-top: 20px;
	float: right;
}
.contact .response {
	border: 0px hidden;
	width: 100%;
	height: 250px;
	border-radius: 10px;
	margin-top: 20px;
}

/* career page */
.career {
	overflow: hidden;
}

.career .career-top .opening {
	display: inline-block;
	width: 55%;
	padding: 10px;
}
.career .career-top .testimonial {
	display: inline-block;
	width: 35%;
	float: right;
	padding: 10px;
}

.career .career-bottom {
	clear: both;
	width: 100%;
	height: 20px;
}

.career .career-bottom .jobs {
	display: inline-block;
	width: 55%;
	margin-top: 20px;
	padding: 10px;
	float: left;
}
.career .career-bottom .jobs em {
	color: #555;
	font-size: 90%;
}
.career .career-bottom .jobs ul, .career .career-bottom .jobs li {
	width: 100%;
}
.career .career-bottom .jobs li {
	margin-bottom: 10px;
}

.career .career-bottom .perks-why {
	display: inline-block;
	width: 35%;
	float: right;
	margin-top: 20px;
	padding: 10px;
}
.career .bottom {
	width: 100%;
	clear: both;
}

/* blog page */
.blog {
}
.blog .blog-post {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-top: 1px solid #999;
}

.blog-post:nth-child(even){
	background: #f5f5f5;
}
.blog .blog-post h3 {
	font-size: 1.4em;
}
.blog .blog-post h3 span {
	float: right;
	color: rgba(0,0,0,0.5);
	font-size: 80%;
}
.blog .blog-post p {
}
.blog .blog-post p img {
	margin: 0 auto;
	display: block;
}
.blog .blog-post p a {
}

/* games page */
.get-it {
	float: right;
}

.game-preview {
	height: 490px;
}
#game-container320x480 {
	position: relative;
	width: 320px;
	height: 480px;
	float: right;
	margin-bottom: 100px;
	margin-right: 26px;
	margin-left: 70px;
	margin-top: 110px;

}
#game-container320x480 #game {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 480px;
}
#game-container320x480 #preload-game {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 480px;
	opacity: 1;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	cursor: pointer;
}
#game-container320x480 #preload-game #loadingMessage {
	position: absolute;
	top: 200px;
	left: 80px;
	width: 150px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.full-game-text {
	padding-right: 370px;
}

/* about, news */
#newsletter {
	width: 620px;
}
#about {
	width: 950px;
}

#about p,
#newsletter p {
	margin-bottom: 26px;
}

#about a,
#newsletter a {
	font-size: 40px;
	padding: 13px 23px
}

#about #team {
	display: block;
	width: 600px;
	float: left;
	border: 6px solid rgb(53, 163, 249);
	border-radius: 6px;
	margin-top: 8px;
}
#about #join {
	display: block;
	width: 320px;
	float: right;
}

.game-frame {
	float: left;
	margin: 10px;
	margin-bottom: 40px;
	border: 6px solid rgb(53, 163, 249);
	border-radius: 6px;
}

.date {
	color: #888;
	margin-right: 20px;
}

#news li {
	list-style-type: none;
}

/* slider */
#slider-container {
	margin: 0 auto 20px auto;
}
#slider-container h4 {
	color: #888;
	margin: 40px 0px;
}
#slider-container #trailer-thumbnail {
	cursor: pointer;
	width: 400px;
	height: 300px;
	padding: 10px 0 33px 0;
	background: url('../images/videoShadow400.png') bottom center no-repeat;
	float: right;
}
#slider-container #slider-left {
	width: 30px;
}
#slider-container #slider-left input {
	position: relative;
	width: 25px;
	height: 60px;
	background: transparent;
	background-image: url('../images/arrow.png');
	background-position: -25px 0;
	border: 0;
}
#slider-container #slider-left input:hover {
	background-position: 0 0;
}
#slider-container #slider-clip {
	position: relative;
	overflow: hidden;
}
#slider-container #slider-right {
	position: relative;
	width: 30px;
}
#slider-container #slider-right input {
	position: relative;
	width: 25px;
	height: 60px;
	background: transparent;
	background-image: url('../images/arrow.png');
	background-position: -50px 0;
	border: 0;
}
#slider-container #slider-right input:hover {
	background-position: -75px 0;
}
#slider-container #slider-content {
	position: relative;
	left: 0px;
	transition: left 1s;
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
}
#slider-container #slider-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#slider-container #slider-content ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#slider-container #slider-buttons {
	position: relative;
	text-align: center;
}
#slider-container #slider-buttons input {
	border: 1px solid #888;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin: 0 4px 0 4px;
	background-color: rgb(244, 244, 244);
}
#slider-container #slider-buttons input.selected {
	background-color: rgb(0, 153, 255);
}

@media (min-width: 1050px) {
	#slider-left-button {
		margin-left: -30px !important;
	}

	#slider-right-button {
		margin-left: 30px !important;
	}
}

/* cla page */
.cla {
}

.cla form {
	margin-top: 20px;
}
.cla li {
	list-style: none;
	margin-left: 0px;
}
.cla .details {
	height: 40px;
}
.cla .details.address {
	height: 68px
}
.cla .details label {
	padding-top: 2px;
	float: left;
	width: 175px;
}
.cla .details input {
	float: left;
}
.cla .details textarea {
	height: 47px;
}
.cla fieldset {
	border: 0px hidden;
	margin: 0;
	padding: 0;
}
.cla .required {
	width: 310px;
	border: 1px solid #AAA;
	border-radius: 10px;
	padding: 4px 10px;
	font-size: 16px
}
.cla .send {
	margin-top: 20px;
	float: right;
}
.cla .response {
	border: 0px hidden;
	width: 100%;
	height: 250px;
	border-radius: 10px;
	margin-top: 20px;
}

@media (max-width: 1100px) {
	body {
		width: 1100px;
	}

	#blue-bar {
		width: 1100px;
	}
}

#post_footer {
	margin-top: 50px;
	color: #aaa;
	font-size: 80%;
}

.post {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

.post h1,
.post h2,
.post h3,
.post h4 {
	text-align: left;
	margin: 1.8em 0 1em 0;
	padding: 0px;
	line-height: 1.1em;
	border-top: none;
	box-shadow: none;
}

.post h1 {
	margin-bottom: 0px;
}

.post p {
	margin-bottom: 1em;
}

.post p img {
	font-size: 80%;
	margin-left: 2em;
	max-width: 100%;
}

.post > .date {
	margin-bottom: 2em;
}

.post #sidebar {
	float: right;
	width: 280px;
	font-size: 80%;
	line-height: 1.2em;
}

.post #post {
	max-width: 600px;
}

.post #sidebar h3 {
	margin-top: 0px;
}

.post #sidebar ul {
	list-style-type: none;
	padding: 0px;
}

.post #sidebar li {
	margin: 0 0 1em 0;
}

.post .caption {
	font-size: 80%;
	color: #888;
	font-style: italic;
	line-height: 1.3em;
	margin-top: -1em;
	margin-bottom: 2em;
	margin-left: 2em;
}

#postList {
	margin-bottom: 5em;
}

#postList ul {
	list-style-type: none;
}

#postList h4 {
	font-size: 1.4em;
	margin: 2em 0 0 0;
}

#postList .author {
	color: #888;
}