/**************************************
 * THEME NAME: eschool_iqtexas
 *
 * Files included in this sheet:
 *
 *   eschool_iqtexas/custom_layout.css
 **************************************/

/***** eschool_iqtexas/custom_layout.css start *****/


#header-home {
  background: #FFFFFF;
}

.navbar {
  background: #639139;
}

.sideblock .content {
   border-color: #639139;
}

.sideblock .header {
   border-color: #639139;
   background-color: #C3D748;
}

.forumpost .left {
  background: #639139;
}

.forumpost .starter {
  background: #C3D748;
  border-color: #639139;
}

#course-view .weekscss .section, #course-view .section td.side {
    background: #FFF9D8;
}

#course-view .current .content {
  background-color: #FFD991;
}

table.answer p {
  display: inline;
}

#eschoolmenubar {
  background: #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#BBB), to(#EEE));
  background: -moz-linear-gradient(-90deg, #BBB, #EEE);
  padding-left: 25px;
}

#eschoolmenubar a:link, #eschoolmenubar a:visited {
  font-size: 18px;
  color: black;
}

#eschoolmenubar a:hover {
  color: white;
  text-decoration: none;
}

#eschoolmenubar li:hover {
  background: #787878;
  background: -moz-linear-gradient(-90deg, #969696, #646464);
  background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#646464));
}

#eschoolmenubar li {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

  background: #A4A4A4;
  background: -moz-linear-gradient(90deg, #CCC, #969696);
  background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#969696));

  margin: 3px 10px 3px 0;
}

#eschoolmenubar ul ul li {
    margin-right: 0px;
}

/***** eschool_iqtexas/custom_layout.css end *****/

