@charset "UTF-8";
/*section.css*/
  

/* ****************** body section **************************** */
body {
	background-color: #B0E0E6;
	width:1100px;
 /* margin: top  right bottom left; */
    margin: 15px auto  15px   auto;
}


/* ****************** header section **************************** */
header {
	background-color: #4682B4; /* background-color: #eeeeee; border: solid 1px black; ********* RESTORE AFTER TESTING ********* */
	color:black; 
	min-height:80px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
}
header a {
	text-decoration:none;
	color:#000000;
}





div.mathStandards
{font-size: 18pt; font-weight:900;  color:navy;  text-align:left; margin-left:80px; margin-top:20px;
 }
 
div.mathStandards ul
{list-style-type: disc; font-size:16pt;}

div.Ican
{font-size:18pt; font-weight:900; color: white; text-align:left; margin-left:80px; 
 } 

div.Ican ul
{list-style-type: disc; font-size:16pt;}


/* ****************** nav section **************************** */
nav { 
	background-color: #0000CD;
	color:#000000;
	min-height:35px;
	padding-left:15px;
	
	/*
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	*/
}

nav a {
		color:white;
		/* color and background-color are controlled by the web page for lessonPA pages.  */
		display:block; 
		float:left;
		min-width:10px;
		height:25px;
		padding-top:5px;
		padding-right:15px;
		padding-bottom:5px;
		padding-left:15px; 
		margin-top:0px;
		margin-left:0px;
		text-decoration:none;
		font-size:16pt;
		font-family:sans-serif;
		font-weight:normal;
		text-align:center;
	}
	




/* ****************** content section **************************** */
	
	#content{
	  background-color:#66aaee;  /*      background-color: #eeeeee; border: solid 1px black; ********* RESTORE AFTER TESTING ********* */
   /* padding: top  right bottom left; */
	  padding: 25px 25px  25px   25px;  
	  height:1220px;
	 /*font-size:16pt;*/
	}






/* ****************** footer section **************************** */
footer{
	background-color:#000000;
		background-color: #5F9EA0;
		background-color: #0000CD;
		
		
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
	min-height:35px;
	text-align:center;
}
footer a {
	text-decoration:none;
	color:#fff;	
}


ul {margin-left:45px; font-size:18pt; list-style-type: circle;}

span.white {color:white;  padding-right:20px;}
span.subHeading {font-size:20pt;}

table.A {font-size:18pt; margin-left:50px;}
table.A td {padding-left:15px;}
table.A td.leftColumn {color:white; text-align:right;}





/* ****************** video player section **************************** */
.videoPlayerContainer {
	background-color: teal;
		/* This line picks the picture for the background. */
		/*background-image:  url("../pics/videoBackground.png"); */
		/* This line makes the picture fit into the background. */
		/*background-size:contain;*/
		/*background-size:cover;*/
		background-size:contain;
		
	width:850px; height:638px; 
    margin-left:auto;
	margin-right:auto;
	margin-top: 30px;  
	padding:0px; 
	text-align:center;
	}
	



/* "<video controls width=796 height=676>" */
	
video{
	width:850px; height:640px;
}

 

    .exampleLinkBox {
        height:268px; height:273px;
        width:830px;   
     /* padding: top  right bottom left; */ 
    	padding: 10px 4px   7px    16px;
    	background-color:#b3cabc;
    	margin-top:30px; 
    	margin-left:auto; margin-right:auto;
    	text-align:center;
    	}

 

	.narrow {
		height:22px;
		width:45px; 
		padding-top:12px;  padding-top:8px;
		margin-right:10px; 
		margin-top:10px; 
		float:left;
		text-align:center; 
		background-color:#66aaff;
		}

	
	.medium {
		height:22px;
		width:90px;
		padding-top:12px; padding-top:8px; 
		margin-right:10px; 
		margin-top:10px; 
		float:left;
		text-align:center; 
		background-color:#66aaff;
	    }

	
	.wide {
		height:22px;
		width:125px;
		padding-top:12px; padding-top:8px; 
		margin-right:10px; 
		margin-top:10px; 
		float:left;
		text-align:center; 
		background-color:#66aaff;
	    }

	
	.XXXwide {
		height:22px; height:46px;
		width:125px; width:177px;
		padding-top:12px; padding-top:8px; 
		padding-left:10px; padding-right:10px; padding-top:6px;
		margin-right:10px; 
		margin-top:10px; 
		float:left;
		text-align:center; text-align:left;
		background-color:#66aaff;
	    }

	
  	p { 
		font-size:14pt;
		}

/* ---------------------------------------------- not used below ------------------------------------------ */
/*
.giantFont {font-size:48pt;}


.contentAndPracticeLinkBox2 {margin-bottom:25px; padding:15px; background-color:transparent; border:solid 1px black;}

var {
    font-style: italic;
	}


td {font-size:14pt; color:rgb(0,0,129);
	padding-left:12px;padding-right:12pt; padding-bottom:8px; padding-top: 8px; 
	background-color:rgb(152, 168, 184); vertical-align:middle;
   }

span.highlight-yellow {background-color:yellow;}

.questionContainer{min-height:480px; width:640px; background-color:#aaf; margin:auto; padding:15px; text-align:center;}
.questionNumberBox {}
.questionParagraphBox {}
.questionFigureBox {}
.questionProblem{}
.questinAnswerBox {}

.logoKahnAcademy {}
.logoMathGoodies {}
.logoMathIsFun {}
.logoShowMeTheMath {}
.logoBrainingCamp {width:300px;}
.logoRegentsTestPrep {width:320px;}
.logoVirtualNerd {}

*/



