/*
Theme Name:     Shifting Bits Custom Theme
Theme URI:      http://nextgenpants.com
Description:    Bob's custom theme for Next Gen Pants.
Author:         Bob Webb
Author URI:     http: //nextgenpants.com
Version:        0.1.0
*/

@import url('bootstrap/css/bootstrap.css'); 
/* @import url('bootstrap/css/bootstrap-responsive.css'); */

div .sidebar {
  padding-top: 20px;
}

div .tetropolis-game {
  background-image:url('../../uploads/2013/11/tetropolis-header.png');
  padding: 10px;
}

.title {
  font-size: 18px;
  font-weight: bold;
}

div .game-preview {
    -webkit-box-shadow: 0 -64px 64px 0px #588694 inset;
       -moz-box-shadow: 0 -64px 64px 0px #588694 inset;
	        box-shadow: 0 -64px 64px 0px #588694 inset;
    color: #fff;
}

.header-band {
    padding: 42px 25px;
	background: #43656F;
	position: relative;
	width: 100%;
}

.menu-band {
	padding: 20px 24px;
	background: #23373E;
	position: relative;
	width: 100%;
}

.footer-band {
	padding: 5px 64px;
	background: #23373E;
	color: #fff;
	position: relative;
	width: 100%;
}

div .social-icons {
	position: absolute;
	right: 64px;
	top: 0px;
}

.site-menu {
	position: absolute;
	right: 64px;
	top: -18px;
	list-style: none;
}

.site-menu > li {
	display: table-cell;
	padding: 0 0 0 64px;
}

.site-menu  a {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.social {
	padding: 10px 5px 0 5px;
	width: 50px;
}

.ngp-logo {
	width: 150px;
	position: absolute;
	margin: -100px 0 0 10px;
}

.logo-container {
	height: 175px;
}

.logo-small {
    float: left;
    width: 150px;
}

.blog-date{
	background: #23373E;
	margin-left: auto;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	height: 64px;
	width: 64px;
}

.blog-preview {
	margin: 15px 15px;
    background-color:rgba(1, 1, 1, 0.5);
}

.blog-preview-contents {
    padding: 15px 15px;
    -webkit-box-shadow: inset 0px 0px 128px 16px #c2c7ca;
	-moz-box-shadow: inset 0px 0px 128px 16px #c2c7ca;
	box-shadow: inset 0px 0px 128px 16px #c2c7ca;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.blog-title {
	font-size: 18px;
	font-weight: bold;
	color: #23373E;
}

.blog-short {
	color: #fff;
}

/* MailChimp Widget */
.mc_custom_border_hdr {
    font-size: 18px;
    font-weight: bold;
}

.newsletter-signup {
    margin: 20px auto 20px auto;
}

/* Refactor Game Page CSS */
body.refactor {
    background-color: #333;
    color: #bbb;
}

div.refactor-menu {
    background-color: #111;
}

p.refactor-quotes {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 0 0;
}

img.refactor-logo {
    width: 100%;
}