/*

Stylesheet for Tabbed Widget
Author: Walsh Creative
Author URI: http://walshcreative.com/

*/
.comments a {
    color: #888;
}
.comments a:hover {
    text-decoration: none;
}
li.post-tabbed > a:before {
    content: " ";
    display: table;
    clear: both;
}
li.post-tabbed > a h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: "Roboto Slab", Georgia, serif;
    color: #19232d;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 14px;
    margin: 7px 0;
    text-shadow: none;
}
.post-tabbed span.comments {
    position: absolute;
    right: 0;
}

/* Contains the entire tabbed section */
.widget_sb_tabbed_widget {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0 !important;
	width: 100%; /* Need to change for responsive width */
}

/* List of tabs */
.widget_sb_tabbed_widget ul.sb_tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
.widget_sb_tabbed_widget .tab-content ul {
	margin: 0 !important;
}
.widget_sb_tabbed_widget ul.sb_tabs li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 42%;
	text-align: center;
	max-height: 42px;
	overflow: hidden;
	border-bottom: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li:before {
	/* theme compatibility fix */
	border-bottom: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li:last-child {
	width: 28%;
    margin-left: 10px;
}
.widget_sb_tabbed_widget ul.sb_tabs li a {
	overflow: hidden;
	display: block;
	margin: 0;
	color: #333;
	box-shadow: none;
	font: normal 16px/36px "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	transition: 0s !important;
}

.sb_tabbed ul.sb_tabs li a:hover {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 2px solid #91CC32;
}

/* The current selected tab */
.widget_sb_tabbed_widget ul.sb_tabs li a.tab-current {
	color: #333;
	box-shadow: none;
	font: normal 16px/36px "Open Sans", Arial, sans-serif;
	border-bottom: 2px solid #91CC32;
}

/* Post Meta */
.sb-date-meta, .sb-comment-meta, .sb-cat-meta {
	font-size: 12px;
	color: #999;
	font-style: italic;
}

.sb-date-meta, .sb-comment-meta {
	display: block;
}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.widget_sb_tabbed_widget div.t2, .widget_sb_tabbed_widget div.t3, .widget_sb_tabbed_widget div.t4 {
	display: none;
}

/* Content for inside your tabs' divs */
.widget_sb_tabbed_widget .tab-content {
	clear: both;
}

.widget_sb_tabbed_widget .tab-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_sb_tabbed_widget .tab-content ul li {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: none;
}

.widget_sb_tabbed_widget .tab-content ul li img {
	border: 1px solid #eee;
	margin-bottom: 0;
	margin-top: 5px;
	margin-right: 15px;
	padding: 0;
}

.widget_sb_tabbed_widget .tab-content ul li:last-child {
	border-bottom: none;
}