/*
   
   Kiss My Winds and Brass Style Sheet
   Author: David Askren
   Date:   February 2014

   Filename:  kmwb_bbteacherslessonspage_styles.css
   
   Purpose: This is the teachers/lessons bulletin board page style 
            sheet for the Kiss My Winds and Brass web site. This style 
            sheet will be linked to the teachers/lessons bulletin board 
            page of the site.
*/



/* teachers/lessons bulletin board page content styles */

section#bbteacherslessonspagecontent
{
   background-color: white;
   border: 1px solid SlateGray;    /* #657383 */
   padding: 1% 5% 2% 5%;
}


/* heading styles */
section#bbteacherslessonspagecontent h2
{
   margin-left: 5%;
}


/* aside styles */
aside 
{
   width: 30%;
   margin-top: 35px;
   margin-left: 5%;
   float: right;
   font-weight: bold;
   border-left: 5px solid SlateGray;
   border-top: 45px solid SlateGray;
   border-right: 5px solid SlateGray;
   border-bottom: 5px solid SlateGray;
   
   /* border radius */
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
}

aside h3
{
   color: white;
   padding-left: 5%;
   margin-top: -36px;
}



/* paragraph styles */
section#bbteacherslessonspagecontent p
{
   margin-left: 5%;
   width: 60%;
}


