* {
	margin: 0px;
	padding: 0px;
}
html,body {
	background-color: #111111;
	color: #ffffff;
	font-size: 14px;
	font-family: "Trebuchet MS";
	background: #000000 url(/images/bg_top.jpg) repeat-x;
	height: 100%;
}
h2 {
	clear: both;
	margin: 1px;
	padding: 5px;
	padding-left: 30px;
	font-size: 15px;
	text-transform: capitalize;
	text-align: left;
	color: #ff9900;
	background: url(/images/shield.png) #111111 10px center no-repeat;
}
h2 a {
	font-size: 13px;
	color: #ff6600;
}
h2 a:hover {
	color: #ff9900;
}
h4 {
	text-align: center;
	color: #eee;
}
p {
	margin-top: 5px;
	margin-bottom: 20px;
}
a {
	color: #ff6600;
}

input {
	font-size: 13px;
	color: #333;
	border: 1px solid #cc3300;
}
input.submit {
	width: 100px;
	height: 24px;
	font-weight: bold;
	background-color: #bbb;
	line-height: 15px;
}
label {
	color: #ff9900;
	font-weight: bold;
}
fieldset {
	margin-top: 25px;
	padding: 15px;
	border: 2px solid #ff6600
}
fieldset label {
	float: left;
	width: 130px;
}
fieldset p {
	clear: left;
	margin-top: 20px;
}
legend {
	color: #ff9900;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	border: 2px solid #ff6600;
}

ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
#wrapper {
	position: relative;
	margin:0 auto;
	width:1024px;
	height: auto !important;
	height: 100%;
	min-height: 100%;	
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	background-color: #000000;
}
#header {
	width: 1024px;
	background-color: #000000;
	height: 220px;
}
#left-header {
	width: 250px;
	float: left;
	height: 100%;
}
#left-header h1 {
	font-size: 22px;
	text-align: center;
	background-color: transparent;
}
#left-header h1 a {	
	display: block;
	padding: 8px;
	color: #ff6600;
	text-decoration: none;
}
#left-header h1 a:hover {
	color: #ff9900;
}
#logo {
	width: 250px;
	background: url(/images/header/logo.jpg) center no-repeat;
	height: 100%;
}
#link-listing {
	line-height: 25px;
}
#link-listing li {
	padding-left: 25px;
	background: url(/images/shield.png) no-repeat 0px 6px;
}

#top-nav-n-ad {
	float: left;
	width: 772px;
	background-color: #000;
}
#navbar {
	display: block;
	width: 748px;
	text-align: right;
}
#navbar .active {
	color: #ff9900;
}

#navbar ul{	
	height: 20px;
	line-height: 20px;
	list-style-type: none;
}
#navbar li {
	display: inline;
}
#navbar a {
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 15px;
	color: #ff6600;
	font-weight: bold;
	border-right: 1px solid #444;
	padding-left: 10px;
	padding-right: 11px;
}
#navbar a:hover {
	text-decoration: underline;
}
#bannertop {
	text-align: center;
	background-color: #000;
	padding: 10px;
}
#main {
	clear: both;
	background-color: #000;
	
	overflow: hidden;
}
#left, #content, #right {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#content p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
#left {
	float: left;
	width: 240px;
	background-color: #000000;	
}
#left p {
	padding: 3px;
}
#loginBox {
	background-color: #222;
	color: #ff6600;
}
#loginBox p {
	margin: 0px;
	padding: 3px;
	text-align: center;
}
#loginBox a{
	color: #ff9900;
}
#classes {
	background-color: #000;
}
#classes ul {
	line-height: 25px;
	text-decoration: none;
	list-style-image: url(/images/shield.png);
}
#classes li {
	float: left;
	clear: left;
	width: 100%;
}
#classes a, #right li a, #left li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff; 		
}
#classes a:hover, #right li a:hover, #left li a:hover {
	background-color: #ff9900;
	color: #cc3300;
}
#right li a, #left li a {
	padding: 4px;
}
#left-ad {
	text-align: center;
}
#left-ad p {
	padding: 15px;
}
#content {
	float: left;
	width: 560px;
}
#right {
	float: left;
	width: 220px;
}
#right-ad p {
	padding: 15px;
	text-align: center;
}
#bottom-ad {
	text-align: center;
	padding: 20px;
}
#footer {
	clear: both;
	width: 1024px;
	background-color: #333333;
	border-top: 1px solid #bbbbbb;
}
#footer p {
	padding: 20px;
}
#articles {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#comments {
	background-color: #222;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
textarea#comment {
	width: 400px;
	height: 150px;
	padding: 10px;
}

#spell-details {
	margin-top: 15px;
}
#spell-details th {
	color: #ff9900;
	background-color: #222;
	padding: 3px;
}
#spell-details td {
	text-align: center;
	background-color: #444;
	padding: 5px;
}

#spell-details a {
	text-decoration: none;
}
#spell-details a:hover {
	font-weight: bold;
}

.article {
	background-color: #222;
	color: #eee;
	border: 2px solid #333;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article h1 a {
	color: #ff9900;
	margin-left: 10px;
	font-size: 15px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.article h1 a:hover {
	color: #ff6600;
}
.article h2 {
	color: #dddddd;
	background: #222;
	margin-left: 9px;
	padding: 0px;
	font-size: 10px;
}
.article h2 a {
	color: #ffffff;
	font-size: 10px;
}
.article-cat-img {
	float:left; 
	margin: 0 0 5px 10px; 
	border: 1px solid #555;
}
.article-header {
	float: left;
}
.article-content {
	clear: both;
	margin: 10px;
}
.article-nav {
	padding: 10px;
}
.article-nav a {
	color: #ffffff;	
}
.comment {
	background-color: #444;
	color: #eee;
	border: 1px solid #222;
	margin: 20px;
	font-size: 12px;
}
.comment h5 {
	text-align: left;
	padding: 5px;
	background-color: #666;
	color: #ff9900;
}
.comment p {
	text-align: justify;
}
.pad-left {
	padding-left: 15px;
}
.error, .success {
	list-style-type: none;
	padding: 20px;
	font-weight: bold;
}
.error {
	color: #ff0000;
}
.success {
	color: #339900;
}
.field-note, .note {
	color: #999;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 10px;
}

.note a{
	color: #999;
}

.t-classes a {
	padding-left: 20px;
}

.t-archetype a {
	padding-left: 40px;
}
.t-class a span{
	padding-left: 50px;
}
.unfold-list {
	cursor: pointer;
	float: left;
	margin-top: 3px;
	padding-right: 10px;
}
.rounded {
	padding: 10px;
}
/*
li a.soldier{ background-color: #333300;}
li a.priest { background-color: #000033;}
li a.rogue { background-color: #330000;}
li a.mage { background-color: #003300;}
*/
