/**************************************
 * 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;
}


#ajax_new_message_ping {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    color: #0c2733;

    background-color: #3AD;
    background: -moz-linear-gradient(-90deg, #33aadd, #9ef);
    background: -webkit-gradient(linear, left top, left bottom, from(#3ad), to(#9ef));

    padding: 5px;
    margin: 5px;
    text-align: center;
    border: solid black 1px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0 0 5px #333333;
    -webkit-box-shadow: 0 0 5px #333333;
    box-shadow: 0 0 5px #333333;
}

#ajax_new_message_ping a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#new_message_ping_dismiss {
    font-size: 10px;
    display: block;
    text-align: right;
}
/***** eschool_iqtexas/custom_layout.css end *****/


