/**
 * 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: 600px;
	height: 300px;
	margin: 0 0 5px 0;
	}
#slider {
	/*overflow: hidden; */
	width: 600px;
	height: 280px;
	}
.feature {
	/*overflow: hidden; */
	width: 600px;
	height: 300px;

	border: none !important;
	}
#slider-container a {

	}
.feature img {
	float: left;
	max-width: 250px;
	max-height: 500px;
	margin: 0 15px 15px 0;
	border: none;
	}
#slider .feature .entry-title {
	font-size: 23px;
	line-height:28px;
	margin: 0;
	clear: right;
	}

.feature img.commentary, #slider .feature img.reports {
	float: none;
	margin: 0;
	}	


/* Slider controls */
.slider-controls {
	float: left;
	width: 66px;
	height: 20px;
	overflow: hidden;
	clear: both;
	margin: 0 0 0;
	padding: 1px 10px 0px 524px;
	/* background: #fff url(images/slider-back.gif) no-repeat right 0;
border-bottom: 1px solid #DCDCDC; */ /*I disabled this because the border is one long line -Lea */

	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url(images/slider-prev.gif) no-repeat 0 0;
	
	}
.slider-controls .slider-prev:hover {
	background: url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font-weight: normal;
	}

.post {
	/* border-bottom: 1px solid #ddd; */
	}

.page-template-front-page .entry-meta {
	/* display: none; */
	}
.page-template-front-page #slider-container .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	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: 5px;
	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;
	}
	
#utility-after-content .widget-inside { width: 590px; overflow: hidden; margin-left: -15px;}
#utility-after-content  h3 { 
	margin-left:15px;
 }
#utility-after-content .widget-posts  .post { 
	clear: none !important; 
	float: left; 
	margin-left:15px;
	width:181px;
 }
 #utility-after-content .widget-posts  .post h2 { 
	font-size: 18px;
 }
 

/* fix alignment for homepage with no breadcrumb */ 
 .today-date {
	margin-top: 0;
	margin-left: 10px;
}

