/**

 * 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: 460px;

	height: 260px;

	margin: 0 0 10px 0;

	background: #FFFFFF;

	}

#slider {

	/*overflow: hidden;

	width: 580px;

	height: 230px;*/	

	border:10px solid #EEEEEE;

	height:200px;

	overflow:hidden;

	width:440px;

	}

.feature {

	overflow: hidden;

	width: 430px;

	/*height: 210px;

	padding: 10px 10px 0 10px;*/

	color: #000000;

	background: #FFFFFF;

	border: none !important;

	}

#slider-container a {

	/*color: #ddd;*/

	font-weight: bold;

	}

#slider .feature .post-ratings-image {

	border:0 none;

	float: none;

	width: 12px;

	height: 12px;

	margin: 0;

}

#slider p {
	margin: 2px 0 5px;
	text-align:justify;
}



.feature img {

	float: left;

	max-width: 210px;

	max-height: 180px;

	width: 210px;

	height: 180px;

	margin: 10px 15px 10px 10px;

	/*border: 5px solid #001838;*/

	}

#slider .feature .entry-title {

	font-size: 15px;

	padding: 7px 5px 0px 0px;

	}

#slider .feature .entry-title a {

	/*color: #eee;*/

	}

.entry-summary p {

    margin: 0 0 10px;

}

.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 controls */

#slider-header {

	font-size:21px;

	width: 440px;

	height: 23px;

	padding: 10px 10px 0;

	background: #EEF1F3;

	}

#slider-header h2 {

	font-size:21px;

	float:left;

	margin:0;

	}

.slider-controls {

	float: right;

	width: 96px;

	height: 21px;

	overflow: hidden;

	clear: both;

	line-height: 15px;

	margin: 0 0 0;

	float:right;

	/*border-top: 2px solid #666666;*/

	}

.slider-controls .slider-prev {

	text-indent: -9999px;

	float: left;

	width: 32px;

	height: 22px;

	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 -22px;

	}

.slider-controls .slider-pause {

	text-indent: -9999px;

	float: left;

	width: 32px;

	height: 22px;

	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 -22px;

	}

.slider-controls .slider-next {

	text-indent: -9999px;

	float: right;

	width: 32px;

	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 -22px;

	}



/**

* Featured excerpts

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

.content .entry-title, #content .entry-title {

	margin-bottom: 3px;

	/*font: 15px/18px georgia, times, 'times new roman', serif;*/

	font: 15px/18px arial,verdana,sans-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: 215px;

	clear: both;

	}

#headlines .even {

	float: right;

	overflow: hidden;

	width: 215px;

	clear: none;

	}

#headlines ul {

	font-size: 11px;

	margin-left: 5px;

	}

#headlines ul li {

	background: url(images/bullet.gif) no-repeat 0 5px;

	}

#headlines ul li a {

	font-weight: bold;

	}



#content .post, .content .post {

	clear: both;

	margin-bottom: 20px;

	}

.wp-pagenavi, .navigation-links {

	display: none;

	}