
/*
Design by NodeThirtyThree for Free CSS Templates
http://www.nodethirtythree.com/ + http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: #06080b url(page_bg.jpg) center bottom fixed no-repeat;

	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}

ul, ol {
}

a {
	color: #00CC66;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
    font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #888;
}

td {
    padding: 2px 5px 2px 5px;
}

.rarity_common {
    /*color: #333333;*/
    color: black;
}

.rarity_uncommon {
    /*color: #33BB66;*/
    color: green;
}

.rarity_rare {
    /*color: #3399BB;*/
    color: blue;
}

.rarity_epic {
    /*color: #AA33CC;*/
    color: purple;
}

.rarity_legendary {
    /*color: #AACC33;*/
    color: orange;
}

/* Wrapper */


/* Header */

#header {
	width: 920px;
	height: 80px;
	margin: 0px auto;
	background: url(bg03.png) no-repeat left -50px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0px;
}

#logo h1 {
	padding: 20px 0px 0px 30px;
}

#logo h2 {
	padding: 40px 0px 0px 10px;
}

#logo a {
	text-decoration: none;
	color: #797979;
}

#logo a:hover {
	text-decoration: underline;
	color: #00CC66;
}

#logo h2, #logo h2 a {
	font-size: 13px;
	color: #9F9F9F;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 38px 30px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 10px 0px 10px;
	background: url(img02.gif) no-repeat left center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00CC66;
}

#menu a:hover {
	text-decoration: underline;
	color: #00CC66;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 920px;
	margin: 0px auto;
	background: url(bg04.png) repeat-y left top;
}


/* Content */

#content {
	float: left;
	width: 650px;
	padding: 30px 0px 0px 35px;
}

.post {
}

.post .title {
	padding: 0px 0px 0px 15px;
	background: url(top_menu_bg.png) no-repeat left top;
}

.post .title h2, .post .title h3 {
	margin: 0px;
        text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a, .post .title h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a:hover, .post .title h3 a:hover {
	text-decoration: underline;
}

.post .title p {
	margin: 0px;
	font-size: 16px;
	color: #8D8D8D;
}

.post .title p a {
	text-decoration: none;
	color: #8D8D8D;
}

.post .entry {
	padding: 15px 15px 25px 15px;
}

input, select {
    background: #242424 url(top_menu_bg.png) repeat left top;
    color: #FFFFFF;
    font: 11px Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #8D8D8D;
    padding: 3px;
}

select {
    min-width: 150px;
}

textarea {
    width: 98%;
    background: #FFFFFF url(top_menu_bg.png) repeat left top;
    background-repeat: repeat;
    height: 200px;
    font: 11px Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #8D8D8D;
    padding: 3px;
    color: #FFFFFF;
}

.post .button {
    background: #FFFFFF url(top_menu_bg.png) repeat left top;
    font-weight: bold;
    padding: 5px 40px 5px 40px;
    cursor: pointer;
}

.post .small-button {
    background: #242424;
    font-weight: bold;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
}

.post .play {
    display: block;
    width: 50%;
    margin: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    background: #FFFFFF url(img03.gif) repeat left top;
    color: #FFFFFF;
    cursor: pointer;
}

.post .error {
    color: #242424;
    width: 80%;
    margin: auto;
    background: #FF3030;
    border: 1px solid #242424;
    opacity:0.5;
    filter:alpha(opacity=50);
    margin-bottom: 10px;
}

.post .success {
    color: #242424;
    width: 80%;
    margin: auto;
    background: #EEE685;
    border: 1px solid #242424;
    opacity:0.5;
    filter:alpha(opacity=50);
    margin-bottom: 10px;
}

.post .error p {
    margin: 5px;
    color: #000;
    font-weight: bold;
}

.post .success p {
    margin: 5px;
    color: #000;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 20px 10px 0px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
    font-size: 11px;
    color: #BCE8EC;
}

#sidebar li ul, #sidebar li div {
	margin: 15px 5px 25px 5px;
}

#sidebar li li {
	font-size: 11px;
    color: #BCE8EC;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background: url(top_menu_bg.png) no-repeat left top;
	font-size: 20px;
	color: #FFFFFF;
}

#sidebar a {
	color: #00CC66;
}

#sidebar input {
    background: #FFFFFF url(top_menu_bg.png) repeat left top;
    color: #BCE8EC;
    font: 11px Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #BCE8EC;
    padding: 3px;
}

#sidebar .button {
    display: block;
    width: 80%;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
}

#sidebar .left {
    display: block;
    float: left;
    clear: left;
    font-weight: bold;
}

#sidebar .right {
    display: block;
    float: right;
    clear: right;
}

/* Footer */

#footer {
	width: 920px;
	height: 65px;
	margin: 0px auto;
	background: url(bg07.png) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #797979;
}

.guildleft {
    display: block;
    float: left;
    clear: left;
    font-weight: bold;
}

.guildright {
    display: block;
    float: right;
    clear: right;
}

#simple-chat {
    padding:0;
}
#chat-chatbox {
    height:600px;
    width: 100%;
    overflow:scroll;
    overflow-x:hidden;
    border:1px solid #ccc;
    background-color:#fff;
    padding: 2px;
    line-height: 120%;
    margin-bottom: 3px;
}
#chat-channel {
    background: #FFFFFF;
    color: #8D8D8D;
    width: 15%;
    min-width: 0px;
    margin: 3px;
    padding: 2px;
}
#chat-textbox {
    background: #FFFFFF;
    color: #8D8D8D;
    font: 11px Verdana, sans-serif;
    border: 1px solid #8D8D8D;
    padding: 3px;
    width: 60%;
}
#chat-button {
    cursor:pointer;
    background: #FFFFFF;
    color: #8D8D8D;
    font: 11px Verdana, sans-serif;
    border: 1px solid #8D8D8D;
    font-weight: bold;
    padding: 3px 15px 3px 15px;
    width: 20%;
    float: right;
}

#full-chat-chatbox {
    min-height: 100%;
    height:380px;
    width: 100%;
    overflow:scroll;
    overflow-x:hidden;
    border:1px solid #ccc;
    background-color:#fff;
    padding: 2px;
    line-height: 120%;
    margin-bottom: 3px;
}

span.errorNote {
        background:#330000 url('alert_error.gif') no-repeat 5px 4px;
        color:#FF0000;
        width:100%;
}

span.warnNote {
        background:#E8E11E url('alert_warn.gif') no-repeat 5px 4px;
        color:black;
        width:100%;
}

span.successNote {
        background:#0E4711 url('alert_success.gif') no-repeat 5px 4px;
        color:#00CC00;
        width:100%;
}

span.errorNote, span.warnNote, span.successNote {
        padding:5px 5px 5px 24px !Important;
        font-weight:bold;
        margin-bottom:10px;
        text-align:center;
        width:100%;
}


.cat {
	text-align: center;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #242424;
	text-indent: 4px;
}
.row1 {
	background-repeat: repeat-x;
	padding: 4px;
  border: 1px solid #242424;
}
.row2 {
	background-repeat: repeat-x;
	padding: 4px;
  border: 1px solid #242424;
}
.row3 {
	background-repeat: repeat-x;
	padding: 4px;
  border: 1px solid #242424;
}

ul.tabnav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid grey;
 font-size: 8pt;
}

ul.tabnav li
{
 list-style: none;
 margin: 0;
 display: inline;
 padding: 2px 0.5em;
 margin-left: 3px;
 border: 1px solid grey;
 border-top: 1px solid grey;
 border-bottom: none;
 text-decoration: none;
}

ul.tabnav li.tabactive a
{
border-bottom: none;
}

div.smenu div.content div.contentv {
	display:none;
}

.rounded:before {
text-align:left;
  height: 10px;
  line-height: 0;
  margin: -10px -10px 0 -10px;
  padding: 0;
  display: block;
}
.rounded {
 padding: 10px;
 margin: 10px 0 10px 0;
background-color: lightblue;
 }
.rounded:after {
text-align:left;

  height: 10px;
  line-height: 0;
  display: block;
  margin: 0 -10px -10px -10px;
  padding: 0;
}

#bgcolor1{background-color: lightblue;}
#bgcolor{background-color:blue;}

.bgcolor1{background-color: lightblue;}
.bgcolor{background-color:blue;}


.cat {
	text-align: center;
	height: 15px;
	margin: 0;
	padding: 0;
	border-left:1px solid #5b7290;
	border-top:1px solid #5b7290;
	border-right:1px solid #5b7290;
	background-color: #72859F;
	background-image: url("top_menu_bg.png");
	text-indent: 4px;
}
.row1 {
	background-repeat: repeat-x;
	border-left:1px solid #5b7290;
	border-top:1px solid #5b7290;
	border-right:1px solid #5b7290;
	background-image: url("top_menu_bg.png");
	padding: 4px;
}
.row2 {
	background-repeat: repeat-x;
	border-left:1px solid #5b7290;
	border-top:1px solid #5b7290;
	border-right:1px solid #5b7290;
	background-image: url("top_menu_bg.png");
	padding: 4px;
}
.row3 {
	background-repeat: repeat-x;
	border-left:1px solid #5b7290;
	border-top:1px solid #5b7290;
	border-right:1px solid #5b7290;
	background-image: url("top_menu_bg.png");
	padding: 4px;
}

.chattable {
  	background-color: #0e0e0e;
	background-image: url("top_menu_bg.png");
  	padding: 0px 0px 0px 0px;
}
