
.footer {
	background: #19171e;
	width: 100%;
	padding: 60px 0;
	position: relative;
}

.footer-logo {
	width: 228px;
	height: 58px;
	background: url(/wp-content/themes/ouya/images/footer-logo.png);
	margin-bottom: 30px;
}

.footer-nav-container {
	width: 280px;
	float: left;
}

.footer-nav {
	padding: 0;
	margin: 0;
}

.footer-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	font: 0.777777em/1.14286em 'Futura W01 Bold',helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
}

.footer-nav li a {
	color: #FFF;
	text-decoration: none;
}

.footer-nav li a:hover {
	text-decoration: none;
	color: #DDD;
}

.footer-nav .footer-buy-button {
	margin-top: 45px;
}

.footer-posts-container {
	margin-top: 38px;
	float: right;
}

.footer-posts-container h3 {
	font-size: 22px;
	font-family: 'Proxima N W01 Reg', sans-serif;
	color: #FFF;
	font-weight: normal;
	text-shadow: 0 2px #000;
	margin: 0 0 24px 0;
	padding: 0;
}

.footer-post {
	float: left;
	width: 225px;
	margin-right: 15px;
}

.footer-post a:hover {
	text-decoration: underline;
}

.footer-post a:hover .blog-title {
}

.blog-title {
	color: #fc4422;
	font-family: 'Proxima N W01 Reg', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0;
	padding: 0;
}

.blog-image {
	width: 225px;
	height: 143px;
	overflow: hidden;
	background: url(/wp-content/themes/ouya/images/blog-no-image.png);
	position: relative;
}

.blog-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -72px auto auto -280px;
}

.footer-bottom {
	background: #000;
	width: 100%;
	padding:21px 0 15px;
	position:relative;
}

.footer-dirt {
	background: url(../images/footer-dirt.png) repeat-x center;
	width: 100%;
	height:26px;
	position:relative;
	margin-top:-26px;
}

.copyright { 
	float: right;
	text-transform: uppercase;
	color: #9e9f9e;
	font-size: 9px;
	line-height:3.3em;
	clear:right;
}

.terms-container {
	float: right;
	text-transform: uppercase;
	font-size: 9px;
	margin:10px 0 0 0;
	color: #FFF;
	line-height:1em;
	clear:right;
}

.terms-container a {
	color: #fc4422;
}

.terms-container a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer-social-container {
	float: right;
}

.footer-social {
	margin: 5px 0 0;
	padding: 0;
}

.footer-social li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}

.newsletter-container {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	background: #292d2e;
	text-align: center;
	position: relative;
}

#mc_embed_signup {
	width: 860px;
	margin: 0 auto;
}

.mc-field-group {
	font-family: 'Proxima N W01 Reg', sans-serif;
	color: #e5e5e5;
	font-size: 22px;
	font-weight: 500;
	float: left;
}

.mc-field-group input {
	border: 1px solid #878787;
	background: #f4f4f3;
	border-radius: 8px;
	width: 334px;
	height: 37px;
	padding: 5px 15px 2px;
	font-size: 16px;
	margin-left: 35px;
}

.game-counter-footer {
	float: left;
    text-align: right;
    width: 175px;
	padding-top:3px;
}

#footer-counter .counter-digit:first-child {
	border:1px solid #fff;
}

#footer-counter .counter-digit {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.games-counting {
	float:left;
	font-family: 'Futura W01 Bold', sans-serif;
	font-size:14px;
	color:#e13100;
	text-transform:uppercase;
	line-height:1.0em;
	padding: 11px 20px 0 13px;
}

.footer-email-container {
	float:left;
	padding-left: 35px;
	/*background:url(../images/arrow.png) no-repeat 0 0;*/
}

.footer-group {
	padding:3px 0 0 0;
	float:left;
}

.footer-group input {
	background: none repeat scroll 0 0 #FFF;
	border: 2px solid #FC4422;
	width: 160px;
	height: 28px;
	padding: 0 15px 0 5px;
	font-size: 10px;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	/*margin-left: 15px;*/
	color:#EB3300;
}

.placeholder {
	color:#FC4422;
}

.footer-group input.textInput::-webkit-input-placeholder { /* WebKit browsers */
	color:#FC4422;
}
.footer-group input.textInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#FC4422;
	opacity:1;
}
.footer-group input.textInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#FC4422;
	opacity:1;
}
.footer-group input.textInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#FC4422;
}

#footer-responses {
	float:left;
	padding: 3px 10px 0 0;
}

#footer-responses input {
	background: none repeat scroll 0 0 #FC4422;
    border: 2px solid #FC4422;
    color: #FFFFFF;
    height: 32px;
    width: 70px;
	text-transform:uppercase;
	font-family:'Futura W01 Bold',helvetica,arial,sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
  #footer-responses input { font-weight:bold;}
}