/* 
*     Tabs popular posts and latest posts
*     Copyright (C) 2011 - 2014 
*     License: GPLv2 or later
*/
/* Popular / Recent Posts Widget */

#TabsPostsTabber { 
	font-family: Helvetica Neue Md Cn;
	display: block; 
	height: auto; 
	margin: 0px 0px 25px 0px; 
	overflow: hidden; 
}

#TabsPostsTabber .TabsPostsInside { 
	background: #fff; 
	padding: 10px 15px 10px; 
}

#TabsPostsTabber ul.TabsPostsTabs { 
	border: 1px solid #333;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

#TabsPostsTabber ul.TabsPostsTabs li { 
	float: left; 
	display: inline; 
	cursor: pointer; 
}

#TabsPostsTabber ul.TabsPostsTabs li:first-of-type {
	width: 30%;
}

#TabsPostsTabber ul.TabsPostsTabs li:last-of-type {
	width: 70%;
}

#TabsPostsTabber ul.TabsPostsTabs li a { 
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	float: left; 
	padding: 0 15px; 
	line-height: 38px; 
}

#TabsPostsTabber ul.TabsPostsTabs li a.unselected {
	background-color: #CCC;
	color: #333;
	width: 100%;
	display: block;
}

#TabsPostsTabber ul.TabsPostsTabs li a.selected { 
	background-color: #77777A;
	color: #fff; 
	margin: 0; 
	line-height: 38px; 
	width: 100%;
}

#TabsPostsTabber ul.TabsPostsTabs li a:hover { 
	color: #333; 
}

#TabsPostsTabber .TabsPostsInside a:hover {
	color: #333; 
}

#TabsPostsTabber .TabsPostsInside a {
	font-size: 14px;
	color: #77777A;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

#TabsPostsTabber div .clear { 
	display: block; 
}

