@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#clear {
	clear: both;
}
	body {
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}
#wrapper {
	z-index: 100;
	background-color: #999;
	height: 100%;
	width: 1206px;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 3px 2px 5px black;
}
#bg {
	z-index: 1;
	background-color: #999;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/thepromise.jpg);
	background-attachment: fixed;
}
/* ------- display boxes -----*/

#erixworld_main {
	z-index: 200;
	float: left;
	height: 580px;
	width: 1204px;
	background-image: url(../images/masthead_erixworld_01.jpg);
	border: 1px solid #FFF;
}
#erixworld_sub {
	z-index: 400;
	float: left;
	height: 550px;
	width: 400px;
	background-image: url(../images/faeri.png);
	border: 1px solid #FFF;
}
#Killit_main {
	z-index: 200;
	float: left;
	height: 580px;
	width: 1204px;
	background-image: url(../images/masthead_kiki_01.jpg);
	border: 1px solid #FFF;
}
#Killit_sub {
	z-index: 400;
	float: left;
	height: 550px;
	width: 400px;
	background-image: url(../killitkillit/images/comix_zombies.png);
		border: 1px solid #FFF;
}
#UnbornSawn_main {
	z-index: 200;
	float: left;
	height: 580px;
	width: 1204px;
	border: 1px solid #FFF;
	background-image: url(../images/masthead_unborn_01.jpg);
}
#UnbornSawn_sub {
	z-index: 400;
	float: left;
	height: 550px;
	width: 400px;
	background-image: url(../unbornsawn/images/spade3.png);	
		border: 1px solid #FFF;
}
#Novon_main {
	z-index: 200;
	float: left;
	height: 580px;
	width: 1204px;
	border: 1px solid #FFF;
	background-image: url(../images/masthead_novon_01.jpg);
}
#Novon_sub {
	z-index: 400;
	float: left;
	height: 550px;
	width: 400px;
	background-image: url(../novonworldinruin/images/escapeC.png);
		border: 1px solid #FFF;	
}

/* ------- social -----*/
#social{
	z-index: 701;
	width: 60px;
	position: fixed;
	right: 0px;
	top: 50%;
}
#social img{
	float: left;
	margin: 5px;
}


/* ------- logos -----*/

#logo_erix_mast {
	z-index: 201;
	height: 283px;
	width: 1200px;
	background-image: url(../images/logos/WEB_erixworld_logo_mast.png);
	position: absolute;
	right: auto;
}
#logo_erix {
	opacity: 0.5;
	z-index: 401;
	height: 143px;
	width: 398px;
	background-image: url(../images/logos/WEB_erixworld_logo_sub.png);
	position: absolute;
	right: auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#logo_kiki_mast {
	z-index: 201;
	height: 253px;
	width: 1200px;
	background-image: url(../images/logos/WEB_kiki_logo_mast.png);
	position: absolute;
	right: auto;
}
#logo_kiki {
	opacity: 0.5;
	z-index: 401;
	height: 233px;
	width: 398px;
	background-image: url(../images/logos/WEB_kiki_logo_sub%20.png);
	position: absolute;
	right: auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#logo_unborn_mast {
	z-index: 201;
	height: 265px;
	width: 1204px;
	background-image: url(../images/logos/WEB_unborn_logo_mast.png);
	position: absolute;
	right: auto;
}
#logo_unborn {
	opacity: 0.5;
	z-index: 401;
	height: 196px;
	width: 398px;
	background-image: url(../images/logos/WEB_unborn_logo_sub.png);
	position: absolute;
	right: auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#logo_novon_mast {
	z-index: 201;
	height: 243px;
	width: 1204px;
	background-image: url(../images/logos/WEB_novon_logo_mast.png);
	position: absolute;
	right: auto;
}
#logo_novon {
	opacity: 0.5;
	z-index: 401;
	height: 157px;
	width: 398px;
	background-image: url(../images/logos/WEB_novon_logo_sub.png);
	position: absolute;
	right: auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

/* ------- others -----*/

#toplinksbar {
	z-index: 700;
	background-color: #600;
	width: 1204px;
	position: fixed;
	left: 50%;
	margin-left: -602px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: center;
}
#toplinksbar a{
	color: #FC0;
	text-decoration: none;
}
#toplinksbar a:hover{
	color: #FFF;
	text-decoration: underline;
}
#toplinksbar a:visited{
	color: #FC6;
}
#toplinksbar p{
	padding: 3px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;	
}
#contentbox {
	z-index: 300;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	background-color: #FFF;
	width: 1164px;
	border: 1px solid #FFF;
	float: left;
	background-attachment: fixed;
	background-image: url(../images/content_bg.jpg);
	padding: 20px;
}
#contentbox h1{
	font-size: 2.6em;
	text-transform: uppercase;
	color: #600;
}
#contentbox h2{
	font-size: 2em;
	color: #7E683D;
	text-decoration: none;
}

#contentbox h3{
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	padding-bottom: 3px;
}
#contentbox p{
	font-size: .8em;
	line-height: 1.4em;
	padding-bottom: 15px;
	padding-top: 5px;
}
#contentbox p.tothetop{
	text-transform: uppercase;
	color: #900;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	text-align: right;
}
#contentbox a{
	text-decoration: none;
	color: #900;
}

#contentbox a:hover{
	text-decoration: underline;	
}
#contentbox ul{
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 8px;
	color: #006;
	padding-top: 3px;
	padding-right: 40px;
	padding-left: 40px;
}
#contentbox ol{
	font-size: .8em;
	line-height: 1.4em;
	padding-bottom: 8px;
	color: #600;
	padding-top: 3px;
	padding-left: 40px;
	padding-right: 40px;
}
#contentbox img{
	float: left;
	border: 1px solid #000;
	margin: 10px;
	box-shadow: 3px 2px 5px black;
}
#contentbox img.inline{
	border: 1px none #000;
	float: none;
	margin: 0px;
	box-shadow: none;
	vertical-align: top;
}
#contentbox img.floatright{
	float: right;
}
#contentbox img.floatright2 {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 0px 0px;
}
#special {
	z-index: 301;
	background-color: #FFF;
	margin: 10px;
	float: right;
	width: 346px;
	border: 1px solid #000;
	padding: 10px;
	border-radius: 5px 20px 5px 20px;
}
#special_wide {
	z-index: 301;
	background-color: #FFF;
	margin: 10px;
	float: left;
	border: 1px solid #000;
	padding: 10px;
	border-radius: 5px 20px 5px 20px;
}

#logo_kiki:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#logo_unborn:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#logo_novon:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#logo_erix:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
