body {
  padding-top: 90px;
}

.navbar-inner {
  border-top: 5px solid #444;
  background: #666;
  padding-top: 5px;
}

.navbar h1 .brand {
  font-size: 30px;
  color: #fc0;
  padding-top: 0;
}

.navbar h1 a:hover {
  background: #444;
  border-radius: 10px;
}

.tab-content h1 {
  font-size: 2em;
  color: #333;
}

.tab-content h1 span {
  font-weight: normal;
  font-size: .7em;
  color: #888;
}

.tab-content h1 span i {
  color: #555
}

.article-row {
  clear: left;
  border-top: 1px solid #eee;
  line-height: 1.5em;
}

.article-views {
  background: #eee;
  width: 55px;
  height: 50px;
  float: right;
  text-align: center;
  padding: 5px 0;
  border-radius: 0 0 10px 0;
}

.article-views b {
  display: block;
  padding: 5px 0;
  font-size: 28px;
  color: #aaa;
}

.article-views span {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}

.article-head {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
  padding-top: 10px;
}

.article-subhead {
  font-size: 1em;
}

.article-details {
  padding-bottom: 5px;
  width: 640px;
}

.article-details span {
  margin-right: 6px;
}

.article-date-absolute {
  text-transform: uppercase;
  color: #999;
}

.article-added {
    color: #999;
    float: right;
    font-size: 80%;
}

.tags-label {
    float: left;
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
}

.article-tags ul {
  margin: 0;
}

.article-tags ul li {
  list-style: none outside;
  float: left;
  margin-bottom: 15px;
}

.article-tags ul li a {
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #eee;
  padding: 1px 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  color: #333;
  text-decoration: none;
}

.article-tags ul li a:hover {
  color: #eee;
  background: #333;
}

.article-tags ul li a.searched {
  color: #333;
  background: #ccf;
}

.article-tags ul li a.searched:hover {
  color: #eee;
  background: #33c;
}

.sidebar-block {
  background: #eee;
  padding: 10px;
  margin-bottom: 1em;
  border-top: 3px solid #ddd;
  border-radius: 0 10px 0 0;
}

.sidebar-block input {
  max-width: 85%
}

.sidebar-block h3 {
  color: #999;
  font-size: 1.5em;
}

.tag-types ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.tag-types ul li a {
  display: block;
  font-size: 1.2em;
  color: #666;
  padding-bottom: 5px;
}

#footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}

ul.tagit.input-block-level {
    font-size: 100%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* More specific selector to keep bootstrap.css from showing it */
select.tagit-hiddenSelect {
    display: none;
}

.btn.input-block-level {
    font-weight: bold;
    margin-bottom: 1em;
    padding: 10px;
    border: 3px solid #ddd;
    border-radius: 10px;
    min-height: 0;
}

.btn-primary.input-block-level {
    border: 3px solid #33c;
}

#sort_by_controls .current {
  color: #c33;
}

.site-subtitle {
    font-size: 50%;
    font-style: italic;
    font-weight: normal;
}

/* for placeholder text in IE */
.placeholder {
    color: #aaa;
}
