/* 
Theme Name: Stream
Theme URI: http://themes.arunkurian.net/stream/
Description: An elegant magazine theme that is perfect for all kinds of content from blogs to newspapers, magazines, and large community websites.
Version: 1.2
Author: Arun Kurian
Author URI: http://www.arunkurian.net
*/

/* ============================= TABLE OF CONTENTS ================================

 - Reset
 - General Settings
 - Header
 	- Secondary Nav
 	- Logo
 	- Primary Nav
 	- Breadcrumbs
 - Post
 	- Post Header
 	- Images
 	- Headings
 	- Blockquotes
 	- Code Markup
 	- Post Footer
 		- Author Info
 		- Social Share
 - Comments
 	- Comments List
 	- Response Form
 - Archives
 	- Author Pages
 	- Full Archives Page
 - Homepage
 	- Featured News Slider
 		- Slides
 - Sidebar
 	- Default Widget
 	- Searchform
 	- Twitter Widget
 	- 125 x 125 Ad Widget
 	- 300 x 250 Ad Widget
 	- Flickr Widget
 	- Tabbed Widget
 		- Tag Cloud
 	- Social Counter Widget
 	- News Block Widget
 		- News Carousel
 - Footer
 	- Twitter Widget
 	- 125 x 125 Ad Widget
 	- Text Widget
 	- Flickr Widget
 	- Tabbed Widget
 	- News Block Widget
 	- Copyrights
 - Misc.
 	- 404 Page
 	- Full Width Page
 	- Pagination
 - Float Clearing
 
 ================================================================================*/

/*====== Reset ======*/

@import url('css/reset.css');

/*====== General Settings ======*/

#container,
.full-width {
	width: 940px;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

body {
	background: url('images/body-bg.png') #f4f4f4 repeat;
}

a {
	color: #3FA0C8;
}

.post-group {
	background: white;
	border: solid 1px #eee;
	box-shadow: 0 5px 0 0 #1f1f1f inset;
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
}

/*====== Header ======*/

#top {
	background: white;
	border-top: 5px #1f1f1f solid;
	border-bottom: 1px #eee solid;
}

/* Secondary Nav */

#secondary-nav li {
	float: left;
	padding: 13px 15px;
	background: url('images/nav-sec-border.png') no-repeat right center;
	position: relative;
}
#secondary-nav ul li a {
	display: block;
	color: #666;
	font-size: 12px;
}
#secondary-nav li:first-child {
	padding-left: 0;
}
#secondary-nav li:last-child {
	background: none;
}

.sub-menu {
	display: none;
}
#secondary-nav li .sub-menu {
	position: absolute;
	top: 40px;
	left: 0;
	background: white;
	border: 1px #eee solid;
	border-top: 0;
	border-radius: 0 0 3px 3px;
}
#secondary-nav .sub-menu li {
	background: none;
	margin: 0 12px;
	padding: 12px 0;
	width: 125px;
	border-bottom: 1px #eee dotted;
}
#secondary-nav .sub-menu li:last-child {
	border-bottom: 0;
}
#secondary-nav .sub-menu .sub-menu {
	left: 137px;
	top: -1px;
	border: 1px #eee solid;
	border-radius: 3px;
}

/* Logo */

#logo {
	padding: 40px 0;
	min-height: 40px;
}

#logo h1 a {
	font: normal 30px 'News Cycle', sans-serif;
	color: #242424;
}
#logo span {
	float: left;
	color: #808080;
	font-size: 12px;
	padding: 0 10px;
	margin: 20px 0 0 12px;
	background: url('images/nav-sec-border.png') no-repeat left center;
}

/* Primary Nav */

#primary-nav {
	width: 100%;
	background: #1f1f1f;
	border-radius: 2px;
}
#primary-nav li {
	float: left;
	position: relative;
}
#primary-nav li a {
	padding: 15px 20px;
	display: block;
	background: url('images/nav-border.png') no-repeat right center;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}
#primary-nav li:last-child a {
	background: none;
}
#primary-nav li a:hover,
#primary-nav li.current-menu-item a {
	text-decoration: none;
	color: #eee;
}

#primary-nav .sub-menu {
	z-index: 1000;
	position: absolute;
	background: #1f1f1f;
	border-radius: 0 0 2px 2px;
}
#primary-nav .sub-menu li {
	margin: 0 20px;
	padding: 15px 0;
	border-bottom: 1px #2f2f2f dotted; 
	width: 125px;
}
#primary-nav .sub-menu li:last-child {
	border-bottom: 0;
}
#primary-nav .sub-menu li a {
	padding: 0;
	background: none;
}
#primary-nav .sub-menu .sub-menu {
	left: 146px;
	top: 0px;
	border-radius: 3px;
}

/* Breadcrumbs */

.breadcrumb,
.back-to-top {
	margin: 10px 0;
	background: url('images/sep-bg.png') repeat-x left center;
	min-height: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis-word;
}
.back-to-top {
	margin: 0 0 20px;
}
.breadcrumb p,
.back-to-top p {
	float: left;
	display: block;
	background: url('images/body-bg.png') repeat;
	font-size: 10px;
	color: #b2b2b2;
	text-transform: uppercase;
}
.back-to-top p {
	float: right;
}
.breadcrumb span,
.back-to-top span {
	font-weight: bold;
	margin: 0 10px;
}
.breadcrumb span:first-child {
	margin-left: 0;
}
.back-to-top span:first-child {
	margin-right: 0;
}
.breadcrumb a,
.back-to-top a {
	color: #666;
}
.breadcrumb a:hover,
.back-to-top a:hover {
	color: #242424;
	text-decoration: none;
}

/*====== Post ======*/

#main {
	width: 620px;
	float: left;
}

.single #main .post {
	background: white;
	border: 1px #eee solid;
	box-shadow: 0 5px 0 0 #1f1f1f inset;
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 30px;
}

.single #main .post-content {
	padding: 10px 19px 20px;
}

/* Post Header */
	
.hentry .post-header {
	background-color: #fafafa;
	padding: 10px 19px;
	border-bottom: 1px #eee dotted;
}
.hentry .post-header h1 {
	padding: 5px 0;
}

/* Images */
	
.hentry img {
	margin: 10px 0;
}
.hentry img.alignleft {
	margin-right: 20px;
}
.hentry img.alignright {
	margin-left: 20px;
}
.hentry .wp-post-image {
	margin: 0;
}
.attachment img {
	margin: 0;
}
.gallery .gallery-icon img {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-style: italic;
}

/* Headings */
	
.hentry h1,
.hentry h2,
.hentry h3 {
	padding: 10px 0;
	font: normal 20px 'News Cycle', sans-serif;
	color: #242424;
}
.hentry h2 {
	font-size: 16px;
}
.hentry h3 {
	font-size: 14px;
}
.hentry p {
	padding: 10px 0;
}

/* Blockquotes */
	
.hentry blockquote {
	margin: 20px;
	background: url('images/quotes.png') no-repeat left top;
	border-bottom: 3px #f2f2f2 double;
}
.hentry blockquote p {
	font: normal 16px 'News Cycle', sans-serif;
	padding: 18px 0 16px;
	margin: 0;
}

/* Code Markup */
	
pre {
	padding: 0 20px;
	margin: 20px;
	background: url('images/code-bg.png') repeat top left;
	border: 1px #eee solid;
	box-shadow: 0 0 50px 5px white inset;
}
pre code {
	border-left: 1px #f2e6e6 dotted;
	padding: 21px 20px;
	display: block;
}

/* Post Footer */

.post-footer {
	background-color: #fafafa;
	color: #808080;
}
.post-footer > div {
	padding: 20px;
	border-top: 1px #eee solid;
}
.post-footer h2 {
	font: bold 12px Helvetica, sans-serif;
	color: #666;
	padding: 0;
	text-transform: capitalize;
}

	/* Author Info */
	
.post-footer .author-info {
	width: 238px;
	float: left;
	border-right: 1px #eee solid;
}
.author-title img {
	float: left;
	margin: 0 10px 0 0;
}
.author-title h2 {
	margin-left: 40px;
	padding: 0;
}
.author-title a {
	color: #bbb;
	font-size: 11px;
}
.author-info p {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px #eee dotted;
}

	/* Social Share */
	
.post-footer .social-share {
	float: left;
	width: 299px;
}
.share-button {
	float: left;
	margin-right: 10px;
}

/*====== Comments ======*/

#comments {
	background: white;
	border: 1px #eee solid;
	box-shadow: 0 5px 0 0 #1f1f1f inset;
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
}

/* Comments List */

.commentlist{ 
	border-bottom: #e8e8e8 1px solid;
	margin: 0;
	padding-bottom: 20px;
	list-style: none;
}
#comments-title {
	padding: 15px 20px 20px;
	font: normal 20px 'News Cycle', sans-serif;
	color: #242424;
}
.comment {
	display: block;
	border-top: 1px #e8e8e8 dotted;
	padding: 20px;
}
.comment-meta,
.comment-text {
	margin-left: 60px;
}
.comment-meta {
	color: #808080;
	font-size: 10px;
	margin-bottom: 15px;
	line-height: 12px;
}
.comment-author {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
.comment-date {
	text-transform: uppercase;
}
.comment-edit-link,
.comment-reply-link {
	color: #808080;
	font-weight: bold;
	padding-left: 12px;
	border-left: 1px #e8e8e8 dotted;
	margin-left: 10px;
}
.comment-reply-link:hover {
	text-decoration: none;
}
.comment-reply-link:hover:after {
	content: ' \2192';
}
.comment-mod {
	display: block;
	background: #fafafa;
	padding: 5px;
	margin-bottom: 10px;
}
.commentlist .children {
	display: block;
	list-style: none;
	margin-left: 60px;
}
.commentlist .children .comment {
	display: block;
	margin-left: 20px;
	padding-left: 0;
}

/* Response Form */

#respond {
	background-color: #fafafa;
}
#reply-title {
	padding: 15px 60px 20px 20px;
	font: normal 20px 'News Cycle', sans-serif;
	color: #242424;
	border-bottom: #e8e8e8 1px solid;
	position: relative;
}
#comment-form {
	padding: 20px;
}
#comment-form label {
	display: block;
	font-weight: bold;
}
#comment-form input[type=text],
#comment-form input[type=email],
#comment-form input[type=url],
#comment-form textarea {
	border: #e8e8e8 1px solid;
	padding: 8px;
	font-size: 12px;
	width: 278px;
}
#comment-form input[type=text]:focus,
#comment-form input[type=email]:focus,
#comment-form input[type=url]:focus,
#comment-form textarea:focus {
	border: 1px #ccc solid;
}
#comment-form textarea {
	width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
#comment-form #submit {
	background-color: #1f1f1f;
	border: none;
	color: #808080;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
}
#comment-form #submit:hover {
	color: white;
}
.comment #respond {
	border: #e8e8e8 1px solid;
	margin: 20px 0 0 60px;
}
#cancel-comment-reply-link {
	display: block;
	background: url('images/cancel-reply.png') no-repeat center center;
	width: 20px;
	height: 20px;
	border: 1px #e8e8e8 solid;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#cancel-comment-reply-link:hover {
	background-color: #f6f6f6;
	border-color: #ddd;
}

/*====== Archives ======*/

.archive-title {
	background: #1f1f1f;
	padding-bottom: 3px;
}
.archive-title h1,
.archive-title h2 a {
	color: white;
	margin: 5px 20px;
	float: left;
}
.archive-title p {
	padding: 5px 20px;
	color: #808080;
}
.archive-posts {
	background: white;
	border: 1px #eee solid;
	box-shadow: 0 5px 0 0 #1f1f1f inset;
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
}
.archive-post {
	padding: 20px;
	border-bottom: 1px #e5e5e5 dotted;
}
.archive-post:last-child {
	border: 0;
}
.archive-post .wp-post-image {
	margin: 0;
	float: left;
}
.archive-post .post-content {
	margin-left: 120px;
}

.no-post-thumb .post-content {
	margin-left: 0;
}
.archive-post h2 {
	padding: 0;
	margin-bottom: 5px;
}
.archive-post h2 a {
	color: #242424;
}
.archive-post p {
	padding: 0;
}
.meta,
.meta a {
	color: #aaa;
	font-size: 10px;
	margin-bottom: 5px;
}
.post-author {
	background: url('images/meta-author.png') no-repeat left center;
	padding: 0 10px 0 15px;
}
.post-date {
	background: url('images/meta-date.png') no-repeat left center;
	padding: 0 10px 0 15px;
}
.post-comments {
	background: url('images/meta-comments.png') no-repeat left center;
	padding: 0 10px 0 15px;
}

/* Author Pages */

.archive-author-title {
	background: #1f1f1f;
	padding-bottom: 20px;
}
.archive-author-title h1 {
	border-bottom: 1px #333 dotted;
	margin: 5px 20px 15px;
	padding-bottom: 5px;
	color: white;
}
.archive-author-title header a {
	font-size: 10px;
	color: #666;
}
.archive-author-title img {
	margin: 0 20px;
	float: left;
}

/* Full Archives Page */

.archives-page header {
	background-color: #fafafa;
	padding: 20px;
	border-bottom: 1px #eee dotted;
}
.archives-list {
	padding: 20px;
}

/*====== Homepage ======*/

/* Featured News Slider */

.featured-post {
	padding: 0;
	margin: 0;
	position: relative;
	border: 0;
}
.featured-slider .featured-post {
	display: none;
}
.featured-slider .featured-post:first-child {
	display: block;
}
.featured-post .post-content {
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0;
	background: #1f1f1f;
	background: rgba( 31, 31, 31, 0.95);
	width: 260px;
}
.featured-post h2 a {
	color: white;
	font-size: 22px;
}
.featured-post h2 {
	border-top: 3px #373636 double;
	border-bottom: 3px #373636 double;
	padding: 10px 0;
	line-height: 30px;
}
.featured-post .post-info {
	padding: 0 20px 10px;
}
.featured-post .post-info-collapsed {
	display: none;
}
.featured-post .post-info time {
	margin: 8px 0 4px;
	display: block;
	font-size: 11px;
}
.featured-post .post-info p {
	font-size: 11px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0;
}
.featured-post img {
	margin: 0;
}
.featured-post .sticky-title {
	padding: 10px 20px;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	border-top: 1px #292927 solid;
}
.post-info-button {
	width: 16px;
	height: 16px;
	background: url('images/post-more-button.png') no-repeat center bottom;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 13px;
}
.show-more {
	background-position: center top;
}

	/* Slides */

.slides-pagination {
	margin: 15px 10px 15px 20px;
	float: left;
}
.slides-pagination li {
	float: left;
	list-style: none;
}
.slides-pagination li a {
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
	background-color: #d9d9d9;
	width: 13px;
	height: 13px;
		-moz-border-radius: 2px;
	border-radius: 2px;
}
.slides-pagination a:hover,
.slides-pagination li.current-item a {
	background-color: #333;
}

.slide-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis-word;
	font-weight: bold;
	display: block;
	line-height: 45px;
	padding-right: 20px;
}

/*====== Sidebar ======*/

#sidebar {
	width: 302px;
	float: left;
}
.sidebar-right {
	margin-left: 18px;
}
.sidebar-left {
	margin-right: 18px;
}

/* Default Widget */

#sidebar .widget,
#home-widgets .widget {
	background: white;
	border: 1px #eee solid;
	box-shadow: 0 5px 0 0 #1f1f1f inset;
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
	padding: 10px 19px 20px;
}
#home-widgets .widget {
	float: left;
	width: 260px;
}

#home-widgets .widget:nth-of-type(odd) {
	margin-right: 16px;
}
#sidebar .widget_search,
#sidebar .twitter-widget,
#sidebar .ad-125x125-widget,
#sidebar .ad-300x250-widget,
#home-widgets .widget_search,
#home-widgets .twitter-widget,
#home-widgets .ad-125x125-widget,
#home-widgets .ad-300x250-widget {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
#home-widgets .widget_search,
#home-widgets .twitter-widget,
#home-widgets .ad-125x125-widget,
#home-widgets .ad-300x250-widget {
	width: 300px;
}

#sidebar .widgettitle {
	color: #1f1f1f;
	margin-bottom: 10px;
}

/* Searchform */

.searchform {
	width: 302px;
	display: block;
}
.searchform #search {
	float: left;
	width: 241px;
	font-size: 12px;
	background: #fdfdfd;
	border: 1px #e8e8e8 solid;
	padding: 10px;
	margin: 0;
	color: #808080;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}
.searchform input[type=submit] {
	float: left;
	width: 40px;
	text-indent: -9999px;
	line-height: 0;
	background: #fafafa url('images/magnifier.png') no-repeat center center;
	border: 1px #e8e8e8 solid;
	height: 36px;
	margin-left: -1px;
	cursor: pointer;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}
.searchform input[type=submit]:hover {
	background-color: #f9f9f9;
}

/* Twitter Widget */

#sidebar .twitter-widget .widgettitle,
#home-widgets .twitter-widget .widgettitle{
	display: none;
}
#sidebar .twitter-widget,
#home-widgets .twitter-widget {
	background: white;
	border: 1px #eee solid;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	position: relative;
}
#sidebar .twitter-widget .follow-text,
#home-widgets .twitter-widget .follow-text {
	background: url('images/twitter-icon.png') no-repeat 20px center #1f1f1f;
	padding: 6px 20px;
	text-align: right;
	z-index: 10;
	margin: -1px;
}
#sidebar .twitter-widget .follow-text a,
#home-widgets .twitter-widget .follow-text a {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
}
#sidebar .twitter-widget .tweets-list,
#home-widgets .twitter-widget .tweets-list {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	background: url('images/twitter-arrow.png') no-repeat 22px bottom;
}
#sidebar .twitter-widget .tweets-list li,
#home-widgets .twitter-widget .tweets-list li {
	border-top: 1px #E5E5E5 dotted;
	padding: 10px 0;
	color: #808080;
}
#sidebar .twitter-widget .tweets-list .latest-tweet,
#home-widgets .twitter-widget .tweets-list .latest-tweet {
	font-family: 'News Cycle';
	font-size: 16px;
	border-top: 0;
}
#sidebar .twitter-widget .timestamp,
#home-widgets .twitter-widget .timestamp {
	color: #aaa;
	font-size: 10px;
	font-family: 'News Cycle';
}

/* 125 x 125 Ad Widget */

.ad-125x125-widget a {
	float: left;
	padding: 5px;
	border: 1px #e8e8e8 solid;
	margin: 10px 0;
}
.ad-125x125-widget a.odd {
	margin-right: 20px;	
}
.ad-125x125-widget a:hover {
	border-color: #d8d8d8;
}

.ad-125x125-widget a img {
	background: white;
	border: 1px #eee solid;
	box-shadow: 0 1px 1px #eee;
}

/* 300 x 250 Ad Widget */

#sidebar .ad-300x250-widget a img {
	background: white;
	box-shadow: 0 0 0 1px #e8e8e8;
}
#sidebar .ad-300x250-widget a:hover img {
	box-shadow: 0 0 0 1px #d8d8d8;
}

/* Flickr Widget */

#sidebar .flickr-widget,
#home-widgets .flickr-widget {
	padding: 10px 9px;
}
#home-widgets .flickr-widget {
	width: 282px;
}
#sidebar .flickr-widget .widgettitle,
#home-widgets .flickr-widget .widgettitle {
	margin: 0 10px 0;
}
.flickr-widget a {
	float: left;
	margin: 10px;
}
.flickr-widget img {
	width: 50px;
	height: 50px;
}
.flickr-widget a:hover {
	box-shadow: 0 0 0 3px #d8d8d8;
}

/* Tabbed Widget */

#sidebar .tabbed-widget,
#home-widgets .tabbed-widget {
	padding: 0;
	padding-top: 5px;
}
#home-widgets .tabbed-widget {
	width: 300px;
}
.tabs-widget-nav {
	margin-right: -1px;
	background-color: #f5f5f5;
	border-bottom: 1px #eee solid;
}
.tabs-widget-nav a {
	float: left;
	text-align: center;
	padding: 6px 0;
	border-right: 1px #eee solid;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: -1px;
}
.tabs-widget-nav a:hover {
	background-color: #f1f1f1;
	color: #808080;
}
.tabs-widget-nav a.current {
	background-color: white;
	color: #1f1f1f;
	border-bottom-width: 0;
}
.tabbed-widget a {
	width: 99px;
}
.tabbed-widget a:first-child {
	width: 100px;
}
.tabbed-widget .count-4 a:first-child {
	width: 75px;
}
.tabbed-widget .count-4 a {
	width: 74px;
}
.tabbed-widget section {
	padding: 19px;
}
.tabbed-widget ul {
	list-style: none;
	margin: 0;
}
.tabbed-widget li.group {
	border-bottom: 1px #E5E5E5 dotted;
	line-height: 17px;
	padding: 10px 0;
}
.tabbed-widget li.group:last-child {
	border: none;
}
.tabbed-widget li.group img {
	float: left;
	margin-right: 20px;
}
.tabbed-widget li.group .show-thumb {
	width: 192px;
}
.tabbed-widget li.group a {
	color: #666;
}
.tabbed-widget li.group .meta a {
	color: #aaa;
}
	/* Tag Cloud */
	
.wp-tag-cloud {
	list-style: none;
	margin: 0;
}
.wp-tag-cloud:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden; 
}
.wp-tag-cloud li {
	float: left;
	margin: 5px;
}
.wp-tag-cloud li a {
	color: #808080;
	border: 1px #eee solid;
	padding: 5px;
	text-decoration: none;
	border-radius: 3px;
		-moz-border-radius: 3px;
	font-weight: bold;
}
.wp-tag-cloud li a:hover {
	background: #808080;
	border-color: #808080;
	color: white;
}

/* Social Counter Widget */

#sidebar .counter-widget,
#home-widgets .counter-widget {
	background: none;
	border: none;
	padding: 0px;
	box-shadow: none;
	line-height: normal;
}
#home-widgets .counter-widget {
	width: 302px;
}
.counter-widget a {
	display: block;
	float: left;
	width: 100px;
	height: 23px;
	text-indent: 28px;
	background: url('images/counter-sprite.png') no-repeat;
	font-size: 13px;
	text-decoration: none;
	color: #808080;
}
.counter-widget a:hover {
	color: #242424;
}
.counter-widget a span {
	display: block;
	font-size: 9px;
}
.counter-widget .rss-count {
	background-position: 0px 0px;
}
#sidebar .counter-widget .rss-count:hover {
	background-position: 0px -23px;
}
.counter-widget .twitter-count {
	background-position: 0px -46px;
}
#sidebar .counter-widget .twitter-count:hover {
	background-position: 0px -69px;
}
.counter-widget .fb-count {
	background-position: 0px -92px;
}
#sidebar .counter-widget .fb-count:hover {
	background-position: 0px -115px;
}

/* News Block Widget */

#sidebar .news-block-widget,
#home-widgets .news-block-widget {
	padding: 0px;
	border-top: none;
	box-shadow: 0 5px 0 0 #1f1f1f inset;
	padding-top: 5px;
	width: 300px;
	padding-bottom: 10px;
}

.news-block-widget h3 {
	padding: 10px 0;
	margin: 0 20px;
	border-bottom: 1px #e5e5e5 dotted;
	font: normal 12px/16px 'Helvetica', sans-serif;
}
.news-block-widget .first-post h3 {
	padding: 10px 0;
	margin: 0 20px;
	border-bottom: 3px #ebebeb double;
	font: normal 15px/20px 'News Cycle', 'Helvetica', sans-serif;
}
#sidebar .news-block-widget .first-post h3 a,
#home-widgets .news-block-widget .first-post h3 a {
	color: #666;
}
#sidebar .news-block-widget h3 a,
#home-widgets .news-block-widget h3 a {
	color: #808080;	
}
#sidebar .news-block-widget .post-excerpt,
#home-widgets .news-block-widget .post-excerpt {
	color: #808080;
	margin: 0 20px;
}
#sidebar .news-block-widget .meta,
#home-widgets .news-block-widget .meta {
	margin: 0 20px 5px;
}
.news-block-2 article:last-child h3,
.news-block-3 article:last-child h3 {
	border: 0;
}

.news-block-3 header {
	margin-bottom: 5px;
}

.news-block-widget figure {
	position: relative;
}

.news-block-widget .featured-sign {
	position: absolute;
	background: #e5ed68;
	color: #242424;
	bottom: 0;
	left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
}

	/* News Carousel */

#home-widgets .news-carousel {
	float: left;
	width: 100%;
}
#sidebar .news-carousel,
#footer-sidebar .news-carousel {
	width: 300px;
}
#home-widgets .news-carousel .bx-wrapper {
	padding: 0 30px;
}
#sidebar .news-carousel .bx-wrapper,
#footer-sidebar .news-carousel .bx-wrapper {
	padding: 0 10px;
}
.news-carousel .multiple figure {
	display: none;
	width: 140px;
}

.news-carousel figure a {
	float: left;
	margin: 20px 10px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
.news-carousel figcaption {
	position: absolute;
	background: rgba( 0, 0, 0, 0.7 );
	top: 0;
	width: 100px;
	padding: 10px;
	color: white;
	font: bold 10px/16px 'Helvetica';
	height: 100%;
}

.news-carousel .bx-next,
.news-carousel .bx-prev {
	position: absolute;
	z-index: 100;
	top: -27px;
	margin: 0;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
}
.news-carousel .bx-next {
	right: 20px;
	background: url('images/carousel-controls.png') no-repeat right top;
}
.news-carousel .bx-next:hover {
	background-position: right bottom;
}
.news-carousel .bx-prev {
	right: 34px;
	background: url('images/carousel-controls.png') no-repeat left top;
}
.news-carousel .bx-prev:hover {
	background-position: left bottom;
}

/*====== Footer ======*/

#page-footer {
	background: url('images/foot-bg.png') repeat top left;
	color: #808080;
	font-size: 12px;
}
#page-footer a {
	color: #ccc;
}
#footer-sidebar {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
}
#footer-sidebar > article,
#footer-sidebar > section {
	float: left;
	width: 302px;
	margin: 0 0 0 17px;
}
#footer-sidebar > article:first-child {
	margin: 0;
}
#footer-sidebar .widgettitle {
	color: white;
	border: #2d2d2d double;
	border-width: 3px 0;
	padding: 10px;
	margin-bottom: 10px;
}
#footer-sidebar ol,
#footer-sidebar ul {
	margin: 0 10px 0 20px;
	list-style: none;
}
#footer-sidebar ol li,
#footer-sidebar ul li {
	padding: 10px 0;
	border-bottom: 1px #2d2d2d dotted;
}

/* Twitter Widget */

#footer-sidebar .twitter-widget ul {
	list-style: none;
	line-height: 18px;
	margin: 0 10px;
}
#footer-sidebar .twitter-widget .timestamp {
	color: #444;
	font-family: 'News Cycle';
	font-size: 10px; 
}
#footer-sidebar .twitter-widget .follow-text {
	padding: 5px 10px;
	text-align: right;
}
#footer-sidebar .twitter-widget .follow-text a {
	color: #444;
	font-family: 'News Cycle';
	font-size: 10px;
	text-transform: uppercase;
}

/* Flickr Widget */

#footer-sidebar .flickr-widget .group {
	padding: 10px;
}
#footer-sidebar .flickr-widget a:hover {
	box-shadow: 0 0 0 3px #2d2d2d;
}

/* 125 x 125 Ad Widget */

#footer-sidebar .ad-125x125-widget a {
	border-color: #2d2d2d;
}
#footer-sidebar .ad-125x125-widget a img {
	background: none;
	border: none;
	box-shadow: none;
}

/* Text Widget */

#footer-sidebar .textwidget {
	margin: 0 10px;
	padding: 10px 0 20px;
	line-height: 18px;
	border-bottom: 1px #2d2d2d dotted;
}

/* Tabbed Widget */

#footer-sidebar .tabs-widget-nav {
	background: none;
	border: #2d2d2d double;
	border-width: 3px 0;
}
#footer-sidebar .tabs-widget-nav a {
	padding: 10px 0 11px;
	border-right: 1px #2d2d2d solid;
}
#footer-sidebar .tabs-widget-nav a:last-child {
	border: none;
}
#footer-sidebar .tabs-widget-nav a:hover {
	background-color: #2d2d2d;
	color: #808080;
}
#footer-sidebar .tabs-widget-nav a.current {
	background-color: #2d2d2d;
	color: white;
}
#footer-sidebar .tabbed-widget section {
	padding: 10px;
}
#footer-sidebar .tabbed-widget ul {
	margin: 0;
}
#footer-sidebar .tabbed-widget a {
	width: 100px;
}
#footer-sidebar .tabbed-widget a:first-child {
	width: 101px;
}
#footer-sidebar .tabbed-widget .count-4 a:first-child {
	width: 74px;
}
#footer-sidebar .tabbed-widget .count-4 a {
	width: 75px;
}
#footer-sidebar .tabbed-widget li.group .meta,
#footer-sidebar .tabbed-widget li.group .meta a {
	color: #444;
}

#footer-sidebar .post-date {
	background-image: url('images/meta-date-dark.png');
}
#footer-sidebar .post-comments {
	background-image: url('images/meta-comments-dark.png');
}

#footer-sidebar ul.wp-tag-cloud li {
	border: none;
}
#footer-sidebar .wp-tag-cloud a {
	color: #808080;
	border: 1px #2d2d2d solid;
}
#footer-sidebar .wp-tag-cloud a:hover {
	color: white;
	background: #2d2d2d;
}
#footer-sidebar .counter-widget a {
	color: #666;
}
#footer-sidebar .counter-widget a:hover {
	color: #808080;
}

/* News Block Widget */

#footer-sidebar .news-block-widget {
	line-height: 18px;
}
#footer-sidebar .news-block-widget .archive-title,
#footer-sidebar .news-carousel .archive-title {
	background: none;
}
#footer-sidebar .news-block-widget .archive-title h2,
#footer-sidebar .news-carousel .archive-title h2 {
	border: #2d2d2d double;
	border-width: 3px 0;
	padding: 8px 10px;
}
#footer-sidebar .news-block-widget .archive-title a,
#footer-sidebar .news-carousel .archive-title a {
	color: white;
	margin: 0;
	float: none;
}
#footer-sidebar .news-block-widget article {
	margin: 0 1px;
}
#footer-sidebar .news-block-widget h3 {
	border-color: #2d2d2d;
	margin: 0 10px;
}
#footer-sidebar .news-block-widget .first-post h3 {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 3px #2d2d2d double;
	font: normal 15px/20px 'News Cycle', 'Helvetica', sans-serif;
}
#footer-sidebar .news-block-widget .post-excerpt {
	margin: 0 10px;
}
#footer-sidebar .news-block-widget .meta {
	margin: 0 10px;
}
#footer-sidebar .news-block-widget .meta,
#footer-sidebar .news-block-widget .meta a {
	color: #444;
}

#footer-sidebar .news-carousel {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	line-height: 18px;
}
#footer-sidebar .news-carousel figure a:hover {
	box-shadow: 0 0 0 1px #444;
}
#footer-sidebar .news-carousel .bx-next {
	top: -30px;
	right: 10px;
}
#footer-sidebar .news-carousel .bx-prev {
	top: -30px;
	right: 24px;
}


/* Copyrights */

#page-footer #copyright {
	background: url('images/copy-bg.png') repeat top left;
	padding: 20px 0;
	border-top: 1px #2e2e2e solid;
}
#page-footer #copyright p {
	font-size: 10px;
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
}

/*====== Misc. ======*/

/* 404 Page */

.no-results {
	padding: 20px;
}

/* Full Width Page */

#content .page header {
	background-color: #fafafa;
	padding: 20px;
	border-bottom: 1px #eee dotted;

}
#content .page header h1 {
	padding: 0;
}
#content .page .post-content {
	padding: 10px 19px 20px;
}

/* Pagination */

.pivot-pagination {
	margin-bottom: 20px;
}

.pivot-pagination .page-location {
	float: left;
	color: #aaa;
	font-size: 10px;
}
.pivot-pagination .page-switcher {
	float: right;
}
.pivot-pagination .page-switcher a,
.pivot-pagination .page-switcher .current {
	background: white;
	border: 1px #eee solid;
	padding: 4px 8px;
	margin-left: 3px;
	box-shadow: 0 1px 1px #eee;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.pivot-pagination .page-switcher a:hover {
	border-color: #ccc;
}
.pivot-pagination .page-switcher .current {
	font-weight: bold;
	background: white;
	color: #242424;
	border-color: #ccc;
}
.pivot-pagination .page-switcher .extend {
	font-size: 10px;
	margin: 0 1px 0 4px;
	color: #aaa;
}

/*====== Float Clearing ======*/

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden; 
}