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

/***** eide/layout.css start *****/

#header-home {
  padding: 8px 8px 0px 120px;
}

#header {
  padding: 8px 8px 0px 64px;
}

#layout-table #middle-column
{
padding-left: 8px;
padding-right: 8px;
}

#course-view .section .spacer 
{
height: 1em;
}

.sideblock .content
{
border-width: 0px;
}

.block_course_summary .content 
{
border-top-width: 1px;
}

/***** eide/layout.css end *****/

/***** eide/styles.css start *****/

#header-home {
  background-image: url(logo120.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 120px;
}

#header {
  background-image: url(logo64.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 60px;
}

th.header,
td.header,
div.header,
.navbar {
  background: #CCAFB7;
}


a:link, a:visited {
  color: #602144;
}

.weekdates {
  text-align: right;
}
/***** eide/styles.css end *****/


