/* Start of CMSMS style sheet 'sproggwil_print' */
/** General **/

body {
  background-color: white;
  font-family: Verdana;
  font-size: 1em;
}

/** Page layout **/

#logo a {
  color: black;
  text-decoration: none;
  height: 50px;
}

#topnav {
  display: none;
}

#left {
  width: 215px;
}

#news {
  border: 1px solid #e53136;
  min-height: 200px;
  padding: 5px;
}

#nav ul {
  display:none;
}

#content {
  padding: 10px 5px 10px 10px;
  line-height: 1.4em;
  font-size: 90%;
  overflow: visible !important;
}

#footer {
  display: none;
}

#copyright {
  display:none;
}

/** Text and titles **/
h1 {
  font-size: 130%;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h2 {
  font-size: 120%;
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

h3 {
  font-size: 110%;
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

h4, h5 {
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

/** News **/
#news h3 {
  font-size: 90%;
  margin: 0px 15px 10px 5px;
  padding: 5px;
  border-bottom: 2px solid #cccccc;
}

div.news {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 80%;
  line-height: 1.1em;
}

div.news div.newsSummary {
  font-weight: bold;
}

div.news a.readOn {
  text-decoration: none;
}

div.news a.readOn:hover {
  text-decoration: underline;
}
/* End of 'sproggwil_print' */

