@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
	margin: 0;
}

html, body {
	height: 100%;
	/*width: 100%;*/
	min-width:980px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3C3134;
	padding: 0;
	line-height: 1.5em;
	background-image: url('images/subtle_freckles.png');
}

body {
	overflow-y:scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat;
	line-height: 1.5em;
	text-transform: uppercase;
}

h1 {
	font-size:1.6em;
	color: #686A7A;
}

p {
	margin-top: 1em;
}

#game-about p {
	margin: 0 0 1em 0;
}

a {
	color: #5AA2B0;
	text-decoration: none;
}

a:hover {
	color: #686A7A;
	text-decoration: none;
}

img {
	border:0;
  /*width: 100%;*/
}

.hide {
	display: none !important;
}

.wide {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right; 
}

.clear {
	clear: both;
}

.active {
	color: #686A7A;
}

.container {
	background-color: #D9D9D9;
	background-color: rgba(210, 210, 210, .5);
	border-radius: 10px;
	border: 1px solid #afafaf;
	-moz-box-shadow:    inset 0 0 5px #bcbcbc;
	-webkit-box-shadow: inset 0 0 5px #bcbcbc;
	box-shadow:         inset 0 0 5px #bcbcbc;
}

#footer {
	height: 140px;
}

/* 1px difference because #footer has a border-top of 1px */
.push {
	height: 141px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -141px;
}

#header {
	background-color: #F0F0F0;
	background-color: rgba(250, 250, 250, .5);
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700;
	height: auto;
	border-bottom: 1px solid #C9C9C9;
}

#header h1 {
	color: #ececec;
	text-transform: uppercase;
	margin-top: 30px;
	display: inline-block;
}

#header h4 {
	color: #e1c5d7;
	margin-top: -5px;
}

#footer {
	background-color: #F0F0F0;
	background-color: rgba(250, 250, 250, .5);
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #C9C9C9;
}

#inner-footer {
	width: 960px;
	max-width: 100%;
	margin: 20px auto;
	overflow: auto;
}

#logo {
	display:block;
	background: url('images/logo.png') no-repeat center center;
	width: 400px;
	height: 160px;
	margin: 0 auto;
}

#nav {
	font-size: 1.2em;
	text-transform: uppercase;
}

#nav ul {
	text-align: center;
	padding: 0 0 30px 0;
}

#nav li {
	list-style: none;
	display: inline-block;
	margin: 0 40px;
	font-weight: bold;
	border-bottom: 3px solid #759E9D;
}

#nav li:hover {
	border-bottom: 3px solid #759E9D;
}

#content {
	width: 960px;
	margin: 30px auto;
	overflow: auto;
}

.blog-post {
	width: 620px;
	padding: 20px;
	margin-bottom:20px;
	overflow:auto;
}

.blog-post:last-child {
	margin-bottom:0;
}

.blog-post .header {
	font-size:150%;
	font-weight:bold;
}

.blog-post .sub-header,
.blog-post .footer {
	font-size:80%;
}

.blog-post .footer .tags {
	float:right;
}

.blog-post .content {
	margin:10px 0;
	padding:10px 0;
	border:1px dashed #B0B0B0;
	border-left:0;
	border-right:0;
	overflow:auto;
}

.blog-post .content p {
	margin:0 0 1em 0;
	/*text-align:justify;*/
}

a.newerPosts {
	float:right;
}

#twitter {
	width: 245px;
	padding: 5px 15px;
}
/*
#twitter p.header {
	overflow:auto;
	margin:0;
}

#twitter a.title {
	font-size:110%;
	font-weight:bold;
}

#twitter .btn {
	margin-top:2px;
	float:right;
}

#twitter ul.tweets{margin:0;padding:0;font-size:80%;line-height:1.3;text-align:left;clear:both}
#twitter ul.tweets li.tweet{list-style-type:none;border-top:1px dashed #A0A0A0;margin:10px 0 0 0;padding:10px 0 0 0;overflow:auto}
#twitter ul.tweets li.tweet img.profile-img{width:48px;float:left;border-radius:4px}
#twitter ul.tweets li.tweet div{margin:0;width:197px;float:right}
#twitter ul.tweets li.tweet div span.username{font-weight:bold}
#twitter ul.tweets li.tweet div a:hover span.username{text-decoration:underline}
#twitter ul.tweets li.tweet div span.twitter-id{color:#909090}
#twitter ul.tweets li.tweet div a:hover span.twitter-id{color:#606060}
#twitter ul.tweets li.tweet div p a:hover{color:#5AA2B0}
#twitter ul.tweets li.tweet div p a:hover span,
#twitter ul.tweets li.tweet div p a.link:hover{text-decoration:underline}
#twitter ul.tweets li.tweet div p.rt a{color:#909090}
#twitter ul.tweets li.tweet div p.rt a:hover{text-decoration:underline;color:#5AA2B0}
#twitter ul.tweets li.tweet div a.time{float:right;margin-left:6px}
#twitter ul.tweets li.tweet div p{margin-top:4px}
#twitter ul.tweets li.tweet div p.rt{color:#909090}
*/
#code,
#cake {
	width: 42%;
	padding: 0 3% 3%;
}

#code h1,
#cake h1 {
	text-align: center;
	color: #686A7A;
}

#code h3,
#cake h3 {
	text-align: center;
	color: #8BB39B;
	margin-top: 20px;
}

.portrait {
	width:350px;
	max-width: 100%;
	margin: 0 auto;
}
.portrait img {
	width:100%;
  height:auto;
}

#games {
	text-align: center;
}

#games ul {
	margin: 0 auto 20px auto; 
	padding: 20px 0 0 0;
	list-style: none;
	max-width:960px;
}

#games li {
	display: inline-block;
	width: 24%;
	padding: 3%;
	margin: 1%;
	vertical-align: top;
}

#games li p {
	text-align: left;
}

#games h3 {
	margin: 10px;
	color: #8BB39B;
}

#games a {
	color: #8BB39B;
	text-decoration: underline;
}

#games a:hover {
	color: #8BB39B;
	text-decoration: none;
}

#games img {
	width: 220px;
	max-width: 100%;
	border: 5px solid #EDEDED;
	margin: 0 auto;
}

#games img:hover {
	border: 5px solid #686A7A;
}

#game-about {
	padding: 3% 3% 1% 3%;
}

#game-wrapper {
	display:none;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
}
input#game-launcher {
	padding: 10px 15px;
	color: #efefef;
	width: auto;
	height: 60px;
	background-color: #5AA2B0;
	border: 1px solid #999;
	font-family: Montserrat;
	font-size: 1em;
	border-radius: 10px;
	text-shadow: 0px 1px 1px #333;
	cursor: pointer;
}

.footer-content {
	width: 45%;
	font-size: .8em;
	color: #666666;
	line-height: 1.5em;
}

.footer-content.right {
	text-align:right;
}

.footer-content ul {
	list-style:none;
}

.hover-btn-76x65,
.hover-btn-76x65-c2 {
	display:block;
	width:76px;
	height:65px;
}

.hover-btn-76x65 {
	background-position: 0 0;
}
.hover-btn-76x65:hover {
	background-position: 0 -65px;
}

.hover-btn-76x65-c2 {
	background-position: -76px 0;
}
.hover-btn-76x65-c2:hover {
	background-position: -76px -65px;
}




/* * * Twitter Button Style * * */
.btn {
	position:relative;
	background-color:#f8f8f8;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
	background-image:-moz-linear-gradient(top,#fff,#dedede);
	background-image:-o-linear-gradient(top,#fff,#dedede);
	background-image:-ms-linear-gradient(top,#fff,#dedede);
	background-image:linear-gradient(top,#fff,#dedede);
	border:#ccc solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#333;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	cursor:pointer;
	height:18px;
	max-width:98%;
	overflow:hidden;
}
.btn:focus,.btn:hover,.btn:active {
	border-color:#bbb;
	background-color:#f8f8f8;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
	background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);
	background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);
	background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);
	background-image:linear-gradient(top,#f8f8f8,#d9d9d9);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn:active {
	background-color:#efefef;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
}
.btn i {
	position:absolute;
	top:50%;
	left:2px;
	margin-top:-5px;
	width:16px;
	height:13px;
	background:transparent url(images/twitter-btn.png) 0 0 no-repeat;
}
.btn .label {
	padding:0 3px 0 19px;
	white-space:nowrap;
}
.btn .label b {
	font-weight:bold;
	white-space:nowrap;
}