body {
  background-color: white;
  color: black;
  font-size: 62.5%; }

a, a:visited {
  color: #31F; }

acronym {
  border-bottom: 1px dotted black; }

.clearer {
  clear: both; }

#flash-notice, #flash-error, #flash-warn {
  margin: 0.5em 0;
  padding: 1em 2em;
  border: 1px solid black; }

#flash-error {
  border-color: #f55;
  background-color: #fdd; }

#flash-notice {
  border-color: #5f5;
  background-color: #dfd; }

#flash-warn {
  border-color: #fc5;
  background-color: #fff2bb; }

#header {
  height: 140px;
  background: transparent url(../images/header.png) top left repeat-x;
  border-bottom: 3px solid #f2f2f2; }
  #header img {
    position: absolute;
    top: 15px;
    left: 20px; }
  #header .logged-info {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 1.4em;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right; }

h1 {
  font-family: Georgia, serif;
  line-height: 1.1;
  position: absolute;
  top: 40px;
  left: 140px; }
  h1 span {
    font-size: 2em;
    font-style: italic;
    display: block; }
  h1 strong {
    font-size: 4em;
    font-style: normal;
    font-weight: bold;
    display: block; }

#menu {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  position: absolute;
  margin: 2em 0 0 2em;
  width: 180px; }
  #menu li {
    display: block;
    line-height: 2.5;
    font-size: 1.4em;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    #menu li a {
      display: block;
      padding-left: 1em;
      text-decoration: none;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: black; }
      #menu li a:hover {
        background-color: #aaa;
        color: white; }
      #menu li a.current {
        background-color: #ce382a;
        color: white; }

#main {
  margin-left: 230px;
  margin-top: 10px;
  margin-right: 20px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  font-size: 140%; }
  #main h2 {
    color: #8f0600;
    letter-spacing: -0.07em;
    line-height: 2;
    font-size: 200%;
    font-weight: normal; }
  #main h3 {
    font-size: 150%;
    letter-spacing: -0.07em;
    line-height: 2;
    font-weight: normal; }
  #main p {
    line-height: 1.5;
    margin: 0.33em 0 0.75em 0; }

#footer {
  font-size: 85%;
  margin-left: 230px;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px dotted #999;
  clear: left; }

.article .publish-info {
  color: gray;
  font-size: 80%;
  margin-bottom: 1em; }

.schedule-info {
  color: gray;
  font-size: 80%;
  margin-bottom: 1em; }

ul.updates, ol.updates {
  list-style: disc;
  padding-left: 2.5em;
  line-height: 1.5; }
  ul.updates .date,   ol.updates .date {
    color: gray; }
  ul.updates .mine,   ol.updates .mine {
    font-weight: bold; }
  ul.updates .mine:after,   ol.updates .mine:after {
    content: " (моят проект)"; }

ul.news-list li {
  margin-bottom: 1.5em; }
ul.news-list .date {
  color: gray;
  font-size: 80%; }

form.slick label {
  margin: 1.5em 0 0 0;
  display: block;
  font-weight: bold; }

.side-note {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  width: 12em;
  margin: 2em 0 0 1em;
  padding: 0.5em 1em;
  background-color: #eee;
  border: 1px solid #ce382a; }

.about-us img {
  margin: 4px 8px 8px 0;
  float: left; }
.about-us .first {
  width: 48%;
  float: left; }

ul.news-overview {
  padding-left: 2em;
  line-height: 1.5;
  list-style: disc;
  margin-bottom: 0.8em; }
  ul.news-overview span {
    color: gray; }

.content {
  line-height: 1.3; }
  .content ul, .content ol {
    padding-left: 1.8em; }
  .content ul {
    list-style: disc; }
    .content ul ul {
      list-style: circle; }
  .content ol {
    list-style: decimal; }
    .content ol ol {
      list-style: lower-alpha; }
  .content pre {
    display: block;
    background: #dadada;
    padding: 1.5em 2em;
    margin: 0.5em 0; }
  .content p {
    margin: 1em; }

.board table {
  margin-bottom: 4ex;
  width: 100%; }
  .board table td.replies {
    width: 9ex; }
  .board table td.last-post {
    width: 45ex; }
  .board table thead td {
    background-color: #8f0600;
    font-variant: small-caps;
    font-weight: bold;
    color: white; }
  .board table td {
    margin: 1px;
    padding: .5em 1.5em; }

.board ol.topic li.post {
  clear: both;
  background: #e5e5e5;
  padding: .5em 1em;
  margin: .5em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .board ol.topic li.post .tools {
    margin-bottom: .5em; }
.board ol.topic li.even {
  background: #f0f0f0; }
.board ol.topic blockquote {
  background-color: rgb(218, 218, 218);
  padding: 0.5em;
  font-style: italic; }
.board ol.topic .posted-on, .board ol.topic .content {
  margin-right: 26ex; }
.board ol.topic .posted-on {
  border-top: 1px dotted gray;
  padding: .5em 0;
  font-variant: small-caps; }
.board ol.topic .poster {
  float: right;
  width: 22ex;
  padding: .5em .5em 1.5em .5em;
  border-left: 1px solid white; }
  .board ol.topic .poster img {
    display: block;
    margin-bottom: .5em; }

.edit-profile img {
  display: block;
  margin: 0.5em 0; }

.view-profile img {
  float: right; }
.view-profile dl dt {
  clear: left;
  float: left;
  width: 8em;
  display: block;
  font-weight: bold; }
.view-profile dl dd {
  display: block;
  margin-bottom: 0.5em; }

table.invites thead td, table.invites thead th, table.data thead td, table.data thead th {
  background-color: #8f0600;
  color: white;
  font-variant: small-caps; }
table.invites td, table.invites th, table.data td, table.data th {
  padding: 0.3em 2em; }
table.invites .even td, table.data .even td {
  background-color: #ddd; }

#dashboard .photo {
  float: right;
  width: 180px; }
  #dashboard .photo .missing {
    border: 1px solid #; }

span.passed {
  color: green; }

span.failures {
  color: orange; }

span.errors {
  color: red; }

ul.task_solutions, ul.quiz_results {
  margin-top: 0.75em; }
  ul.task_solutions span,   ul.quiz_results span {
    font-size: 80%; }
  ul.task_solutions strong,   ul.quiz_results strong {
    font-size: 120%;
    color: #333; }
  ul.task_solutions li,   ul.quiz_results li {
    margin-bottom: 1em; }
  ul.task_solutions .total-points,   ul.quiz_results .total-points {
    color: #555; }

.count_0 {
  color: #ccc !important; }

.log {
  padding: 0.75em;
  margin: 0.25em;
  white-space: pre-wrap;
  font-family: Consolas, monospace;
  background-color: #f5f5f5; }
