﻿html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Garamond, serif;
	letter-spacing: +0.04em;
}

body {
}

h1 {
	font-size: 25px;
	letter-spacing: +0.1em;
	color: #016f99;
	margin-bottom: 20px;
	font-family: Palatino Linotype, Garamond, serif;
	font-variant: small-caps;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #999896;
	font-family: Palatino Linotype, Garamond, serif;
	font-style: italic;
	letter-spacing: +0.13em;
}

h3 {
	margin-top: 2em;
	font-size: 1.4em;
	text-align: center;
	color: #444444;
	letter-spacing: .12em;
	/*font-variant: small-caps;*/
	/*background-color: #DDDDFF;*/
	border-bottom: 2px solid #DDDDFF;
	margin-bottom: 20px;
}

h4 {
	margin-top: 2em;
	margin-bottom: 1em;
  /* border-bottom: solid .1em; */
	color: #016f99;
	font-variant: small-caps;
  font-size: 1.2em;
  letter-spacing: .11em;
}

h5 {
	margin-top: 0em;
	background-color: #016f99;
	color: #FFFFFF;
	margin-bottom: 1em;
}

p {
	text-align: justify;
	margin-bottom: 2em;
	line-height: 1.28em;
	margin-top: 1.5em;
}

p.top {
	text-align: center;
}

p.indent {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

ul {
  list-style-type: square;
	margin-bottom: 2em;
	margin-left: 1.5em;
}

/* sitelinks & outlinks "side" menu */

ul.menulist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.menulist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: decimal;
  margin-left: 2em;
}

li {
	margin-bottom: .5em;
	line-height: 1.4em;
}

table {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

table.lessontable th, tr, td {
  padding-left: 1em;
  padding-right: 1em;
}

th {
  font-family: Calibri, Arial, sans-serif;
  letter-spacing: .08em;
}

th, tr, td {
	line-height: 1.5em;
	text-align: center;
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: #FF6600;
}


/* top bar (top, header & logo-div <=> links & trim atop every lessons page) */
#top {
  text-align: center;
}

#logo-div {
	text-align: left;
	z-index: 99;
	width: 100%;
	position: fixed;
	/*background-color: #FFFFCC;*/
	margin-bottom: 3.1em;
	border-bottom: .3em solid gray;
	margin-top: 0;
	padding-top: 0;
	background-color: #666666;
	color: #CCCCCC;
  filter: alpha(opacity=85); /* for IE */
  opacity: 0.85; /* CSS3 */
  font-size: .79em;
	letter-spacing: +0.07em;
}

a.logo:link, a.logo:visited {
  color: white;
  text-decoration: none;
}

a.logo:hover, a.logo:active {
  color: #FFB330;
  text-decoration: underline;
  font-weight: bold;
}

#logo-div ul {
  margin: 0; 
	list-style-type: none;
  list-style-image: none;
	padding: .1em 2em .1em .3em;
}

#logo-div li {
  display: inline;
  margin: 0;
	padding: .5em 2em .5em .3em;
}

h1.logo-header {
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: +.2em;
	/*color: #990000;*/
	color: white;
	font-size: 1.5em;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	display: inline;
}


/* top right icons (lesson map) */
div.topright-icons {
  position: absolute;
  padding-left: 75px;
  margin-top: -81px;
  margin-left: 84%;
}


/*principal body page blocks*/
#container {
}

#wrapper {
  top: 0;
	padding-left: 1.5em;
}

#summary {
  padding-right: 2.1em;
}


#content {
	float: left;
	width: 65%;
	padding: 10px;
}

#section {
}

#sidebar {
	float: left;
	width: 22%;
	padding: 75px 25px 10px 10px;
	margin-left: 75px;
	text-align: center;
}

#menu {
	border-style: solid;
	border-color: #016f99;
	border-width: .25em;
	padding: 0em 0em 1em 0em;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 4em;
}