/**
 * 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: 560px;
	height: 250px;
	margin: 0 0 30px 0;
	background: #fff;

	}
#slider {
	overflow: hidden;
	width: 580px;
	height: 230px;
	}
.feature {
	overflow: hidden;
	width: 540px;
	height: 210px;
	padding: 10px 10px 10px 10px;
	color: #999;
	background: #fff;
	border: none !important;
	}
#slider-container a {
	color: #7fad44;
	font-weight: normal;
	}
.feature img {
	float: left;
	max-width: 190px;
	max-height: 140px;

	margin: 0 15px 0 0;

	}
#slider .feature .entry-title {
	font-size: 21px;
	}

#slider .feature. entry-summary {
        height: 50px;
        }
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}


/* Slider controls */
.slider-controls {
	float: left;
	width: 66px;
	height: 20px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 50px 0 460px;

	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: transparent url(images/prev.png) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: transparent url(images/prev.png) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: transparent url(images/pause1.png) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: transparent url(images/pause1.png) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: transparent url(images/next1.png) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: transparent url(images/next1.png) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font-weight: normal;
	}
.byline {
	margin-bottom: 3px;
	}

.post {

	}

.page-template-front-page .entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
.entry-meta a {
	font-style: normal;
	}
.more-link {
    display:none;
   }
.more-link:hover {
	background: #ef476c;
	}
.more-link a {
        color: #ef476c;
        }
.more-link a:hover {
        color: #fff;
        }
#slider-container .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: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}