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

/*------------------------------> General <------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #999 url(images/background.png) center repeat-y;
	font: 14px Arial;
	color: #CCC;
}

a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #3399FF;
	text-decoration: none;
}

iframe { border: none; }

.page-container {
	width: 750px;
	margin: auto;
}

.header, .content {
	margin: 0 56px 0 56px;
}

img { border: none; }


/*------------------------------> Header <------------------------------*/

.header {
	width: 638px;
	height: 152px;
}


/*------------------------------> Menu <------------------------------*/

.menu, .left, .right, div.section { height: 56px; }
.menu {	background: url(images/menu.jpg); }
.left, .right { width: 56px; }
.left {
	float: left;
	background: url(images/menu_corners.png) left;
}
.right {
	float: right;
	background: url(images/menu_corners.png) right;
}

div.section {
	position: relative;
	float:left;
}

.menu a {
	display: block;
	outline: 0;
	color: #FFF;
}
.section > a {
	padding: 0 20px;
	text-shadow: #002fff 0 0 10px, #002fff 0 0 5px;
	line-height: 56px;
	font-size: 24px;
}

.section > a:hover, .highlight { text-shadow: #002fff 0 0 35px, #002fff 0 0 30px, #002fff 0 0 25px, #002fff 0 0 20px, #002fff 0 0 15px; }

.section ul {
	position: absolute;
	left: 16px;
	display: none;
	margin: 0;
	padding: 3px;
	list-style: none;
	border: 2px solid #000;
	border-top: none;
	background-color: #111;
	font-size: 16px;
	white-space: nowrap;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.section:hover ul {
	display: block;
}

.section li a {
	color: #999;
	padding: 2px 5px;
}
.section li a:hover {
	color: #fff;
	background-color: #039;
}


/*------------------------------> Content <------------------------------*/

.content { padding: 15px; }
.content p:first-child { margin-top: 0; }

h1 {
	margin: 0 0 30px 0;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-size: 18px;
	text-decoration: underline;
}

.content img.item {
	float: right;
	margin:0 0 10px 10px;
}

.center { text-align: center; }
.subitem { margin: 30px 0 15px 0; }


/*------------------------------> Generators <------------------------------*/

#armorGenerator label, #emblemGenerator label {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}
#armorGenerator img, #emblemGenerator img { border: 3px #999 solid; }
