/* Menu Cadastre-se Novos usuarios */
body {
	font: 11px 'Trebuchet MS',Arial, Helvetica, sans-serif;
}
.botaosis {
        background: transparent;
        margin: 0;
        padding: 0;
		height: 19px;
		font: 12px 'Trebuchet MS',Arial, Helvetica, sans-serif; 
		font-weight: bold;
}
.botaosis a {
		display:inline;
        margin-left: 2px;
        padding: 0;
        background: url(../images/botaopadrao_esq.gif) no-repeat left top;
        color: #f9eb75;
        text-decoration: none;
		height: 20px;
		float:left;
}
.botaosis span {
		display:inline;
 		height: 20px;
        background: url(../images/botaopadrao_dir.gif) no-repeat right top;
        margin-left: 5px;
		padding-right: 5px;
		float:left;
		cursor: pointer;
}
.botaosis a:hover span {
        background-position: 100% -20px;
}
.botaosis a:hover {
		color: #000;
        text-decoration: none;
        background-position: 0 -20px;
}
a.novousuario {
text-decoration: none;
color:#d5c683;
font-size: 1.2em;
line-height: 25px;
font-weight: bold;
margin-left: 40px;
float: left;
}
a.novousuario:link, a.novousuario:visited {
text-decoration: none;
}
a.novousuario:hover {
text-decoration: underline;
color: #ab8056;
}
/* Esqueci a Senha */
a.esqueciasenha {
text-decoration: none;
color:#766e55;
font-size: 10px;
font-weight: bold;
margin-left: 3px;
line-height: 25px;
float: left;
}
a.esqueciasenha:link, a.esqueciasenha:visited {
text-decoration: none;
}
a.esqueciasenha:hover {
text-decoration: underline;
color: #ab8056;
}
/* Botão Feed */
.btnmenutopfeed {
display: inline;
padding : 0;
width: 46px;
height: 46px;
float : left;
}
.btnmenutopfeed a {
display : block;
width: 46px;
height: 46px;
background : url(http://www.revistazap.org/images/rz_btfeed.gif) no-repeat;
}
.btnmenutopfeed a:hover {
position: absolute;
display : block;
margin-top: -10px;
margin-left: -10px;
width : 52px;
height : 54px;
background : url(http://www.revistazap.org/images/rz_btfeed_a.gif) no-repeat;
}	
/* Menu Topo */
.btnmenutophome {
display: inline;
margin-left: 38px;
padding : 0;
width: 31px;
height: 31px;
float : left;
}
.btnmenutopemail, .btnmenutopindique, .btnmenutopfavoritos, .btnmenutoprss {
display: inline;
margin-left: 8px;
padding : 0;
width: 31px;
height: 31px;
float : left;
}
.btnmenutophome a {
display : block;
width: 31px;
height: 31px;
background : url(http://www.revistazap.org/images/rz_icohome.gif) no-repeat;
}
.btnmenutophome a:hover {
position: absolute;
display : block;
margin-top: -10px;
margin-left: -10px;
width : 51px;
height : 51px;
background : url(http://www.revistazap.org/images/rz_icohome_a.gif) no-repeat;
}
.btnmenutopemail a {
display : block;
width: 31px;
height: 31px;
background : url(http://www.revistazap.org/images/rz_icoemail.gif) no-repeat;
}
.btnmenutopemail a:hover {
position: absolute;
display : block;
margin-top: -10px;
margin-left: -10px;
width : 51px;
height : 51px;
background : url(http://www.revistazap.org/images/rz_icoemail_a.gif) no-repeat;
}
.btnmenutopindique a {
display : block;
width : 31px;
height : 31px;
background : url(http://www.revistazap.org/images/rz_icoindique.gif) no-repeat;
}
.btnmenutopindique a:hover {
position: absolute;
display : block;
margin-top: -10px;
margin-left: -10px;
width : 51px;
height : 51px;
background : url(http://www.revistazap.org/images/rz_icoindique_a.gif) no-repeat;
}
.btnmenutopfavoritos a {
display : block;
width : 31px;
height : 31px;
background : url(http://www.revistazap.org/images/rz_icofavoritos.gif) no-repeat;
}
.btnmenutopfavoritos a:hover {
position: absolute;
display : block;
margin-top: -10px;
margin-left: -10px;
width : 51px;
height : 51px;
background : url(http://www.revistazap.org/images/rz_icofavoritos_a.gif) no-repeat;
}
.btnmenutoprss a {
display : block;
width : 31px;
height : 31px;
background : url(http://www.revistazap.org/images/rz_icorss.gif) no-repeat;
}
.btnmenutoprss a:hover {
position: absolute;
display : block;
margin-top: -10px;
margin-left: -10px;
width : 51px;
height : 51px;
background : url(http://www.revistazap.org/images/rz_icorss_a.gif) no-repeat;
}
#menuprinc {
overflow : hidden;
position : relative;
margin : 0;
padding : 0;
width : 784px;
height : 46px;
background : url(http://www.revistazap.org/images/rz_menuprinc.png) no-repeat;
clear : both;
}
#menuprincesq {
width : 221px;
height : 30px;
background : transparent;
float: left;
}
#menuprincdir {
position: relative;
margin : 0 17px;
padding : 0;
width : 756px;
height : 30px;
background : transparent;
clear: both;
}
/* Menu Principal */
ul {
	margin-left: 15px;
	padding: 0;
	list-style: none;
	height: 30px;
	}

ul li {
	position: relative;
	width: 110px;
	float: left;
	}
	
li ul {
	position: absolute;
	left: -15px; /* Set 1px less than menu width */
	top: 28px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	height: 30px;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: transparent; /* IE6 Bug */
	border: 0;
	border-left: 2px solid #8b7355;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 21px; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #31271c; background: url(http://www.revistazap.org/images/rz_fdobtmenuprincipal.png) repeat-x; } /* Hover Styles */

li ul li a:hover { color: #34291a; background: url(http://www.revistazap.org/images/rz_fdomenuprincipal_a.gif); } /* Hover Styles */
		
li ul li a { 
text-indent: 25px; 
padding: 0;
line-height: 20px;
text-align: left;
color: #34291a;
width: 200px; 
height: 22px; 
border: 0;
border: 1px solid #2f2822;
border-top: 0;
background: url(http://www.revistazap.org/images/rz_fdomenuprincipal.png);
} 
/* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
/* Banner Menu Moimentado */
	#center {
		position: relative;
		display: inline;
		margin-top: 2px;	
		margin-right: 45px;
		padding: 0px;
		width: 450px;
		height: 154px;
		border: 0px solid #948071;
		float: right;
		}
	#slider {
		overflow: hidden;
		position: relative;
		width: 450px;
		height: 154px;
		margin: 0px;
		padding: 0px;
		background: transparent;
		border: 0px solid #000;
	}
	#slider .slide {
		position: absolute;
		margin : 0;
		padding : 0;
		width: 450px;
		height: 154px;;
		background: transparent;
		overflow: hidden;
		border-left: #000 solid 0px;
		cursor: auto;
	}
	#slider .slide img {
		border: 0;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 0.8em;
		text-decoration: none;
	}
	#slider .backgroundText {
		overflow: hidden;
		position: absolute;
		display: block;
		margin-left: 24px;
		width: 240px;
		height: 60px;
		background: #111;
	}
	#slider .text {
		overflow: hidden;
		position: absolute;
		display: block;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: left;
		margin-left: 15px;
		width: 235px;
		height: 50px;
		top: 2px;
		left: 15px;
	}

	#slider .diapo {
		position: absolute;
		visibility: hidden;
	}
/* Menu Foto Usuario */
#menfotousu {
	width: 170px;
	height : 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 2px;
}

a.menfotousu {
display: inline;
padding: 0px 2px; 
margin-top: 3px;
/* width: 48px; */
height : 17px;
text-decoration: none;
color: #f1ecd1;
background: #8b846a;
border: 0px solid #e2cba6;
}

a.menfotousu:hover {
background: #f1ecd1;
color: #634739; 
}
/* Menu Perfil */
#menuperfil {
display: block;
margin-top: 5px;
margin-left: 5px;
text-align: center;
padding : 0;
width: 555px;
height: 50px;
border: 2px solid #926857;
}
.btperfil a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btperfil.png) no-repeat;
float : left;
}
.btperfil a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btperfil_a.png) no-repeat;
}
.btfoto a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btfoto.png) no-repeat;
float : left;
}
.btfoto a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btfoto_a.png) no-repeat;
}
.btposts a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btposts.png) no-repeat;
float : left;
}
.btposts a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btposts_a.png) no-repeat;
}
.btsenha a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btsenha.png) no-repeat;
float : left;
}
.btsenha a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btsenha_a.png) no-repeat;
}
.btlogoff a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btlogoff.png) no-repeat;
float : left;
}
.btlogoff a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btlogoff_a.png) no-repeat;
}
.btrecado a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btrecado.png) no-repeat;
float : left;
}
.btrecado a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btrecado_a.png) no-repeat;
}
.btgerente a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btgerente.png) no-repeat;
float : left;
}
.btgerente a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btgerente_a.png) no-repeat;
}
.btdeletar a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btexcluir.png) no-repeat;
float : left;
}
.btdeletar a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btexcluir_a.png) no-repeat;
}
.btcomunidade a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btcomu.png) no-repeat;
float : left;
}
.btcomunidade a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btcomu_a.png) no-repeat;
}
.btamigos a {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btamigos.png) no-repeat;
float : left;
}
.btamigos a:hover {
display: block;
width: 50px;
height: 50px;
background : url(http://www.revistazap.org/images/rz_btamigos_a.png) no-repeat;
}
/* Menu Comunidade */
#mencomu_top {
display: inline;
margin-top: 5px;
margin-left: 5px;
width: 550px;
height: 30px;
float: left;
}
p.mencomu_top { 
display: block;
/*background: #634739;*/
/* width: 150px; */
height: 30px;
margin-left: 2px;
line-height: 27px;
/* border: 2px solid #603b2d; */
float : left;
}
img.mencomu_top {
display: inline;
width: 33px;
height: 30px;
float : left;
}
a.mencomu_top {
display: inline;
text-decoration: none;
padding-right: 5px;
color: #332612;
height: 30px;
font-weight: bold;
background: url(http://www.revistazap.org/images/botoes/fundobotao.png) repeat;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
float : left;
}
a.mencomu_top:hover {
font-weight: bold;
color: #ffff03;
background: url(http://www.revistazap.org/images/botoes/fundobotao_a.png) repeat;
}
a.linkfoto {
display: block;
text-decoration: none;
color: #4a2d39;
}
a.linkfoto:hover {
display: block;
color: #ffff03;
background: #603b2d;
}
a.linkcomu {
display: block;
text-decoration: none;
color: #fad820;
}
a.linkcomu:hover {
display: block;
text-decoration: none;
color: #ffff03;
background: #603b2d;
}
a.linkperfil {
color: #000;
}
a.linkperfil:hover {
font-weight: bold;
color: #ffff03;
}
/* MENU RECADOS */
.btrecpostar a {
display: block;
width: 68px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_postar.png) no-repeat;
float : left;
}
.btrecpostar a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_postar_a.png) no-repeat;
}
.btrecvisualizar a {
display: block;
width: 85px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_visualizar.png) no-repeat;
float : left;
}
.btrecvisualizar a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_visualizar_a.png) no-repeat;
}
.btrecyoutube a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_youtube.png) no-repeat;
float : left;
}
.btrecyoutube a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_youtube_a.png) no-repeat;
}
.btrecnegrito a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_negrito.png) no-repeat;
float : left;
}
.btrecnegrito a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_negrito_a.png) no-repeat;
}
.btrecitalico a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_italico.png) no-repeat;
float : left;
}
.btrecitalico a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_italico_a.png) no-repeat;
}
.btrecdicas a {
display: block;
width: 33px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_dicas.png) no-repeat;
float : left;
}
.btrecdicas a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_dicas_a.png) no-repeat;
}
.btrecfoto a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_foto.png) no-repeat;
float : left;
}
.btrecfoto a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_foto_a.png) no-repeat;
}
.btrectitgrande a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_titgrande.png) no-repeat;
float : left;
}
.btrectitgrande a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_titgrande_a.png) no-repeat;
}
.btrectitmedio a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_titmedio.png) no-repeat;
float : left;
}
.btrectitmedio a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_titmedio_a.png) no-repeat;
}
.btreclinks a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_links.png) no-repeat;
float : left;
}
.btreclinks a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_links_a.png) no-repeat;
}
.btrecazul a {
display: block;
width: 21px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_azul.png) no-repeat;
float : left;
}
.btrecazul a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_azul_a.png) no-repeat;
}
.btrecvermelho a {
display: block;
width: 21px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_vermelho.png) no-repeat;
float : left;
}
.btrecvermelho a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_vermelho_a.png) no-repeat;
}
.btrecverde a {
display: block;
width: 21px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_verde.png) no-repeat;
float : left;
}
.btrecverde a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_verde_a.png) no-repeat;
}
.btrecamarelo a {
display: block;
width: 21px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_amarelo.png) no-repeat;
float : left;
}
.btrecamarelo a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_amarelo_a.png) no-repeat;
}
.btrecrosa a {
display: block;
width: 21px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_rosa.png) no-repeat;
float : left;
}
.btrecrosa a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_rosa_a.png) no-repeat;
}
.btrecsmruim a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_sm_ruim.png) no-repeat;
float : left;
}
.btrecsmruim a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_sm_ruim_a.png) no-repeat;
}
.btrecsmlegal a {
display: block;
width: 35px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_sm_legal.png) no-repeat;
float : left;
}
.btrecsmlegal a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_sm_legal_a.png) no-repeat;
}
.btpostlista a {
display: block;
width: 105px;
height: 29px;
background : url(http://www.revistazap.org/images/botoes/rec_listaposts.png) no-repeat;
float : left;
}
.btpostlista a:hover {
background : url(http://www.revistazap.org/images/botoes/rec_listaposts_a.png) no-repeat;
}
