/**
 * 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: 397px;
	height: 650px;
	margin: 0 5px 15px 0px;
	background: #E4F2F7;
	float:left;
	position: relative;
	}
#slider {
	overflow: hidden;
	width: 395px;
	height: 640px;
	}
.feature {
	overflow: hidden;
	width: 388px;
	height: 630px;
	padding: 3px 3px 0;
	color: #156f96;
	border: none !important;
	}
#slider-container a {
	color: #156f96;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 391px;
	max-height: 484px;
	width: 391px;
	height: 484px;
	margin: 0 0 50px;
	}
#slider .feature .entry-title {
	font-size: 21px;
	clear:both;
	margin-left:10px;
	}
#slider .feature .entry-title a {
	color: #156f96;
	}
#slider .feature .entry-title a:hover {
	color: #444444;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.feature .entry{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 15px 0 10px;
}
.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;
	position:absolute;
	top:495px;
	right: 10px;
	height: 20px;
	clear: both;
	z-index: 10;
	}
.slider-controls .slider-next {
	width: 22px;
	height: 20px;
	border: none !important;
	text-transform: uppercase;
	font-size: 9px;
	}
.slider-controls .slider-next:hover {
	}
#slider-nav{
	left:10px;
	position:absolute;
	top:495px;
	z-index: 10;
}
#slider-nav a { color:#156f96;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 2px 4px;
}
#slider-nav a.activeSlide { background: #156f96; color: #fff; }
#slider-nav a:focus { outline: none; }


/**
* Featured excerpts
************************************************/
.content .entry-title, #content .entry-title {
	margin-bottom: 3px;
	font: 13px Helvetica, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	}
.byline {
	margin-bottom: 3px;
	}

.post {
	
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Most Read Shifts
************************************************/
#popular-container{
	background: url(images/mostreadbg.png) no-repeat top left;
	margin-top: 22px;
	padding-top: 33px;
	font: normal 11px Arial, "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
clear:both;
}
#popular-container .popular-thumb{
	height: 94px;
	overflow:hidden;
	display:block;
}
#popular-container div.post{
	width: 194px;
	float: left;
	clear: none;
	margin-right: 10px;
}
#popular-container .post .entry-summary{
	font-size: 11px;
}
#content #popular-container .entry-title{
	font: bold 16px Arial, "Trebuchet MS", Tahoma, sans-serif;
	margin-bottom: 20px;
margin-top:5px;
}
#popular-container .post a{
	width: 194px;
	height: 87px;
	overflow: hidden;
}
#popular-container h2 a{
	color: #444444;
	width: auto; height: auto;
}
#popular-container h2 a:hover{
	color: #156F96;
}
#popular-container .thumbnail {
	width: 194px;
	height: 87px;
	border: none;
	padding: 0;
	background: none;
}

/**
 * Get more of SYH - Twitter + Facebook links
 */

ul.syh-social{
	background: url(images/socialbg.png) no-repeat top left;
	padding-top: 60px;
	width: 200px;
	float: left;
	margin-left: 0px; 
}
.syh-social ul li{
	background: none;
	padding-left: 0px;
	width: 200px; height: 67px;
}
.syh-social .tw{
	background: url(images/socialtw.png) no-repeat top left;
}
.syh-social .fb{
	background: url(images/socialfb.png) no-repeat top left;
}
.syh-social a{
	width: 200px; height: 67px;
	display:block;
	text-indent: -99999px;
}
.content {
	margin-top: 0px;
	padding: 0 0 20px 0px;
}

#content .post, .content .post {
	clear:both;
	}
.content .post .entry-summary{
	
	
} 
.wp-pagenavi, .navigation-links {
	display: none;
	}
	
/*Adicion */
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	padding: 0 0 20px 0px;
	}