/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

#whatson { width: 450px;}

#whatson ul { list-style: none;}
#whatson ul li a {text-decoration: none; color: black; background-color: #cccccc }
#whatson ul li a:hover { color: white; background-color: black }
#whatson ul li:last-child a { border: none; }
#whatson ul li p {font-size: 12px; font-family: georgia, serif; line-height: 130%}
#whatson ul li p a {text-decoration: underline; color: blue; background-color: #EEEEEE;}
#whatson ul li p a:hover {text-decoration: none; color: red; background-color: #EEEEEE;}
#organic-tabs { background: #eee; padding: 10px; margin: 0 0 10px 0; border: 1px solid #2F36F6;}

#explore-nav { overflow: hidden; margin: 0 0 8px 0; }
#explore-nav li { width: 80px; float: left; margin: 0 8px 8px 0; }
// #explore-nav li.last { margin-right: 0; }
#explore-nav li a { display: block; padding: 5px; background: #2F36F6; color: white; font-size: 10px; text-align: center; border: 0; }
#explore-nav li a:hover { background-color: #111; }

#jquerytuts, #core, #classics, #food, #meetings, #environment, #markets, #movies { display: none; }

#explore-nav li#ex-featured a.current, ul#featured li a:hover { background-color: #2F36F6; color: white; }
#explore-nav li#ex-core a.current, ul#core li a:hover { background-color: #2F36F6; color: white; }
#explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover { background-color: #2F36F6; color: white; }
#explore-nav li#ex-classics a.current, ul#classics li a:hover { background-color: #2F36F6; color: white; }

#explore-nav li#ex-food a.current, ul#food li a:hover { background-color: #2F36F6; color: white; }
#explore-nav li#ex-meetings a.current, ul#meetings li a:hover { background-color: #2F36F6; color: white; }
#explore-nav li#ex-environment a.current, ul#environment li a:hover { background-color: #2F36F6; color: white; }
#explore-nav li#ex-markets a.current, ul#markets li a:hover { background-color: #0575f4; color: white; }

#explore-nav li#ex-movies a.current, ul#movies li a:hover { background-color: #2F36F6; color: white; }

#explore-nav li#ex-other a.current, ul#other li a:hover { background-color: #2F36F6; color: white; }

.important
{color: red; font-weight: bold; font-size: .85em; font-family: verdana, sans-serif}
