/* =Typography
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'RobotoLight';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background-color: #464646;
	height: 100%;
	font-family: "RobotoLight", Sans-serif;
}



/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #eeeeee;
	text-decoration: none;
	-webkit-transition:all 100ms ease-in;
    -o-transition:all 100ms ease-in;
}

#disqus_thread a {
	color: #828282 !important;
}

#disqus_thread a:hover {
	color: #ff001f !important;
}

a:hover {
	color: #ff001f;
}

/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -60px;
}

#headerWrapper {
	background-color: #464646;
}

#mainWrapper {
	background-color: #eee;
	padding-bottom: 60px;
	min-height: 550px;
}

#footerWrapper {
	position: relative;
	margin-top: -60px;
	height: 60px;
	clear: both;
	background-color: #464646;
}

/* = Content
-----------------------------------------------------------------------------*/
#header {
	max-width: 800px;
	min-width: 800px;
	height: 105px;
	margin: 0px auto;

	color: white;
}

#main {
	padding-top: 40px;
	max-width: 800px;
	min-width: 800px;
	margin: 0px auto;
}

/* =Nav
-----------------------------------------------------------------------------*/

.header-nav  {
	padding-top: 20px;
	font-size: 28px;
	text-transform: uppercase;
}

.header-links {
	float: left;
	padding-top: 17px;
	height: 50px;
}

#header-logo-first {
	visibility: hidden;
	height: 0px;
}

.nav-g ul li a {
	color: #eee;
}

.nav-h ul li, .nav-g ul li {
	margin-right: 0px;
}

.nav-g ul li a:hover {
	text-decoration: none;
	color: #ff0036;
}

/* =Misc
-----------------------------------------------------------------------------*/
.blog-post {
	font-size: 16px;
	text-align: justify;
}

h2 {
	color: #828282;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 10px;

	float: left;
}

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

h4 {
	color: #828282;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;

	float: left;
	clear: both;
}

h2 a {
	color: #828282;
}

article {
	margin-bottom: 60px;
}

article p {
	font-size: 16px;
	text-align: justify;
}

article a {
	color: #828282;
}

.comments {
	background-image: url("../img/comments.png");
	background-size: 46px 36px;
	width: 46px;
	height: 36px;
	line-height: 20px;

	text-align: center;

	position: relative;
	left: -7px;
	top: 7px;

	float: right;
	overflow: hidden;
}

.comments-text {
	width: 35px;
	height: 20px;
	overflow: hidden;
}

.comments a {
	color: #eee;
	position: relative;
	top: 3px;
	font-size: 16px;
	font-weight: bold;
}

.clearer {
	clear: both;
}

.feature-image {
	clear: both;
}

#disqus_thread {
	padding-bottom: 20px;
}

#logo {
	margin: 0px auto;
	margin-top: 160px;
	width: 364px;
	height: 204px;
}

#info {
	text-align: center;
	margin: 0px auto;
	width: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 30px;
	color: #fff;
}

#links {
	text-align: center;
	margin: 0px auto;
	width: auto;
	padding-top: 5px;
	font-size: 16px;
}

.error404 {
	height: auto;
}

.more-link {
	color: #828282;
}

.container {
	font-size: 16px;
}

textarea {
	min-width: 800px;
	max-width: 800px;
	min-height: 200px;
}

.wpcf7-submit {
	text-decoration: none;
  color: #000;
  border-radius: 2px;
  font-family: 'Helvetica Neue', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  padding: .5em 1.05em;
  font-weight: 500;
  font-size: .85em;
  background: #f3f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f2f2', GradientType=0);
}

.wpcf7-submit:hover {
	background: #fff;
  	border: 1px solid #ddd;
}

.wp-pagenavi {
	clear: both;
	text-align: center;

	margin-bottom: 15px;
}

.wp-pagenavi a {
	text-decoration: none;
	color: #828282;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover  {
	border-color: #ff001f;
	color: #ff001f;
}

.wp-pagenavi span.current {
	border: 1px solid #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.game {
	width: 248px;
	height: 210px;
	background-color: #464646;
	color: #eee;
	
}

.game:hover h3 {
	color: #ff001f;
}

.game:hover p {
	color: #fff;
}

.game p {
	padding: 0px 10px;
	font-size: 16px;
}

.game-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0px;
	-webkit-transition:all 100ms ease-in;
    -o-transition:all 100ms ease-in;
}

.fade-img {
	opacity: 0.7;
	-webkit-transition:all 100ms ease-in;
    -o-transition:all 100ms ease-in;
}

.fade-img:hover {
	opacity: 1;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	max-width: 800px;

	min-width: 800px;
	margin: 0px auto;
	height: 60px;
}

.footer-links {
	float: left;
	padding-top: 20px;
	height: 25px;
	color: #eee;
}

.footer-nav  {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.hover img {
	width: 22px;
	height: 22px;
}

.hover {
	-webkit-transition: none;
    -o-transition: none;
}

/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	#header { width: 90%; height: auto;  min-width: 0; max-width: none; }
	#header h1 { margin-bottom: .5em; }
	#footer { width: 90%; min-width: 0; max-width: none; }
	#main { width: 90%; min-width: 0; padding-top: 10px; max-width: none; }

	.footer-links { 
		width: 90% !important; 
		padding: 10px 0px 10px 0px !important; 
		margin: 0px !important;
		text-align: center;
	}

	.comments {
	}

	.header-links { width: 90% !important; padding: 0px !important; margin: 0px !important; }
	#header-logo { visibility: hidden; height: 0px; }
	#header-logo-first { visibility: visible; height: auto; }
	#nav { margin-bottom: 0px; }
	#nav ul li { margin: 0; float: none; margin-bottom: 1px; }
	#nav ul li a, #nav ul li span { display: block; padding: 2px 5px; }
	.feature-image { display: none; }

	textarea {
		min-width: 100%;
		max-width: 100%;
		min-height: 100px;
	}

	.wpcf7-text {
		max-width: 100%;
	}
}

/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.headerWrapper { width: 420px; }
}