/*
// location: Web/WP_Test2
// (used for Sublime 2 'Prevu' plugin)
*/

/*
// Design Guidelines - READ BEFORE EDITING!
// ----------------------------------------
//
// This is a responsive design based on twitter's bootstrap framework.
// It uses media queries to style the site.
//
// Media queries are listed for the following breakpoints:
// - 1400px
// - 980px
// - 768px
// - 480px
//
// Based on these sizes:
//
// iPhone (3gs) portrait:
// 	width: 320px
// 	height: 356px
// iPhone (3gs) landscape:
// 	width: 480px
// 	height: 208px
// iPad (non-retina) portrait:
// 	width: 768px
// 	height: 928px
// iPad (non-retina) landscape:
// 	width: 1024px
// 	height: 672px
//
//
// This Style sheet is Organized by these criteria:
//
// - Media Sizes:
//   - Global styles (applied at all sizes)
//      - Use this first if at all possible. Don't put general stuff in the media queries.
//   - Responsive styles - Largest to smallest screen size (inclusively)
//	     - styles in the smaller section will override larger styles, due to CSS's style presedence rules.
//   - Responsive styles - Largest to smallest screen size (exclusively
//      - for styles at only very specific screen sizes.
//      - These should only be used as a last resort
//


/* ======== Global Area ======== */

/* - General and Utility classes - */

	/* NOTE: the 'line-height' set by bootstrap's css is 20px.
	This might require manually setting line-height in some cases */

html, body {  min-width: 300px;} /* Footer Fix */

body {
	background: #1e2327; /* Old browsers */
	background-image: url(images/background_body.png);
	background-size: auto auto;
/*	background-attachment: fixed;*/
	color: #929499;
}

a {
	color: rgb(192,196,197);
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	-ms-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}

a:hover { color:white; text-decoration:none; text-shadow: rgba(255,255,255,.4) 0px 0px 10px;}

.twitter-tweet { text-shadow: none; }

h1, h2, h3, h4
{
	font-family: Century Gothic, sans-serif;
	font-weight: 100;
	color: rgb(230,230,235);
}

h1 { font-size: 25px; line-height: 30px; }

span.text-highlight{
	background-image: url(images/background_text-highlite.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	display: inline-block;
}

span.text-highlight:hover{
	background-image: url(images/background_text-highlite-hover.png);
}

.page-highlite {
	/*position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/back_page-highlite2.png);
	background-repeat: no-repeat;
	background-position: center 50px ;
	background-size: 1600px auto;
	z-index: -2;*/
	position: fixed;
	top: -500px;
	left: 50px;
	right: 0;
	bottom: 0;
	background: radial-gradient(closest-side at 500px 500px, rgb(178, 210, 219) 10%, transparent 90%);
	opacity: 0.14;
	z-index: -2;
}


#page-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*z-index: -1;*/
	background-image: url(images/background_sides_small3.png);
	background-position: top center;
}

.debug-box {
	height: 100px;
	overflow-y: scroll;
}

img.aligncenter {
	display: block;
	text-align: center;
	margin: auto;
}

.hidden { display:none; }

.no-back { background: none !important; }


.responsive-spacer, .banner.responsive-spacer {
	display: block;
	clear: both;
	height: 20px;
}
.responsive-spacer.spacer-large { height: 50px; }

* [class*="response-col-"], * [class*="col-"] {
	float:left;
}

/*.row { padding-bottom: 25px; }*/

.response-col-2, .col-2 { width: 50%; display: inline-block;}
.response-col-3, .col-3 { width: 33.333%; }
.response-col-4, .col-4 { width: 25%; }

.banner {
	height:auto; width: 100%;
	background-image: url(images/background_banner_back2.png);
	background-repeat: repeat-y;
	background-position: center;
}

.banner.dark {
	/*background-image: url(images/background_slider_gradient.png);*/
	background-color: rgba(12,14,15,0.9);
	background-repeat: repeat-x;
	background-position: top;

	/*border: solid 1px rgba(255,255,255,0.05);*/

	-moz-box-shadow: inset 0 -1px 5px rgba(0,0,0,.5), 0 1px 0px rgba(255,255,255,.1), 0 -1px 0px rgba(0,0,0,0.1), 0px 3px 20px rgba(255,255,255,.06);
	-webkit-box-shadow: inset 0 -1px 5px rgba(0,0,0,.5), 0 1px 0px rgba(255,255,255,.1), 0 -1px 0px rgba(0,0,0,0.1), 0px 3px 20px rgba(255,255,255,.06);
	box-shadow: inset 0 -1px 5px rgba(0,0,0,.5), 0 1px 0px rgba(255,255,255,.1), 0 -1px 0px rgba(0,0,0,0.1), 0px 3px 20px rgba(255,255,255,.06);

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	text-shadow: rgba(0,0,0,.6) 0px -3px 0px;
}

.banner.back {
	margin-left: -65px;
	padding-left: 65px;
}

.window-wrapper, .window-wrapper .window {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.window-wrapper {
	background-image: url(images/background_body_overlay.png);
	/*background-image: url(images/background_page_highlite.png);*/
	background-repeat: repeat;
	background-position: top left;
	background-size: auto auto;
	background-color: rgba(41,44,48,1);
	text-shadow: rgba(0,0,0,.4) 0px 2px 0px;
	margin-bottom: 20px;

	/*overflow: hidden;*/


	/* DropShadow */
	/*-moz-box-shadow:     0 0 3px rgba(0,0,0,.7), 0 0 15px rgba(0,0,0,.3);
	-webkit-box-shadow:  0 0 3px rgba(0,0,0,.7), 0 0 15px rgba(0,0,0,.3);
	box-shadow:          0 0 3px rgba(0,0,0,.7), 0 0 15px rgba(0,0,0,.3);*/

}

.window {
	-moz-box-shadow:    inset 0 1px 0px rgba(255,255,255,.22), inset -1px -1px 0px rgba(255,255,255,.07), inset 1px -1px 0px rgba(255,255,255,.07);
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,.22), inset -1px -1px 0px rgba(255,255,255,.07), inset 1px -1px 0px rgba(255,255,255,.07);
	box-shadow:         inset 0 1px 0px rgba(255,255,255,.22), inset -1px -1px 0px rgba(255,255,255,.07), inset 1px -1px 0px rgba(255,255,255,.07);
	width: 100%;
}

.window.highlite-left {
	background-image: url(images/background_page_highlite.png);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.window .window-content {
	padding: 10px 0;
}

.collapse {
	height: 0;
}

.window .window-header { margin-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.5);}
.window .window-header, .window .window-footer {
	background-color: rgba(0,0,0,0.3);
	position: relative;
	padding: 10px;
}
.single .window .window-header { padding: 1px 10px 6px 10px; }

.window .window-header h2 { font-size: 27px;}
.window .window-header h2 a { color: rgb(238,248,255); }

.window .window-footer {
	margin-top: 10px;
	padding: 6px 10px;
	border-top: 1px solid rgba(225,235,255,0.19);
}

.window h1:not(:first-child) {
	padding-top: .5em;
	margin-top: 2em;
	border-top: 1px solid rgba(255,255,255,0.1);

}
.window h2:not(:first-child) {
	margin-top: 1.5em;
}

.window h1 {
	/*margin-left: 20px;*/
	font-size: 30px;
	line-height: 30px;
}

.window h2 {
	font-size: 22px;
	line-height: 1.4em;
}

.window h3 {
	font-size: 18px;
	line-height: normal;
}

.window p {
	color: rgb(182,186,187);
	margin-bottom: 20px;
}

.window ul, .window ol {
	color: rgb(202,207,208);
	margin-bottom: 25px;
}

.drop-shadow{
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.4);
	box-shadow: 0px 15px 30px rgba(0,0,0,.4);
}


/* Content Wrappers and Content Grids */

/* Usage of image grid:

<div class="image-grid">

	// - defines the width, set with 'max-width:value' ;
	<div class="image-wrapper">
		// - defines the actual image with 'background-image: url(...)';
		// - defines the aspect ratio of the image with padding-bottom
		// - -  Example: for 4/3 use 'padding-bottom:75%' - (height*width)*100;)
		<div class="image-content">
			// this is the overlaid outline. can be made to contain
			<div class="image-overlay">
			</div> <!-- image-overlay -->
		</div> <!-- image-content -->
	</div> <!-- image-wrapper -->

	<div class="image-wrapper">
		<div class="image-content">
			<div class="image-overlay">
			</div>
		</div>
	</div>
</div> <!-- image-grid -->
*/

.grid-wrapper {
	position: relative;
	top: 0;
}

.image-grid, .response-grid, .post-grid, .games-grid {
	/*text-align: center;*/
	font-size: 0; /* necessary to fix horizontal default spacing on inline-block elements*/
}

.image-grid > *, .response-grid > *, .post-grid >*, .games-grid >* {
	float:none;
	display: inline-block;
	vertical-align: top; /* necessary to fix vertical default spacing on inline-block*/
}

/* Games Grid*/

.games-grid {
	position: relative;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-right: 0px;
}
.games-grid .games-grid-back {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-right: 1px solid #292c31;
	border-left: 1px solid #41454a;
	border-top: 1px solid #41454a;
	border-bottom: 1px solid #292c31;
	z-index: 3;
}

.games-grid .game {
	text-align: left;
	font-size: 14px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.games-grid .game.disabled .game-thumb{
	opacity: 0.8;
}

.span12 .games-grid .game { width: 33.333%; }
.span8 .games-grid .game { width: 50%; }
.span4 .games-grid .game { width: 100%; }

.games-all .games-grid .game {
	width: 25%;
}

.games-grid .game-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #292c31;
	border-left: 1px solid #41454a;
	border-top: 1px solid #41454a;
	border-bottom: 1px solid #292c31;
}

.games-detail .games-grid .game-wrapper {
	height: 282px;
}

.games-grid .game-content {
	padding: 0px 11px;
}

.games-grid .game-title h3 {
	margin-top: 0;
}

.games-grid .game-text p {
	margin-bottom: -1px;
}

.games-grid .game-excerpt {
	padding-top: 10px;
}

/* Post Grid setup */

.post-grid {
	margin-bottom: -10px;
	margin-left: 0px;
	margin-right: 0px;
}

.post-grid .post {
	text-align: left;
	font-size: 14px;

	width: 33.333%;
	margin-bottom: 12px;
}

.post-grid .post-content {
	margin: 0px 6px;
}

.post-grid .post-thumb, .games-grid .post-thumb {
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-box-shadow 100ms ease-out;
	-moz-transition: -moz-box-shadow 100ms ease-out;
	-o-transition: box-shadow 100ms ease-out;
	-ms-transition: box-shadow 100ms ease-out;
	transition: box-shadow 100ms ease-out;
}

.post-grid .post-thumb .image-overlay, .games-grid .post-thumb .image-overlay {
	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}


.post-grid a:hover .post-thumb, .games-grid a:hover .post-thumb {
	-moz-box-shadow:    0px 3px 11px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 11px rgba(0,0,0,.3);
	box-shadow:         0px 3px 11px rgba(0,0,0,.3);
}

.post-grid a:hover .post-thumb .image-overlay, .games-grid a:hover .post-thumb .image-overlay {
	background-color: rgba(255,255,255,0.05)
}

.post-grid .post-text-wrapper{
	margin: -1px 0 0 0;
	border: 1px solid rgba(255,255,255,0.12);

	background-color: rgba(0,0,0,0.3);
	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;

	-webkit-border-bottom-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-box-shadow: inset 0 1px 26px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0 1px 26px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,1);
	box-shadow: inset 0 1px 26px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,1);
}

.post-grid .post-text-wrapper:hover {
	background-color: rgba(0,0,0,0.35);
}

.post-grid .post .post-text {
	position: relative;
	height: 14em;
	overflow: hidden;

	outline-offset: -2px;
}

.post-grid .post .post-text-overlay:hover {
}

.post-grid .post-header h4{
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	clear:both;
}

.post-grid .post-header .post-date, .post-grid .post-header .post-author, .post-grid .post-header .admin-edit {
	font-size: 0.6em;
	margin-bottom: 4px;
}

.post-grid .post-header .post-date { float: right; }
.post-grid .post-header .post-author { float: left; }

.post-grid a:hover .post-header h4 { color: white; }
.post-grid a:hover .post-header p { color: white; }

.post-grid .post-header {
	padding: 5px 5px 5px 10px;
	font-size: 1.1em;
	outline: 1px solid rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.2);

	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}

.post-grid .post a:hover .post-header {
	background-color: rgba(0,0,0,0.45);
	outline: 1px solid rgba(0,0,0,0.8);
	color: #fff;
	text-shadow: rgba(255,255,255,.6) 0px 0px 10px;
}

.post-grid .post .post-text .post-text-overlay {
	pointer-events:none;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url(images/background_feature_overlay3.png);
	background-repeat: repeat-x;
	background-position: bottom center;

}

.post-grid .post .post-text p.post-text-body {
	font-size: 0.9em;
	color: #929499;
	min-height: 250px;
	margin: 0px 6px;
	padding: 4px 6px 0px 6px;
}


.post-grid .post .post-footer {
	margin-bottom: 10px;
	font-size: 0.8em;
	background-color: rgba(0,0,0,0.3);
	text-align: right;
	position: relative;
	z-index: 2;
	border-top: 1px solid rgb(54,57,60);
	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}

.post-grid .post .post-footer p {
	margin-right: 5px;
	margin-bottom: 0;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.post-grid .post .post-footer:hover {
	background-color: rgba(0,0,0,0.5);
}

.post-grid .post .post-footer:hover p {
	text-shadow: rgba(255,255,255,.4) 0px 0px 10px;
	color: white;
	margin-right: 10px;
}







/* Image outline effect and proportion-locked image div hack*/

.image-wrapper {
	/* need to define 'max-width:' for responsive width */
	width: 100%;
}

.image-wrapper .image-content {
	/* need to define 'padding-top = (height*width)*100 %' for aspect ratio */
	/* need to define 'background-image' for image */
	width: 100%;
	height: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative; /* necessary to keep the position: absolute contained*/
	outline: 1px solid rgba(255,255,255,0.2);
	outline-offset: -1px;
}

.image-wrapper a div.image-content:hover {
	outline: 1px solid rgba(255,255,255,0.37);
}

.image-wrapper .image-content .image-overlay {
	position: absolute;
	/*top: 1px; right: 1px; bottom: 1px; left: 1px;
	outline: 1px solid rgba(255,255,255,0.2);*/
	/*background: url(http://i.imgur.com/HeYHtzI.png);*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}




/* Old Image Outline for when using imgs */

.image-wrapper img.image-content { position: static; }

.image-outline  img {
	outline: solid 1px rgba(0,0,0,.15);
	outline-offset: -2px;
	outline: solid 1px rgba(255,255,255,0.20);
	outline-offset: -1px;
}

.image-outline {
	outline: solid 1px rgba(0,0,0,.15);
	outline-offset: -2px;

	-webkit-transition: outline 50ms ease-in-out;
	-moz-transition: outline 50ms ease-in-out;
	-o-transition: outline 50ms ease-in-out;
	-ms-transition: outline 50ms ease-in-out;
	transition: outline 50ms ease-in-out;


	height: inherit;
}

a .image-outline:hover img{
	outline-color: rgba(255,255,255,0.37);
}

.video-wrapper-content {
	/* aspect ratio is defined by padding-bottom, which for videos is calculated at runtime from the iframe dimensions */
	position: relative;
	padding-top: 1px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.video-wrapper-content * {
	position: absolute;
	width: 100%;
	height: 100%;
}


blockquote {
	background-color: rgba(0,0,0,0.1);

	border-top: 1px solid rgba(0,0,0,0.4);
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(225,235,255,0.1);
	border-left: 7px solid rgba(0,0,0,0.35);


	padding-bottom: 5px;
}

.sidebar {

}

.sidebar .window-content {
}

.sidebar h2 {
	margin-left: 10px;
}

.sidebar.game-meta .window-content {
	padding-top: 0;
}

.sidebar.game-meta .game-site {
	margin-bottom: 0;
}
.sidebar.game-meta .game-site h3 {
	margin: 6px 0 0 0;
}

.sidebar.game-meta .meta_wrapper {
	margin: 0 10px 0 10px;
	padding-top: 10px;
}

.sidebar.game-meta h4{
	font-size: 1.2em;
	margin: 0 5px 5px 0;
	color: #bbb;
	display: inline-block;
}

.sidebar.game-meta p {
	display: inline-block;
	color: #eee;
	margin: 0 0 0 3px;
}

.sidebar ul.categories {

	background-color: rgba(0,0,0,0.2);

	-moz-box-shadow: inset 0 1px 26px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0 1px 26px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,1);
	box-shadow: inset 0 1px 26px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,1);
	margin: 0;
	line-height: 0;
}

.sidebar ul.categories li {
	height: 40px;
	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
	border-top: 1px solid rgba(225,235,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	white-space: nowrap;
	overflow: hidden;
}
.sidebar ul.categories li:hover { background-color: rgba(0,0,0,0.2); }

.sidebar ul.categories li.active { background-color: rgba(0,0,0,0.3);}
.sidebar ul.categories li.active:hover { background-color: rgba(0,0,0,0.4);}

.sidebar ul.categories a {
	padding: 10px;
	display: block;
}

.sidebar .sidebar-footer p{
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	transition: all 100ms ease-out;

	text-align: right;
	margin: 0;
	margin-right: 10px;
	font-size: 12px;
	line-height: 1.5em;

	text-shadow: 0 1px 0 black;
}

.sidebar .sidebar-footer a:hover p {
	margin-right: 15px;
	color: white;
	text-shadow: rgba(255,255,255,.4) 0px 0px 10px;
}

/*.page.page-template-page-custom_press-php */
.child-page-wrapper{
	margin: 10px;
}

/*.page.page-template-page-custom_press-php */
.span12 > .child-page-wrapper .child-page { width: 25%; }
.span9 > .child-page-wrapper .child-page { width: 33.333%;}

/*.page.page-template-page-custom_press-php */
.child-page-wrapper .child-page  h3 {
	display: none;
}

form#searchform {
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0 10px;
	height: 23px;
}

form#searchform .search-wrapper {
	position: relative;
	overflow:hidden;
	margin-right: 10px;
	height: inherit;
}


form#searchform input[type=text] {
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	background-color:rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(225,250,255,0.2);
	color: rgb(240,240,240);
	font-size: 1em;
	margin: 0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*-moz-box-shadow: inset 0 1px 15px rgba(255,255,255,.15);
	-webkit-box-shadow:  inset 0 1px 15px rgba(255,255,255,.15);
	box-shadow:  inset 0 1px 15px rgba(255,255,255,.15);*/
}


form#searchform input[type=submit] {
	float: right;
	height: inherit;
	background-image: url(images/background_search_button.png);
	background-size: auto 100%;
	background-color: #0c0d0f;
	border: 1px solid rgba(225,250,255,0.2);
	border-top: 1px solid rgba(225,250,255, 0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: rgb(140,144,148);
	padding: 3px 10px 3px 6px;
	line-height: 0;

	font-size: 13px;

	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.3);
	box-shadow: 0 1px 7px rgba(0,0,0,.3);

	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	transition: all 150ms ease;
}


form#searchform input[type=submit]:hover{
	background-color: #262d34;
	color: white;
	text-shadow: 0 0 5px rgba(255,255,255,0.4);
}


.response-collapse {
	/*text-align: center;*/
}

/* - Header and navigation menu. This appears on all pages - */

nav.navbar-fixed-top .navbar-inner {
	-moz-box-shadow:     0 0 3px rgba(0,0,0,.5), 0 5px 10px rgba(0,0,0,.15);
	-webkit-box-shadow:  0 0 3px rgba(0,0,0,.5), 0 5px 10px rgba(0,0,0,.15);
	box-shadow:          0 0 3px rgba(0,0,0,.5), 0 5px 10px rgba(0,0,0,.15);
}

nav .navbar-inner .container.menu{
	background-image: url(images/background_nav_highlite.png);
	background-position: left top;
	background-repeat: no-repeat;
}

nav .brand {
	padding: 0 !important;
	margin: 0;
	border: none;
	display: inline-block;
}

nav .brand .icon {
	margin-top: 3px;
	margin-right: 0px;
	margin-left: -21px;
	margin-bottom: -6px;
	width: 54px;
	height: 56px;
	background: url(images/logo_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*nav .brand .icon:hover{
	background-position: -54px 0px
}*/

nav .brand .logo {
	margin-top: 7px;
	width: 274px !important;
	height: 49px !important;
	background: url(images/logo.png) no-repeat 0px 0px;
}

nav .nav>li {
	background-color:rgba(255,255,255,0.03);
	-webkit-transition: background-color 150ms ease;
	-moz-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	-ms-transition: background-color 150ms ease;
	transition: background-color 150ms ease;

	border-right: solid 1px rgba(0,0,0,0.3) !important;
	border-left: solid 1px rgba(255,255,255,0.05) !important;
	margin-right: -1px;
	margin-left: -1px;
}

nav .nav>li:hover {
	background-color:rgba(255,255,255,0.08);
}

nav .nav>li>a:hover {
	text-shadow: rgba(255,255,255,0.5) 0px 0px 5px;
}

nav .nav>li.active a {
	color: rgb(220,220,220) !important;
	text-shadow: rgba(255,255,255,.5) 0px 0px 5px;
}

nav .nav>li.active a:hover {
	color: white !important;
	text-shadow: rgba(255,255,255,1) 0px 0px 20px;
}

nav .dropdown-menu li a{
	padding-top: 0px !important;
}

nav .btn-navbar {
	margin-top:10px;
	margin-right:18px;
}

nav button.btn-navbar {
	margin-right: 17px !important;
	margin-top: 10px !important;
}

nav.navbar .nav>li.games {
	position: relative;
}

nav.navbar .nav .games-dropdown {
	padding-left: 1px;
	padding-right: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	text-align: center;
}
nav.navbar .nav .games-dropdown a {
	padding: 0;
	width: 100%;
	display: block;
	height: 8px;
	border-top: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.1);
}
nav.navbar .nav .games-dropdown a:hover { background-color: rgba(0,0,0,0.6); }
nav.navbar .nav .games-dropdown a .caret {
	margin-top: 2px;
	border-top-color: #999;
}
nav.navbar .nav .games-dropdown a:hover .caret { border-top-color: #eee; }

/* necessary for static menu */
nav + .push { height: 59px; }

.banner.games {
	background-image: url(images/background_banner_dark_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 1px solid rgba(255,255,255,0.13);
	position: fixed;
	z-index: 1020;
	top: 57px;
	overflow: hidden;
	border: 1px solid transparent;
}

.banner.games .games-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	/*height: 85px; */
}

.banner.games .games-wrapper .games-entry {
	width: 16.666%;
}

.banner.games .games-wrapper a {
	text-decoration: none;
	line-height: 0;
	min-height: 100%;
}

.banner.games .games-wrapper h2 {
	font-size: 15px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}

.banner.games .game-entry .image-wrapper{
	-webkit-transition: -webkit-box-shadow 50ms ease-in-out;
	-moz-transition: -moz-box-shadow 50ms ease-in-out;
	-o-transition: box-shadow 50ms ease-in-out;
	-ms-transition: box-shadow 50ms ease-in-out;
	transition: box-shadow 50ms ease-in-out;
}

.banner.games .game-entry .image-wrapper:hover {
	-moz-box-shadow: 0px 1px 30px rgba(255,255,255,.2);
	-webkit-box-shadow: 0px 1px 30px rgba(255,255,255,.2);
	box-shadow: 0px 1px 30px rgba(255,255,255,.2);
}

.banner.games.collapse {
}

.banner.games.in.collapse {
}

/* 404 Classes */

.error-wrapper {
	padding: 10px;
}


/* - Home classes. This is the front page - */

.home header .header-statement {
	background-image: url(images/background_banner_divider.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 30px;
	color: #e8e8e8;
	text-shadow: black 0px 2px 0px;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}
.home header .header-statement h3 {
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
}

.home header .slider {
	height: 233px;
	margin-left: 10px;
	margin-right: 10px;
}

.home header .slider a {
	text-decoration: none;
}

.home header .slider .slider-body {
	font-size: 0;
	line-height: 0;
	display: block;
	margin-right: 240px; /* Same as slider-drawer width */
	-moz-box-shadow:     0 0 3px rgba(0,0,0,.7), 0 5px 10px rgba(0,0,0,.3);
	-webkit-box-shadow:  0 0 3px rgba(0,0,0,.7), 0 5px 10px rgba(0,0,0,.3);
	box-shadow:          0 0 3px rgba(0,0,0,.7), 0 5px 10px rgba(0,0,0,.3);
}

.home header .slider .slider-body a {
	font-size: 0;
	line-height: 0;
}

.home header .slider .slider-drawer {
	float: right;
	height: 165px;
	/* responsive */
	width: 240px;
	/* All text elements in the slider are sized in terms of this font-size */
	font-size: 14px;
}

.home header .slider ul.rslides {
	font-size: 0;
	line-height: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
}

.home header .slider ul.rslides li {
	font-size: 0;
	line-height: 0;
	height: inherit;
	width: 100%;
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.home header .slider ul.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.home header .slider .slider-body li a{
	text-decoration: none;
	outline: none;
}

.home header .slider img {
	height: inherit;
	width: inherit;
	display: block;
	min-width: 100%;
}

.home header .slider-contents {
	margin-top: 0px;
	height: inherit;
	margin-bottom: 0px;

	position: relative;
	left: -2px;
	background-color: rgba(12,14,15,0.1);
	background-image: url(images/background_slider_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px rgba(255,255,255,0.1);
	box-sizing: border-box;
	padding: 10px;

	-moz-box-shadow: inset 0 -1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 -1px 5px rgba(0,0,0,.5);
	box-shadow: inset 0 -1px 5px rgba(0,0,0,.5);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-shadow: rgba(0,0,0,.6) 0px -3px 0px;
}

.home header .slider .slider-content {
	box-sizing: border-box;
	height: 100%;
	display: table;
	width: 100%;
}

.home header .slider .text-holder {
	display: table-row;
	width: 100%;
	overflow-y: scroll;
	overflow-x: none;
}

.home header .slider .header-holder {
	display: table-row;
	width: 100%;
	margin-top: 0;
}

.home header .slider .link-holder {
	width: 100%;
	display: table-cell;
	vertical-align: bottom;

	text-overflow: ellipsis;
	white-space: nowrap;
}

.home header .slider .slider-content h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0;
	margin-top: 0;
}

.home header .slider .slider-content h2 a {
	color: rgb(220,220,225);
}

.home header .slider .slider-content .text-holder p {
	width: 100%;
	font-size: 1em;
	line-height: 1.3em;
	color: rgb(140,140,140);
	margin-top: 10px;
	margin-bottom: 0;
}

.home header .slider .slider-content .link-holder a{
	float: right;
	font-size: 1.1em;
}

.home header .slider .slider-nav {
	height: 20px;
	padding-top: 5px;
	margin: auto;
	margin-right: 10px;
}

.home header .slider .slider-nav ul{
	margin: 0;
	text-align: center;
}

.home header .slider .slider-nav li{
	margin-left: 4px;
	margin-right: 4px;
	display: inline;
}

.home header .slider .slider-nav a{
	text-indent: -9999px;
	display: inline-block;
	color: transparent;
	overflow: hidden;
	background: no-repeat url(images/carousel_buttons.png);

	height: 14px;
	width: 13px;
}

.home header .slider .slider-nav .rslides_here a {
	background-position: 100% 0px;
}

.home header.window-pre-header h1 {
	font-size: 1.7em;
	margin-bottom: 0.3em;
	margin-top: 1.2em;
}

.home .social-media .window {
	height: 550px;
}

.home .social-media .window-content {
	padding: 0;
}


.home .social-media .tab-header{
	font-size: 0;
	line-height: 0;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}

.home .social-media .tab-header ul {
	left: 0px;
	display: block;
	position: relative;
	padding: 0;
	top: 10px;
	float:left;
	border: none;
}

.home .social-media .tab-header li {
	display: block;
	width: 20%;
	margin: 0;
	padding: 0;
	float:left;
}

.home .social-media .tab-header a {
	position: relative;
	width: 32px;
	padding: 0;
	margin: 0px 10px;
	background: none;
	border: none;
}

.home .social-media .social-media-icon {
	position: relative;

	/*outline: 1px solid rgba(255,255,255,0.1);
	outline-offset: -1px;*/
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-moz-box-shadow:     0px 1px 10px rgba(0,0,0,.9);
	-webkit-box-shadow:  0px 1px 10px rgba(0,0,0,.9);
	box-shadow:          0px 1px 10px rgba(0,0,0,.9);

	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	-ms-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;*/

	width: 32px;
	height: 32px;

	background-color: rgba(0,0,0,0.2);
	-moz-box-shadow:    inset 0px 2px 6px rgba(0,0,0,.6), 0px 1px 0px rgba(255,255,255,.1);
	-webkit-box-shadow: inset 0px 2px 6px rgba(0,0,0,.6), 0px 1px 0px rgba(255,255,255,.1);
	box-shadow:         inset 0px 2px 6px rgba(0,0,0,.6), 0px 1px 0px rgba(255,255,255,.1);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background-image: url(images/social_icons/social_sprite.png);
	background-size: auto auto;
	background-repeat: no-repeat;
}

.home .social-media li.active .social-media-icon, .home .social-media a:hover  .social-media-icon {
	/*background-color: blue;*/



}

.home .social-media li.active .twitter-icon {
	/* fix for bootstrap tab button not being clickable when active*/
	cursor: auto;
}

.home .social-media .twitter-icon { background-position: 2px 0 ;}
.home .social-media li.active .twitter-icon, .home .social-media a:hover  .twitter-icon{ background-position: 2px -32px ;}
.home .social-media .facebook-icon { background-position: -62px 0px ; }
.home .social-media li.active .facebook-icon, .home .social-media a:hover .facebook-icon { background-position: -62px -32px ; }
.home .social-media .youtube-icon { background-position: -30px 0px ; }
.home .social-media li.active .youtube-icon, .home .social-media a:hover .youtube-icon { background-position: -30px -32px ; }
.home .social-media .twitch-icon { background-position: -94px 0px ; }
.home .social-media li.active .twitch-icon, .home .social-media a:hover .twitch-icon{ background-position: -94px -32px ; }
.home .social-media .instagram-icon { background-position: -158px 0px ; }
.home .social-media li.active .instagram-icon, .home .social-media a:hover .instagram-icon{ background-position: -158px -32px ; }


.home .social-media .twitter-feed { margin: -5px 10px 0px 10px }
.home .social-media .twitter-feed .twitter-timeline-rendered {
	min-width: 0 !important;
	width: 100%;
	min-height: 600px;
	display: block;
}

.home .social-media .tab-content{
	overflow: auto;
	height: 490px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.25);
	border-top: 1px solid rgba(0,0,0,.4);
	background-color: rgba(0,0,0,.4);
	/*-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 10px, rgba(0, 0, 0, 0.2) 0px 1px 4px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 10px, rgba(0, 0, 0, 0.2) 0px 1px 4px 0px inset;
	box-shadow: rgba(255, 255, 255, 0.1) 0 1px 10px, rgba(0, 0, 0, 0.2) 0px 1px 4px 0px inset;*/

	/* scroll */
	/*scrollbar-arrow-color: #000000;
	scrollbar-base-color: #800000;
	scrollbar-track-color: #0000FF;
	scrollbar-face-color: #800080;
	scrollbar-highlight-color: #EE82EE;
	scrollbar-3dlight-color: #006400;
	scrollbar-darkshadow-color: #FFA500;
	scrollbar-shadow-color: #FFFF00;*/
}

.home .featured-posts .window-wrapper{
	z-index: 2;
	position: relative;
}
.home .featured-posts .window-attachment {
	z-index: 1;
	position: relative;
}


.home .featured-posts .window-attachment .more-featured-posts {
	position: absolute;
	float:right;
	width: auto;
	text-align: center;
	top: 0px;
	right: 10px;
	border: solid 1px rgba(0,0,0,0.6);
	border-top: 2px solid rgba(0,0,0,0.5);
	background-color: rgba(55,60,68,0.5);

	-moz-box-shadow:    inset 0 0 15px rgba(255,255,255,0.05), 0 0 12px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 15px rgba(255,255,255,0.05), 0 0 12px rgba(0,0,0,0.2);
	box-shadow:         inset 0 0 15px rgba(255,255,255,0.05), 0 0 12px rgba(0,0,0,0.2);

	-webkit-border-bottom-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;

	color: rgb(152,156,160);
	text-shadow: 0 1px 0 black;

	-webkit-transition: all 100ms ease-in-out;
	-moz-transition:  all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.home .window-attachment:hover .more-featured-posts {
	background-color: rgba(10,10,12,0.4);
	padding-top: 3px;
	padding-bottom: 6px;
	color: white;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.5), 0 0 20px rgba(255,255,255,0.06);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 0 0 20px rgba(255,255,255,0.06);
	box-shadow:         inset 0 0 10px rgba(0,0,0,0.5), 0 0 20px rgba(255,255,255,0.06);

	border-top: solid 8px rgba(0,0,0,0.3);

	text-shadow: rgba(255,255,255,.4) 0px 0px 10px;
}

/* - Blog classes -
 * .blog is index.php, the main page
 * .single is single.php, viewing one post
 *
 */

.single .row.comments {
	top: -20px;
	position: relative;
}

.single .comment-list {
	/*margin-left: 20px;*/
}

.single .comment-list-wrapper {
	padding: 10px;
	margin: 0px 10px;

	background-color: rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 10px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 10px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 10px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.5);
	border: 1px solid rgba(225,235,255,0.1);
	border-top: 0;
}

.single ol.commentlist {
	list-style: none;
	margin: 0;
}

.single .comment-body {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(225,235,255,0.05);
	position: relative;

	background-color: rgba(0,0,0,0.1);

	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}

.single .comment-meta {
	float: right;
}

.single .comment-body:hover {
	background-color: rgba(0,0,0,0.2);
}

.single .comment-body .reply {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.single #comments {
	padding: 0 10px 20px 10px;
}

/* Blog Navigation and Pagination*/

.blog-nav {
	position: relative;
	padding: 0 14px;
}

.blog-nav .prev { float:left ; text-align: left;}
.blog-nav .next { float:right; text-align: right;}
.blog-nav .prev, .blog-nav .next {
	padding-top: 5px;
	width: 70px;
}

.blog-nav .blog-pages-wrapper {
	text-align: center;
}

.blog-nav .blog-pages {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
	position: relative;
	background-color:rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(225,250,255,0.2);
	color: rgb(240,240,240);
	font-size: 1em;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.blog-nav .blog-pages li { display: inline-block; height: 100%; border-left: 1px solid rgba(0,0,0,0.1); border-right: 1px solid rgba(225,250,255,0.03);}

.blog-nav .blog-pages a, .blog-nav .blog-pages span {
	padding-left: 4px; padding-right: 4px;
	height: 100%;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 6px;
}

.blog-nav .blog-pages span.current {
	background-color: rgba(0,0,0,0.2);
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	text-shadow: none;
}

.single .main-content .window-content, .post-type-archive-game .main-content .window-content {
	padding: 0;
}

.single  section header h2{
	font-size: 30px;
	color: rgb(225,235,255);
}

.single .entry {
	margin: 10px;
}

.single .entry p {
	color: rgb(200,200,200);
	font-size: 1.1em;
	line-height: 1.5em;
	/*font-weight: 200;*/
	letter-spacing:.5px
}

.single .entry p a {
	font-weight: 500;
	color: rgb(230,235,239);
}

.single .meta {
	overflow: hidden;
}

.single .meta p {
	float:left;
	margin-right: 10px;
	margin-bottom: 0;
}

.blog h1 {
	/*color: #4cb8c5;*/
}

.blog h2 {
	font-size: 20px;
	line-height: 1em;
}

.search .grid-wrapper, .blog .grid-wrapper, .archive .grid-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-type-archive-game .grid-wrapper {
	padding: 0;
}

.subpages > .child-page-wrapper .child-page {
	width: 33.333%;
}

.subpages .child-page > *{

}

header h1 {
	margin-top: .4em;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: .4em;
}

.page article {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.page p {
	font-size: 15px;
	line-height: 22px;
}


/* BLOG POSTS */

/* Games Pages */

.post-type-archive-game .window-header {
	margin-bottom: 0;
}

.post-type-archive-game .window-header {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0;
}

/* - Footer and copyright. This appears on all pages - */

footer.banner{
	font-weight: 300;
	position: relative;
	overflow: hidden;
	min-height:300px;
	background-image: url(images/background_footer_texture.png);
	background-repeat: repeat-x;
	height: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);

	background-color:#0e0e0e;
}

footer .row:first-child {
	/*background-image: url(images/background_footer_highlite.png);*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding-top: 30px;
}

footer  h3 { color: #cbcbcb; font-size: 20px; line-height: auto;}
footer  h4 { color: #525459; font-size: 13px; line-height: auto; margin-top: 0; margin-bottom: 4px; font-weight: normal;}

footer ul { margin-bottom: 15px;}

footer a {
	font-size: 15px;
	/*color: #fff*/
}

footer a.muted {
	font-size: 13px;
	color: #bbb;
}

footer .copyright, footer .hosting {
	text-align: center;
}

footer .accordion, footer .accordion-group, footer .accordion-heading, footer .accordion-heading .accordion-toggle, footer .accordion-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

footer a p {
	margin: inherit;
	padding: inherit;
	-webkit-transition: all 50ms ease-in;
	-moz-transition: all 50ms ease-in;
	-o-transition: all 50ms ease-in;
	-ms-transition: all 50ms ease-in;
	transition: all 50ms ease-in;
}

footer a:not(.muted):hover p {
	text-shadow: 0 0 10px rgba(255,255,255,0.5);
	padding-left: 6px;
}

footer a.muted:hover p{
	color: rgb(255,255,255);
}




/* Large desktop and larger */
@media (min-width: 1400px) {

	/* - General and Utility classes - */

	.banner.responsive-spacer { height: 32px; }
	.banner.responsive-spacer.spacer-large { height: 75px; }


	.row.response-collapse:nth-child(odd) { margin-left: -5px; }
	.row.response-collapse [class*="span"] { margin-left: 20px; }
	.row.response-collapse .span6 { width: 560px; }

	/* - Header and navigation menu. This appears on all pages - */

	.banner.games {}

	.page-highlite {
		background-size: auto auto;
	}

	/* - Home classes. This is the front page - */
	.home header .header-statement {
		font-size: 33px;
	}

	.home header .slider {
		height: 300px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.home header .slider .slider-body { margin-right: 270px; }
	.home header .slider .slider-drawer {
		width: 270px;
		font-size: 16px;
		height: 200px;
	}

	.home header .slider .slider-contents {
		margin-top: 20px;
		margin-bottom: 5px;

	}

	.post-grid .post h4 {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.post-grid .post p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}






/* TABLET */


/* Larger than Landscape */
@media (min-width:980px){

	/* - General and Utility classes - */
	.row.response-collapse{ float:left; }
	.row.response-collapse:nth-child(even){ margin-left:0; }
	.row.response-collapse {  }
}

/* Smaller than Landscape */
@media  (max-width: 979px) {

	/* - General and Utility classes - */
	#page-wrap {
		min-height: auto;
		height: auto !important;

		margin: 0 auto auto; /* This height is the same as the footer */
	}

	.responsive-spacer, .banner.responsive-spacer { height: 15px; }
	.responsive-spacer.spacer-large, .banner.responsive-spacer.spacer-large { height: 50px; }

	.response-col-2 {
		width: 100%;
	}
	.response-col-3 {
		width: 50%;
	}
	.response-col-4 {
		width: 50%;
	}

	.post-grid {
		margin-left: 4px;
		margin-right: 4px;
	}

	.games-all .games-grid .game {
		width: 33.3337%;
	}

	.page-highlite {
		background-size: 1350px auto;
	}

	.banner .push, footer { height: auto; }

	/* - Header and navigation menu. This appears on all pages - */
	nav .navbar-fixed-top { margin-bottom: 0px; }
	nav .navbar-inner .brand{ margin-bottom: 1px; }

	nav .navbar-inner .brand .logo {
		margin-top: 13px;
		width: 171px !important;
		height: 35px !important;
		background: url(images/logo_small.png) no-repeat 0px 0px;
	}

	.banner.games {
		background-image: none;
	}

	.banner.games .games-wrapper .games-entry {
		width: 33.333%;
	}


	.home header .header-statement {
		font-size: 22px;
	}

	.home header .slider {
		height: 181px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.home header .slider .slider-body {
		margin-right: 169px; /* Same as slider_drawer width */
	}

	.home header .slider .slider-drawer {
		width: 169px;
		font-size: 12px;
		height: 140px;
	}

	.home header .slider .slider-contents {
		padding: 6px;
		font-size: 100%
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.5em;
	}

	.post-grid .post {
		width: 50%;
	}

	.span12 > .child-page-wrapper .child-page { width: 33.333%; }
	.span9 > .child-page-wrapper .child-page { width: 50%; }

	/* - Footer and copyright. This appears on all pages - */

	footer  .home-col {
		width: 116px;
	}

	footer .games-col {
		width: 352px;
	}

}




/* Tablet and larger */
@media (min-width: 768px ){
	/* - General and Utility classes - */

	/* - Header and navigation menu. This appears on all pages - */
	nav .navbar-inner, nav .navbar-inner .divider-vertical { height:59px; }
	nav .navbar-inner .nav a { padding: 30px 10px 10px; }

	/* - Footer and copyright. This appears on all pages - */

	footer .accordion-heading a {
		text-decoration: none;
		cursor: default;
	}

	footer .accordion-body {
		height: auto !important;
	}

}

/* Smaller than Portrait Tablet */
@media (max-width: 767px) {
	/* - General and Utility classes - */

	.row.response-collapse .span3 { width: 100%; }
	.row.response-collapse .span6 { }

	.responsive-spacer { height: 20px; }
	.responsive-spacer.spacer-large { height: 50px; }

	.response-col-2 , .response-col-3 {
		width: 100%;
	}

	.response-col-4 {
		width: 60%;
	}

	form#searchform  {
		float: right;
		width: 40%;
		min-width: 200px;
	}

	.sidebar-header h2 {
		margin-top: 4px;
	}

	.page-highlite {
		background-size: 1300px auto;
		background-position: -250px 0px;
	}

	/*.span12 .games-grid .game {
		width: 100%;
	}*/

	.games-all .games-grid .game {
		width: 50%;
	}

	.post-grid .post {
		margin-bottom: 10px;
		position: relative;
		width: 100%;
		font-size: 16px;
		line-height: 20px;
	}

	.post-grid .post-thumb {
		z-index: 20;
		position: absolute;
		width: 30%;
		top: 0;
		bottom: 0;
	}
	.post-grid .post-thumb .image-wrapper {
		position: relative;
		height: 100%;
		width: 100%;
	}
	.post-grid .post-thumb .image-content {
		height: inherit;
		padding-bottom: 0 !important;
	}

	.post-grid .post-thumb img.image-content {
		height: 100% !important;
	}

	.post-grid .post .post-text {
		height: 10em;
		margin-left: 30%;
	}

	.post-grid .post .post-text .post-text-overlay {
		background-size: 100% 100%;
	}

	.post-grid .post .post-text p.post-text-body {
		line-height: 1.3em;
		margin-right: 5px;
		padding-right: 0;
	}

	.post-grid .post .post-footer {
		display: none;
	}


	.container {
		/*width: 420px;*/
	}

	* [class*="span"] {
		float:left;
	}

	.sidebar ul{
		/*text-align: center;*/
	}

	.sidebar ul.categories li {
		width: 33.333%;
		display: inline-block;
		text-align: center;
	}

	.sidebar ul.categories li a{
		border-left: 1px solid rgba(225,235,255,0.1);
		border-right: 1px solid rgba(0,0,0,0.3);
		padding-left: 0;
		padding-right: 0;
	}


	/* - Header and navigation menu. This appears on all pages - */

	nav.navbar-fixed-top { margin-bottom: -1px; }

	nav .navbar-inner .brand .icon {
		margin-top: -2px !important;
		margin-left: 9px;
	}
	nav .navbar-inner .brand .logo { margin-top: 8px; }

	nav + .push { display: none;}

	.games.banner {
		position: static;
		height: auto !important;
	}

	.games .games-wrapper {
		margin: 0;
		text-align: center;
		height: auto;
	}

	.banner.games .games-wrapper .games-entry{
		width: 50%;
	}


	/* - Home classes. This is the front page - */
	.home header, footer, .banner {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.home header .header-statement { display:none; }


	.home header .slider {
		margin: auto;
		height: auto;
		width: 100%;
	}

	.home header .slider .slider-body {
		position: relative;
		margin: auto;
		float:left;
		width: inherit;
	}

	.home header .slider .slider-drawer {
		height: inherit;
		width: 100%;
		font-size: 20px;

	}

	.home header .slider li img {
		height: auto;
		width: auto;
	}

	.home header .slider .slider-contents {
		left: 0;
		height: 240px;
	}

	.home header .slider .slider-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.home header .slider .slider-nav {
		margin-top: 5px;
		margin-bottom: 20px;
		top: 0;
	}

	.home header .slider .slider-nav a {
		height:28px;
		width: 26px;
		background-size: 200%;
	}

	.span12 > .child-page-wrapper .child-page { width: 50%; }
	.span9 > .child-page-wrapper .child-page { width: 50%; }


	/* - Footer and copyright. This appears on all pages - */


	footer h3 {
		margin: 0;
	}
}




/* Phone */

/* Larger than Landscape Phone */
@media (min-width:480px){
	/* - General and Utility classes - */

}
/* Smaller than Landscape Phone */
@media (max-width: 479px) {
	/* - General and Utility classes - */

	/* - Header and navigation menu. This appears on all pages - */
	nav .navbar-inner .brand .logo { display:  none; }

	.response-col-4 {
		width: 100%;
	}

	.container {
		width: 100%;
	}

	[class*="span"] .games-grid .game {
		width: 100%;
	}

	.games-grid .game .game-wrapper {
		height: auto;
	}

	.game .game-thumb {
		width: 60%;
		margin: auto;
	}

	.post-grid .post {

	}

	.post-grid .post-thumb {
		z-index: 20;
		position: absolute;
		width: 30%;
		top: 0;
		bottom: 0;
	}

	.post-grid .post h4 {
		font-size: 1.0em;
		padding: 5px 5px;
		white-space: pre-wrap;
		text-overflow: ellipsis;
	}

	.post-grid .post p {
		font-size: 1.0em;
		line-height: 1.3em;
	}

	.post-grid .post .post-text {
		height: auto;
	}

	.post-grid .post .post-text p.post-text-body {
		display: none;
	}

	.post-grid .post .post-footer {
		display: none;
	}

	.post-grid .post .post-text .post-text-overlay {
		display: none;
	}

	.sidebar ul.categories li {
		width: 50%;
		display: inline-block;
	}

	.home section {
		min-height: auto;
	}

	[class*="span"] > .child-page-wrapper .child-page { width: 100%; }
}






/* exclusive sizing */

@media (max-width: 1399px) and (min-width: 980px) {
	/* - General and Utility classes - */
	.row.response-collapse:nth-child(odd) { margin-left: 0px; }
	.row.response-collapse [class*="span"] { margin-left: 12px; }
	.row.response-collapse .span6 { width: 452px ;}
}

@media (max-width: 979px) and (min-width: 768px) {
	/* - General and Utility classes - */
	.row.response-collapse [class*="span"]{ margin-left: 22px; }
	.row.response-collapse .span3{ width: 330px; }
	.row.response-collapse .span6{ width: 682px; }
	.row.response-collapse { margin-left: -1px;}

	.home .featured-posts {
		width: 484px;
	}

	.home .social-media {
		width: 220px;
	}

}

@media (max-width: 767px) and (min-width: 480px) {
	/* - General and Utility classes - */
}

