@import url(/sites/lux/themes/InternalPage/Styles/alt/themecore.css);



/*THEME STYLES ------------------------------------------------------------------------------------- */

#mainBody {
	width:960px;
}
h2#pageTitle {
	color:#fff;
	margin:0 0 20px 0;
}

.eventItem {
	background:url(../../../Images/evntThmb_backing.png) no-repeat;
	width:280px;
	height:156px;
	padding:10px;
	float:left;
	margin:10px;
}
.articleImage {
	width:280px;
}

#mainBody .eventItem h4 {
	display:block;
	width:230px;
	background: rgba(0, 0, 0, 0.6);
	height:20px;
	position:absolute;
	margin:0;
	font-size:1.5em;
	font-weight:400;
	margin-top:112px;
	padding:13px 40px 10px 10px;
}

#mainBody .eventItem h4 a {
	color:#FFFFFF;
	background:url(../../../Images/menuBullet.png) center right no-repeat;
	height:20px;
	width:251px;
	display:block;
}

.articleContent {
	float:left;
	width:540px;
	margin-top:-20px;
}

.eventImage {
	background:url(../../../images/eventBack.png) no-repeat;
	width:360px;
	padding:10px;
	float:right;
	margin-left:40px;
}

.eventImage img{
	margin-bottom:25px;
}

a.launchG {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background:url(../../../images/launch2.png) 0 0 ;
	width:382px;
	height:35px;
	margin:0 0 0 578px;
	position:absolute;
	top:540px;
}
a.launchG:hover {
	background-position:0 -35px;
}

a.return {
	clear:both;
	display:block;
	margin-top:50px;
	float:right;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
