html {
	color: #359335;
	font-family: "Lucida Console", Consolas, Monaco, monospace;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background-color: #000000;
	background-image: url(../img/bg_grad.png);
	background-repeat: repeat-x;
	min-width: 600px;
}

footer {
	color: #449344;
	text-align: center;
	margin-top: 40px;
	border-top: 2px solid #359335;
}

hr {
	border-top: 2px solid #359335;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

#main_title {
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
}

#error_box {
	display: none;
}

.error_box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	color: #eb0c1e;
	border-style: solid;
	border-color: #d91424;
	border-width: 2px;
	background-color: rgba(168,60,60,0.3);
	overflow: hidden;
}

.page_con {
	margin: 20px;
}

#pagi_con {
	float: right;
	width: auto;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 10px;
	position: relative;
	top: -8px;
}

#pagi_row {
	height: 40px;
	margin-left: 25px;
	margin-right: 25px;
}

#wallet_con {
	text-align: center;
}

#wallet_title {
	width: 150px;
	position: relative;
	top: -10px;
	display: inline-block;
	font-size: 1.25em;
	margin: 0px;
}

#skull_img {
	width: 280px;
	display: inline-block;
}

#skull_box {
	border-style: solid;
	border-color: #359335;
	border-width: 2px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 250px;
}

#name_box {
	border-style: solid;
	border-color: #359335;
	border-width: 2px;
	border-bottom: none;
	
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	
	background-color: #296329;
}

#name_title {
	color: #50B750;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	font-family: "Courier New", Courier, monospace;
}

#main_menu {
	width: 100%;
	display:inline-block;
	margin-bottom: 25px;
	border-style: solid;
	border-color: #359335;
	border-width: 2px;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: rgba(60,168,60,0.2);
}

.menu_item {
	float: right;
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0px;

	border-style: solid;
	border-color: #359335;
	border-width: 2px;
	border-right: none;
	border-top: none;
	border-bottom: none;
	
	background-color: rgba(60,168,60,0.3);
}

.menu_item:hover {
	background-color: rgba(60,168,60,0.4);
}

.menu_link {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	vertical-align: middle;
	font-weight: bold;
}

#logo_div {
	float: left;
}

#logo_img {
	height: 42px;
	margin: 4px;
	margin-top: 5px;
	margin-left: 6px;
}

a, a:visited, a:active {
	color: #4CB24C;
	text-decoration: none;
}

a:hover {
	color: #54C454;
}

#home_link {
	color: #47A547;
}

#home_link:hover {
	color: #4CB24C;
}

.page_title {
	font-size: 1.25em;
}

.input_box {
	height: 40px;
	width: 200px;
	color: #4CB24C;
	border: 2px solid #359335;
	background-color: #245624;
	border-radius: 1px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
}

.input_box:hover {
	background-color: #266026;
}

.form_btn {
	height: 40px;
	color: #4CB24C;
	border: 2px solid #359335;
	background-color: #245624;
	border-radius: 1px;
	margin-left: 2px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}

.form_btn:hover {
	background-color: #266026;
	cursor: pointer;
}

.form_drop {
	height: 40px;
	color: #4CB24C;
	border: 2px solid #359335;
	background-color: #245624;
	border-radius: 1px;
	margin-left: 2px;
	box-sizing: border-box;
	display: inline-block;
}

.traits_col {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

.traits_con {
	margin-top: 28px;
	clear: both;
}
