body {
	background: #333;
}

header {
	padding-bottom: 10px;
	color: #eee;

	i {
		font-size: 2em;
		padding-right: 10px;
	}

	h1 {
		background: url(/img/logo.png) left center no-repeat;
		font-family: 'Press Start 2P', cursive;
		font-size: 1.25em;
		color: #666;
		text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.4);
		letter-spacing: -.1em;
		margin-left: 0;
		padding: 15px 0;

		a {
			color: #eee;
		}

		a:hover {
			color: #ccc;
		}

		span {
			padding-left: 40px;
		}

		ul {
			margin-top: -15px;
		}
	}
}

h2.subtitle {
	font-family: 'Press Start 2P', cursive;
	font-size: 1em;
	line-height: 150%;
	text-align: center;
}

#twitter-connect  {
	width: 100%;
}

div.small-spacer {
	height: 50px;
}
div.large-spacer {
	height: 150px;
}

.main {
	padding-top: 20px;
	background: #fffcf1;
}

.panel-heading, .btn, .ps2p {
	font-family: 'Press Start 2P', cursive;
}

.ps2p-small {
	@extend .ps2p;
	font-size: 0.8em;
}

.panel-body {
	height: 550px;
	background: #272822;
}

#replay, #edit {
	display: none;
}

#consolelog {
	overflow: auto;

	p { 
		font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
		font-size: 12px;
		line-height: normal;
		margin-bottom: 0;
	}
}

#gameboard {
	text-align: center;
	padding: 0;
}

.panel-btn {
	margin-top: -7px;
}

footer {
	padding: 25px 0;
	color: #eee;
}

.hidden {
	display: none;
}
