/* global */
body {
	text-align: left;
	background: #ffffff;
	color: #222222;
}



/* structure */
#mainBG {
	background: none;
}
#logoBox {
	margin: 0;
	text-align: left;
}
#logoBG {
	background: none;
	padding: 0 0 15px 0;
}
#container {
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}



/* content */
#contentContainer {
	width: 100%;
	overflow: visible;
}
#content, #contentPlay {
	background: none;
	overflow: visible;
}
#contentFooter {
	background: none;
}


/* content home */
#homeAdvertTopper, #homeAdvert {
	display:none;
}

/* login box home */
#loginBoxContainer {
	display:none;
}

/* sub content */
#subHead {
	background: none;
	padding: 0;
}
#subContentHead {
	background: none;
}


/* reset styles to show in print */
#subHead h1 {
	color: #444444;
	margin: 0;
	font-size: 2.3em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	line-height: 1em;
}
#subHead h2 {
	color: #444444;
	margin: 0;
	font-size: 1.2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1em;
}
#subColL h1, #subColL h1.alt {
	font-size: 1.6em;
	color: #444444;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 40px 0 0 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 1px solid #c5beb1;
}
img.fltL {
	float: left;
	padding: 0 10px 10px 0;
}
img.fltR {
	float: right;
	padding: 0 0 10px 10px;
}
#newsContainer h2, #newsContainerAlt h2 {
	font-size: 1.4em;
	color: #8c2b09;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 20px 0 0 0;
	margin: 0;
}
#newsContainer h1, #newsContainerAlt h1 {
	color: #323623;
	border-bottom: 1px solid #b4b895;
	font-size: 1.8em;
	padding: 12px 0 0 0;
	font-weight: normal;
	margin: 0;
}
#newsContainer h3, #newsContainerAlt h3 {
	font-size: .85em;
	color: #202020;
	font-weight: normal;
	margin: 0 0 6px 0;
}
ul.textList h2 {
	font-size: 1.4em;
	color: #8c2b09;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 20px 0 0 0;
	margin: 0;
}
#contentPlay h1 {
	font-size: 1.8em;
	color: #444444;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 40px 0 0 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 1px solid #c5beb1;
}


/* forms */
form.basic {
	display: none;
}



/* character stat boxes */
.characterStatContainer {
	background: none;
	overflow: visible;
}
.characterBoxFooter {
	background: none;
}

#subColR {
	display: none;
}


/* top login box */
.droploginBtn a, #droploginContainer {
   display:none;
}

/* main nav */
#navContainer {
	display:none;
}

/* footer */
#footerContainer {
	display:none;
}




