/**
 * 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: 600px;
	height: 200px;
	margin: 0 0 15px 0;
	background: #333;
	}
#slider {
	overflow: hidden;
	width: 600px;
	height: 180px;
	}
.sliderh2 {
	margin: 161px 0 0 6px;
	width: 600px;
	color:#FFFFFF;
	position: absolute;
	font-size:16px;
	text-transform:uppercase;
	font-family: Helvetica, Verdana, Arial
	}
.sliderback {	
	margin-top: 150px;
	width: 600px;
	height: 40px;
	background:#000000;
	position: absolute;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
.feature {
	overflow: hidden;
	width: 600px;
	height: 200px;
	padding: 0px;
	color: #fff;
	background: #FFCC33;
	position: absolute;
	border: none !important;
	}
#slider-container a {
	color: #fff;
	font-weight: bold;

	}
#slider-container a:hover {
	color: #FFCC00;
	text-decoration:none;

	}
.feature img {
	float: left;
	position: absolute;
	max-width: 650px;
	max-height: 650px;
	width: 600px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 0px;
	}
#slider .feature .entry-title {
	font-size: 21px;
	color: #fff;
	}
#slider .feature .entry-title a {
	color: #fff;
	}
.feature .byline {
	display:none;
	}
.more-link {
	display:none;
	}

/* 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 524px;
	background: #000;
	border-top: 1px solid #FFF;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #000 url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #000 url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #000 url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #000 url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #000 url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #000 url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title a {
	margin: 0;
	font: 12px helvetica, verdana, arial;
	font-weight: bold;
	text-transform:uppercase;
	background:none;
	color: #FFF;
	}
.content .entry-title, #content .entry-title a:hover {
	color: #FFCC00;
	text-decoration:none;
	margin-top: 5px;

	}
.byline {
	display:none;	}
.byline2 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ccc;
	}
.byline2 a {
	color:#ccc;
	}
.post {
	border: none;
	font-size: 10px;
}
.single .post, .page .post {
	margin: 0px;
	padding-bottom: 0px;
	 background:#333;
		}	
.page-template-front-page .entry-meta {
	display: none;
	}
#excerpts {
 padding: 0 15px 0 15px;
 margin: 0px;
}
.thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
	background: #eee;
	}
.post img {
	margin: 0 8px 0 0;
	padding: 0px;
		border: 1px solid #333;
	border-right: 1px solid #fff;
	}
/**
* Headlines
************************************************/
h2.dag { padding: 2px 0 1px 5px;  margin: 7px 0 5px 0; font-size: 10px; text-transform:uppercase; font-weight: 800; color: #fff; background: #333; border: none;}
.section-title {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ddd;
	}
#headlines .section-title {
	}
#headlines {
	overflow: hidden;
	}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 440px;
	clear: both;
	margin-left: 10px;
	list-style: none;
	}
#headlines .even {
	float: right;
	overflow: hidden;
	width: 120px;
	clear: none;
	margin-right: 15px;
	}
#headlines li {
	font-size: 11px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	}
#headlines ul li {
	background: none;
	list-style: none;
	}
#headlines ul li a {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	list-style: none;
	}
#headlines ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	}

#content .post, .content .post {
	clear: both;
	margin-bottom: 20px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
}		
h1, h2, h3, h4, h5, h6 {
	color: #FFCC00;
	padding: 2px 2px 1px 15px;
	line-height: 18px;
	font-size: 15px;
	text-transform:uppercase;
	background: #333 url(images/titlebg.gif);
	background-repeat: repeat;
	}
		
#excerpts .odd {
	overflow: hidden;
	clear: both;
	float: left;
	width: 280px; /* Adjust to your needs */
	height: 82px;
	}
#excerpts .even {
	overflow: hidden;
	clear: none;
	float: right;
	width: 280px; /* Adjust to your needs */
	height: 82px;
}
#headlines { clear: both; 
}
.yd_rp_widget {
	display: none;}


.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: none;
	}