/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
#slider-container {
	background: #c12c0a url(images/slider-bg.png);
	overflow: hidden;
	width: 100%;
	height: 280px;
	margin: 0 0 10px 0px;
border: 1px solid #96c127;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-: 7px;
		}
#slider {
	overflow: hidden;
	width: 96%;
	height: 260px;
	}
.feature {
	overflow: hidden;
	width: 96%;
	height: 250px;
	padding: 15px 10px 0 10px;
	color: #dfddac;
	background: transparent;
	border: 1px;
	}
#slider-container a {
	color: #dfddac;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 230px;
	max-height: 200px;
	width: 230px;
	height: 200px;
	margin: 0 15px 0 0;
	border: 5px solid #726201;
	}
#slider .feature .entry-title {
	font-size: 21px;
	}
#slider .feature .entry-title a {
	color: #d6bc2a;
	}
.feature .byline {
	color: #96c127;
	margin-bottom: 15px;
	}
.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;
	padding: 0 10px 0 90%;
	background: #c12c0a;
	border-top: 1px solid #726201;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-: 5px;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #c12c0a url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #c12c0a url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #c12c0a url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #c12c0a url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #c12c0a url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #c12c0a 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;
	}
.byline {
	margin-bottom: 3px;
	}

.post {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border-bottom: 1px solid #c12c0a;c5d159
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c5d159;
	color: #c5d159;
	}
#headlines .section-title a {
color: #c12c0a;
	}
#headlines {
	overflow: hidden;
	}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 35%;
	clear: both;
	}
#headlines .even {
	float: right;
	overflow: hidden;
	width: 35%;
	clear: none;
	}
#headlines ul {
	font-size: 11px;
	margin-left: 15px;
	}
#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;
	}