/**

 * 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: 580px;

	height: 250px;

	margin: 0 0 30px 0px;

	background: #677718;

	}

#slider {

	overflow: hidden;

	width: 580px;

	height: 230px;

	}

.feature {

	overflow: hidden;

	width: 560px;

	height: 210px;

	padding: 10px 10px 0 0px;

	color: #fff;

	font-size:9px;

	line-height:150%;

	background: #677718;

	border: none !important;

	}

#slider-container a {

	color: #ddd;

	font-weight: normal;

	}

.feature img {

	float: left;

	max-width: 230px;

	max-height: 200px;

	width: 230px;

	height: 200px;

	margin: 0 15px 0 10px;

	border: 5px solid #677718;

	}

#slider .feature .entry-title {

	font-size: 20px;

	font-weight:normal;

	}

#slider .feature .entry-title a {

	color: #fff;

	}

.feature .byline {

	color: #fff;

	margin-bottom: 15px;

	

	}

.more-link {

	float: left;

	text-indent: -9999px;

	width: 100px;

	height: 20px;

	display: block;

	background: url(images/more-link.jpg) no-repeat 0 0;

	}

.more-link:hover {

	background: url(images/more-link.jpg) 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 504px;

	background: #E40D62;

	border-top: 0px solid #E40D62;

	}

.slider-controls .slider-prev {

	text-indent: -9999px;

	float: left;

	width: 20px;

	height: 20px;

	background: #E40D62 url(images/slider-prev2.png) no-repeat 0 0;

	border: none !important;

	}

.slider-controls .slider-prev:hover {

	background: #E40D62 (images/slider-prev2.png) no-repeat left 0px;

	}

.slider-controls .slider-pause {

	text-indent: -9999px;

	float: left;

	width: 22px;

	height: 20px;

	background: #E40D62 url(images/pause2.png) no-repeat center 0;

	border: none !important;

	}

.slider-controls .slider-pause:hover, .slider-controls a.paused {

	background: #E40D62 url(images/pause2.png) no-repeat center 0px;

	}

.slider-controls .slider-next {

	text-indent: -9999px;

	float: right;

	width: 20px;

	height: 20px;

	background: #E40D62 url(images/slider-next2.png) no-repeat right 0;

	border: none !important;

	}

.slider-controls .slider-next:hover {

	background: #E40D62 url(images/slider-next2.png) no-repeat right 0px;

	}



/**

* Featured excerpts

************************************************/

.content .entry-title, #content .entry-title {

	margin-bottom: 5px;

	font: 14px/20px 'Arial', georgia, times, 'times new roman', serif;

	font-weight: normal;
	
	color: #E40D62;
	
	text-transform: uppercase;

	

	}

.byline {

	margin-bottom: 3px;
	display:none;
	visibility:hidden;

	}



.post {

	border-bottom: 1px solid #677718;

	}



.page-template-front-page .entry-meta {

	display: none;

	}



/**

* Headlines

************************************************/



#headliner {padding-bottom:6px;}

.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: 15px;

	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: 10px;


	}

.wp-pagenavi, .navigation-links {

	display: none;

	}