/**************************************
 * THEME NAME: multilearn
 *
 * Files included in this sheet:
 *
 *   multilearn/gradients.css
 *   multilearn/multi.css
 **************************************/

/***** multilearn/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** multilearn/gradients.css end *****/

/***** multilearn/multi.css start *****/

/* course, entry-page, login */
.headingblock {
  background-color:#9DC4EA;
  color: #646464;
} 

/* course */
.headingblock .outline {
  background-color:#9DC4EA;
  color: #646464;
}


body {
  background-color:#FFFFFF;
  color:#646464;
font-size:0.9em;
line-height:150%;
font-family:Arial,Helvetica,sans-serif;
background: url(page_body_bg.png) repeat-x;
background-position: top;
}

.sideblock .content {
  background-color:#FFFFFF;
  background: url(topic_gradient.png) repeat-x;
background-position: bottom;
}

a.dimmed:link,
a.dimmed:visited {
  color:#51227e;
}


a:visited {
  color: #AA1428;
}

a:link
{
  color: #5195CE;
}

.navbar {
    color: #646464;
}

#course-view .section .content 
{
background: url(topic_gradient.png) repeat-x;
background-position: bottom;

}
#course-view .section td.side
{

background-color: #ffffff;
background: url(topic_gradient.png) repeat-x;
background-position: bottom;
}

.headingblock {
  /*visibility: hidden;*/
   background-color: #9DC4EA;
   color: #000000;
  }
  
  
#footer {
background: url(footer.png) repeat-x;
background-position: bottom;
}/***** multilearn/multi.css end *****/

