/*
Theme Name: My Play Mobile
Theme URI: http://myplaymobile.com.br
Description: Layout para o site My Play Mobile
Version: 1.0
Author: Felipe Sona, Daniel Kiiti Haibara.
Author URI: http://finch.com.br
Tags: My Play Mobile, iPhone, Games
*/
/*Reset*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	height:100%;/*hack para rodape no final da pagina*/
	background: #243140 url(images/bg.jpg) no-repeat fixed top center;
	font-family: "Arial", "Verdana", "Tahoma";
	font-size: 18px;
	color: white;
}
html {
	overflow: -moz-scrollbars-vertical;
}
h2, h2 a{
	color: #fff25c;
	font-size: 21px !important;
	margin-bottom: 10px !important;
}
a{
	color: white;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
p{
	margin-bottom: 20px;
}
.breadcrumb{
	background: url(images/voltar.png) no-repeat;
	background-position: 0px 4px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	padding-left: 18px;
}
/*estrutura*/
#estrutura { 
	margin:0 auto;
	text-align:left;
}
#container{
	width: 914px;
	margin: 0 auto;
	position: relative;
}
.body_content{/*div auxiliar para o sidebar funcionar com scroll*/
	float: left;
	padding-bottom: 50px;
}
/*header*/
#header{
	position: relative;
}
#header h1 a{
	display: block;
	width: 316px;
	height: 0pt;
	padding-top: 147px;
	background: url(images/logo.png) no-repeat;
	overflow: hidden;
}
#header #titulo_pagina{
	position: absolute;
	width: 590px;
	height: 147px;
	top: 0;
	right: 0;
}
#header #titulo_pagina h2{
	display: block;
	width: 439px;
	height: 0pt;
	padding-top: 80px;
	overflow: hidden;
	margin-top: 12px;
	margin-left: 20px;
}
#header #titulo_pagina h2.empresa{
	background: url(images/titulo_empresa.png) no-repeat;	
}
#header #titulo_pagina h2.games{
	background: url(images/titulo_games.png) no-repeat;	
}
#header #titulo_pagina h2.o_que_fazemos{
	background: url(images/titulo_o_que_fazemos.png) no-repeat;	
}
#header #titulo_pagina h2.blog{
	background: url(images/titulo_blog.png) no-repeat;	
}
#header #titulo_pagina h2.cadastre-se{
	background: url(images/titulo_cadastre-se.png) no-repeat;	
}
#header #titulo_pagina h2.ideias{
	background: url(images/titulo_ideias.png) no-repeat;	
}
#header #titulo_pagina h2.contato{
	background: url(images/titulo_contato.png) no-repeat;	
}
#header #banner{
	display: block;
	width: 914px;
	height: 316px;
/*	background: url(images/banner_flash_exemplo.jpg) no-repeat;*/
	margin-bottom: 37px;
}
/*Content*/
#content{
	width: 496px; /*536px - 40px*/
	padding: 0px 20px 138px 20px;
	@padding: 0px 20px 100px 20px;
	float: left;
}
/* Hack para o Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  div#content {padding: 0px 20px 138px 20px;}
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
/*post*/
.post{
	float: left;
	margin-top: 12px;
	position: relative;
	width: 494px;/*536px - 40px*/
	padding: 5px 20px;
	margin-bottom: 20px;
	background: url(images/bg_blog_post_middle.png) repeat-y 0px 0px;
}
.post .cabecario_blog{
	position: relative;
	width: 494px;
	display: block;
	float: left;
}
.post .titulo{
	margin-bottom: 25px;
}
.post .titulo h2{
	display: block;
	width: 405px;
	font-size: 21px !important;
	margin-bottom: 10px !important;
}
.post .titulo small.data_post{
	font-size: 14px !important;
	color: #fff5a0;
}
.post span.comentarios{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 70px;
	text-align: center;
	background: url(images/balao_comentario.png) no-repeat center top;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 0px 0px 0px ;
	color: #974f0f;
}
.post span.comentarios a{
	color: #974f0f;
	text-decoration: none;
}
.post span.comentarios small{
	display: block;
	font-size: 12px !important;
	color: #fff25c !important;
	font-weight: normal !important;
	padding: 15px 0px 0px 0px;
}
.post span.top_blog{
	position: absolute;
	display: block;
	width: 536px;
	height: 12px;
	background: url(images/bg_blog_post.png) no-repeat 0px 0px;
	top: -12px;
	left: 0;
}
.post span.bottom_blog{
	position: absolute;
	display: block;
	width: 536px;
	height: 22px;
	background: url(images/bg_blog_post.png) no-repeat 0px -440px;
	bottom: -22px;
	left: 0;
}
.post .postmetadata{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
.post .postmetadata a{
	color: #fff25c;
}

.navigation{
	width: 536px;
	float: left;
	margin-bottom: 20px;
}
.navigation a{
	color: #999999;
}
.navigation .alignleft.single a,
.navigation .alignright.single a{
	width: 210px;/*270px - 60px*/
	display: block;
	color: #999999;
	background-repeat: no-repeat;
	min-height: 64px;
}
*html .navigation .alignleft.single a,
*html .navigation .alignright.single a{
	height: 64px;
}
.navigation .alignleft.single a{
	float: left;
	background-image: url(images/voltar.jpg);
	padding-left: 60px;
	background-position: left top;
}
.navigation .alignright.single a{
	float: right;
	text-align: right;
	background-image: url(images/ir.jpg);
	padding-right: 60px;
	background-position: right top;
}
#respond{
	float: left;
	width: 512px; /*536px - 28*/
	padding-left: 28px;
	@padding-bottom: 40px;
}
#respond h3{
	float: left;
	width: 512px; /*536px - 28*/
	margin-bottom: 20px;
	margin-top: 14px;
	font-size: 21px;
	color: #fff25c;
}
#respond p{
	margin-bottom: 10px !important;
}
#respond label{
	display: block;
	width: 150px;
}
#respond input,
#respond textarea{
	width: 250px;
	border: 1px solid #a0a49c;
	background: none;
	color: white;
	font-size: 16px;
}
#respond textarea{
	height: 100px;
	width: 500px !important;

}
#respond label{
	font-size: 16px;
	font-weight: bold;
}
#respond .mensagem,
#respond .identificacao{
	float: left;
}
#respond .identificacao label{
	display: block;
	width: 58px;
	float: left;
}
#respond .identificacao input{
	width: 441px;
}

#respond input.bt_comentario{
	width: 91px;
	height: 0pt;
	@height: 40px;
	padding-top: 44px;
	background: url(images/bt_contato.png) no-repeat;
	overflow: hidden;
	border: 0px;
	cursor: pointer;
	float: right;
}
h3#comments{
	float: left;
	width: 497px; /*536px - 39*/
	margin-bottom: 20px;
	margin-top: 14px;
	font-size: 21px;
	color: #fff25c;
	padding-left: 28px;
}

ol.commentlist{
	float: left;
	width: 536px;
	margin-bottom: 20px;
}
ol.commentlist li{
	list-style-type: none;
	position: relative;
	width: 536px;/*536px -20px*/
	font-size: 12px;
	font-family: "Arial","Verdana","Tahoma";
	color: #6a6a6a;
	margin-bottom: 20px;
	float: left;
}
ol.commentlist li .comentarioconteudo{
	position: relative;
	background: white;
	width: 403px; /*433px - 30px*/
	padding: 10px 15px 0px 15px;
	float: right;
	margin-right: 7px;
	margin-bottom: 10px;
}
ol.commentlist li .comentarioconteudo span.top_comentario,
ol.commentlist li .comentarioconteudo span.bottom_comentario{
	position: absolute;
	right: -1px;
	background: url(images/bg_comentario.png) no-repeat;
	width: 445px;
	z-index:-1;
}
ol.commentlist li .comentarioconteudo span.top_comentario{
	background-position: 0px 0px;
	height: 50px;
	top: -5px;
}
ol.commentlist li .comentarioconteudo span.bottom_comentario{
	background-position: 0px -92px;
	height: 11px;
	bottom: -5px;
}
ol.commentlist li .comentarioconteudo .topo .autor{
	margin-bottom: 0px;
}
ol.commentlist li .comentarioconteudo .conteudo{
	color: #0e2036;
	font-size: 16px;
}
ol.commentlist li a{
	color: #6a6a6a;
}
ol.commentlist li .avatar_bg{
	display: block;
	background: url(images/foto_comentario.png) no-repeat;
	width: 62px;/*76px - 14px*/
	height: 63px; /*75px - 12px*/
	padding: 12px 0px 0px 14px;
	float: left;
	margin-top: -10px;
	position: relative;
}
ol.commentlist li .avatar_bg img{
	width: 48px;
	height: 48px;
	float: left;
}
/*Sidebar*/
#sidebar{
	margin-top: 14px;
	position: relative;
	margin-left: 26px;/*64px - 25px*/
	width: 294px; /*334px -40*/
	float: left;
	background: url(images/bg_sidebar_middle.png) repeat-y 0px 0px;
	padding: 5px 20px;
}
#sidebar span.top_sidebar,
#sidebar span.bottom_sidebar{
	position: absolute;
	display: block;
	width: 334px;
	background: url(images/bg_sidebar.png) no-repeat;
	left: -4px;
}
#sidebar span.top_sidebar{
	background-position: 0px 0px;
	height: 14px;
	top: -14px;
}
#sidebar span.bottom_sidebar{
	background-position: 0px -363px;
	height: 29px;
	bottom: -29px;
}

#sidebar ul{
	list-style-type: none;
	margin-bottom: 26px !important;
}
#tag_cloud a,
#sidebar ul ul li a{
	color: #f2f0d8;
}
#tag_cloud{
	margin-bottom: 26px !important;
}
#recent-posts li{
	background: url(images/icon_ultimo_post.png) no-repeat center left;
	padding-left: 20px;
	margin-bottom: 16px;
}
.widget_categories li{
	background: url(images/icon_categoria.png) no-repeat 5px center;
	padding-left: 20px;
	margin-bottom: 16px;
}
/*Footer*/
#footer{
	position: fixed;
	bottom: 0;
	background: url(images/bg_footer.jpg) repeat-x;
	width: 100%;
	height: 119px;
}
#footer #menu{
	position: relative;
	margin: 0 auto;
	width: 914px;
	height: 119px;
	overflow: hidden;
}
#footer #menu ul{
	padding-left: 23px;
}
#footer #menu ul li{
	list-style-type: none;
	float: left;
	text-align: center;
	margin-right: 17px;
}
#footer #menu ul li a{
	display: block;
	width: 93px;
	height: 119px;
	font-size: 13px;
	color: #2f3032;
	text-decoration: none;
	cursor: pointer;
}
#footer #menu ul li a .icone{
	display: block;
	margin: 9px 0px 0px 7px;
	width: 82px;
	height: 88px;/*97px -9px*/
	background: url(images/menu_icones.png);
	overflow: hidden;
}
#footer #menu ul li a .icone#bt_inicio{
	background-position: 0 0;
}
#footer #menu ul li a .icone#bt_empresa{
	background-position: -94px 0;
}
#footer #menu ul li a .icone#bt_games{
	background-position: -188px 0;
}
#footer #menu ul li a .icone#bt_fazemos{
	background-position: -282px 0;
}
#footer #menu ul li a .icone#bt_blog{
	background-position: -376px 0;
}
#footer #menu ul li a .icone#bt_cadastro{
	background-position: -470px 0;
}
#footer #menu ul li a .icone#bt_ideias2{
	background-position: -564px 0;
}
#footer #menu ul li a .icone#bt_contato{
	background-position: -658px 0;
}

#footer #menu ul li a.ativo .icone#bt_inicio,
#footer #menu ul li a:hover .icone#bt_inicio{
	background-position: 0 -100px;
}
#footer #menu ul li a.ativo .icone#bt_empresa,
#footer #menu ul li a:hover .icone#bt_empresa{
	background-position: -94px -100px;
}
#footer #menu ul li a.ativo .icone#bt_games,
#footer #menu ul li a:hover .icone#bt_games{
	background-position: -188px -100px;
}
#footer #menu ul li a.ativo .icone#bt_fazemos,
#footer #menu ul li a:hover .icone#bt_fazemos{
	background-position: -282px -100px;
}
#footer #menu ul li a.ativo .icone#bt_blog,
#footer #menu ul li a:hover .icone#bt_blog{
	background-position: -376px -100px;
}
#footer #menu ul li a.ativo .icone#bt_cadastro,
#footer #menu ul li a:hover .icone#bt_cadastro{
	background-position: -470px -100px;
}
#footer #menu ul li a.ativo .icone#bt_ideias2,
#footer #menu ul li a:hover .icone#bt_ideias2{
	background-position: -564px -100px;
}
#footer #menu ul li a.ativo .icone#bt_contato,
#footer #menu ul li a:hover .icone#bt_contato{
	background-position: -658px -100px;
}
span.text_back{
	position: absolute;
	bottom: 5px;
	color: white;
	text-align: center;
	width: 93px;
	height: 16px;
	display: block;
	font-size: 13px;
}
/*Padrões do wordpress*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 40px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleftgame {
	padding: 4px;
	margin: 0 12px 20px 0;
	display: inline;
	float: left;
}
