/* Lesson Stuff */
.lesson ol {
  list-style-type: upper-roman;
}

.lesson ol ol {
  list-style-type: upper-alpha;
}

.lesson ol ol ol {
  list-style-type: decimal;
}

.lesson ol ol ol ol {
  list-style-type: lower-alpha;
}

.lesson ol ol ol ol ol {
  list-style-type: lower-roman;
}



/*
** HTML elements
*/
body {
  background: #D5D6D7 url(/i/bodybg.png);
	margin: 0px;
	padding: 0px;
/*	font-family: "Trebuchet MS", Verdana, sans-serif; */
   font-family: Verdana;
	font-size: 13px;
}

input {
  background: #ffffff;
  border: 1px solid #7094B8;
}

input.submit {
  background: #7094B8;
  color: #ffffff;
  font-weight: bold;
}

/*
** Page layout blocks / IDs
*/

#bsotw {
  background: #FFFAE5 url(/i/fade_wy_v167.png) repeat-x top left;
  border-bottom: 1px solid #F6D32E;
  width: 780px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
}

#footer {
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  width: 780px;
  border-top: 1px dotted #666;
}

#main {
  float: left;
  width: 525px;
  margin-left: 20px;
  padding-right: 5px;
  border-right: 1px dotted #666;
}

/* Test \*/
* html #main {
  margin-left: 12px;
}
/* End */

#supplementary {
  width: 243px;
  margin-right: 20px;
  float: right;
  clear: right;
}

/* Test \*/
* html #supplementary {
  margin-right: 9px;
  width: 240px;

}
/* End */




.contextbox {
  width: 240px;
  border: 1px solid #7094B8;
  border-bottom: 3px solid #7094B8;
  background: #D1E0EB url(/i/fade_wb_v144.png) repeat-x top left;
  margin: 10px 0 0 10px;
  padding: 5px 0 5px 0;
  float: right;
}

.contextbox .subscribe {
   width: 100px;
}

.contextbox input.submit {
   width: 90px;
}

.contextbox form {
  margin-top: 5px;
  margin-bottom: 10px;
}

.contextbox p, .contextbox input.subscribe {
  margin: 5px 3px 0 15px;
}

#head {
   background: #ffffff url(/i/head.png) no-repeat;
	width: 820px;
	margin: 0 auto;
	height: 108px;
}

#pagewrapper {
  background: #ffffff url(/i/pagewrapbg.png) repeat-y;
	width: 820px;
	padding: 5px 0 0 0;
	margin: 0 auto;
}

ul {
   margin-left: 0;
   padding-left: 15px;
}

li {
  margin-bottom: 5px;
}

/*
** Text Definitions
*/

h2 {
  color: #AAAAAA;
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 8px;
  background: url(/i/border_y.png) repeat-x bottom left;
  margin: 5px 0 2px 0;
}

#navlinks li {
  margin: 0;
  padding: 0;
}

#navlinks ul {
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #333;
}

#navlinks h2, #navlinks h2 a:link, #navlinks h2 a:visited {
/*  color: #7094B8; */
  color: #336699;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 3px;
  background: none;
  margin: 0 0 0px 0;
  padding: 5px 0 0 0;
}

#navlinks a:hover h2 {
   color: #f00;
}

a:link, a:visited {
/*  color: #7094b8; */
  color: #336699;
  text-decoration: none;
}

a:hover, a:active {
  color: #f00;
  text-decoration: none;
}

dl {
  padding: 0 0 0 20px;
  font-size: 90%;
}

dl a:link, dl a:visited {
  text-decoration: none;
  color: #666;
}

dl a:active, dl a:hover {
  color: #F00;
  text-decoration: none;
}

h3 {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  padding: 1px 0 1px 0;
  margin: 5px 0 0 0;
}

h4 {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  background: #F9E57A;
  padding: 1px 0 1px 3px;
  margin: 0;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-weight: bold;
}
/*
** Special DIVs
*/

#breadcrumb, #date {
  padding-top: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

#breadcrumb {
/*  float: left; */
  margin-left: 5px;
  width: 600px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
  color: #000000;
  text-decoration: none;
}

#breadcrumb a:active {
  color: #F00;
}

#date {
   position: relative;
   right: 5px;
   text-align: right;
}

#dateline {
  background: #F9E57A;
  height: 18px;
  margin: 0 auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 800px;
}

.socialtools {
  background: #eee;
  margin: 10px 0 0 0;
  padding: 5px 5px 5px 5px;
  font-size: 90%;
  text-align: center;
  
}

.socialtools img{
  vertical-align: middle;
}

#site-name {
  display: none;
}



