/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
	 
	 
*/

p.pic{
    float: left;  text-align: left; width: 300px; margin-right: 2%; margin-left: 2%;margin-bottom: 0.5em;
    }




* { margin: 0; padding: 0; margin-top: 0;}
body { font: 22px Georgia, serif; background-color: #ccf5ff}
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 22px; margin: 0 0 20px 0; text-align: left;}
#page-wrap { width: 1050px; margin: 10px auto;}
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }
h2 { font: bold 30px Sans-Serif; margin: 0 0 20px 0; }


ul.d {
    
	font: bold 20px Georgia, serif;
	line-height: 150%;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px
}

ul.f {
    
	font:  20px Georgia, serif;
	line-height: 150%;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	
}


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





/* Specific to example one */


#example-one .list-wrap{
	text-align:left; 
	background: #eee;
	padding: 10px; 
	margin: 0 0 20px 0; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666; 
	/*overflow-y: scroll;*/
	height:auto;
	}


#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { width: 155px; float: left; margin: 0 10px 0 0; }
#example-one .nav li a { font: bold 20px Georgia, serif; display: block; padding: 5px; background: #959290; color: white;  text-align: center; border: 0; }
#example-one .nav li a:hover { font: bold 20px Georgia, serif; background-color: #111; }
#example-one ul li:last-child a { border: none; }

#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 li a:hover { background: #fe4902; color: white; }

*/
#example-one li a.current,#example-one li a.current:hover { background-color: #0575f4 !important; color: black; }



/*#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover { background-color: #0575f4; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #d30000; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #FE4902; color: white; }*/

#example-one ul li.nav-last a.current, #example-one ul.core li a:hover { width: 200px; background-color: #d30000; color: white; margin: 0 0 0 0;  }
#example-one ul li.nav-last a, #example-one ul.core li a:hover { width: 200px; background-color: #959290; color: white; margin: 0 0 0 0;}

