﻿@charset "utf-8";
/* CSS Document */
/*Folha de estilos fakeshare.com - por Alexandre Assmann - propriedade de Anderson Maroski*/

/* 
Índice:
0. DECLARAÇÕES GERAIS
1. TOPO
2. CONTEÚDO
3. ADS
4. LISTAS
5. TABS
 */

/* 0. DECLARAÇÕES GERAIS */
body {
	background-color:#3a3a3a;	
	/*background-image:url(../imagens/background.jpg);*/
	font-family: Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
}

input, textarea {
	padding:5px; 
	background-color:#F8F8F8; 
	border:solid 1px #CCC;
	color:#666;}

#submit {
	background-color:#3f9d00;
	color:#fff;
	padding:10px;
	border: solid 1px #3f9d00;
	font-size:12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

h3 { 
	font-family:Tahoma ;
	font-size:22px;
	color:#F1B82D;
	line-height:1.5em;
}

h4 { 
	font-family:Tahoma; 
	text-transform:none; 
	font-size:12px;
	color:#666;
}

h5 { 
	font-family:Tahoma ;
	font-size:19px;
	color:#4c4c4c;
	line-height:1.5em;
	letter-spacing:-1px;
}

h6 { 
	font-family:Tahoma; 
	font-size:12px;
	color:#666;
	position:relative;
	text-align:center;
	line-height:18px;
}

.criar {
	background-color: #22bcff;
	color:#fff;
	padding:15px;
	margin: 10px 0 0 5px;
	position:relative;
	float:left;
	text-align:center;
	border: solid 1px #1eaae5;
	font-size:13px;
	font-weight: bold;
	width:120px;
	font-family: Tahoma, Geneva, sans-serif;
}

a:hover .criar {background:#1eaae5;}
 
.compartilhar {
	background-color: #5b74a9;
	color:#fff;
	padding:15px;
	margin: 10px 0 0 5px;
	position:relative;
	float:left;
	text-align:center;
	border: solid 1px #3b5998;
	font-size:13px;
	font-weight: bold;
	width:120px;
	font-family: Tahoma, Geneva, sans-serif;
}

a:hover .compartilhar {background:#3b5998;}

#div_esquerda {
	position:absolute;
	left:0;
	z-index:1;
	top:20px;
	left: -130px;
}

/* -------------------------- */
/* 1. TOPO */

#wrapper_header {
	width:100%;	
	height:222px;	
	position:relative;
	/*background-color:#F60;*/	
	background-image:url(../imagens/header_bg.jpg); 
}

#content_header {
	width: 1000px;	
	margin: 0px auto 0px auto;
}

#top_div {
	width:728px;	
	height: 90px;	
	margin: 0px 0 0 0;
	position:relative;
	top: 10px;
	/* border: solid 1px #666666; !important */
}

#top_header {
	margin-top:10px;	
	position:relative;	
	padding:0px;
	color: #fff;		
	text-decoration: none;
	font-family: 'Gilles', Tahoma, Geneva, sans-serif;
	/* border: solid 1px #666666; !important */
}

#top_header h1 {
	position:relative;	
	float:left;		
	margin: 25px 0 0 20px;
	font-size:66px;	
}

#top_header h2 {
	position:relative;
	float:left;
	margin: 50px 0 0 40px;
	font-size:18px;		
}

#img_topo{
	float:right;
	margin-top:-100px;
	width: 310px;
}

/* -------------------------- */

/* 1.1 Pré load */

#pre_load {
	border-style:solid;
	border-color:#e5e6e9 #dfe0e4 #d0d1d5;
	border-width: 1px;
	border-radius: 3px;
	position:absolute;
	left:17%;
	top: 17%;
	z-index:5;
	overflow: visible;
	padding: 23px;
	background:#FFFFFF;
	box-shadow: 0 0 0 4000px #e9eaed;
	max-height: 410px;
	width: 830px;
	
}
#pre_load p {
	color:rgba(0,0,0,1.00);
}
#pl_ads {
	height:280px;
	width:336px;
	float:left;
}
#pl_ads p {
	background-color:rgba(255,255,255,1.00);
	font-weight: bold;
	line-height: 1.8;
	color: rgb(192, 192, 192);
	font-size: 11px;
	font-family: Verdana;
}
#pl_new {
	border: solid #C2C5CC 1px;
	min-height:328px;
	width:469px;
	background-color:rgba(255,255,255,1.00);
	float:left;
	margin: 0 0 0 23px;
	cursor:pointer;
}
#pl_new:hover {
	border: solid #9197a3 1px;
}
.pl_new_img {
	background-size:cover;
	height:245px;
	width:469px;
	margin: 0 auto;
	float:left;
}
.pl_new_txt {
	width:449px;
	padding:10px;
	background-color:rgba(255,255,255,1.00);
	float:left;
}
.pl_new_txt h1 {
	font-family: Georgia, 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color:rgba(0,0,0,1.00);
}

.pl_new_txt p {
	font-family: Helvetica;
	line-height: 16px;
	font-size:12px;
	margin: 7px 0;
	color:rgba(0,0,0,1.00);
}

.pl_new_txt h2 {
	font-size: 11px;
	line-height: 11px;
	color: #9197a3;
}


/* ---------------------------- */

/* 2. CONTEÚDO */

#tapa_tudo {
	display:none;
}
#div_criada {
	border-radius: 10px;
	width: 450px;
	height: 225px;
	position:absolute;
	left:35%;
	top: 27%;
	z-index:4;
	overflow: visible;
	padding: 23px;
	background:#FFFFFF;
	box-shadow: 0 0 0 4000px rgba(0,0,0,0.7);
	display:none;
	
}
#div_criada .compartilhar{
	border-radius: 8px;
	z-index:1;
	margin: 0;
	width: 62%;
	float:left;
}
#topo_criada{
	text-align:right;
}
#content_criada{
	height: 25%;
}
#div_criada .txt_criada {
	font-size:30px;
	font-family: 'Indie Flower', cursive;
	line-height: 1.2;
	font-style: bold;
	color: #e55c0b;
	margin-bottom: 20px;
	margin-top: 10px;
}
#labelGetLink{
	margin-top: 15px;
}

#getLink{
	margin-top: 10px;
	width: 97%;
}

.img_close_criada{
	margin-top: -4%;
	margin-right: -4%;
	height: 25px;
	width: 25px;	
}
.img_tt{
	background:#00B0EA url(../imagens/ttdsk.png) center no-repeat;
	float:left;
	border-radius: 8px;
	width:14%;
	height:100%;
	margin-left:4px;
}
.img_gp{
	background:#db5149 url(../imagens/gpdsk.png) center no-repeat;
	float:left;
	border-radius: 8px;
	width:14%;
	height:100%;
	margin-left:4px;
}

#content {
	width:1000px;	
	margin: 0px auto 0px auto;
	position:relative;
	top:-20px;
/*	background-image:url(../imagens/background.jpg);*/
}

#como_fazer1 {
	height:50px; 
	width:135px;
	margin-left:360px; 
	margin-top:30px; 
	position:absolute; 
	font-size:10px;
}


#formulario {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #fff;
	padding:20px;
	height:320px;
}


.principal {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding:20px;
	z-index:2;
}

.cont_big {
	width: 500px;
	position:relative;
	float:left;
	background-color: #fff;
	margin: 10px 10px 10px 0;
	padding:20px;
}

.cont_small {
	width: 400px;
	position:relative;
	float:left;
	background-color: #fff;
	margin: 10px 0 10px 10px;
	padding:20px;
}

#form_imagem {
	width:500px;
	position:relative;
	float:left;
}

.reengajamento {
	position:relative;
	float:left;
	padding: 0 15px 0 0;
	height:40px;
	display: table;
}

.criar2 {
	background-color: #22bcff;
	color:#fff;
	padding:12px;
	position:relative;
	float:left;
	text-align:center;
	border: solid 1px #1eaae5;
	font-size:12px;
	font-weight: bold;
	width:140px;
	font-family: Tahoma, Geneva, sans-serif;
}

a:hover .criar2 {background:#1eaae5;}

.compartilhar2 {
	background-color: #5b74a9;
	color:#fff;
	padding:12px;
	position:relative;
	float:left;
	text-align:center;
	border: solid 1px #3b5998;
	font-size:12px;
	font-weight: bold;
	width:140px;
	font-family: Tahoma, Geneva, sans-serif;
}

a:hover .compartilhar2 {background:#3b5998;}

/* -------------------------- */
/* 3. ADS */

#div_728x90_a {
	width:728px;	
	height: 90px;	
	position:relative;
	margin: 0 72px 0 0;
	float:left;
	/* border: solid 1px #666666; !important */
}

#div_208x90_a {
	width:200px;	
	height: 90px;	
	position:relative;
	float:left;
	/* border: solid 1px #666666; !important */
}

#div_links_728x15 {
	position: relative;
	float: left;
	margin: -28px 0 0 23px;
	/* border: solid 1px #666666; !important */
}


/* -------------------------- */
/* 4. LISTAS */

#meme_top_fakeshare {
	position:absolute;
	width:64px;
	height:80px;
	top:9px;
	left:420px;
	background-image:url(../imagens/meme_top_fakeshare.png);
}

.share_unit {
	width: 400px;
	height: 116px;
	background: #f6f7f9;
	border: 1px solid #d3dae8;
	display: block;	
	line-height:1.28;
	font-size:11px;
	margin-bottom:10px;
}

.share_unit a{	
	width:500px;
	height:116px;
	position:absolute;
	z-index:999;
}

.share_unit:hover{	
	background:#E9E9E9;
}

.share_unit_img {
	width: 116px;
	text-align:center;
	overflow:hidden;
	height: 116px;
	border-right: 1px solid #d3dae8;
	position:relative;
	float: left;	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.share_unit_img2 {
	max-width: 142px;
	text-align:center;
	height: 116px;
	border-right: 1px solid #d3dae8;
	position:relative;
	float: left;	
}

.share_text {
	width:235px;
	padding:8px 11px;
	position:relative;
	float:left;
	color: gray;
}

.share_ranking {
	width:77px;
	float:right; 
	position:relative;
	padding:15px 11px;
	text-align:center;	
}

/* -------------------------- */
/* 5. TABS */

.tabs {
	height:30px;
	font-size:11px;
	margin-top: 3px;
}
.tabs li {
	float:  left;
	margin: 0;
	overflow: hidden;
	margin-top:-2.5px;
}
.tabs li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 0px;	
	color:#666;
}

.tabs li a:hover {
		color: #999;
}

.tabs li.active a {
	color:#039;
}