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

/***** oakworth/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 #274080;
  background:url(pix/blockheader.gif) repeat-x #254180;
}

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

#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;
  height:126px;
  text-align:center;
  color:#fff;
}

#header a { color:#fff; }

/*hide title and menus  in the header 
#header .headermain, #header .headermenu {
  display:none;
}*/

.headermain {
  height:126px;
  width:787px;
  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:url(pix/categorybg.gif) left center no-repeat #dedff1;
  margin:10px auto;
  width:100%;
}

.category.number {
  margin:5px;
}

.name a, .name a:visited {
  color:#000000;
  text-decoration:none;
  font-weight:normal;
  font-size:1em;
  margin-left:40px;
  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:url(pix/categorybg.gif) left center no-repeat #dedff1;
  margin:5px;
  padding:0px;
}
/* gives a white bg to content areas */
.content, .generalbox {
  background-color:#d4d4d4;
  border:none;
}

/***** oakworth/styles.css end *****/


