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

* { margin: 0; padding: 0; }




#page-wrap { width: 270px; margin: 20px auto; }

ul { list-style: none; }
ul li a {   color: #fff;font-size:11px;font-family: Arial, Helvetica, sans-serif, Gulim;text-transform:capitalize;font-weight:normal; }

ul li:last-child a { border: none; }

#organic-tabs { background: rgb(47,99,143); padding: 10px; margin: 0 0 15px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

#explore-nav { overflow: hidden; margin: 0 0 10px 0; }
#explore-nav li { width: 60px; float: left; margin: 0 3px 0 3px; }
#explore-nav li.last { margin-right: 0; }
#explore-nav li a { display: block; padding:2px 5px 2px 5px; background: white; color: rgb(47,99,143); font-size: 11px; text-align: center; border-top:0px;border-bottom:4px white solid;font-weight:bold;font-family:Arial, Helvetica, sans-serif, Gulim; }
#explore-nav li a:hover { border-bottom:0px;border-top:4px white solid }

#jquerytuts, #core, #classics { display: none; }

#explore-nav li#ex-featured a.current, ul#featured li a:hover { background-color: white; color: rgb(47,99,143); }
#explore-nav li#ex-core a.current, ul#core li a:hover { background-color: white; color: rgb(47,99,143); }
#explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover { background-color: white; color: rgb(47,99,143); }

