#slide-container .post img{border:none;}


/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
p{
		font: 11px/1.5em Verdana, Geneva, Tahoma, sans-serif;

}
#slider-container {
	position: relative;
	width: 600px;
	height: 250px;
	margin: 0 0 30px 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #cccccc;
	border-right-color-value: #cccccc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #cccccc;
	border-left-color-value: #cccccc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	}

#slider {
	overflow: hidden;
	width: 600px;
	height: 250px;
	}
.feature {
	overflow: hidden;
	width: 600px;
	height: 250px;
	background: #093653;
	border: none !important;
	}
#slider-container a {
	color: #ddd;
	font-weight: bold;
	}
div#content div.feature img {
	float: left;
	width: 600px;
	height: 250px;
	margin:0 auto;
	}
#slider .entry-summary-overlay{
background: #0a2640;
bottom: 0px;
display: block;
height: 216px;
left: 4px;
overflow: hidden;
padding: 15px;
position: absolute;
width: 33%;
z-index: 2;
filter:alpha(opacity=80);
opacity: 0.8;
	}
#slider .feature .entry-title {
color:#FFF;
	margin:0px;
	display:block;
	font-size:18px;
	margin-bottom:10px;
	}
#slider .feature .entry-title a {
	color: #eee;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.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-container p{
	color:#FFF;
	line-height:1.5em;
	margin:0px;
	font-size:1em;
	}	
#slider-container .byline, #slider-container entry-meta post-meta-data{
	display:block;
margin-bottom:10px;
}

/* Slider controls */
.slider-controls {
background:#0a2640;
	position:absolute;
	z-index:60;
	width: 66px;
	height: 20px;
	margin: 0 0 0;
	right:4px;
bottom:4px;
	filter:alpha(opacity=80);
opacity: 0.8;}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background:url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.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: #062F4A url(images/slider-next.gif) no-repeat right -20px;
	}
#slider-container entry-summary{
	display block;
	
	}
/**
* Featured excerpts
************************************************/
.content .entry-title, #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;
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* 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, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}