/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
#slider-container {
	height: 325px;
	margin: -20px 0 20px -20px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 600px;
	height: 300px;
	margin: 0 0 30px 0;
	}
#slider {
	overflow: hidden;
	width: 580px;
	height: 300px;
	}
.feature {
	overflow: hidden;
	width: 560px;
	height: 300px;
	padding: 10px 10px 0 10px;
	border: none !important;
	}
#slider-container a {
	font-weight: normal;
	}
.feature img {
	float: left;
	max-width: 230px;
	max-height: 200px;
	margin: 0 15px 0 0;
	border: 1px solid #eeeeee;
	}
#slider .feature .entry-title {
	font-size: 23/25px 'century gothic', 'lucida sans', verdana, sans-serif;
	margin-bottom: 10px;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.more-link {
	float: left;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: none;
	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 0 0;
	padding: 0 10px 0 524px;
/**	background: #ffffff; 
	border-top: 2px solid #ffffff; **/
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #ffffff url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #ffffff url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #ffffff url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #ffffff url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #ffffff url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #ffffff url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
#excerpts {
	margin: 0 0 20px;
	overflow: hidden;
}
#excerpts .post {
	margin: 0 5px !important;
	padding: 5px;
	width: 46%;
}
#excerpts .post.odd {
	clear: left;
	float: left;
}
#excerpts .post.even {
	clear: right;
	float: right;
}
#excerpts .entry-summary {
    clear:both;
	font-size: 11px;
}
#excerpts .post .thumbnail {
	margin: 0 10px 10px 0;
	max-width: 150px;
	max-height: 150px;
	
}
#excerpts .entry-title {
	margin-bottom: 3px;
	font: 18px/22px 'century gothic', 'lucida sans', verdana, sans-serif;
	font-weight: normal;
}



************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 20px/23px 'century gothic', 'lucida sans', verdana, sans-serif;
	font-weight: normal;
	}
.byline {
	margin-bottom: 3px;
	}

.post {
	border-top: 1px solid #ddd;
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	}
.section-title a {
	color: #000;
	}
#headlines .section-title {
	}
#headlines {
	margin: -20px -20px 0;
	padding: 20px;
	overflow: hidden;
	}

#headlines .section {
	-moz-border-radius:5px;
	border: 1px solid #CCC;
	overflow: hidden;
	width: 260px;
	margin: 0 0 20px;
	padding: 10px;
	}
#headlines .section a {
/*	color: #fff; */
	}
#headlines .even {
	float: right;
	clear: none;
	}
#headlines .odd {
	clear: both;
	float: left;
	}
#headlines ul {
	font-size: 11px;
	margin-left: 5px;
	}
#headlines ul li {
	background: none;
	padding: 0;
	}

#content .post, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}