/* General Layout */

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  /* handled by theme */
/*  font-family: 'PT Sans', sans-serif;
  background-color: #fafefb; */ 
}

/* Custom page header */
.header {
  padding: 10px 20px 15px 20px;
  background-color: #e8f1f7;
  margin-bottom: 30px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.page-header:first-child {
    margin-top: 0;
}

/* Link Buttons */

ul.linkbuttons {
    padding-left: 0;
}

ul.linkbuttons > li {
    list-style: none;
    margin: 5px 0;
}

ul.linkbuttons > li.split {
    width: 200px;
}

ul.linkbuttons > li.indented {
    margin-left: 10px;
}

ul.linkbuttons > li.split div.col-md-6:nth-child(2) {
    padding-left: 10px;
}

ul.linkbuttons > li.split.indented div.col-md-6:nth-child(2) {
    padding-left: 0;
}

ul.linkbuttons > li > div a {
    min-width: 90px;
}

ul.linkbuttons > li > a {
    min-width: 200px;
}

.date {
    width: 100%;
    text-align: center;
    margin: 20px auto 0 auto; 
}

.date .weekday {
    font-size: 110%;
}

.date .day {
    color: #ce4844;
    font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
    font-size: 64px;
    margin: -12px 0;
    letter-spacing: -2px;
    font-weight: bold;
}

.date .calendar-week {
  font-size: 90%;
  color: #666
}

/* Genio Posts */
.genio-item {
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  padding-bottom: 15px;
}

.genio-item:first-child {
  margin-top: 0;
}

.genio-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.genio-item .tHeadline a {
  font-size: 11px;
  color: #949494;
}

.genio-item .tSubject a {
  color: #69B022;
  font-size: 18px;
  font-weight: bold;
}

.genio-item .teaserImage {
  width: 100%;
}

.weather-panel .panel-body {
    padding-bottom: 5px;
}

.weather {
    margin: 0 15px 10px 0;
    float: left;
}

.weather:last-child {
    margin-right: 0;
}

.side-panel .panel-heading {
    padding: 5px 10px;
}

.url, .user, .password {
    font-family: monospace;
}

.password > span {
    display: none;
}

.password:before {
    content: '*****';
}

/* servermon */

#servermon-result > div {
    float: left;
    width: 50%;
}

#servermon-result .offline {
    color: #b94a48;
}

#servermon-result .online {
    color: #468847;
}

#servermon-result h3 {
    margin-top: 0;
}

#servermon-result ul {
    padding-left: 5px;
}

#servermon-result li {
    list-style: none;
}
