/********************************************************************************

                Tabber CSS

********************************************************************************/



/*--------------------------------------------------

  REQUIRED to hide the non-active tab content.

  But do not hide them in the print stylesheet!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {

 display:none;

}



/*--------------------------------------------------

  Some styles to help most WordPress themes

  --------------------------------------------------*/

.tabberlive h3 { /* hide std widget titles */

display:none;

}



ul.tabbernav li { /* hide bullets from tab headings */

 	float: left;

	margin: 0;

	padding: 0;

	height: 35px; /*--Subtract 1px from the height of the unordered list--*/

	line-height: 35px; /*--Vertically aligns the text within the tab--*/

 	margin-bottom: -1px; /*--Pull the list item down 1px--*/

	overflow: hidden;

	position: relative;

	background: #f6f7f7;

	border: 1px solid transparent;

	border-left: none;

	border-bottom:1px solid #E7E9EB;

	list-style-type:none;

}



 

html .tabbertabs .rounded {

	padding:0;

	float:left;

	width:100%;

	}





 ul.tabbernav {

 margin:0;

 padding: 1px 0;

 font: bold 12px; /* Verdana, sans-serif*/

}

*html  ul.tabbernav{  /* ie6 only */

 padding: 2px 0;

}

*+html  ul.tabbernav{  /* ie7 only */

 padding: 2px 0;

}

 ul.tabbernav li {

 list-style: none;

 margin: 0;

 display: inline;

}

 ul.tabbernav li a { /* inactive tabs */

	text-decoration: none;

	color: #666;

	display: block;

	font-size: 15px;

	padding: 0 10px;

 	outline: none;

	 

}

 ul.tabbernav li.tabberactive  { /* active tab */

	background: #fff;

	border-bottom:1px solid #fff;

	border-left:1px solid #E7E9EB;

	border-right:1px solid #E7E9EB;

}



 ul.tabbernav li.tabberactive:first-child {

 	border-left:none;

   	-webkit-border-top-left-radius: 5px;

 	-moz-border-radius-topleft: 5px;

 	border-top-left-radius: 5px;

  }

  

.tabbertabs .recent_comments li img, .tabbertabs .recent_news li img {

	float:left;

	margin:0 7px 7px 0;

	}

 

 	.tabbertab li {

	float:left;

	width:100%;

	clear:both;

	border-bottom:1px solid #EFEFEF;

	padding:7px 5px 0 5px;
	
	list-style-type:none;
	}

	

	.tabbertab li .meta {

	font-size:9px;

	color:#A9A9A9;

	margin:3px 0 0;

	display:block;

	}



	.tabbertab li .meta a {

	font-weight:normal;

	font-size:9px;

	}

	

	.tabbertab li a {

	font-weight:bold;

	font-size:12px;

	} 	 

  

  

 ul.tabbernav a:hover {

	text-decoration:underline; 

  }

 ul.tabbernav {

 margin:0;

 padding:0;

	float: left;

 	list-style: none;

	height: 36px; /*--Set height of tabsid--*/

 	width: 100%;

	background:url(images/rounded.gr.png) repeat-x 0 100%;

	border-bottom: 1px solid #E7E9EB;

  	-webkit-border-top-left-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

}



html .tabbertab ul {

margin:0;

}







/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {

padding:5px;

float:left;

width:300px;

}



 



/* If desired, hide the heading since a heading is provided by the tab */

.tabbertab h2.widgettitle {

 display:none;

}

