/*
Red:		#a81b1b		Important
Orange:		#ff8c56		Semi-important / Guild Title
Dark Blue:	#252a47		Unused
Light Blue:	#4a4d5e		Content Link Hover
Gray:		#6f6d7a		Content Link
*/

* {
	margin: 0; padding: 0;
}

body {
	background: #101010 url('images/bg.jpg') no-repeat top center;
	color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.6em;
}

a {
	color: #6f6d7a;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #ff8c56;
	text-decoration: underline;
}

a img {
	border: none;
}

h2 {
	color: #6f6d7a;
	font-size: 14px;
	margin: 30px 0;
	text-shadow: #444 1px 1px 0;
}

h2.first { margin-top: 0px; }
#content h2 { font-size: 18px; font-family: "Telegrafico", Verdana, Arial, Helvetica, sans-serif; }

p {
	font-size: inherit;
	margin-bottom: 10px;
	text-align: justify;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}

/* NAVIGATION*/

#nav {
	background: #202020;
	border-bottom: 2px solid #333;
	width: 100%;
	position: fixed;
	top: 0; right: 0;
	z-index: 1;
}
	
#nav ul {
	text-align: center;
	margin: 0 auto;
	text-shadow: #444 1px 1px 0;
}
		
#nav ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none; 
	padding-right: 20px;
}
	
#nav ul li a {
	display: inline-block;
	padding: 8px;
	color: #ddd;
	font-size: 0.9em;
	border: none;
	text-decoration: none;
}
	
#nav ul li a:hover {
	background: #333;
	color: #ff8c56;
}

/* HEADER */

#header {
	background: url('images/logo.png') no-repeat 0px 55px;
	width: 900px;
	height: 200px;
	padding: 0; margin: 0;
	text-align: center;
}

/*/ CONTAINER /*/

#container {
	width: 100%;
	float: left;
	clear: right;
	background: #222;
	padding: 20px 0;
	border-top: 2px solid #666; border-bottom: 2px solid #666;
}

/*/ SIDEBAR /*/

#sidebar {
	float: left;
	width: 230px;
	padding: 0 20px 0 15px; margin: 0;
}

#sidebar dl {
	width: 220px;
	float: left;
}

#sidebar dl dt {
	width: 68px;
	float: left;
}

#sidebar dl dd {
	width: 152px; height: 48px;
	font-size: 12px; font-weight: bold;
	padding-top: 8px;
	float: left; clear: right;
	text-shadow: #444 1px 1px 0;
}

/* CONTENT */

#content {
	float: right;
	width: 620px;
	padding-right: 15px; margin: 0;
}

#content p:first-letter { font-size: 14px; text-transform: uppercase; }

/* FOOTER */

#footer {
	width: 100%;
	padding: 30px 0;
	font-size: 11px;
	clear: both;
}

/*/ HIDDEN MAP /*/

#map { position: fixed; bottom: 0; left: 0; width: 50px; height: 50px; padding: 5px; }

#map:hover { background: url('images/bestiary/khazra.png') no-repeat -110px -138px; }

#map a { display: block; width: 100%; height: 100%; }

#map a:hover { cursor: help; }

/* MISCELLANEOUS */

small, .small { font-size: 10px; }

.strong, .bold { font-weight: bold; }

.right { float: right; }

.left { float: left; }

img.left { float: left; margin: 0 15px 15px 0; }

img.right { float: right; margin: 0 0 15px 15px; }

img.border { border: 2px solid #4a4d5e; padding: 2px; }

.center { text-align: center; }

.shadow { text-shadow: #444 1px 1px 0; }

.clear { clear: both; }

.red, .important { color: #a81b1b; }

.orange { color: #ff8c56; }

.green { color: #00cc33; }

.lightblue { color: #4a4d5e; }

@font-face {
	font-family: "Telegrafico";
	url('Telegrafico.ttf') format("truetype");
}