html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* */
/*----------------------------------------------------------------------- */
/*  TYPOGRAPHY */
/*------------------------------------------------------------------------ */
/* */
body {
  background-color: #669999;
  font-family: "arial", "helvetica", "verdana", "sans-serif";
  font-size: 100%; }

h2 {
  color: black;
  font-size: 1.5em; }

h4 {
  color: #600001;
  font-size: 1.125em;
  margin-bottom: 15px; }
  h4.break {
    border-bottom: 1px dashed #600001;
    padding-bottom: 10px; }

p {
  font-size: 0.875em;
  line-height: 1.563em;
  margin-bottom: 20px; }

#content .left-col ul {
  margin-bottom: 15px; }
  #content .left-col ul li {
    text-indent: 20px;
    font-size: 0.875em;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 8px; }

#footer a {
  color: #bfbfbf;
  font-weight: bold;
  font-family: "Gotham", "arial", "helvetica", "verdana", "sans-serif";
  font-size: 0.563em;
  opacity: 0.7;
  text-transform: uppercase; }

/* */
/*----------------------------------------------------------------------- */
/*  LAYOUT */
/*------------------------------------------------------------------------ */
/* */
#wrap {
  background-color: white;
  margin: 0 auto;
  width: 975px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
  #wrap.sidebar {
    background-image: url(../images/sidebar_bg_tile.png);
    background-repeat: repeat-y;
    background-position: top right; }

#header {
  background: url(../images/header_bg_tile.png) #f2f0d7 repeat-x bottom left;
  border-top: 7px solid #600001;
  padding: 0px 20px;
  height: 70px; }
  #header #brand {
    float: left;
    background: url(../images/harvard_mastering_management.png) white no-repeat center center;
    height: 64px;
    width: 240px;
    margin-top: -7px;
    text-indent: -9999px;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -ms-border-radius: 0px 0px 12px 12px;
    -o-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  #header ul#user-status {
    float: right;
    margin-top: 28px; }
    #header ul#user-status li {
      color: #6e7c64;
      font-size: 0.813em;
      float: left;
      text-transform: capitalize;
      margin-right: 10px; }
      #header ul#user-status li:last-child {
        margin-right: 0px; }
      #header ul#user-status li.log {
        color: #5a98ca; }

#content .left-col {
  background-color: white;
  float: left;
  padding: 20px 30px 20px 40px;
  min-height: 400px;
  width: 638px; }
#content .right-col {
  float: right;
  width: 231px;
  padding: 35px 18px 18px; }
  #content .right-col.sidebar {
    background-color: transparent; }
#content h2.banner {
  display: inline-block;
  background-image: url(../images/header_flag_accent.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-left: -54px;
  margin-bottom: 18px;
  padding-bottom: 14px; }
  #content h2.banner span {
    display: block;
    color: white;
    text-transform: capitalize;
    background-color: black;
    padding: 10px 35px 10px 35px; }

.sidebar ul.people li {
  float: left;
  margin-left: 10px; }
  .sidebar ul.people li:first-child {
    margin-left: 0px; }
  .sidebar ul.people li img {
    background: white;
    padding: 2px;
    margin-bottom: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .sidebar ul.people li a {
    color: #6699cc;
    font-size: 0.688em;
    text-transform: capitalize;
    display: block; }

#footer {
  background: #747178;
  height: 25px;
  padding: 5px 20px 0px 20px;
  overflow: hidden;
  *zoom: 1; }
  #footer ul li {
    float: left;
    margin-right: 12px; }

/* */
/*----------------------------------------------------------------------- */
/*  ELEMENTS */
/*------------------------------------------------------------------------ */
/* */
.list.schedule {
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  font-size: 0.938em;
  padding: 8px 0px;
  margin-bottom: 24px; }
  .list.schedule dl.row {
    float: left;
    clear: both;
    width: 100%;
    padding: 6px 0px; }
    .list.schedule dl.row.odd {
      background-color: #f3f3f3; }
  .list.schedule dt {
    float: left;
    width: 15%; }
    .list.schedule dt.active {
      color: #6699cc; }
  .list.schedule dd {
    float: left;
    width: 85%; }

.btn {
  color: #333333;
  background-color: #dce1e6;
  font-family: "Trebuchet MS", "arial", "helvetica", "verdana", "sans-serif";
  cursor: pointer;
  font-weight: bold;
  font-size: 0.813em;
  display: inline-block;
  border-top: 1px solid #dce1e6;
  border-left: 1px solid #bfc2c5;
  border-bottom: 1px solid #bfc2c5;
  border-right: 1px solid #bfc2c5;
  margin: 15px 0px;
  text-transform: uppercase;
  text-shadow: white -1px 1px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f5f8), color-stop(90%, #d9dee4));
  background: -webkit-linear-gradient(top, #f4f5f8 0%, #d9dee4 90%);
  background: -moz-linear-gradient(top, #f4f5f8 0%, #d9dee4 90%);
  background: -o-linear-gradient(top, #f4f5f8 0%, #d9dee4 90%);
  background: -ms-linear-gradient(top, #f4f5f8 0%, #d9dee4 90%);
  background: linear-gradient(top, #f4f5f8 0%, #d9dee4 90%);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }
  .btn .inner {
    display: block;
    padding: 12px 22px;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

/* */
/*----------------------------------------------------------------------- */
/*  MISC */
/*------------------------------------------------------------------------ */
/* */
.clearfix:before, #wrap:before, #content:before, .list.schedule:before, .clearfix:after, #wrap:after, #content:after, .list.schedule:after {
  content: "";
  display: table; }

.clearfix:after, #wrap:after, #content:after, .list.schedule:after {
  clear: both; }

.clearfix, #wrap, #content, .list.schedule {
  *zoom: 1; }
