/**
* Featured slider
************************************************/
#slider-container {
	overflow: hidden;
	width: 465px;
	height: 250px;
	margin: 0 0 30px 0;
	background: #eeeeee;
	}
#slider {
	overflow: hidden;
	width: 465px;
	height: 230px;
	}
.feature {
	overflow: hidden;
	width: 455px;
	height: 210px;
	padding: 10px 10px 0 10px;
	color: #333;
	border: none !important;
	}
#slider-container a {
	color: #00295b;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 200px;
	max-height: 200px;
	width: 200px;
	height: 200px;
	margin: 0 15px 0 0;
	border: 5px solid #dddddd;
	}
#slider .feature .entry-title {
	font-size: 16px;
	}
#slider .feature .entry-title a {
	color: #333;
	}
#slider:hover .feature .entry-title a {
	color: #cc0033;
	text-decoration:none;
	}
#slider:hover {
	background-color: #e9e9e9;
	}
.feature .byline {
	color: #00295b;
	margin-bottom: 5px;
	}
	
.more-link-article-list a {
	color: #00295b;
	font-weight: bold;
}
.more-link {
	float: left;
	display: block;
	}
.more-link:hover {

	}

/* 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 390px;
	background: #00295b;
	border-top: none;
	border: 1px solid #00295b;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #00295b url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #00295b url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #00295b url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #00295b url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #00295b url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #00295b url(images/slider-next.gif) no-repeat right -20px;
	}


/**

* Featured excerpts

************************************************/
.thumbnail {
	float: left;
	width: 150px;
	margin: 0 10px 0px 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	-ms-interpolation-mode: bicubic;
	}
#content .entry-title {

	margin-bottom: 3px;

	font: 14px/18px Arial, Verdana, Tahoma;

	font-weight: bold;
	text-shadow: 1px 1px 0px #ccc;
	}

.byline {

	margin-bottom: 3px;

	}



#excerpts .post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px dotted #ccc;
	}

/**

* Headlines

************************************************/

.section-title {

	font: 14px/18px Arial, Verdana, Tahoma;

	font-weight: bold;

	margin: 0;

	padding: 0 0 0 5px;

	border-bottom: 1px solid #ddd;

	} 
.section-title a {
	color: #222;
	}
.section-title a:hover {
	color: #bc4c27;
	text-decoration:none;
	}
#headlines .section-title {

	}

#headlines {

	overflow: hidden;


	}

#headlines .odd {

	float: left;

	overflow: hidden;

	width: 220px;

	clear: both;

		

	}

#headlines .even {

	float: right;

	overflow: hidden;

	width: 221px;

	clear: none;

	}

#headlines ul {

	font-size: 11px;
	margin-left:0;



	}

#headlines ul li {

	background: none;
	margin:0;
	padding-left: 5px;
	border-bottom: 1px dotted #ddd;

	}

#headlines ul li a {

	font-weight: normal;

	}



.wp-pagenavi, .navigation-links {

	display: none;

	}