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

/***** stanbury/styles.css start *****/

* {
  font-family:Comic Sans MS;
  }

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

body {
  background-color:#ffff66;
}

/*style the heading blocks with a 1px gradient, with a similar bg colour set.*/
.sideblock .header, .headingblock {
  border:1px solid #747474;
  background:url(pix/blockheader.gif) repeat-x #6e2525;
}

.sideblock h2, h2.headingblock {
  font-size:1.1em;
  color:#fff;
  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;
}

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

.headermain {
  height:126px;
  width:787px;
  background:url(pix/header.gif) 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:98%;
}

.category.number {
  margin:5px;
}

.name a, .name a:visited {
  font-family:Jokerman,Comic Sans MS;
  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 {
  width:auto;
  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:none;
  border:none;
}

/***** stanbury/styles.css end *****/

