/**************************************
 * THEME NAME: acumen
 *
 * Files included in this sheet:
 *
 *   acumen/styles_acumen.css
 **************************************/

/***** acumen/styles_acumen.css start *****/

/*******************************************************************

		Theme name: Energex
		Description: 3-column Moodle theme, made for Energex
		Author: Sonya Brown
		Version: 1.8
	
*******************************************************************/


body {
  background:url(pix/bg.jpg) repeat-x top left #CCCCCC;  
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333333;
  }
  
table, td, th, li {
  font-family: Arial, sans-serif;
}

#page {
  background-color: #FFFFFF;
  margin: 40px auto 40px auto;
  padding: 8px;
  min-width: 960px;
  width: 90%;
}

#header-home .logininfo,
#header .logininfo {
  padding: 8px 0px 8px 0px;
}

a:link,
a:active,
a:visited {
  color: #005FA9;
  text-decoration: none;
}
 
a:hover {
  color: #005FA9;
  text-decoration: underline;
}

h1 {
  color: #334D55;
}

h2 {
  color: #006699;
}

h3 {
  color: #334D55;
}

h4 {
  color: #333333;
}

h5 {
  color: #005964;
}

.sideblock .header {
  padding: 5px;
}

.sideblock h2 {
  font-size: 14px;
}
/***** acumen/styles_acumen.css end *****/

