/* ======================== */
/* ======= CAMPAIGN ======= */
/* ======================== */
div#campaign{
	height:330px;
	width:1140px;
	margin-top:40px;
}



/* ======================== */
/* ======== SPOTS ========= */
/* ======================== */

#body-Home div#content-main-columns { padding: 0; }

div#content-main-columns-left-spots {
	position:relative;
	height:300px;
}


/*spot MO chronicles*/
div#spot-mo-chronicles{
	position:absolute;
	top:-10px;
	left:46px;
}
div#spot-mo-chronicles em{
	position:absolute;
	top:258px;
	left:127px;
	font-size:27px;
}
div#spot-mo-chronicles span{
	position:absolute;
	top:231px;
	left:88px;
	font-size:17px;
}
div#spot-mo-chronicles a{
	position:absolute;
	top:222px;
	left:247px;
	font-size:16px;
}

/*spot buy mortal*/
a#spot-buy-mortal{
	width:324px;
	height:207px;
	display:block;
	position:absolute;
	left:100px;
	top:80px;
}

/* ======================== */
/* ====== GAME INFO ======= */
/* ======================== */
div#content-main-columns-left-gameinfo {
	margin-bottom:140px;
}
div#content-main-columns-left-gameinfo p{
	width:400px;
	line-height:1.3em;
	letter-spacing:0px;
}
div#content-main-columns-left-gameinfo img{
	position:absolute;
	top:-40px;
	right:-65px;
}

/* ======================== */
/* == DEV ANNOUNCEMENTS === */
/* ======================== */

div.dev-announcement{
	border-bottom:1px solid #B7A189;
	margin-bottom:12px;
	position:relative;
}
a.toggle-announcement{
	position:absolute;
	right:7px;
	top:0px;
}
div.dev-announcement div{
	display:none;
}
div.dev-announcement h2{
	font-size:17px;
	font-weight:bold;
	padding-bottom:12px;
}
div.dev-announcement h4{
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
div.dev-announcement span{
	font-size:12px;
	margin-bottom:3px;
}

div.dev-announcement p{
	font-size:13px;
}
div.dev-announcement a{
	display:block;
	margin-top:10px;
	margin-bottom:15px;
	font-size:17px;
}
div.dev-announcement a small{
	font-size:10px;
	font-weight:normal;
	font-variant:normal;
	padding-left:8px;
}
