/* -- General Homepage Styles -- */

#home #content{
	overflow: visible;
}

#homeboxes{
	clear: left;
	float: left;
	padding: 0 20px;
	width: 960px;
	border-top: 1px solid #393939;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 68px 0 0 -20px;
}

.homebox{
	float: left;
	width: 260px;
	margin: -38px 0 0 18px;
	padding: 0 24px;
	height: 204px;
	position: relative;
	z-index: 10;
}

#homeevent{
	padding: 0 26px 0 22px;
}

.homebox p{
	font-size: 11px;
}

.homebox p.homeevent-date{
	padding-bottom: 20px;
}

.homebox p.homefact-title{
	padding-bottom: 20px;
}

.homebox.first{
	margin-left: 0 !important;
}

.homebox-header h5{
	border-bottom: 4px solid #7266ac;
	text-indent: 30px;
	float: left;
	padding: 8px 0;
	background: url(../img/theme/icon-saturn.png) no-repeat left 8px;
}

.homebox h5 a,
.homebox p.homefact-title a,
.homebox p.homefact-title span{
	font-size: 14px !important;
}

.homebox-content{
	padding: 16px 0 0; 
	clear: left;
}

.homebox ul{
	margin-left: 0;
}

.homebox li{
	background: url(../img/theme/bullet.gif) 0 8px no-repeat;
	padding-bottom: 8px;
	line-height: 14px;
	padding-left: 16px;
}

.homebox a{
	color: #8376c6 !important;
	font-size: 11px;
}

.homebox-link{
	position: absolute;
	right: 4px;
	bottom: 4px;
}

/* -- Top News Story -- */

#spotlight{
	width: 309px;
	margin-right: 15px;
	padding-top: 6px;
}

#spotlight .astrobox-main{
	height: 386px;
	width: 303px;
}

#spotlightheader{
	text-indent: 48px;
	padding: 12px 2px;
	border-bottom: 1px solid #393939;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: url(../img/theme/icon-planet.png) no-repeat 24px center;
	margin-left: -2px;
	width: 100%;
}

#spotlightcontent{
	padding: 20px 21px;
}

#spotlightcontent > a{
	display: block;
	background: #5d5d5d;
	background: rgba(255, 255, 255, 0.4);
	padding: 4px;
	width: 253px;
	height: 116px;
	overflow: hidden;
}	

#spotlightcontent img{
	width: 100%;
}

#spotlightimage{
	height: 116px;
	overflow: hidden;
}

#spotlightcontent > a:hover{
	background: #2a90f3;
}

#spotlightcontent h2{
	padding: 14px 0;
}

#spotlightcontent p{
	font-size: 11px;
	line-height: 18px;
}

/* -- Home Slideshow -- */

#homeslideshow{
	width: 636px;
	padding-top: 6px;
}

#homeslideshow .astrobox-main{
	height: 360px;
	padding: 13px;
	width: 604px;
}

#slideshowcont{
	padding: 4px;
	background: #5d5d5d;
	background: rgba(255, 255, 255, 0.4);
	width: 596px;
	height: 325px;
}

#slideshow{
	height: 325px;
	overflow: hidden;
}

#homeslideshow img{
	width: 596px;
	display: block;
}

.slide{
	position: relative;
	overflow: hidden;
	height: 325px !important;
}

.overlay{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 564px;
	padding: 16px;
}

.slidecaption{
	padding-top: 8px;
	font-size: 11px;
	line-height: 18px;
}

.overlay-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter: alpha(opacity=70);
}

.overlay-content{
	position: relative;
	z-index: 10;
}

#slideshow{
	position: relative;
}

#slideshownav{
	text-align: center;
	padding-top: 4px;
	*padding-top: 16px;
}

#slideshownav > div{
	display: inline-block;
	*display: block;
	*float: left;
	vertical-align: middle;
}

.slidearrow{
	position: relative;
	top: 2px;
	height: 11px;
	width: 8px;
	background: url(../img/theme/arrows.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}

#slidenext{
	background-position: right top;
}

#slidenext:hover{
	background-position: right -11px;
}

#slideprev:hover{
	background-position: left -11px;
}

#slidenumbers{
	padding: 0 12px;
}

#slidenumbers a{
	display: inline-block;
	*display: block;
	*float: left;
	height: 17px;
	width: 17px;
	background: url(../img/theme/slideshow-bullets.png) no-repeat center -17px;
	cursor: pointer;
	text-indent: -9999px;
	vertical-align: middle;
	padding: 0 1px;
}

#slidenumbers a:hover{
	background-position: center top;
}

#slidenumbers a.activeSlide{
	background-position: center bottom;
}

#slidecount{
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #838383;
	font-size: 11px;
	line-height: 18px;
}
