/**************************************
 * THEME NAME: VideoCom_Theme
 *
 * Files included in this sheet:
 *
 *   VideoCom_Theme/styles.css
 **************************************/

/***** VideoCom_Theme/styles.css start *****/

/********************************************************
**
** Theme name: Stripdown
** Description: A stripped-down starter theme for Moodle.
** Author: Patrick Malley
** Author URI: http://newschoollearning.com
**
*********************************************************/

/* Add your styles here */

body {
  background: #F9F4EE url(images/pageBG.gif) repeat-x left top;
  margin: 0;
}

#page {
  width: 946px;
  margin: 0 auto;
  padding: 0 8px 10px;
}

#header {
  height: 88px;
}
#header .headermenu {
  color: #69797D;
  font-size: 0.85em;
}
#header .headermenu a {
  color: #69797D;
  text-decoration: underline;
}
#header .headermenu .date {
  font-size: 18px!important;
  font-weight: bold!important;
}
#header .headermenu .icons {
  margin-top: 20px;
}

.navbar {
  border: none;
}

.sideblock {
  background: url(images/blockBotBG.gif) no-repeat left bottom;
  padding: 0 0 8px 0;
  width: 212px;
}
.sideblock .header {
  background: url(images/blockHeaderBG.gif) no-repeat left top;
  padding: 7px;
  text-align: center;
  border: none;
}
.sideblock .content {
  background: #E6E6E6;
  border-top: solid 1px #cfcfcf;
  border-right: solid 1px #CCCCCC;
  border-bottom: none;
  border-left: solid 1px #CCCCCC;
  padding: 8px 8px 0 8px;
}
.sideblock p {
  margin: 0;
  padding: 10px;
}

h2.headingblock {
  border: none;
}
table.topicsoutline {
  border: solid 1px #CCC;
  background: #E6E6E6;
}
table.topicsoutline td {
  background: #E6E6E6;
}
td.fntopicsoutlinecontent, table.topicsoutline td td {
  background: #F9F4EE!important;
  border: none;
}
#course-view .headingblock {
display:none;
}
/***** VideoCom_Theme/styles.css end *****/

