/* 
*     Tabs popular posts and latest posts
*     Copyright (C) 2011 - 2014 www.gopiplus.com
*     http://www.gopiplus.com/work/2012/11/24/wordpress-plugin-tabs-widget-popular-posts-and-latest-posts/
*     License: GPLv2 or later
*/

#TabsPostsTabber { display: block; height: auto; margin: 0px 0px 25px 0px; overflow: hidden; }
#TabsPostsTabber .TabsPostsInside { background: #fff; margin-top: -3px; padding: 10px 15px 10px; border: 3px solid #f0f0f0; }
#TabsPostsTabber ul.TabsPostsTabs { height: 40px; margin: 0em; overflow: hidden; }
#TabsPostsTabber ul.TabsPostsTabs li { background: none; float: left; display: inline; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer; border-bottom: none; }
#TabsPostsTabber ul.TabsPostsTabs li a { color: #999; display: block; float: left; margin: 0 0 0 3px; padding: 0 13px 0 30px; border-top: 0px solid #FFFFFF; line-height: 38px; }
#TabsPostsTabber ul.TabsPostsTabs li a.selected { background:#fff; margin: 0; color: #444; text-decoration: none; border: 3px solid #f0f0f0; border-bottom: 0; line-height: 38px; }
#TabsPostsTabber ul.TabsPostsTabs li a:hover { color: #444; text-decoration: none; }
#TabsPostsTabber .TabsPostsInside div { line-height:30px;border-bottom: 1px solid #f0f0f0; }
#TabsPostsTabber div clear { display: block; }



/*****   CUSTOM CSS   *****/

#TabsPostsLeft a, #TabsPostsRight a {
	color: #000;
	font-size: 1.3rem;

	transition: all 0.3s ease 0s;
	opacity: 1;
}

#TabsPostsTabber .TabsPostsInside div {
	border: none;
	line-height: 1.8rem;
	margin-bottom: 12px;
}

#TabsPostsTabber ul.TabsPostsTabs li {
	float: none;
}

#TabsPostsTabber ul.TabsPostsTabs {
	padding: 0;
}

#TabsPostsTabber .TabsPostsInside {
	border: 1px solid #e3e3e3;
	border-radius: 0 0 6px 6px;
	color: #fafafa;
	margin-top: -2px;
}

#TabsPostsTabber ul.TabsPostsTabs li a {
	background-color: #d6d6d6;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50%;

	transition: all 0.3s ease 0s;
	opacity: 1;
}

#TabsPostsTabber ul.TabsPostsTabs li a:link {
	text-decoration: none;
}

#TabsPostsTabber ul.TabsPostsTabs li.tabsLeft a {
	border-radius: 6px 0 0 0;
	border: 1px solid #b3b3b3;
	border-left: 0;
	border-top: 0;

}

#TabsPostsTabber ul.TabsPostsTabs li.tabsRight a {
	border-radius: 0 6px 0 0;
	border: 1px solid #b3b3b3;
	border-right: 0;
	border-top: 0;

}

#TabsPostsTabber ul.TabsPostsTabs li.tabsLeft a.selected {	
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	border-radius: 6px 0 0 0;
	width: 50%;

}

#TabsPostsTabber ul.TabsPostsTabs li.tabsRight a.selected {	
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	border-radius: 0 6px 0 0;
	width: 50%;
}

#TabsPostsTabber .TabsPostsInside #TabsPostsLeft, #TabsPostsTabber .TabsPostsInside #TabsPostsRight {
	margin-top: 5px;
}


#TabsPostsTabber a:link {
	text-decoration: none;
}

#TabsPostsTabber a:hover {
	color: #26abf7;
}