/* ********** DEFAULTS ********** */

body {
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  background-color: rgb(240,240,240);
}

td, th {
  vertical-align: top; border: 0px;
}

/* ********** PAGE LAYOUT ********** */

div#container { width: 980px; margin-left: auto; margin-right: auto; }

table#page {
  margin-top: 10px;
  width: 980px;
  background-color: rgb(240,240,240);
}

table#page td, th { border: 0px; }

td#header {
  width: 100%;
}

td#content {
  width: 80%;
  padding: 20px;
  padding-left: 30px;
}

td#sidepanel {
  width: 20%;
  text-align: center;
}

#mainlinks a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid orange;
}

#mainlinks a:hover {
  background-color: orange;
}

#sidepanel #tux {
  margin-top: 30px;
  text-align: center;
}

#sidepanel #meeting {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

#content h1 {
  margin-top: 0px;
  font-size: 18px;
}

td#footer {
  width: 100%;
}

td#content table#calendar { width: 100% }
td#content table#calendar th { vertical-align: top; border-bottom: 1px solid black; text-align: left; }
td#content table#calendar td { vertical-align: top; border-bottom: 1px solid black; text-align: left; }
td#content table#calendar th { width: 15%; }
td#content table#calendar td { width: 85%; }

div#mobile { display: none; }

