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

/***** care_health/styles.css start *****/

/* This is a customisable file for each theme.
   Main controls for layout and fonts are held
   in the Standard theme. Most of the changes 
   here are to the header and side-block 
   backgrounds and the colour scheme.
   
   Details of changes to original files are 
   stored in the general directory:
   
   g: -> e-learning -> Moodle ->
   Barking College Customisations */


#course-view li.activity.label, 
#site-index ul.section li.activity.label {
  clear:both; 
}


body {
	background-color:#FFFFFF;
	color:#333333;
	}

a:link, a:visited {
    color: #260065;
}

a:hover {
    color: #990000;
}

/***
 *** Header
 ***/
 
#header-home {
  background-image:url(HSCSliver.jpg);
  padding:0;
  height:92px;
}

#header {
  background-color:#23005a;
  height:52px;
}

.navbar {
  background-color:#D2CDBA;
  border-color:#666666;
}

/***
 *** Header Login
 ***/
  
#header-home .headermenu .logininfo {
	margin-top:37px;
	}

.headermenu .logininfo,
.headermenu .logininfo a {
	color:#FFFFFF;
	}
	


/***
 *** Central Column (doesn't alter sideblocks)
 ***/

#middle-column {
	font-size:small;
	}

#middle-column h1, #middle-column h2, #middle-column h3, #middle-column h4 {
  text-align: left;
  padding: 2px 5px 2px 5px;
  border-width: 1px;
  border-style: solid;
}

#middle-column h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}

#middle-column h2 {
  background-color: #E3DFD4;
  border-color:#C6BDA8;
}
#middle-column h3 {
  border-color:#C6BDA8;
}
#middle-column h4 {
  border-color:#C6BDA8;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  background: url(sliver.gif) repeat-x;
  color:#FFFFFF;
  }
  
.sideblock .content a:link,
.sideblock .content a:visited,
.sideblock .content a:hover {
	color:#333333;
}

/***
 *** Course
 ***/
 
#course-view .section .left {
  display:none
}

.weekdates {
	font-weight:bold;
	margin:5px;
	}

/***
 *** Accordion Colours
 ***/
  
.summary a:link,
.summary a:visited,
.summary a:hover {
 color:#FFFFFF;
 }
 
 tr#section-0 h3.summary {
  background-color: #660033;
}
tr#section-1 h3.summary {
  background-color: #690638;
}
tr#section-2 h3.summary {
  background-color: #6D0B3C;
}
tr#section-3 h3.summary {
  background-color: #6F0E3E;
}
tr#section-4 h3.summary {
  background-color: #701141;
}
tr#section-5 h3.summary {
  background-color: #741846;
}
tr#section-6 h3.summary {
  background-color: #771B49;
}
tr#section-7 h3.summary {
  background-color: #7B234F;
}
/***** care_health/styles.css end *****/


