/*

Stylesheet for SB Tabbed Widget
Author: Scott Bolinger
Author URI: http://designbyscott.wpengine.com/

*/

/* Contains the entire tabbed section */

.widget_sb_tabbed_widget {
    border: 1px solid rgb(204, 204, 204);
 width:99.5%;
    float: right;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    overflow: hidden;
    padding: 0px !important;
    margin-bottom: 25px;
}



sb_tabbed

{
line-height:15px;
}
.sb_tabbed a

{
	text-decoration:none;

}


.sb_tabbed ul.sb_tabs li a:hover {
    cursor: pointer;
    color:#000;
}


/* 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: 33%;
	text-align: center;
	max-height: 42px;
	overflow: hidden;
	border-bottom: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li:last-child {
	margin-right: none;
	width: 34%;
}

.widget_sb_tabbed_widget ul.sb_tabs li a {
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 10px 0px;
    line-height: 1;
    font-size: 11px;
    background-color:#ccc;
    color:#fff;
}

.sb_tabbed ul.sb_tabs li a:hover {
	cursor: pointer;
}

/* The current selected tab */
.widget_sb_tabbed_widget ul.sb_tabs li a.tab-current {
background: #fff;
	color: #333;
	box-shadow: none;
	font-size:11px;
}
.widget_sb_tabbed_widget ul.sb_tabs li a:hover {
	 color:#111;
}

/* Post Meta */
.sb-date-meta, .sb-comment-meta, .sb-cat-meta {
padding-top:3px;
	font-size: 11px;
	 color:#f27a94;
}

.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 {
	padding: 10px 20px;
	clear: both;
}

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

div.tab-content.t1,div.tab-content.t2, div.tab-content.t3

{
	text-decoration:none;


}


a.t2.tab
{
border-right: 1px solid #fff;}

a.t1.tab
{
border-right: 1px solid #fff;}

div.tab-content.t1 a,div.tab-content.t2 a, div.tab-content.t3 a

{
text-decoration:none;
font-weight:bold;
color:#333;
line-height:15px;
}

div.tab-content.t1 a:hover,div.tab-content.t2 a:hover, div.tab-content.t3 a:hover

{
color:#111;
}

.widget_sb_tabbed_widget .tab-content ul li {
padding: 10px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: none;
	line-height:15px;
	color:#333;
}

.widget_sb_tabbed_widget .tab-content ul li img.alignleft {
	border: 3px solid #eee;
	margin-top: 0;
	padding: 0;
	max-width: 50px;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
	}


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

aside#recent-posts-2.widget.widget_recent_entries
{
	float:right;
	width:285px;
	
}

