@charset "UTF-8";
/* CSS Document */

#nav-home a {
	width: 55px; height: 16px; 
	background-image:url(images/nav.png); 
	background-position: 0 50px; 
	position: absolute; 
	top:0; 
	left:0;
	}

#nav-about a {
	width: 66px; height: 16px; 
	background-image:url(images/nav.png); 
	background-position: -108px 50px; 
	position: absolute; 
	top:0; 
	left:108px;
	}

#nav-podcast a {
	width: 95px; height: 16px; 
	background-image:url(images/nav.png);
	background-position: -225px 50px; 
	position: absolute; 
	top:0; 
	left:225px;
	}

#nav-subscribe a {
	width: 115px; height: 16px; 
	background-image:url(images/nav.png); 
	background-position: -365px 50px; 
	position: absolute; 
	top:0; 
	left:365px;
	}

#nav-blog a {
	width: 66px; height: 16px; 
	background-image:url(images/nav.png); 
	background-position: -525px 50px; 
	position: absolute; 
	top:0; 
	left:526px;
	}

#nav-contact a {
	width: 95px; height: 16px; 
	background-image:url(images/nav.png); 
	background-position: -631px 50px; 
	position: absolute; 
	top:0; 
	left:631px;
	}


#nav-home a:hover {
	background-position: 0 -3px; 
	}
	
#nav-about a:hover { 
	background-position: -108px -3px; 
	}

#nav-podcast a:hover {
	background-position: -225px -3px; 
	}

#nav-subscribe a:hover { 
	background-position: -365px -3px; 
	}

#nav-blog a:hover {
	background-position: -525px -3px; 
	}

#nav-contact a:hover {
	background-position: -631px -3px; 
	}



#soc-feed a {
	width: 35px; height: 35px; 
	background-image: url(images/social-links.gif);
	background-position: 0 0; 
	position: absolute; 
	top:0; 
	left:0;
	}
	
#soc-itunes a {
	width: 35px;
	height: 35px;
	background-image: url(images/social-links.gif);
	background-position: -40px 0;
	position: absolute;
	top:0;
	left:43px;
	}
	
#soc-facebook a {
	width: 35px;
	height: 35px;
	background-image: url(images/social-links.gif);
	background-position: -95px 0;
	position: absolute;
	top:0;
	left:97px;
	}
	
#soc-rss a {
	width: 35px;
	height: 35px;
	background-image: url(images/social-links.gif);
	background-position: -142px 0;
	position: absolute;
	top:0;
	left:144px;
	}


#soc-feed a:hover {
	background-position: 0 35px; 
	}
	
#soc-itunes a:hover {
	background-position: -40px 35px;
	}
	
#soc-facebook a:hover {
	background-position: -95px 35px;
	}
	
#soc-rss a:hover {
	background-position: -142px 35px;
	}

