/**
 * 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: 747px;
	margin: 0px;
	margin-bottom: 2px;
	background: #fff5dd;
	border: 1px solid #cccccc;
}

#slider 
{
	overflow: hidden;
	width: 747px;
}

.feature 
{
	overflow: hidden;
	width: 747px;
	padding: 0px;
	padding-bottom: 20px;
	color: #000;
	border: none !important;
}

.feature img {
	float: left;
	max-width: 128px;
	max-height: 128px;
	width: 128px;
	height: 128px;
	margin: 0 15px 0 0;
	border: 5px solid #C1D7FF;
	background-color: #C1D7FF;
	}
	
.entry-title 
{
	background-color:#C1D7FF;
	font-size:18px;
	margin:0;
	line-height: normal;
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#slider .feature .entry-title 
{
	font-size: 32px;
	padding-top: 10px;
	padding-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 controls */
.slider-controls 
{
	float: left;
	width: 66px;
	height: 20px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 10px 0 681px;
	background: #FFEDC1;
}
	
.slider-controls .slider-prev 
{
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #FFEDC1 url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
}
.slider-controls .slider-prev:hover 
{
	background: #FFEDC1 url(images/slider-prev.gif) no-repeat left -20px;
}

.slider-controls .slider-pause 
{
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #FFEDC1 url(images/pause.gif) no-repeat center 0;
	border: none !important;
}

.slider-controls .slider-pause:hover, .slider-controls a.paused 
{
	background: #FFEDC1 url(images/pause.gif) no-repeat center -20px;
}

.slider-controls .slider-next 
{
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #FFEDC1 url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
}

.slider-controls .slider-next:hover 
{
	background: #FFEDC1 url(images/slider-next.gif) no-repeat right -20px;
}

/**
* Featured excerpts
************************************************/
/*
#content .entry-title 
{
	margin-bottom: 3px;
	font: 16px/18px georgia, times, 'times new roman', serif;
	font-weight: bold;
}

.byline 
{
	margin-bottom: 3px;
}

.post 
{
	border-bottom: 1px solid #ddd;
}
*/
/**
* Headlines
************************************************/
.section-title 
{
	font-family: LeagueGothicRegular,Calibri,Tahoma,Arial,sans-serif;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

#headlines .section-title 
{
}
	
#headlines 
{
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	clear:both;
}

#headlines .odd 
{
	float: left;
	overflow: hidden;
	width: 340px;
	clear: both;
}

#headlines .even 
{
	float: right;
	overflow: hidden;
	width: 340px;
	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;
}

#excerpts .post
{
	float:left;
	width: 365px;
	clear:none;
	margin-left: 5px;
}

#excerpts .even
{
	clear:both;
}

#slider .post
{
	margin-bottom: 0px;
}

.wp-pagenavi, .navigation-links 
{
	display: none;
}