

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 */


#example-one { background: #eee; padding: 10px; margin: 26px 0 0px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

.large-tabs #example-one { background-color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; width: 90%; }

#example-one .nav { overflow: hidden; margin: 0 0 10px 0;  font-family: 'acGros',Helvetica,Arial,Sans-serif; }
#example-one .nav li { width: 76px; float: left; margin: 0 5px 0 0; }
.large-tabs #example-one .nav li { width: 160px; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 12px; text-align: center; border: 0; }

.large-tabs #example-one .nav li a { font-size: 14px; }
#example-one .nav li a:hover { background-color: #231F20; }

#example-one ul { list-style: none; }
#example-one ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-one ul .photo-list { margin: 0 0 0 -5px;}
#example-one ul .photo-list li a { border: none; display: inline; float: left; }
#example-one ul li a:hover { background: #333; color: white; text-decoration: none; }
#example-one ul li:last-child a { border: none; }

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

#example-one ul li.nav-five a.current, #example-one ul.classics li a:hover { background-color: #014691; color: white; }

