/* GAME WARDEN CHRONICLES CSS */

/* -----------------------------------------BODY/WRAPPER-------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {
	color: #06F;
}

body {
	background: #4E5D3C url(../images/bg.jpg) no-repeat fixed;
	background-position:center;
	color: #312812;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: 1.5em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* ---------------------------------------------MISC---------------------------------------- */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.right2 {float: right; width:400px;}

img.left {
	margin: 0 18px 1px 0;
	padding: 3px;

}

.divider {
	background: url(../images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* -------------------------------------------------STRUCTURE---------------------------------*/
.container {
	background: url(../images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	background: url(../images/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(../images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #56644A url(../images/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 175px;
	padding-right: 200px;
}

.header h1 {
	font: normal 3em serif,sans-serif;
	padding: 25px 10px 2px 50px;
	font-size: 3em;
	font-weight: bold;
}

.header p {
	font: normal 16px serif,sans-serif;
	padding: 0px 0px 0px 50px;
}


.pattern {
	background: #334127 url(../images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* ------------------------------------------NAV--------------------------------------------- */
.navigation {margin: 0 14px;}

.navigation a {
	width: 100%;
	color: #6C7151;
	font: normal 1.5em serif;
	line-height: 50px;
	padding:6px 15px 6px 13px;
	border-right:1px #999999 dotted;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFF;
	background: url(../images/bgrollover.jpg) repeat-x;
	
}

/* ----------------------------------------------CONTENT--------------------------------------*/
.content {
	background: url(../images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* -------------------------------------------CONTENT ITEM------------------------------------ */
.item {clear: both;}

.item img {border: 1px solid #8A6;}

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #445044;
	font: normal 14px serif;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

p.small{
	font-size:11px;
	font-family: arial;
	margin: 0;
	padding: 0;
	color: #1d3356;
}

.small{
	font-size:11px;
	font-family: arial;
	margin: 0;
	padding: 0;
	color: #1d3356;
}

/* ------------------------------------------FOOTER------------------------------------------ */
.footer {
	background: url(../images/bgfooter.gif) no-repeat;
	color: #FFC;
	font-size: 1.1em;
	line-height: 15px; 
	margin: 0 auto;
	text-align: center;
	height:52px;
	width: 632px;
}

.footer a {
	color: #FFC;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
