/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
#slider-container {
	overflow: hidden;
	width: 632px;
	height: 252px;
	margin: 0 0 30px 0;
	background: #093653;
	}
#slider {
	overflow: hidden;
	width: 630px;
	height: 250px;
	border: 1px solid #001838;
	}
#slider .feature {
	
	width: 630px;
	height: 250px;
	color: #ccc;
	border: none !important;
	margin: 0;
	float: left;
	}

.feature img {
	max-width: 630px;
	max-height: 250px;
	width: 630px;
	height: 250px;
	margin: 0 0px 0 0;
	position: absolute;
	z-index: 10;
	border: none !important;

	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.feature .entry-summary entry {
	color: #eee;
}
.slider-content{
	background-color: #00070f;
	position: relative;
	z-index: 50;
	width: 630px;
	height: 75px;
	overflow: hidden;
	bottom: -175px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.slider-content-text{
	position: absolute;
	z-index: 100;
	width: 610px;
	height: 60px;
	overflow: hidden;
	padding: 0;
	bottom: 0;
	padding: 10px;
}
.slider-content-text p {
	margin: 0;
	color: #FFFFFF;
	height: 40px;
}
.slider-content-text h3 {
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.slider-content-text h3:hover {
	text-decoration: underline;
}
/*.more-link {
	float: left;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: block;
	background: url(images/more-link.gif) no-repeat 0 0;
	}
.more-link:hover {
	background: url(images/more-link.gif) no-repeat 0 -20px;
	}*/

/* Slider controls */
.slider-controls {
	float: left;
	height: 20px;
	overflow: hidden;
	/*clear: both;*/
	line-height: 15px;
	margin: -240px 0 0 549px;
	padding: 0 2px 0 2px;
	background: #062f4a;
	border: 1px solid #03273f;
	z-index: 50;
	position: absolute;
	width: 66px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: transparent url(images/slider-prev.gif) no-repeat left 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #062F4A url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #062F4A url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #062F4A url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #062F4A url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #062F4A url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	}
#excerpts div.entry-summary {
	border-bottom: none;
	margin-bottom: 0;
}
.byline {
	margin-bottom: 3px;
	}

.post {
	border-bottom: 1px solid #ddd;
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	}
#headlines .section-title {
	}
#headlines {
	overflow: hidden;
	}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 280px;
	clear: both;
	}
#headlines .even {
	float: right;
	overflow: hidden;
	width: 280px;
	clear: none;
	}
#headlines ul {
	font-size: 11px;
	margin-left: 5px;
	}
#headlines ul li {
	background: url(images/bullet.gif) no-repeat 0 7px;
	}
#headlines ul li a {
	font-weight: bold;
	}

#content .post, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}