/*
file name: syllabus.css
created by: rick@click-rick.net
created on: 22Sep2006
created for: rhschoirs.net

formatting for syllabus pages

*/

li {margin-top:0px;}

h3 {margin-top:5px;}

hr {margin-top:5px;
    margin-bottom:5px;
   }

#syllabus {background-color:transparent;
           float:left;
           font-size:100%;
           margin-left:20px;
           text-align:justify;
           width:78%; }

#syllabus ul,ol {margin-left:30px;}

/*============================================================================*/
/*the following #descr, #hTitle, #secondHeader and #subTitle are used on
  syllabus AND portfolio pages*/
#descr {font-variant:small-caps;}

#hTitle {font-size:150%;
         font-weight: bold;
        }

#secondHeader {background-color:#067915; /*Ridge Green*/
               border:1px solid #000000; /*black*/
               color:#FFFFFF; /*white*/
               margin-bottom:10px;
               margin-left:12px;
               text-align:center;
              }

#subTitle {font-size:125%;
           font-weight: bold;
          }
/*============================================================================*/

