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

/***** eschool_vcs/custom_layout.css start *****/


#header-home {
  background: #A7BBDD;
}

.navbar {
  background: #F7F0B6;
}

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

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

.forumpost .left {
  background: #F7F0B6;
}

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

#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;
}

.header { background-image:url(gradient.jpg)}

table.frontpagetable {
    margin-top:10px;
}
table.frontpagetable td {
    height: 150px;
    padding: 0;
    width: 33%;
}
table.frontpagetable td div {
    background-image: url("img/frontpage_button_background.jpg");
    border: 1px solid #FFE39D;
    margin: 10px;
    text-align: center;
    height: 150px;
}
table.frontpagetable td.c0 div {
    margin-left: 18px;
    margin-right: 8px;
}
table.frontpagetable td.c1 div {
    margin-left: 12px;
    margin-right: 12px;
}
table.frontpagetable td.c2 div {
    margin-left: 8px;
    margin-right: 18px;
}
a.frontpagelink {
    display:block;
    padding:7px;
    text-decoration:none;
    height: 136px;
    color: #0C67D7;
}
a.frontpagelink:hover {
    background-color:#FEF9E6;
    color: #D8A51F;
    text-decoration:none;
}

div#eschoolmenubar img.icon {
    height: 32px;
    width: 32px;
}
/***** eschool_vcs/custom_layout.css end *****/

