/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

/**
* Featured slider
************************************************/
#slider-container {
    background: none repeat scroll 0 0 #f3f3f3;
    border:1px solid #efefef;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 20px 18px 0;
}
#slider {
    height: 250px;
    overflow: hidden;
    width: 650px;
}

#slider .post, #slider-container .post {
    padding:0;
}
.feature {
	overflow: hidden;
	width: 650px;
	color: #fff;
	border: none !important;
	}
#slider-container a {
	color: #1D8807;
	font-weight: bold;
	}
#slider-container p {
	color: #666;
        margin:0;
	}
#content .post img, .content .post img{
        float: left;
        margin: 10px 15px 0 0;
        max-height: 180px;
        max-width: 230px;
	}
.feature img {
	float: left;
	max-width: 230px;
	max-height: 300px;
	margin: 0 15px 0 0;
	}
#slider .feature .entry-title {
	font-size: 21px;
        line-height: 1.2em;
        color:#1D8807;
	}
#slider .feature .entry-title a {
	color: #666;
        font-size:1.2em;
	}
#slider .feature .entry-title a:hover {
	color: #145F05;
        text-decoration:none;
	}
        
        
.feature .byline {
	color: #1D8807;
	margin-bottom: 15px;
	}
.more-link {
	 background: none;
    display: block;
    float: right;
    height: 20px;
    text-indent: -9999px;
    width: 100px;
	}
.more-link:hover {
	background: none;
	}

/* Slider controls */
.slider-controls {
    background: none;
    clear: both;
    float: right;
    margin: 0 0 20px 35px;
    width: 100px;
    }
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 32px;
	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: 35px;
	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: 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 -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
        font: bold 1.8em/1.2em helvetica,sans serif;
        margin-bottom: 3px;
        padding-top: 10px;
	}
.byline {
	margin-bottom: 3px;
	}

.post {
	
	}

.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 .section-title a {
 background: none repeat scroll 0 0 #F3F3F3;
    color: #145F05;
    font-size: 1.2em;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
	}
        
#headlines .section-title a:hover {
    color: #1D8807;
    text-decoration:none;
	}
#headlines {
	overflow: hidden;
	}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 280px;
	clear: both;
        padding:0 20px;
	}
#headlines .even {
	float: right;
	overflow: hidden;
	width: 280px;
	clear: none;
         padding:0 20px;
	}
#headlines ul {
	font-size: 11px;
	}
#headlines ul li {
	  background: none repeat scroll 0 0 transparent;
    padding: 5px;
    text-align: left;
	}
#headlines ul li a {
	font-size: 1.2em;
    padding-bottom: 10px;
	}

#content .post, .content .post {
            border-bottom: 1px dotted #DDDDDD;
    clear: both;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}