/* ! FONTS */
@import url(//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic&subset=latin,cyrillic-ext);

@font-face {
    font-family: 'RoubleArial';
    src: url('fonts/rouble-regular-webfont.eot');
    src: url('fonts/rouble-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/rouble-regular-webfont.woff') format('woff'),
        url('fonts/rouble-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ! GLOBALS */
body {
    font-family:
            -apple-system, BlinkMacSystemFont,
            "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
            "Helvetica Neue", sans-serif;
    padding-bottom: 60px;
    line-height: 22px
}
li {
    line-height: 22px
}

.logo {
  display: block;
  float: left;
  font-size: 0;
}

.logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: transparent transparent #9e9e9e #9e9e9e;
  transform: rotate(45deg);
}

.logo img {
  width: 24px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.logo .logo-text {
  font-size: 12px;
  color: #595959;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}

.logo:hover .logo-text {
  color: #ee3534;
}

.main-logo {
    margin-top: 20px;
    display: block;
    width: 200px;
}

.well-light {
  padding: 5px 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .well-light {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.masthead .pull-right {
    margin-top: 30px;
}

.masthead h3 img {
  width: 280px;
  height: 66px;
}

.navbar {
    margin-top: 20px;
}
.navbar .navbar-inner {
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
}
.navbar .nav li a {
    text-transform: uppercase;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.75);
    border-right: 1px solid #d4d4d4;
    line-height: 20px !important;
}
.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  .form-search input.input-medium {
    width: 110px;
  }
}


pre {
    background: #f8f8f8;
    padding: 0;
    margin-top: 8px !important;
}
code, pre {
    font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace !important;
    font-size: 14px;
}

#wikicmds {
  float:right; white-space:nowrap;
  font-size: 11px;
  padding: 5px;
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:#999; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikitext { margin-top:20px; }
#wikitext img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagetitle { clear: right; }

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }
