@charset "utf-8";

/* Nested list style set using a CLASS */


/* li {
	list-style:none;
	border-top: 1px solid #666;
	padding-bottom: 10px;
	margin-left: 20px;
}   Unintended consequence: unfortunately affects the LI elements in the sidebar nav */

.contentcc .nest {
	list-style: none; 
	color: #000;
/*	background-color: #FF9;  pale yellow */
/*	background-color: #CCC;  light gray */
/*	background-color: #E4BB77;  light gold-brown from edtune_level2_newcolors.css >.sidebar1, L63 */
	background-color: #ffffff; /* white; light gold-brown earth tone is too busy */
	margin-left: 20px;
	padding: 10px 20 px;
}

.contentcc .nest h2 {
	margin-left: 20px;
	width: 90%;
	border-top: groove;  
	color: #000;
/*	font-family: "Comic Sans MS", cursive; The cursive attribute on iPad is way too curly */
	font-family: "Comic Sans MS";	
	font-size: 200%;
}

.contentcc .nest ul {
	list-style: none;
	margin-left: 40px;
/*	background-color:#6FF;  light blue */
/* 	background-color: #6F6;  light green */
/*	background-color: #E4BB77; /* light gold-brown from edtune_level2_newcolors.css >.sidebar1, L63 */
	background-color: #C0DAEB; /* light blue from professor's box & .sidebar1 > ul.nav a , L110 */
	font-size: 18px;
}

.contentcc .nest ul li {
	color: #00F; /* changed to blue from red #F00 */
	font-family:"Comic Sans MS";
	font-size: 18px;
	padding-bottom: 10px;
}

.contentcc .nest ul li ul {
	list-style:square;
/*	background-color: #F96;  */
/*	background-color: #6F6;  light green */
	background-color: #ffffff;  /* new white */
	color: #000;
	margin-left: 60px;
	font-size: 18px;
}

.contentcc .nest ul li ul li {
	list-style:square;
	background-color: transparent;
	color: #F00; 
	font-family:"Comic Sans MS";
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 4px;
	border-top: #000 solid 2px;
	margin: 2px 40px 2px 0;
}