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

/***** towcester/styles.css start *****/

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

body {
  background-color:#ffffff;
}

#left-column, #right-column {
  background-color:#d1d6f0;
  margin-top:-20px;
}

#left-column {
  border:1px solid #17225a;
}

#right-column {
  border:1px solid #17225a;
}

/*style the heading blocks with a 1px gradient, with a similar bg colour set.*/
.sideblock .header, .headingblock {
  border:none;
  background:url(pix/blockheader.gif) 0px 18px repeat-x;
  padding-top:4px;
  padding-left:0px;
  margin:5px;
}

.sideblock h2, h2.headingblock {
  font-size:1.3em;
  color:#545f97;
  padding:5px 5px 5px 5px;
  background:#d1d6f0;
  font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
  font-weight:normal;
}

h2.headingblock {
  background:url(pix/showhidepic.gif) right center no-repeat;
  border:none;
}

.sideblock h2 {
  display:inline;
}

.sideblock .content {
  background:none;
  border:none;
}

table.minicalendar {
  border:none;
}

#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:110px;
  margin-bottom:0px;
}

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

/*hide menus  in the header */
#header .headermenu {
  display:none;
}
/*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 {
  color:#000000;
  text-decoration:none;
  font-weight:normal;
  font-size:1em;
  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:#ffffff;
}

/***** towcester/styles.css end *****/


