/*
Fitniks 1.0, main styles
*/

@import "interior.css";
@import "lightbox.css";


/*links--------------*/

/* .top {
	background: url(../images/med_arrows_orange.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:20px;
}*/
h4{
	padding-bottom:10px;
}
/*unique linklists-----------------------------------*/	

 #content a,
 #content a{	
	background-image: none;
	text-decoration:none;
	font-weight:bolder;
	font-size: 12px;
	/*color:#fff;*/		
}
 #content a:hover,
 #content a:hover{	
	color:#fbe25b;
}

 #content p,
 #content p{
	margin-bottom:10px;
}
#content img,
#content img{
	padding-bottom:10px;
	padding-right:0px;
	}

/* -- [subnav] -------------------------------------------------------------------- */
#content a{
	background:none;
	padding-right:5px;	
}

#subnav {
	font-weight:bolder;
	font-size: 10px;
	text-transform:uppercase;
	clear:both;
	background: url(../images/subnav_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	text-align:center;
	height:21px;
	width:729px;
	background-color:#fbe25b;
	}
#subnav ul {
	padding-top:8px;
	}	
#subnav li{
	display: inline;
	margin-left:20px;
	margin-right:20px;
}
#subnav a{
	color:#f4953f;
	text-decoration:none ;
}
#subnav a:hover{
	color:#b2bb1d;
}

body.kidpowered           #subnav li.kidpowered           a, 
body.coaches                 #subnav li.coaches                 a, 
body.photogallery            #subnav li.photogallery            a{
	color:#b2bb1d;
}


	


	



