/**
 * 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: 619px;
	height: 280px;
	margin: 0 0 15px -15px;
	border-top: 5px solid #0D1B0D;
	border-right: 1px solid #0D1B0D;
	border-bottom: 5px solid #0D1B0D;
	background: #272927;
	}
.content {
	width: 590px;
	padding: 0 15px 15px 15px;
	}
#slider {
	overflow: hidden;
	width: 615px;
	height: 250px;
	}

#slider-container a {color:#ddd;font-weight:bold;}
.feature {
	overflow: hidden;
	width: 600px;
	height: 230px;
	padding: 10px 10px 0 10px;
	color: #ccc;
	background: #272927;
	border: none !important;
	}
.feature img {
	float: left;
	max-width: 150px;
	max-height: 125px;
	width: 150px;
	height: 125px;
	margin: 0 15px 0 0;
	border: 3px solid #4FB34F;
	clear: none;
	}


#sponsor-excerpts .feature-image {
	max-width: 230px;
	max-height: 140px;
	width: 230px;
	height: 140px;
	float: right;
	margin: 0 0 0 15px;
	border: 3px solid #4FB34F;
	clear: none;
	}
#sponsor-excerpts .page {
	clear: both;
	margin: 20px 0 5px 0;
	padding: 0px;
	}
#sponsor-excerpts {
	padding: 0px 0px 6px 12px;
	background: #272927 url(images/featured-sponsor.gif) no-repeat bottom right;
	color: #fff;
	border: 5px solid #000000;
	min-height: 240px;
	margin-bottom: 35px;
	}
.more-sponsors {
	font-weight: bold;
	text-align: left;
	width: 400px;
	float: right;
}
#sponsor-excerpts .entry-title a {
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
	}
#sponsor-excerpts a {color: #fff;}
#sponsor-excerpts .byline {display: none;}

.hide-read-more .excerpt-read-more {display:none;}
.sticky {}
.byline {margin-bottom:3px;}

/* Slider pager controls */
.slider-controls .slidernav {float: left; width: 100px;}
.slider-controls .slidernav a {border: 1px solid #fff; text-decoration: none; margin: 0; padding: 3px 5px;  }
.slider-controls .slidernav a.activeSlide { background: #336633;}
.slider-controls .slidernav a:focus { outline: none; }
.slider-controls .slidernavimage {float: right; width: 90px;}

/* Slider controls */
.slider-controls {
	float: right;
	width: 620px;
	height: 32px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 0 0 490px;
	background: #072E07;
	border-top: 2px solid #4FB34F;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 30px;
	height: 30px;
	background: #062F4A url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 30px;
	height: 30px;
	background: #062F4A url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 30px;
	height: 30px;
	background: #062F4A url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
#slider .feature .entry-title {font-size:16px;}
#slider .feature .entry-title a {color:#eee;}
.feature .byline {color:#aaa;margin-bottom:5px;font-size:12px;}


/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 18px/21px georgia, times, 'times new roman', serif;
	font-weight: bold;
	}
#excerpts .odd {
	float: left;
	overflow: hidden;
	width: 280px;
	clear: both;
	}
#excerpts .even {
	float: right;
	overflow: hidden;
	width: 280px;
	clear: none;
	}
#excerpts {clear: both;}
#excerpts .post {padding:0px;border:none;}
#headlines {clear: both;}
#excerpts .thumbnail {
	max-width: 75px;
	max-height: 75px;
	width: 75px;
	height: 75px;
	}

.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;}