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

/***** todmordencofe/styles.css start *****/

body {
  background-color:#ebf2fa;
}

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

.sideblock h2, h2.headingblock {
  font-size:1em;
  color:#e3c01e;
  padding:5px;
}
/*seperate home page and sub page headings have been removed in header.html*/
#header {
  background:url(pix/headerbg.gif);
  border-bottom:1px solid #770f04;
  height:145px;
  text-align:center;
}

#header .headermain {
  float:none;
  text-align:center;
}

/*hide title and menus  in the header */
#header .headermenu {
  display:none;
}
/*styles the category list on the home page*/
.categorybox {
  border:none;
  background-color:#ffffff;
}

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

.category.number {
  margin:5px;
}

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

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

/***** todmordencofe/styles.css end *****/

