/**************************************
 * THEME NAME: sc01_lessboxy
 *
 * Files included in this sheet:
 *
 *   sc01_lessboxy/child_colours.css
 *   sc01_lessboxy/homepage_sections.css
 **************************************/

/***** sc01_lessboxy/child_colours.css start *****/

/* Body background */
/* body {background-color: rgb(255,255,255);} */


/* Dan - now make the "Main Menu" title vanish */

.block_site_main_menu .header  { display: none; }
.block_site_main_menu .content { border: none; background-color: none !important; }
.block_site_main_menu { background-color: none !important; }

/* No borders for any sideblocks */
.sideblock .content, .sideblock .title, .sideblock h2, .sideblock .title h2, .sideblock .header, .sideblock h2.header { border-width: 0px!important; }

/* Background colour for titles etc */
th.header,
td.header,
div.header,
.headingblock,
.title,
h2 {
/*  background-color: rgb(200,200,200); */
 }

th.header,
td.header,
div.header {
        background-color: #999999;
}


 
/* Border colour for lots of things */
.categoryboxcontent,
th.header,
td.header,
div.header,
.header,
.title,
.headingblock,
.categorybox .category,
.sideblock,
td.content,
.navbar,
#course-view .section td.side,
.sideblock .content,
.courseboxcontent {
/*  border-color: rgb(0,51,0) !important; */
  border-color: rgb(0,0,0) !important;
}


/* The navigation bar */
.navbar {
  background-color: rgb(215,215,215); /*#a9a9a9; /* rgb(200,200,200); */
  border-color: rgb(205,205,205) !important;
  border-width: 2px 0px;
	background-image: 	url("column-background.png");
}







#course-view .section td.left {
  border-color: #999999 !important;
  border-width: 0px 0px 0px 4px;
  border-style: solid;
}




/* DOWNLOAD PAGE tinkering */

div.downloadspanel { padding-bottom: 200px;}

div.downloadspanel h1 { 
	color: white; 
	background-color: rgb(75, 75, 75); 
	border: 1px solid black;
	margin-top: 75px;
}

div.downloadspanel h2,
div.downloadspanel h3 {border: none;}



.generalbox {border: none;}
/***** sc01_lessboxy/child_colours.css end *****/

/***** sc01_lessboxy/homepage_sections.css start *****/

.sitetopic {
  background: none !important; /* This is needed since Moodle upgrade 1.7.2->1.8, not sure exactly why */ 
}


.sitetopiccontent {
	border: none !important;
}

.fronthead {
  font-size:1.3em;
  letter-spacing:0.04em;
}

.fronttext {
  margin-top:5px;
  margin-left:20px;
  margin-right:10px;
  margin-bottom:20px;
}

div.frontblock {
  margin-top: 0px !important;
  margin-bottom: 25px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  font-size: 0.95em;

  border-color: #999999 !important;
  border-width: 0px 0px 0px 4px !important;
  border-style: solid !important;
 
  background-color: white;
  
  padding-bottom: 5px;
}

h1.frontblock {
  border: none !important;
  background-color: white; /* Added */
  background-position: top;  
  background-repeat: repeat-x;  
  padding: 5px 20px 10px 10px !important;
  display: block !important;
  position: relative;
  top: 0em !important;
  left: 0px !important;
  font-weight: normal;

}




p.fronttext.p1 {
  min-height: 90px;
}
p.fronttext.p2 {
  min-height: 90px;
}
p.fronttext.p3 {
  min-height: 125px;
}
p.fronttext.p4 {
  min-height: 105px;
}

.frontblock li {
	margin-bottom: 0.8ex;
}
/***** sc01_lessboxy/homepage_sections.css end *****/

