/* layout do maujor: http://imasters.com.br/artigo/9065/css/posicionar-o-rodape-embaixo-da-janela */
/* a "gallery" é do template Space Travel Is Boring Template, que é free template, cujo autor é Coll23, cujo e-mail é collingrasley@gmail.com, baixado de http://all-free-download.com/free-website-templates/space_travel_is_boring_template_1248.html */ 
             html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
	background:#000;
	color:#ffdfff;
	font:85%/1.4 Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	}
#tudo { 
	width:760px;
	             position:relative;  /*Contexto de posicionamento */ 
	background:#000;
	margin:0 auto;
	text-align:left;
	             min-height:100%;/**/
	}
	             * html #tudo {height: 100%;}/**/
				 #conteudo {padding-bottom:30px;}/**/
#topo {
	background:#000 url(criptotop.jpg) center center no-repeat;
	width:760px;
	height:100px;
	border-bottom:5px ridge #ff2fdc;
	text-align:center;
	padding-top:1px;
	}
#principal {
	width:470px; 
	padding-left:10px;
	padding-right:20px;
	float:left;
	padding-top:35px;
	text-align:left;
	}
#auxiliar {
	width:220px;
	float:right;
	padding-top:35px;
	padding-left:/*20px;*/10px;
	padding-right:10px;
	}
          		  	
#icons {height:30px;
	float:left;
	background:#000;
	margin:4px 3px 0px 3px;
	}
.icons {
	list-style:none;
	display:inline;
}

	.pagination {width:150px;
		padding:75px 0 9px 0;
		margin:0 0 0 0;
	}
	.pagination span {
		float:left;
		padding-top:20px;
		line-height:11px;
		font-size:11px;
		margin-right:5px;
	}
	.pagination ul.pages li {
		float:left;
		padding:0;
		margin:0 0 0 8px;
		list-style: none;
	}
	.pagination ul.pages li a {
		padding:5px 10px;
		background-color:#000;
		border:1px solid #000;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: inset 1px 1px 1px 1px rgba(205, 205, 205, .1);
        box-shadow: inset 1px 1px 1px 1px rgba(205, 205, 205, .1);
	}
	.pagination ul.pages li.active a, .pagination ul.pages li a:hover {
		background-color:#000;
		border:1px solid #000;
	}
	.pagination ul.pages li.active a:hover {
		color:#ff2fdc;
	}

#histats{height:30px;
	float:left;
	background:#000;
	margin:4px 3px 0px 3px;
	}	
#rodape {
	width:760px;
	height:10px;
	             position: absolute;
	border-top:5px ridge #ff2fdc;
	text-align:center;
	 }
                 	             
#rodape p {text-align:center;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#ffdfff;
}
.fl_left{float:left;}

.fl_right{float:right;}
p {text-align:left;
  }
pre{font:bold 85%/1.4 Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; text-align:center;} /* hack para o IE */  
h1, h2, h3, h4, h6 { 	
	font:bold 18px Comic Sans Ms, Arial, Helvetica, sans-serif;
	color:#ffdfff;
	text-align:center;
	}
	h2.desce {padding-bottom:9%;} 
h4 {font-size:16px;}
.clear {clear:both;}
h6 {font-size:12px;}
form {
          display:block;
          text-align:center;
          }  /* para centralizar o botão */
/*css do menu*/
#masterdiv {padding-top:1px;} 
.menutitle {
              border-right: #000000 1px;
              padding-right: 2px; 
              border-top: #000000 1px solid; 
              font-weight: strong; 
              margin-bottom: 5px; 
              padding-bottom: 2px; 
              width: 195px; 
              cursor: pointer; 
              color: #ffdfff; 
              padding-top: 2px; 
              border-bottom: #000000 1px solid; 
              text-align:left;
              }
.submenu {
	     font-weight: strong; 
                   color: #5d1328; 
                   text-align:left;
                   text-decoration: none;
                  }
a:link {
	color: #ffaad5; text-decoration: none;
           }
a:visited {
	color: #ff0066; text-decoration: none;
               }
a:active {
	color: #cc0000; text-decoration: none;
              }
a:hover {
	color: #ffaaff; height: 12px; text-decoration: none;
/*fim do css menu*/

/* Side bar thumbs  */

.thumbs img{
position:relative;
padding:1px;
margin:2px 3px 3px 2px;
border:2px solid #aaa;
background-color:inherit;

}
.thumbs img:hover{
border:2px solid #2699eb;
}