@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../imagens/layout/wrath/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #CFF;
}

#all {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 180px;
}

#nav {
	width: 980px;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(../imagens/layout/wrath/bg_form_dark.png);
	background-repeat: repeat;
	clear: both;
}

#logo_left {
	width: 200px;
	height: 130px;
	background-image: url(../imagens/layout/wrath/logo.png);
	background-repeat: no-repeat;
	float: left;
}

#logo_right {
	width: 765px;
	height: 130px;
	margin-left: 15px;
	float: right;
}

#title {
	width: 635px;
	height: 130px;
	background-image: url(../imagens/layout/wrath/title.png);
	background-repeat: no-repeat;
	float: left;
}

#theme {
	width: 130px;
	height: 130px;
	float: right;
}

#index {
	width: 980px;
	background-image: url(../imagens/layout/wrath/bg_index.png);
	background-repeat: repeat-y;
}

#menu_left {
	width: 200px;
	float: left;
}

#main {
	width: 765px;
	min-height: 500px;
	float: right;
}

#main_left {
	width: 355px;
	min-height: 215px;
	margin-bottom: 15px;
	padding: 10px;
	background-image: url(../imagens/layout/wrath/bg_form_dark.png);
	background-repeat: repeat;
	float: left;
}

#main_right {
	width: 355px;
	min-height: 215px;
	margin-bottom: 15px;
	padding: 10px;
	background-image: url(../imagens/layout/wrath/bg_form_dark.png);
	background-repeat: repeat;
	float: right;
}

#main_bot {
	width: 745px;
	padding: 10px;
	background-image: url(../imagens/layout/wrath/bg_form_dark.png);
	background-repeat: repeat;
	clear: both;
}

#footer {
	width: 960px;
	height: 30px;
	background-image: url(../imagens/layout/wrath/bg_form_dark.png);
	margin-top: 15px;
	padding: 10px;
	clear: both;
}

#separador {
	width: 980px;
	clear: both;
}

/* Menu Vertical */

#menu {
	width: 12em;
	background: transparent;
	position: relative;
	z-index: 1000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h3 {
	font: bold 10px/16px verdana, arial, helvetica;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h3 { /* linha do título */
	font: bold 10px/16px verdana, arial, helvetica;
	display: block;
	color: #09F;
	background: transparent;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-color: #09F;
	border-bottom-style: solid;
	margin: 0;
	padding: 2px 3px;

}

#menu a { /* links do menu */
	color: #6CF;
	background: transparent;
	text-decoration: none;
	border-width: 1px;
	border-color: transparent;
	border-style: solid;
}

#menu a:hover {
	color: #09C;
	background: url(../imagens/layout/wrath/bg_form_dark.png);
	border-width: 1px;
	border-color: #09C;
	border-style: solid;

}

#menu li {
	position: relative;
	width: 200px;
	
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: url(../imagens/layout/wrath/bg_form_dark.png);

}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* Publicidade
------------------------------------------------- */
#publicidade {
	position: relative;
	width: 180px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

/* Forms
------------------------------------------------- */

#form {
	width: 460px;
	margin: 0 auto;
}

.form-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #3B96E0;
}

#form input.text, select, textarea {
	background: transparent url(../imagens/layout/wrath/form.png);
	border: solid 1px #3B96E0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#form input.text:hover, select:hover, textarea:hover {
	background: transparent url(../imagens/layout/wrath/form.png);
	border: solid 1px #FEAF00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

#form input.button {
	background: transparent url(../imagens/layout/wrath/button.png);
	display: block;
	width: 70px;
	height: 25px;
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FEAF00;
	padding: 0px 0px 4px 0px;

}

#form input.button:hover {
	display: block;
	background: transparent url(../imagens/layout/wrath/button.png);
	background-position: 0 25px;
	width: 70px;
	height: 25px;
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FEAF00;
	padding: 0px 0px 4px 0px;
}

/* Textos */

.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #09F;
}

.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #09F;
}

.h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #CFF;
}

.h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	text-align: justify;
	color: #FFF;
}

.verde {
	color: #00CC00;
	font-weight: bold;
}

.azul {
	color: #0000FF;
	font-weight: bold;
}

.roxo {
	color: #9900FF;
	font-weight: bold;
}

.vermelho {
	color: #FF0000;
	font-weight: bold;
}

.amarelo {
	color: #FEAF00;
	font-weight: bold;
	text-align: center;
}

.legendary {
	color: #FF4500;
	font-weight: bold;
	text-align: center;
}

.bindaccount {
	color: #FFE888;
	font-weight: bold;
	text-align: center;
}

.branco {
	color: #FFFFFF;
	font-weight: bold;
}

.tamanhoh3 {
	font-size: 0.8em;
}

.tamanhoh4 {
	font-size: 0.6em;
}


/* Links */

a:link {
	color: #6CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6CF;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #6CF;
}

/* Tabelas */

.celula {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #CFF;
	border: solid 1px #FFF;
	padding: 5px;
}

.erro{
	color:#F00;
	font-size:11px;
}
