/**
 * 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: 630px;
	height: 320px;
	margin: 0;
	background: url(images/content_background.jpg) repeat-x top left #fff;
	}
#slider {
	overflow: hidden;
	width: 610px;
	height: 300px;
	}
.feature {
	overflow: hidden;
	width: 590px;
	height: 280px;
	padding: 10px 10px 0 10px;
	color: #666;
	background: transparent;
	border: none !important;
	}
#slider-container a {
	color: #37b;
	font-weight: normal;
	}
.feature img {
	float: left;
	max-width: 300px;
	max-height: 300px;
	width: 300px;
	height: 300px;
	margin: 0 20px 0 0;
	}
#slider .feature .entry-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 16px;
	margin-top:10px;
	}
#slider .feature .entry-title a {
	color: #37b;
	font-size: 16px;
	font-weight:bold;
	}
#slider .feature .entry-title a:hover {
	color:#a33;
	}
.feature .byline {
	color: #37b;
	font-size:11px;
	font-style:italic;
	margin-bottom: 15px;
	}
.feature .byline .byline-prep {
	display:none;
	}
.feature .byline .author {
	display:none;
	}
.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;
	margin-bottom:10px;
	padding: 0 10px 0 554px;
	background: #37b;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #37b url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #37b url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #37b url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #26a url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #37b url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #37b url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
#excerpts {
	margin-top:10px;
	padding:20px;
	background-color:#fff;
	}
.page #excerpts .entry-title, .page #excerpts .entry-title {
	margin-bottom: 3px;
	font: 18px/20px georgia, times, 'times new roman', serif;
	font-weight: normal;
	}
.byline {
	margin-bottom: 3px;
	}

.post {
	border-bottom: 1px solid #ddd;
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	text-transform:uppercase;
	}

#headlines .section-title a {
	color:#a33;
	}
#headlines {
	overflow: hidden;
	padding:20px;
	margin-top:10px;
	background-color:#fff;
	}

#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;
	line-height:12px;
	padding-bottom:10px;
	}
#headlines ul li a {
	font-weight: bold;
	}

#content .post, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}