/*
Theme Name: FC Pedaler Orange Theme
Template: FCP Theme

*/

/* =
--------------------------------------------------------------------*/


a {
	color: #f60;
}

a:visited {
	color: #f40;
}

a:hover {
	color: #f93;
}




#logo {
	background-image: url(images/orange/logo.gif);
}



#footer {
	background: #f82;
}


li#home a {
	background-image: url(images/orange/home.gif);
}
li#featured a {
	background-image: url(images/orange/featured.gif);
}
li#bikes a {
	background-image: url(images/orange/bikes.gif);
}
li#services a {
	background-image: url(images/orange/services.gif);
}
li#about a {
	background-image: url(images/orange/about.gif);
}
li#rides a {
	background-image: url(images/orange/rides.gif);
}
li#photos a {
	background-image: url(images/orange/photos.gif);
}
li#links a {
	background-image: url(images/orange/links.gif);
}
li#findus a {
	background-image: url(images/orange/findus.gif);
}
li#blog a {
	background-image: url(images/orange/blog.gif); 
}



#nav li.current {
	border-color: #f93;
}