/*
Theme Name: Politic (w/ spotlight)
Description: This theme extends Politic, adding a few home page widgets
Version: 0.1
Author: Josh Stoik
Author URI: http://blobfolio.com
Template: politic

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =======================================================================
   Featred Widget Code
   ======================================================================= */

.widget-featured-news li {
	border-top: 0!important;
}
	.widget-featured-news li:first-child, .widget-spotlight-news li.spotlight-content {
		background: none!important;
		border-bottom: 1px solid #efefef;
		padding-bottom: 20px;
	}
	.widget-featured-news li .thumb, .widget-spotlight-news li.spotlight-content .thumb {
		float: left;
		width: 150px;
		overflow: hidden;
		margin-right: 20px;
		min-height: 150px;
	}
	.widget-featured-news li .excerpt, .widget-spotlight-news li.spotlight-content .excerpt {
		float: left;
		font-size: 14px;
		line-height: 21px;
		width: 430px;
	}
	.widget-featured-news li .clear, .widget-spotlight-news li.spotlight-content .clear  {
		height: 1px;
		float: none;
		clear: both;
		overflow: hidden;
	}

	.widget-spotlight-news li.spotlight-on {
		display: block;
	}

	.widget-spotlight-news li.spotlight-off {
		display: none;
	}

	.widget-spotlight-news li.spotlight-navigation {
		background: none!important;
		margin-bottom: -8px!important;
	}

	.widget-spotlight-news li.spotlight-navigation a {
		display: inline-block;
		width: auto;
		padding: 0 15px 0 15px;
		height: 21px;
		line-height: 21px;
		border-left: 1px solid #efefef;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		background-color: #efefef;
		margin-right: 5px;
		border-radius: 5px 5px 0 0;
	}

	.widget-spotlight-news li.spotlight-navigation a.selected {
		background-color: #fff;
	}