.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	padding: 0px;
         margin: 0px;
	}

.tabberlive {
	margin-top: 1em;
	margin-bottom: 10px; 
	}
  
ul.tabbernav {
	margin: 0px;
         padding: 0px;
	border-bottom: 1px solid #f2f0e9; 
         border-left: 1px solid #f2f0e9;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0px;
	display: inline;
         color: #202020;
	font: 1.188em/1.750em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	}

ul.tabbernav li a {
	padding: 3px 10px 3px 3px; 
	border-bottom: none;
	border-right: 1px solid #f2f0e9;
	border-top: 1px solid #f2f0e9;
         text-decoration: none;
	}

ul.tabbernav li a:link {
	color: #202020; 
	background: #FFFFFF; 
	}
	
ul.tabbernav li a:visited {
	color: #202020;
	}

ul.tabbernav li a:hover {
	color: #202020;
	background: #e8edf1;
	}

ul.tabbernav li.tabberactive a {
	background: #f2f0e9;
	color: #202020;
	border: 1px solid #f2f0e9;
	border-bottom: 1px solid #f2f0e9; 
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a:hover {
	color: #202020;
	background: #f2f0e9;
	}
  
.tabberlive .tabbertab {
	background: #f2f0e9; 
	padding: 5px 10px 5px 10px; 
         margin: 0px;
	border-top: 0px; 
	border-left: 1px solid #f2f0e9; 
	border-right: 1px solid #f2f0e9; 
	border-bottom: 1px solid #f2f0e9; 
	}

.tabberlive .tabbertab h2 {
	display: none;
	}
	
.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

/****************/
/* Tab content  */
/****************/

#sidebar .tabbertab ul li.popular-posts {
	background: transparent url(images/icons/page_white_go_grey.png) no-repeat left center;
         padding: 0px 0px 0px 20px;
         font-size: 1.188em;
         line-height: 1.375em;
	}

#sidebar .tabbertab ul li.popular-comments {
	background: transparent url(images/icons/comment.png) no-repeat left 25%;
         padding: 0px 0px 0px 20px;
         font-size: 1.188em;
         line-height: 1.375em;
	}

#sidebar .tabbertab ul.page li {
	background: transparent url(images/icons/calendar.png) no-repeat left center;
         padding: 0px 0px 0px 20px;
         font-size: 1.188em;
         line-height: 1.375em;
}

#sidebar .tabbertab ul li.page_item  {
	background: transparent url(images/icons/page_white_go_grey.png) no-repeat left center;
         padding: 0px 0px 0px 20px;
         font-size: 1.188em;
         line-height: 1.375em;
}

#featured-post {
	margin: 0px;
         padding: 0px;
}

#featured-post p {
	margin: 0px;
         padding: 0px;
}

#featured-post h4 {
	background: transparent url(images/icons/page_white_go_grey.png) no-repeat left center;
	font: 1.188em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
         line-height: normal;
	margin: 0px;
}

#featured-post h4 a {
	text-decoration : none;
         padding: 0px 0px 0px 20px
}

#featured-post .post-author {
         background: #f2f0e9;
	padding: 0.3em 0.1em 0.4em 0px; 
	font: italic 1.063em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}

#sidebar .newstab {
	background: #f2f0e9 url(images/rss.png) top right no-repeat;
}


