/* Custom CSS */

/* don't duplicate name in sidebar */
.widget-about .site-title {
  display: none;
}

/* custom width of page */
.container {
  max-width: 840px;
}

/* remove whitespace of hidden main menu */
.main {
  padding-top: 0em;
}

/* code block settings */

code, kbd, pre, samp, var {
    font-family: Menlo,Consolas,Monaco,Ubuntu Mono,Liberation Mono,Lucida Console,monospace;
    color: black;
    background: #e1e4e8c7;
    border: 0px solid #dcdcdc;
    padding: 0.2em .4em;
    font-size: .85em;
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #e1e4e8c7 !important;
    color: black;
}

body {
     font-size: 1.0em;
}

/* move hamburg button to left side */
.main .sidebar-toggler {
    padding: 0;
    position: absolute;
    left: 15px;
	top: 15px;
}

/* increase top margins in articles */
.header-info {
	margin-top: 40px;
}

/* space between top and right blue separation line */
.sep-after:after, .sep-before:before {
    content: "";
    display: block;
    width: 4em;
    margin-top: 1.35em;
}

/* makes the whole sub-menu clickable, not just the "+" button */
.sidebar-menu .item.has-children {
  position: relative;
}
.sidebar-menu .has-children > a {
  margin-right: 1em;
}
.sub-menu-toggler {
  width: 100%;
  text-align: right;
  background: transparent;
  position: absolute;
  top: 3px;
}

.comment-content a, .entry-content a {
    border-bottom: none;
    color: #03638E;
}

/* no uppercase only menu */
.menu li {
    text-transform: none;
}

.comment-content a, .entry-content a {
    border-bottom: none;
    color: #03638E;
}
