/**
 * 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: 600px;
	height: 250px;
	margin: 0 0 30px 0;
	background: #ebebeb;
	border: 1px solid #000;
}
#slider {
	overflow: hidden;
	width: 580px;
	height: 230px;
	}
.feature {
	overflow: hidden;
	width: 560px;
	height: 210px;
	padding: 10px 10px 0 10px;
	color: #000;
	background: #ebebeb;
	border: none !important;
	}
#slider-container a {
	color: #aaa;
	}
.feature img {
	float: left;
	max-width: 240px;
	max-height: 210px;
	width: 240px;
	height: 210px;
	margin: 0 15px 0 0;
	}
#slider .feature .entry-title {
	font-size: 21px;
	}
#slider .feature .entry-title a {
	color: #000;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.more-link {
	display: none;

	}
.more-link:hover {
display: none;
	}

/* 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 524px;
	background: #000;
	border-top: 2px solid #03273f;
	}
.slider-controls .slider-prev {
display: none;
	}
.slider-controls .slider-prev:hover {
display: none;
	}
.slider-controls .slider-pause {
	display: none;

	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
display: none;
	}
.slider-controls .slider-next {
display: none;

	}
.slider-controls .slider-next:hover {
display: none;
	}

/**
* Featured excerpts
************************************************/
#content .entry-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
}
.byline {
         margin-bottom: 3px;
	}



/**
* Headlines
************************************************/
.section-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;

	}
#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 {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}