/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important;
	padding: 0px;	
	height: 32px;
	background: url("../img/tabs-divider.png") no-repeat bottom center;
}

body.home .tabs { 
	padding: 0px 0;
	background: none;
	}
	body.home ul.tabs {
		margin-bottom: 15px;
		height: 100px;
		}
/* single tab */
ul.tabs li { 
	display: block;
	float:left;	 
	text-indent:0;
	padding:0;
	margin: 0px 0px 0px 0px !important;
	list-style-image: none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	display:block;
	font-size:12px;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding: 0px 0px 0px 10px;	
	position:relative;
	top:0px;
	background:  url("../img/tabs.png") no-repeat;
	}
	body.home ul.tabs a { 
		font-size: 11px;
		width: 70px;
		text-indent: -9999px;
		height: 70px; 
/*		line-height: 70px;
		text-align:center;
		vertical-align: middle;*/
		text-decoration:none;
		padding: 0px 0;	
		position:relative;
		top: 0px;
		background:  url("../images/bg/newstab.png") no-repeat 0 0;
		color: #FFF;
		}
		
ul.tabs a span { 
	display:block;
	height: 100%;
	padding-right: 10px;
	background:  url("../img/tabs.png") no-repeat right -40px;
	}
		body.home ul.tabs a span{ 
		padding: 0 0px;
		background:  url("../images/bg/newstab.png") no-repeat;
		}
	body.home ul.tabs a span.all { 
		background:  url("../images/bg/newstab.png") no-repeat 0 0;
		}
	body.home ul.tabs a span.new { 
		background:  url("../images/bg/newstab.png") no-repeat -70px 0;
		}
	body.home ul.tabs a span.athlete { 
		background:  url("../images/bg/newstab.png") no-repeat -140px 0;
		}
	body.home ul.tabs a span.event { 
		background:  url("../images/bg/newstab.png") no-repeat -210px 0;
		}
	body.home ul.tabs a span.report { 
		background:  url("../images/bg/newstab.png") no-repeat -280px 0;
		}
	body.home ul.tabs a span.blog { 
		background:  url("../images/bg/newstab.png") no-repeat -350px 0;
		}

#content ul.tabs a {
	color: #747474;
	}
ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
#content ul.tabs a:hover { 
	background-position: 0px -80px;
}
		body.home #content ul.tabs a:hover { 
		background-position: 0px -70px;
		}

#content ul.tabs a:hover span,
#content ul.tabs a.current span{ 
	background-position: right -120px;
}



/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current,
#content ul.tabs a.current:hover,
ul.tabs li.current a {	
	cursor:default !important; 
	color:#2a2d30 !important;
	display: block;
	background-position: 0px -80px;
}
	  body.home ul.tabs a.current,
	  body.home ul.tabs a.current:hover,
	  body.home ul.tabs li.current a {	
	  cursor:default !important; 
	  color:#444 !important;
	  display: block;
	  }

	body.home #content ul.tabs li a:hover span.all, 
	body.home #content ul.tabs li a.current span.all { 
		background:  url("../images/bg/newstab.png") no-repeat 0 -70px !important;
		}
	body.home #content ul.tabs li a:hover span.new, 
	body.home #content ul.tabs li a.current span.new { 
		background:  url("../images/bg/newstab.png") no-repeat -70px -70px !important;
		}
	body.home #content ul.tabs li a:hover span.athlete, 
	body.home #content ul.tabs li a.current span.athlete { 
		background:  url("../images/bg/newstab.png") no-repeat -140px -70px !important;
		}
	body.home #content ul.tabs li a:hover span.event, 
	body.home #content ul.tabs li a.current span.event { 
		background:  url("../images/bg/newstab.png") no-repeat -210px -70px !important;
		}
	body.home #content ul.tabs li a:hover span.report, 
	body.home #content ul.tabs li a.current span.report { 
		background:  url("../images/bg/newstab.png") no-repeat -280px -70px !important;
		}
	body.home #content ul.tabs li a:hover span.blog, 
	body.home #content ul.tabs li a.current span.blog { 
		background:  url("../images/bg/newstab.png") no-repeat -350px -70px !important;
		}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}

.panes>div {
    display: none;
    min-height: 200px;
   
}

/* HOME TABS THUMBS ---------------------------------------------------------*/

.panes .blocks-thumbs{
	overflow: hidden;
	padding-top: 30px;
}

.panes .blocks-thumbs li{
	display: block;
	overflow: hidden;
	float: left;
	width: 282px;
	margin: 0px 0px 30px 30px;
	background: url("../img/shadow-1-3.png") no-repeat 0px 150px;
	padding-bottom: 10px;
}

.panes .blocks-thumbs li .excerpt{
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content .panes .blocks-thumbs li .header{
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-decoration: none;
	color: #2f3235;
	border-bottom: 1px solid #c4c7c8;
	padding-bottom: 10px;
}

.panes .blocks-thumbs li a.thumb{
	display: block;
	overflow: hidden;
	width: 282px;
	height: 150px;
	margin-bottom: 20px;
	background: url("../img/plus-sign.png") no-repeat center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* HOME TABS GALLERY ---------------------------------------------------------*/

.panes{
	margin-top: 30px;
}

body.home .panes{
	margin-top: 0px;
}

.panes .plain-text{
	padding: 30px 30px;
	line-height: 1.5em;
}

.panes .plain-text h1,
.panes .plain-text h2,
.panes .plain-text h3,
.panes .plain-text h4,
.panes .plain-text h5,
.panes .plain-text h6 {
	margin-bottom: 20px;
}

.panes .plain-text a{
	text-decoration: none;
}
