/* @override 
	http://ugbih.dev/archive/wp-content/themes/starter/css/tabber.css
	http://ugbih.dev/archive/wp-content/themes/ugbih/css/tabber.css
	http://ugbih.ba/archive/wp-content/themes/ugbih/css/tabber.css
*/

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-bottom:20px;
 display: block;
 clear: both;
 float: left;
 width: 100%;
}

ul.tabbernav
{
 margin: 0 0 0 -1px;
 padding: 4px 0px 3px 0;
 font-weight: bold;
 display: block;
 clear: both;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 10px 10px 6px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	background: #DDD url(../images/tabber_bg.png);
	letter-spacing: 1px;
	font-weight: normal;
	margin-left:1px ;
	border: none;
}

#umjetnici ul.tabbernav li a
{
	padding: 8px 3px 6px;
	margin-right: 1px;
	margin-left: 0px;
	margin-bottom: 0;
	font-size: 8px;
}

ul.tabbernav li a:link { color: #333; }
ul.tabbernav li a:visited { color: #7d7d7d; }

ul.tabbernav li a:hover
{
 color: #000;
	background: #F2F2F2;
}

#umjetnici ul.tabbernav li.tabberactive a
{
	background: #000;
	color: #FFF;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.tabbernav li.tabberactive a
{
 background: #FFF;
 color: #333;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #FFF;
 border-bottom: none;
}

.tabberlive .tabbertab {
	padding: 20px 0;
	margin: 0 0 0px;
	background-color: #FFF;
	overflow: hidden;
}

#umjetnici.tabberlive .tabbertab {
	padding: 20px;
	margin: 0 0 0px;
	background-color: transparent;
	overflow: hidden;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	background: #F00;
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
