/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider          W: 680pxH: 230p
************************************************/
#container {
	padding-top:0;
	}
#slider-container {
	overflow: hidden;
	width: 924px;
	height: 330px;
	margin: 0 0 0 0;
	background: #fff;
	border-bottom:#8a8a8a 1px solid;
	}
#slider-container h2 {
	margin:15px 0 0 15px;
	}
#slider-container .p {
	margin:0 0 0 15px;
	}
#slider-container .entry-summary {
	margin:0 0 0 0;
}
#slider-container .byline {
	visibility:hidden;
	display:none;
	}
#slider {
	overflow: hidden;
	width: 924px;
	height: 330px;
	}
.feature {
	overflow: hidden;
	width: 924px;
	height: 330px;
	padding: 0px 0px 0 0px;
	color: #666;
	line-height:1.5em;
	background: #fff;
	border: none !important;
	}
#slider-container a {
	color: #ddd;
	font-weight: bold;
	}
.feature img {
	float: right;
	max-width: 924px;
	max-height: 330px;
	width: 924px;
	height: 330px;
	margin: 0 0 0 0;
	border: none;
	}
#slider .feature .entry-title {
	font-size: 21px;
	margin-bottom:10px;
	}
#slider .feature .entry-title a {
	color: #666;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.more-link {
	float: right;
	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 0;
	padding: 0 10px 0 885px;
	background: #062f4a;
	border-top: 2px solid #03273f;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #062F4A url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #062F4A url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #062F4A url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #062F4A url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #062F4A 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-controls {
	visibility:hidden;
	display:none;
	}
/**
* 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;
	width:280px;
	position:relative;
	float:left;
	}

#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;
	}
.page-title { visibility:hidden;}

h2.page-title{
	font: normal normal bold 22px/22px Arial, Helvetica, sans-serif;	
	}
#content .page {
	margin-top:20px;
	}
	


/**
* Headlines
************************************************/
#upcomingevents .section-title {
	}
#upcomingevents {
	overflow: hidden;
	width:280px;
	position:relative;
	float:right;
	}

#upcomingevents .odd {
	float: left;
	overflow: hidden;
	width: 280px;
	clear: both;
	}
#upcomingevents .even {
	float: right;
	overflow: hidden;
	width: 280px;
	clear: none;
	}
#upcomingevents ul {
	font-size: 11px;
	margin-left: 5px;
	}
#upcomingevents ul li {
	background: url(images/bullet.gif) no-repeat 0 7px;
	}
#upcomingevents ul li a {
	font-weight: bold;
	}

#upcomingevents .post, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
