/*
	 This is all css for the tabs 
	
*/


body { font: 14px century gothic, serif; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap { width: 440px; margin: 80px auto; }
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#tabs { background: #eee; padding: 10px; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666;}

#tabs .nav { overflow: hidden; margin: 0 0 10px 0; }

/*this one is for the tab buttons, width space in between etc*/
#tabs .nav li { width: 149px; float: left; margin: 0 5px 5px 0; }
#tabs .nav li.last { margin-right: 0; }
#tabs .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 14px; text-align: center; border: 0; min-height: 35px;}
#tabs .nav li a:hover { background-color: #09F; }

#tabs ul { list-style: none; }
#tabs ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#tabs ul li a:hover { background: #fe4902; color: white; }
#tabs ul li:last-child a { border: none; }

#tabs ul li.nav-one a.current, #tabs ul.featured li a:hover { background-color: #00A5FF; color: white; }
#tabs ul li.nav-two a.current, #tabs ul.core li a:hover { background-color: #d30000; color: white; }
#tabs ul li.nav-three a.current, #tabs ul.jquerytuts li a:hover { background-color: #00A5FF; color: white; }
#tabs ul li.nav-four a.current, #tabs ul.classics li a:hover { background-color: #d30000; color: white; }



