/**
* Featured slider
************************************************/
#slider-container {
	overflow: hidden;
	width: 600px;
	height: 250px;
	margin: 0 0 30px 0;
	background: orange;
	}
#slider {
	overflow: hidden;
	width: 580px;
	height: 230px;
color:white;
	}
.feature {
	overflow: hidden;
	width: 560px;
	height: 210px;
	padding: 10px 10px 0 10px;
	
	background: orange;
	border: none !important;
	}
#slider-container a {
	color:white ;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 230px;
	max-height: 200px;
	width: 230px;
	height: 200px;
	margin: 0 15px 0 0;
	border: 5px solid #001838;

	}
#slider .feature .entry-title {
	font-size: 21px;
   
	}
#slider .feature .entry-title a {
	
	}
.feature .byline {
	color: white;
	margin-bottom: 15px;
	}


/* Slider controls */
.slider-controls {
	float: left;
	
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 10px 0 450px;
	background: orange;
	border-top: 2px solid white;
	}


/**
* Featured excerpts
************************************************/
#content .entry-title {
	margin-bottom: 3px;
	font: 15px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;

	}
.byline {
	margin-bottom: 3px;
	}

.post {
	border-bottom: 1px solid #ddd;
	}

/**
* 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 {
	clear: both;
	margin-bottom: 20px;

	}
.wp-pagenavi, .navigation-links {
	display: none;
	}