@charset "UTF-8";
/* All styles used by the CS Roo course template are defined below 
   Perhaps the most commonly modified item appears first, the page
   background image */
   
body {
    background-image: url(res_images/lgrey020.jpg);
    -webkit-text-size-adjust: 100%; /* Recommended fix covers iOS devices Safari */
    padding: 0px;
    margin: 0px;
}

#page {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 81%; /* Typical apprx 16pt reduces to 13pt */
    border-style: ridge;
    border-width: thick;
    border-color: #cc9900;
    padding: 0px;
    margin: 16px 32px 16px 16px;
    min-width: 776px;
}

#banner {
   text-align       :  center;
   color            :  black;
/*    background-color :  #FFFFCC; */
   background-color :  #FFFFFF;
   min-width        :  760px;
   font-family   : Arial, Helvetica, sans-serif;
}

#course_logo {
  float : left; 
}

#csu_logo {
  margin  : 0px;
  padding : 8px;
  width   : 215px; /* IE 7 requires this - new browsers do not */
  float : right;    
}

#banner_title {
    margin  : 0px 0px 0px 0px;
    padding : 8px 8px 8px 8px;
    clear   : none;
}

#navigation {
    background-color:#030;
    background-position: center;
    height: 2em;
    min-width:760px;
    text-align: center;
    padding-top: 4px;
    border-top-width:thin;
    border-top-color: #333333;
    border-top-style: groove;
    clear : both;
}

#contents {
    background-color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
/*  min-width: 760px */
}

#contents_p1
{
    width:40em;
}

#footer {
    font-size: 85%; /* This is cumulative relative to body */
    background-color: #030;
    width:100%;
    min-width:760px;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 4px;
    border-bottom-width:thin;
    border-bottom-color:#333333;
    border-bottom-style:groove;
}

#footerCenter {
     margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:auto;
}

#footerLeft {
   float:left;
   margin-left: 12px;
   height:      4em;
   text-align:  left;
}

#footerRight {
   float:right;
   margin-right:12px;
   height: 4em;
}

#footerClearBottom {
   margin-left:auto;
    margin-right:auto;
    text-align:center;
   float:none;
   clear:both;
}

#whowhatwhere {
   float:right;
   margin-left:50px;
   margin-right:20px;
}

#news {
   clear:right;
   margin-left:16px;
   text-align : left;
    height     : auto ;
    width      : 100%;
    color      : #CC0000;
    text-shadow: $990000;
}

span.course_title {
/*  display       : inline-block; */
    font-weight   : 700;
    font-size     : 150%;   
}

span.course_subtitle {
    font-size     : 125%;       
}

span.csdept {
    font-size     : 125%;
    font-style    : italic; 
}

   
/* Styles controlling links in dept links */   
   
span.csdept a:link,
span.csdept a:visited, 
span.csdept a:hover, 
span.csdept a:active {
  text-decoration: none;
  color: #000000;
}   
   
p.pageHeading {
    text-align  : center;
    font-size   : 120%;
    font-weight : bold;
    margin: 8px 0px 0px 0px;
}

p.credits {
   font-size  : 80%;
   margin-left:16px;
}

.navMenuItem {
    font-size: 110%;
    padding: 16px;

}

/* The next set of style definitions are used to govern the appearance of the 
   enumerated sessions on the progress page */

 dt.progress {
   /* font-weight: bold; */
   text-decoration: underline;
 }
 dd.progress {
   margin: 0;
   padding: 0 0 0.5em 0;
 }
 
 /* Alas, there is some pixel specifing hacking of the padding values
    in order to make the appearance of each session activity 'act' 
    appear as though it is a right column in a table set apart
    and even distance from the day labels */
 
 div.week {
    background-color: #CCFFBB;
    width : 75%;
}   

div.sess {
    border          :     0px;
    border-spacing  :     0px;
    padding         :     0px;
} 
 
div.day {
    float:left;
    padding:4px 0px 4px 4px;
    vertical-align : top;
    width          : 76px;
}

div.act {
    padding:4px 4px 4px 80px; 
    vertical-align : top;
}

.indented {
    margin-left:16px;
}

p.tight {
    margin  : 0px;
    padding : 0px;
  } 
  
/* Styles associated with slide notes */

div.slide {
   display:block;
   margin-left:auto;
   margin-right:auto;
   margin-top:8px;
   text-align:center;
   background-color:#DDDDDD;
   border-width:thin;
   border-color:#333333;
   border-style:groove;
}  

img.slide {
   display:block;
   width:800px;
   height:600px;
   margin-top:8px;
   margin-left:auto;
   margin-right:auto;
} 
   

div.noteFrame {
    width:           800px;
    margin-left:     auto;
    margin-right:    auto;
    padding:         0px;
    background-image:url(./res_images/notesTile.png);
    background-repeat:repeat-y; 
}

div.noteText {
    margin:24px;
    text-align:justify;
    }
    
p.noteEditLink {
    width:         750px;
    text-align:    right;
}   
    
form.comment {
    width:           800px;
    margin-left:     auto;
    margin-right:    auto;
    padding:         0px;   
    }  


a.navi {
    text-decoration: none;
    color: #FFFFFF;
}
a.navi:link {
    color: #FFFFFF;
}
a.navi:visited {
    color: #FFFFFF;
}
a.navi:hover {
    color: #FFCC00;
}
a.navi:active {
    color: #FFCC00;
}
   
a.foot:link {
   color:#FFFFFF;
}
a.foot:visited {
   color:#FFCC00;
}
a.foot:hover {
   color: #FFFFFF;
}
a.foot:active {
   color: #FFCC00;
}

a.code {
   font-family:"Courier New", Courier, monospace;
    font-size:120%; 
   }

.shadow
{
box-shadow: 10px 10px 5px #888888;
}

span.code {
   font-family:"Courier New", Courier, monospace;
   font-size:110%; 
}
