/* lesson_screen_css.css - a style sheet for the lessons sections*/


/*******************************************/
/****    Placement of flash movies	****/
/****    within the page 	   	****/
/*******************************************/

#content .lesson_title {
  position:relative;
  top:-10px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}


#content .lesson_main {
  margin: 0px;
  padding: 0px 0px 0px 35px;
}


/*******************************************/
/****  Defines heading for each lesson  ****/
/*******************************************/

#content div.lesson_section {
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

#content div.lesson_section h2 {
  background-image: url(images/divider_nelum.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 65px;
}

#content .dropcap_lessons {
  float: left;
  color:#763400;
  font-size: 40px;
  line-height: 60%;
  margin: 0em 0.0em 0em 0em;
  padding: 0em 0.05em 0.1em 0em;
}

/*******************************************/
/****  Containers for lesson content	****/
/*******************************************/

.lesson_col_left {
  float: left;
  height: auto;
  width: 440px;
  padding: 0px;
  margin: 0px;
}

.lesson_col {
  float: right;
  height: auto;
  width: 300px;
  padding: 0px;
  margin: 0px;
}

/*******************************************/
/**** containers for content in boxes  	****/
/*******************************************/


.box_section_lessons {
  background-image: url(images/motif.png);
  background-repeat: repeat-x;
  background-position: bottom;
  float: right;
  height: auto;
  width: 288px;
  border: 1px solid #9A6600;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 10px 0px;
}

#content div.box_section_lessons h2 {
  background-image: url(images/swanmotif.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 50px;
  margin: 5px 10px 0px 10px;
  padding: 0px 0px 0px 65px;
  text-align: left;
}

#content div.box_section_lessons ul {
  margin-left: 30px;
  margin-right: 30px;
}

#content div.box_section_lessons a, #content div.box_section_lessons p {
  margin: 0px 15px 5px 15px;
  padding: 0px 0px 0px 0px;
}

#content div.box_section_lessons p.a_indent {
  margin-left: 2.25em;
}

#content div.box_section_lessons object {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
  height: auto;
}
