/**************************************
 * THEME NAME: theme
 *
 * Files included in this sheet:
 *
 *   theme/styles.css
 **************************************/

/***** theme/styles.css start *****/

* {
  font-family:"Comic Sans MS";
}

form * {
  font-family:Arial, Helvetica, sans-serif;
}

body {
  background-color:#d4d4d4;
}

/*style the heading blocks with a 1px gradient, with a similar bg colour set.*/
.sideblock .header, .headingblock {
  border:1px solid #393f7b;
  background:#0f00cf;
  padding:0px;
}

.sideblock h2, h2.headingblock {
  font-size:1.1em;
  color:#ffff00;
  padding:2px;
  font-weight:normal;
}

#site-index h2.headingblock, #course-view h2.headingblock {
  margin-bottom:0px;
}

/*seperate home page and sub page headings have been removed in header.html*/
#header {
  background:url(pix/headerbg.gif) repeat-x;
  border-bottom:1px solid #770f04;
  height:125px;
}
/*hide title and menus  in the header */
#header .headermenu {
  display:none;
}

#header .headermain {
  width:813px;
  height:0px;
  padding-top:125px;
  overflow:hidden;
  background:url(pix/header.jpg) no-repeat;
}

/*styles the category list on the home page*/
.categorybox {
  border:none;
  background-color:#ffffff;
  padding:0px;
}

.categorylist {
  border:1px solid #cccccc;
  background:#dedff1;
  margin:10px auto;
  width:100%;
}

.category.number {
  margin:5px;
}

.name a, .name a:visited {
  text-decoration:none;
  font-weight:normal;
  font-size:1em;
  margin-left:5px;
  line-height:35px;
}
/*styles the course list that appears when a category is clicked*/
.courseboxes {
  background-color:#ffffff;
  padding:0px;
  margin:0px;
}

.coursebox {
  border-color:#cccccc;
  background:#dedff1;
  margin:5px;
  padding:0px;
}
/* gives a white bg to content areas */
.content, .generalbox {
  background-color:#ffffff;
}

/***** theme/styles.css end *****/

