/*
Theme Name: Gustavo Rinaldi 2013
Theme URI: http://www.gustavorinaldi.net
Description: Gustavo Rinaldi
Version: 1.0
Author: Partido Alto
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:url('imagens/bg.jpg') repeat #361206;
}

/* CLASSES GERAIS */
p, a, h1, h2, h3, h4, h5, li {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	font-weight:normal !important;
}
.teste { 
	border:1px solid red;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clearAll {
	clear:both;
}
.bolder {
	font-weight: bold !important;
}
.italic {
	font-style: italic;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.hideMe {
	display:none;
}
.showMe {
	display:block;
}
.spaceMe {
	letter-spacing: 1px;
}

/* TEXTO */
.georgia-12-creme {
	font-family: 'Georgia',serif;
	font-size:12px;
	color:#f3f7e1;
}
.georgia-14-creme {
	font-family: 'Georgia',serif;
	font-size:14px;
	color:#f3f7e1;
}
.georgia-16-creme {
	font-family: 'Georgia',serif;
	font-size:16px;
	color:#f3f7e1;
}
.georgia-24-creme {
	font-family: 'Georgia',serif;
	font-size:24px;
	color:#f3f7e1;
}

/* GERAL */
#bg-esq {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:238px;
	height:200px;
	background:url('imagens/bg-esq.png') no-repeat top left;
}
#bg-dir {
	position:absolute;
	z-index:-1;
	top:0;
	right:0;
	width:348px;
	height:200px;
	background:url('imagens/bg-dir.png') no-repeat top right;
}
#wrapper-site {
	position:absolute;
	z-index:999;
	top:0;
	left:50%;
	width:980px;
	margin-left:-490px;
}
.wrapper-box {
	width:940px;
	background:url('imagens/pattern-box.png');
	padding:30px 20px;
	margin-bottom:50px;
}
.wrapper-box a {
	color:inherit;
	text-decoration: none;
}
.wrapper-box a:hover {
	color:#1d7460;
}
.wrapper-box h1 {
	line-height: 32px;
}

/* EM BREVE */
#tapume {
	text-align: center;
}
#tapume h1 {
	margin-bottom:40px;
}
#tapume p {
	margin:15px 0;
}

/* TOPO */
#wrapper-topo {
	margin-bottom:25px;
}
#logo-topo {
	width:400px;
	margin:0 auto;
}
#logo-topo a {
	display:block;
	width:400px;
	height:172px;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
	background:url('imagens/logo-topo.png') no-repeat;
	text-decoration: none;
}

/* MENU */
#menu-topo {
	width:100%;
	text-align: center;
}
ul.lista-menu-topo {
	margin:5px 0 0 0;
	padding:0;
}
ul.lista-menu-topo li {
	display:inline;
	margin:0 3px;
}
ul.lista-menu-topo li a {
	text-decoration: none;
	color:inherit;
}
ul.lista-menu-topo li a:hover, ul.lista-menu-topo li span.abre-friends:hover, ul.lista-menu-topo li span.abre-info:hover {
	color:#1d7460;
}
span.abre-friends, span.abre-info {
	cursor:pointer;
}

/* CONTEUDO */
#wrapper-conteudo {
	width:980px;
	margin:0 auto 50px auto;
}

/* POST */
.post-titulo {
	padding-bottom:25px;
}
.post-titulo h1 a, .box-single h1 a {
	color:inherit;
	text-decoration: none;
}
.post-titulo h1 a:hover, .box-single h1 a:hover {
	color:#1d7460;
}
.post-geral {
	width:980px;
	margin-bottom:60px;
}
.post-geral a {
	text-decoration: underline;
	color:#f3f7e1;
}
.post-geral a:hover {
	color:#1d7460;
	text-decoration:none;
}

.container-img {
	margin-bottom:10px;
}
.container-img a img {
	border:none !important;
}
.container-desc {
	width:980px;
	margin:15px 0;
	line-height: 17px;
}

.container-info {
	width:980px;
	margin:5px 0;
	padding-top:20px;
}
.container-info ul li {
	list-style:none;
	display:inline;
	margin-right:5px;
}
.controllers {
	margin-top:0;
	width:100px;
	font-family:"Georgia",serif;
	color:#f3f7e1;
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
	padding:8px 0;
	text-align: center;
	background: #1d7460;
}
#link-trampo {
	position:relative;
	margin-top:-5px;
	text-align:right;
}


/* FOOTER */
#wrapper-footer {
	width:980px;
	margin:100px auto 15px auto;
	border-top:1px solid #f3f7e1;
}
ul.lista-footer {
	margin:10px 0 0 0;
	padding:0;
	text-align: center;
}
ul.lista-footer li {
	display:inline;
	margin:0 3px;
}
ul.lista-footer li a {
	text-decoration: none;
	color:inherit;
}
ul.lista-footer li a:hover {
	color:#1d7460;
}

/* PÁGINAS */
#container-friends, #container-info {

}

#container-friends p, #container-friends a, #container-friends li, 
#container-info p, #container-info a, #container-info li, 
#container-pagina p, #container-pagina a, #container-pagina li {
	font-family: "Georgia", serif;
	font-size:12px;
	color:#f3f7e1;
	margin-bottom: 20px;
	text-decoration: none;
}
#container-friends a:hover,
#container-info a:hover,
#container-pagina a:hover {
	color:#1d7460;
}

h2.titulo-pagina {
	margin-bottom:20px;
}

.conteudo-info {
	width:490px;
}

.texto-info {
	line-height:17px !important;
}
.conteudo-clients {
	width:400px;
	text-align: right;
}

ul.lista-friends li {
	list-style: none;
	margin:5px 0 !important;
	font-style: italic;
}
ul.lista-friends li a {
	font-size: 14px !important;
}


/* NAVEGAÇÃO */
.navigation {
	margin-top:80px;
}
.navigation a {
	color:inherit;
	text-decoration: underline;
}
.navigation a:hover {
	color:#1d7460;
	text-decoration: none;
}
