/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #333;
  background: #e5e9ec;
}


/*
 * Global add-ons
 */

 .badge {
    background: #bdc3c7;
    margin-right: 5px;
 }

.sub-header {
  padding-bottom: 10px;
}

.sub-header {
  font-family: 'Source Sans Pro', Sans-Serif;
  text-transform: uppercase;
  font-size: 1em;
  color: #d1a40f;
}

.navbar {
  border: 0;
  padding: 0;
}

.navbar-top {
  background: #2980b9;
  height: 60px;
  border-radius: 0;
  font-weight: 600;
  margin-bottom: 0;
}

.navbar-nav > li > a  {
  color: #ffffff;
  padding-top: 21px;
}

.navbar-nav > li > a:hover  {
  color: #f1c40f;
  background: inherit;
}

.navbar-brand {
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -1px;
  height: 60px;
  padding: 20px;
  padding-top: 20px;
}

.navbar-brand:hover {
  background: #1970a9;
  color: #ffffff;
}

.container > .navbar-header {
  padding-left: 0;
  padding-right: 0;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4 {
  font-weight: 700;
}

/*
 * Sidebar
 */

.sidebar a:hover {
  text-decoration: none;
}

.sidebar {
  display: block;
  padding: 0 20px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  margin-top: 16px;
}

.sidebar .headline {
  font-weight: 700;
  color: #666;
}

@media (min-width: 768px) {
  .sidebar {
    padding: 0 20px 20px 20px;
    margin-top: 16px;
  }
}

.sidebar-module {
  padding: 0 0 20px 0;
}

.sidebar-module li a {
  display: block;
  color: #282e30;
  padding-bottom: 7px;
}

.sidebar-module h4 {
  margin-bottom: 10px;
}

.list-summary li {
  padding: 0 0 5px 0;
}

.list-summary li:last-child {
  padding-bottom: 0;
}

.list-summary .glyphicon, .glyphicon {
  margin-right: 4px;
  top: 1;
  font-size: 0.75em;
  color: #bbb;
}

/*
 * Main content
 */

 #main {
  font-family: Merriweather, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
 }

.main-left h3:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .main-left {
    padding: 20px;
    background: #ffffff;
  }
}

.main-right {
  padding: 20px;
  background: #ffffff;
  border-left: 1px solid #eee;
}

@media (min-width: 768px) {
  .main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

.tweet {
  padding-left: 0;
}

li.url {
  padding-bottom: 10px;
}

.tweet .user, .url {
  line-height: 1;
  font-family: 'Source Sans Pro', Sans-serif;
}

.tweet .user .username, .url .extern-title {
  font-weight: bold;
  color: #666;
}

.url .extern-url {
  color: #adb3b7;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
}

.tweet .user .screenname {
  color: #bdc3c7;
}

.tweet .user .screenname:after, .tweet .user .screenname:before {
  padding: 0 5px 0 5px;
  content: ' \b7';
}

.tweet .user .timestamp {
  color: #bdc3c7;
  padding-left: 5px;
}


li.tweet {
  padding-bottom: 15px;
}

.meta .tweets {
  background: #3498db;
}

.meta .imgs {
  background: #eba864;
}

.event {
  padding-bottom: 60px;
}

.event h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.event h1 {
  font-size: 3em;
  padding-top: 5px;
  line-height: 1.4em;
  color: #444;
}

.event h2 {
  font-size: 1.6em;
  color: #999;
  margin-top: 0px;
  line-height: 1.4em;
  font-weight: 700;
}

.main .event {
  padding-bottom: 10px;
}

.main .event h1 {
  display: block;
  font-size: 1.8em;
  margin-top: 5px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.main .event h1 a, .main .event h3 a {
  color: #282e30;
}

.main-story ul {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-bottom: 0;
  margin-bottom: 5px;
}


.event .summary li {
  padding: 0px 0 10px 0;
  font-size: 1.2em;
  line-height: 1.6;
}

.main-story {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.main-story .summary li {
  padding: 0px 0 5px 0;
  font-size: 1em;
  line-height: 1.6em;
}

.summary {
  list-style-type: none;
}

.summary li {
  text-indent: -0.9em;
}

.summary li:before { 
  content:"-";
  position:relative;
  left:-0.5em;
}

.summary li:last-child {
  padding-bottom: 0;
}

.event .media {
  padding: 0 10px 10px 0;
}

.main-story .media {
    padding: 0;
}

.event .event-info {
  padding: 0;
}

.event .main-thumb-container {
  margin-right: 10px;
  max-height: 115px;
  background-repeat: none;
  background-size: cover;
  margin-bottom: 10px;
}

.main-story .main-thumb-container {
  max-height: 325px;
  overflow: hidden;
  margin-bottom: 0px;
}

.event .main-thumb-container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-story .main-thumb-container img {
  min-width: 100%;
}

.media { 
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  .event .main-thumb-container {
    width: 100%;
    max-height: 300px;
    background-repeat: none;
    background-size: cover;
  }

}

.block {
  border-right: 1px solid #eee;
  padding-right: 10px;
  margin-right: 10px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: 'Source Sans Pro', 'Sans-Serif';
}

.block:last-child {
  border-right: 0px solid #eee;
}

.tags {
  padding-top: 10px;
  padding-bottom: 15px;
}

.main-story .tags {
  padding-top: 5px;
  padding-bottom: 0px;
}

.tags .badge {
  background: #d9d9d9;
  color: #666;
}

.texttag {
  padding: 0;
  margin-right: 5px;
  color: #3498db;
}

.texttag:after {
  content: ", ";
}

.texttag:last-child:after {
    content: "";
}

.event .main-details {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}

.event-header-img {
  margin: 0px;
  max-height: 300px;
  overflow: hidden;
}

.event-sub-img {
padding-bottom: 25px;
}

.event-header-img img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-event {
  padding-top: 25px;
}

.single-event ul.summary {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  padding-right: 15px;
}

.single-event .row {
  margin-bottom: 30px;
}

.sub {
  color: #ccc;
  font-size: 0.5em;
  white-space: nowrap;
  line-height: 0.5em;
}

.all-tweets {
}