/**************************************
 * THEME NAME: itchen
 *
 * Files included in this sheet:
 *
 *   itchen/user_styles.css
 *   itchen/gradients.css
 **************************************/

/***** itchen/user_styles.css start *****/

body {
  font-size: 100%;
  color: #333333;
  font-family: "Century Gothic" , "Trebuchet MS",  Sans-Serif;
  margin: 0;
  padding: 0;
  background-image: url(pix/clouds_fade_left.jpg);
}

.generalbox
{
  background:#ffffff;
}
.content
{
  background:#ffffff;
}

a:link, a:visited
{
  color:#333366;
}
a:hover
{
  color:#663333;
}
input
{
  background-color: #EEEEEE;
}
h1.headermain 
{
  color:#ffffff;
  margin-left:15pt;
  font-weight: normal;
  font-size: 2.5em
}
#header-home .headermain
{
  font-size: 2.5em
}
#header .headermain
{
  font-size: 2.0em
}
.coursebox
{
  width:80%;
  margin-left: 10%;
  background: #ffffff;
}


.categorybox 
{
  font-size: 0.8em;
  background: #ffffff;
}

#course-index
{
  font-size: 0.8em;
}
#course-index select
{
  font-size: 0.8em;
}/***** itchen/user_styles.css end *****/

/***** itchen/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.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;     
}
/***** itchen/gradients.css end *****/


