
/*	
	======================================================================

	links.css

	======================================================================
*/


/* ----------------------------------------------------
   LINKS:  basic
   ---------------------------------------------------- */

a:link, a:visited { 

	color: #7A0026;
	text-decoration: underline;
}

a:hover {

	color: #7A0026;
	font-style: italic;
	text-decoration: underline;
}

a:active {

	color: #7A0026;
	font-style: italic;
	text-decoration: none;
}


/* ----------------------------------------------------
   LINKS:  event links
   ---------------------------------------------------- */

a.eventLink:link, a.eventLink:visited { 

	text-decoration: none;
}

a.eventLink:hover {

	text-decoration: underline;
}

a.eventLink:active {

	text-decoration: none;
}

	/* regular tastings */
	
a.eventLinkRegularTasting:link, a.eventLinkRegularTasting:visited, a.eventLinkRegularTasting:active, a.eventLinkRegularTasting:hover {

	color: #7A0026;
}

	/* special tastings */
	
a.eventLinkSpecialTasting:link, a.eventLinkSpecialTasting:visited, a.eventLinkSpecialTasting:active, a.eventLinkSpecialTasting:hover {

	color: #22A;
}

	/* educational events */
	
a.eventLinkEducationalEvent:link, a.eventLinkEducationalEvent:visited, a.eventLinkEducationalEvent:active, a.eventLinkEducationalEvent:hover {

	color: #2A2;
}


/* ----------------------------------------------------
   LINKS:  footer links
   ---------------------------------------------------- */

a.whiteLink:link, a.whiteLink:visited { 

	color: #FFF;
	font-style: normal;
	text-decoration: underline;
}

a.whiteLink:hover {

	color: #FFF;
	font-style: italic;
	text-decoration: underline;
}

a.whiteLink:active {

	color: #FFF;
	font-style: italic;
	text-decoration: none;
}


/* ----------------------------------------------------
   LINKS:  misc
   ---------------------------------------------------- */

a.eventDetailCloser:link, 
a.eventDetailCloser:visited, 
a.eventDetailCloser:active, 
a.eventDetailCloser:hover {

	font-size: 9pt;
	color: #FFF;
}

