/**************************************
 * THEME NAME: simplicity
 *
 * Files included in this sheet:
 *
 *   simplicity/styles_layout.css
 *   simplicity/styles_fonts.css
 *   simplicity/styles_color.css
 *   simplicity/styles_tabs.css
 **************************************/

/***** simplicity/styles_layout.css start *****/

/***** simplicity/styles_layout.css end *****/

/***** simplicity/styles_fonts.css start *****/

/***** simplicity/styles_fonts.css end *****/

/***** simplicity/styles_color.css start *****/

/* Use this file to alter your colors */

/* Edit the color values below to change your link font colors */

a:link,
a:visited,
div.tabtree ul li ul li a span {
  color:#4e7732;
}

/* Edit the color value below to change your link font colors when hovered over. */

a:hover,
a:active {
  color:#679e42;
}

/* Edit the following color value to change the font color of H1, H2, and H3 elements placed in the "topic section" of the front page. */

.sitetopic h2,
.sitetopic h3,
.sitetopic h4 {
  border-bottom:1px dotted #ddd;
  margin-top:0;
  color:#578638;
}

/* Edit the hex code in the "border-bottom" line below to change the color of the header bottom border. And, of course, the background hex will alter the background image color */

#header-home,
#header {
  background:#292929;
  padding:10px 0 30px;
  border-bottom:4px solid #679e42;
}

/* This sets the color of your site and course titles  that appear in your header of each page */
h1.headermain {
  color:#fff;
}

/* This sets the color of span items in your course or site titles. This is further explained in README.html */

h1.headermain span {
  color:#bbb;
}

/* Sets the color of "You are logged in as ..." text */
.headermenu {
  color:#ddd;
}

/* Sets the color of your tagline */

h2.headertag {
  float:left;
  margin:0;
  font-size:0.8em;
  clear:both;
  color:#ccc;
  line-height:1em;
}

/* Sideblock link color */

.sideblock a:link,
.sideblock a:visited {
  color:#333;
}

/* Sideblock link color while hovered over */

.sideblock a:hover,
.sideblock a:active {
  color:#679e42;
  text-decoration:none;
}

/* You can alter the color and border of the sideblocks here */

.sideblock .header {
  border-width:1px 1px 0 1px;
  background:#f3f3f3;
  border-style:dotted;
  border-color:#aaa;
  padding:5px;
}

.sideblock .content {
  border-width:0 1px 1px 1px;
  background:#f3f3f3;
  border-style:dotted;
  border-color:#aaa;
  padding:5px;
  line-height:1.5;
}

/* Sets the color of sideblock titles */

.sideblock .title h2 {
  font-size:1.2em;
  border-bottom:1px dotted #aaa;
  color:#578638;
}

/* This will change the color of "selected" weeks or topics in course view */

#course-view .weeks .current td.side,
#course-view .topics .current td.side {
  background:#466c2d;
  color:#fff;
}

/* Sets the color of fieldset titles (legends) in profile, admin, etc. */

legend {
  background:url(gradient.jpg) repeat-x 0 0;
  border:1px solid #ddd;
  color:#466c2d;
  padding:1px 4px
}

/* Determines the color of forum list header background color */

.forumheaderlist th {
  background:#679e42;
  border-bottom:1px solid #000;
}/***** simplicity/styles_color.css end *****/

/***** simplicity/styles_tabs.css start *****/

/***** simplicity/styles_tabs.css end *****/

