/**
my coding starts here
**/
#menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height:144px
}


h1 {
  font-family:'Open Sans', arial, sans serif; 
  font-weight:300; 
  color:#000066; 
  margin-bottom:0.25em}

h2 {
  font-family:'Open Sans', arial, sans serif; 
  font-weight:400; 
  color:#000066; 
  margin-bottom:0.5em; 
  margin-top:0.5em}

h3 {
  font-family:'Open Sans', arial, sans serif; 
  font-weight:400; 
  color:#008080; 
  margin-bottom:0.25em; 
  margin-top:0.25em
  }

h4 {
  font-family:'Open Sans', arial, sans serif; 
  font-weight:600; 
  color:#000066}

h5 {
  font-family:'Open Sans', arial, sans serif; 
  font-weight:600; 
  color:#9a0000}

h6 {
  font-family:'Open Sans', arial, sans serif; 
  font-weight:700; 
  color:#000066}

p {font-family:'EB Garamond', Palatino, Times, serif; 
  font-size:1em; 
  color:#636363; 
  margin-bottom:-5px;
  width:100%;
  /*text-align:justify*/}

body {
  font-family:'EB Garamond', Times, serif; 
  font-weight:300; 
  color:#636363; 
  margin-left:10px;}

.body-indent {
  font-family:'EB Garamond', Times, serif; 
  font-weight:300; 
  color:#737373; 
  width:76%; 
  text-indent:5%; 
  padding-bottom:6px}

.italic {
	font-family:'EB Garamond Regular Italic';
	font-style:italic;
	font-size:1em;}

.subhead-inline {
  font-family:'Open Sans', arial, sans serif;
  font-weight:700;
  font-size:0.8em; 
  color:purple;
  text-transform:uppercase;
  }

.quotation {margin-left:10%;
	margin-right:10%;
	margin-top:30px;
	text-indent:none;
	margin-bottom:25px;}	

.attribution {margin-right:10%;
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;}

.question {	font-family:'EB Garamond Regular Italic';
	font-style:italic;
	font-size:1.25em;
	margin-left:0px;
	text-indent:0%;
	margin-bottom:15px;}

.box {
/* margin-left:10%;  */
width:95%;
height : auto;
border : 1px solid #000066;
display : inline-table;
float : left;
}

.column-two {
  width:100%}

.readings-left {
  float: left;
  clear: both;
  z-index: 1;
  width: 44.1666666666%;
  margin-top: 0px;
}

.readings-right {
  float: left;
  z-index: 2;
  width: 44.1999999999%;
  margin-top: 0px;
}

.readings {position: absolute;top:47px; color:#FFF; font-family:"Open Sans"; font-weight:700; z-index: 9}
.readings a {color:#FFF; font-family:"Open Sans"; font-weight:700; text-align:center; padding:0 15px 0 3px; text-decoration:none; }
.readings a:hover { color:#ffcc00; text-decoration:none; }
.readings ul.links {display:block;}
.readings li {font-size:14px; display:inline; background:url(images/bullet_blue.jpg) 100% 60% no-repeat;}
.readings li:before {content:none}
.readings li.last { background:none !important; padding-right:10 !important; }
.readings {white-space:nowrap;}









@media (max-width: 800px) 
{

p {font-size:16px
}
.readings-left {
    position: relative;
    z-index: 1;
    width: 100%;
}

.readings-right {
    position: relative;
    clear: both;
    z-index: 2;
	width:100%}

.column-left {
    position: relative;
    z-index: 1;
    width: 100%;
}

.column-right {
    position: relative;
    clear: both;
    z-index: 2;
    margin-left: 10%;
	width:100%}

}



//*
CSS for Chapter Indexes
*//
#concept {
	margin-left:10%;
}
#concept p {
	font-family:'Open Sans', arial,sans-serif; 
	font-size:1em; 
	margin-left:2.5%;
	text-indent:-2.5%;
	color:#161269; 
	font-weight:600;
}

#concept-description{
	margin-left:4.55%;
	text-indent:-2%; 
	margin-top:-22.5px; 
	font-family:'EB Garamond', Georgia, serif; 
	font-size:1em; 
	color:#555555; 
	line-height:110%
}
#concept-examples {
	margin-top:5px;
	margin-left: 1.5%;
	margin-bottom: -12.5px;  
	font-family:'Open Sans', arial,sans-serif; 
	font-size:.875em; 
	color:#9a0000; 
	font-weight:400;
	font-style:italic;
}
#concept-examples ul {
	margin-left:2.5%; 
	margin-top:0px; 
	font-family:'EB Garamond', Georgia, serif; 
	font-size:1em; 
	color:#737373; 
	line-height:110%;
}

/** added in June 2019 for Objectives and Concepts**/

ol {
	font-family:'open sans', sans serif;
	font-weight:400;
	color:#000066;
	font-size:1em;
	margin-left:0.25%;
	margin-top:25px;
	}


ol li {
	padding-left: 0em;
	text-indent: 0em;
	margin-top:5px;
}
.gray {
	font-family:'open sans', sans serif;
	font-weight:200;
	color:#666666;
	font-size:.9em;
	margin-left:-1.5%
	}
.red {
	font-family:'open sans', sans serif;
	font-weight:400;
	color:#000066;
	font-size:.875em;
	}
.examples {
	font-family:'open sans', sans serif;
	font-weight:200;
	font-size:.9em
	
}
.pic {width:100%;}

.pic img {
	margin-top:80px;
	width:100%;
	}

.text {margin-top:-10px;}



/** End of addition **/

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

ul li {
  padding-left: 2em;
  text-indent: -2em;
  margin-top:0px;
}

/**ul 
li:before {
  content: "»";
  padding-right: 5px;
}
**/
#chapter-head {
	font-weight:400; 
	color:#008080; 
	text-shadow: 2px 2px #ffffff;
	z-index:10;
}

#chapter-head-summary {
	position:relative;
}

#chapter-head-unit {
	 font-weight:600; 
	 color:#008080; 
	 line-height:120%; 
	 text-shadow: 2px 2px #ffffff"
}

.readings {position: absolute;top:47px; color:#FFF; font-family:'Open Sans',Arial,sans-serif; font-weight:700; z-index: 9}
.readings a {color:#FFF; font-family:'Open Sans',Arial,sans-serif; font-weight:700; text-align:center; padding:0 15px 0 3px; text-decoration:none; }
.readings a:hover { color:#ffcc00; text-decoration:none; }
.readings ul.links {display:block;}
.readings li {font-size:14px; display:inline; background:url(images/bullet_blue.jpg) 100% 60% no-repeat;}
.readings li:before {content:none}
.readings li.last { background:none !important; padding-right:10 !important; }
.readings {white-space:nowrap;}

.chapters {color:#FFF; font-family:'Open Sans',Arial,sans-serif; font-weight:700; z-index: 9}
.chapters a {color:#FFF; font-family:'Open Sans',Arial,sans-serif; font-weight:700; text-align:center; padding:0 -2px 0 -2px; text-decoration:none; }
.chapters a:hover { color:#ffcc00; text-decoration:none; }
.chapters ul.links {display:block;}
.chapters li:before {content:none}
.chapters li {font-size:10px; display:inline;}
.chapters li.last { background:none !important; padding-right:5px !important; }
.chapters {white-space:nowrap;}


.units {color:#737373; font-family:'Open Sans',Arial,sans-serif; font-weight:700; z-index: 9}
.units a {color:#FFF; font-family:'Open Sans',Arial,sans-serif; font-weight:700; text-align:center; padding:0 -2px 0 -2px; text-decoration:none; }
.units a:hover { color:#ffcc00; text-decoration:none; }
.units ul.links {display:block;}
.units li:before {content:none}
.units li {font-size:16px; display:inline;}
.units li.last { background:none !important; padding-right:5px !important; }
.units {white-space:nowrap;}
		
hr { 
  display:block;
  height:2px;
  width:100%; 
  background-color:#acacac; 
  color:#737373; 
  margin-top:.5em;
  margin-bottom:.5em;
}

#key-concept {
	padding-top:175px;
	}
}

@media (min-width: 24em) {
#key-concept {
	padding-top:200px;
	}
}

@media (min-width: 50em) {
#key-concept {
	padding-top:215px;
	}
}

@media (min-width: 56.25em) {
#key-concept {
	padding-top:265px;
	}
}


@media (min-width: 75em) {
#key-concept {
	padding-top:350px;
	}
}
.footer {position: fixed; bottom:0px; width:100%; height:40px; background:#000066;}
.footer-text {position: absolute; bottom:0px; color:#FFF; font-family:'Open Sans',Arial,sans-serif; font-weight:700; z-index: 9}
.footer-text a {color:#ffffff; font-family:'Open Sans',Arial,sans-serif; font-weight:700; text-align:center; padding:0 15px 0 3px; text-decoration:none; }
.footer-text a:hover { color:#ffcc00; text-decoration:none; }
.footer-text ul.links {display:block;}
.footer-text li:before {content:none}
.footer-text li {font-size:14px; display:inline; background:url(images/bullet_blue.jpg) 100% 60% no-repeat;}
.footer-text li.last { background:none !important; padding-right:10 !important; }
.footer-text {white-space:nowrap;}

/** AP Tip is for Fast Track Pages **/
.ap-tip {
	border-left-style:solid;
	border-left-width:10px;
	border-left-color:#dbe8fb;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000066;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000066;
}

/** Common css definitions for Review Book files **/

.inline {
	color:#000066;
	font-family:'Open Sans', arial, sans-serif;
	font-weight:600;
	font-size:.825em;
	font-style:normal;
	margin: 0px 0 0 0;
}

.topbar {
	z-index:0;
	position:absolute;
	top:65px;
	height:32px;
	width:100%;
	margin-bottom:10px;
}
.topbar p {
	margin-top:0px; 
	margin-left:8px; 
	color:white; 
	font-family:'Open Sans', arial, sans-serif;
	font-style:italic;
	font-size:1.25em;
	font-weight:700;
}

.top p {
	position:absolute; 
	top:-22px; 
	left:72px; 
	font-family:'Open Sans', arial, sans-serif;
	font-size:2em;
	font-weight:700; 
	color:#000066;
}

.skillset {
	clear:both;
	width:98%;
	font-size:.75em;
	font-weight:400;
	background:#fbefed;
	border: 1px solid #9a0000;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;margin-left:0%;
	margin-right:4%;
	color:#000000
}
.skillset title {
	font-family:'open sans', arial, sans-serif;
	color:#e02b18;
	font-weight:600;
}

/** For moving theme images up or down to fit text line
------------------------------------------------------- **/
.moveimage {
    position: relative;
    top: 2px;
}
/** ---------------------------------------------------
                             End of moving theme images **/
ol {
	font-family:'EB Garamond', Times, serif;
	color:#636363;
	font-size:1em;
}

.level-1 {
	font-family:'EB Garamond', Times, sans-serif;
	color:#737373;
	font-weight:300;
	margin-left:0%;

}

.level-2 {
	font-family:'EB Garamond', Times, sans-serif;
	color:#737373;
	font-weight:300;
	margin-left:0%;
}

.level-3 {
	font-family:'EB Garamond', Times, sans-serif;
	font-size:1em;
	color:#737373;
	margin-left:0%;
}

.head-box {
	position:fixed; 
	top:0px; 
	left:0px; 
	height:97px; 
	width:96%; 
	background:#ffffff;
	border-right:1px solid #000066; 
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #000000;
	display: table-cell;
	padding: 3px 3px;
	
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.chap-name {
	font-family:'Open Sans', arial,sans-serif; 
	margin-left:0px; 
	font-weight:600; 
	font-size:.875em; 
	color:#000066; 
	margin-bottom:-10px
}

.lesson-name {
	font-family:'Open Sans', arial,sans-serif; 
	font-size:.625em; 
	font-weight:400; 
	color:#737373;
}





