/**
 * 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: 436px;
	height: 344px;	
	}
#slider {
	overflow: hidden;
	width: 436px;
	height: 344px;
	margin:0 0 0 0;
	}

.feature {
	overflow: hidden;
	width: 436px;
	height: 344px;
	padding:0;
	color: #ccc;
	background: #f9f9f9;
	border: none !important;
	}
#slider-container a {
	color: #093653;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 436px;
	max-height: 344px;
	width: 436px;
	height: 344px;
	margin: 0 0 0 0;
	padding:0;
	}
#slider .feature .entry-title {
	font-size: 12px;
	color: #FFFFFF;
	}
#slider .feature .entry-title a {
	color: #FFFFFF;

	}
#slider .entry-summary{
	position: absolute;
	z-index: 50;
	width: 436px;
	margin: 0px;
	left: 0;
	bottom: 0;
	text-indent: 0;
	overflow: hidden;
	background: url(images/black-transparent.png) repeat;
	
}
#slider .entry-summary p{
	margin: 15px 30px 15px 30px;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:20px;
}
.feature .byline {
	color: #333;
	margin-bottom: 14px;
	}
.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;
	width: 66px;
	height: 20px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 10px 0 424px;
	background: url(images/sliderbottom.jpg);
	border-top: 2px solid #20416C;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	
	}
.content .entry-title a, #content .entry-title a {
	color:#224370;
	font-weight:bold;	
	}
.byline {
	margin-bottom: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}

.post {
	color: #333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

.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: 0px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}

