body {
  background: url(images/tiledstar_blue.png);
  text-rendering: optimise;
  background-color: #333;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  font-weight: bold;
  outline: solid 3px rgba(255, 255, 255, 0.3);

}

.logo {
}

.top-row {
  margin: 0px;
  margin-bottom: 0px !important;
  overflow: auto;
}

.memorial {
  background: url(images/header.png);
  height: 410px;

}

.memory {
  height: 200px;
  padding:0px;
}

.memoryinner {
  margin: 5px;
  height: 190px;
  border-radius: 3px;
}

.dec09 {
  background-image: url(images/Dec09-t.png);
}
.feb10 {
  background-image: url(images/Feb10-t.png);
}
.oct10 {
  background-image: url(images/Oct10-t.png);
}
.oct11 {
  background-image: url(images/Oct11-t.png);
}
.oct13 {
  background-image: url(images/Oct13-t.png);
}
.nov14 {
  background-image: url(images/Nov14-t.png);
}
.mar151 {
  background-image: url(images/Mar15-1-t.png);
}
.mar152 {
  background-image: url(images/Mar15-2-t.png);
}


.brb {
  float: right;
  position: relative;
  top: 64px;
}

.farewell {
  font-size: 18px;
  padding: 20px;
}

.footer-bar {
  background-image: url(images/footer-bg.png);
  background-repeat: repeat-x;
  height: 60px;
}

.footer-center {
  height: 60px;
  background-image: url(images/owl.png);
  background-repeat: no-repeat;
  background-position: center center;
}





@media (max-width: 767px) {

.top-row {
  overflow: hidden;
}

.memorial {
  background: url(images/headermob.png);
  height: 410px;
}

.brb {
  display: none;
}

 

  .navbar li {
    float: left;
  }

  .navtop {
    position: relative;
    top: 5px;
  }

  .navbar-right li {
    width: 25%;
    text-align: center;
    font-size: 150%;
  }

  .navbar-right span {
    display: none;
  }

  .navbar-toggle {
    margin-top: 4px;
    margin-right: 8px;
  }

   .container {
  padding: 0px 10px 0px 10px;
}
  .navbar-container{
    padding:0px;
  }

  .navbar-ex1-collapse {
    margin: 0px;
    padding: 1px 0px 0px;
  }

  .navbar-nav {
  margin: 0;
  }

  .logo {
  }

  .navbar-nav .open .dropdown-menu {
  position: fixed;
  background: #222222;
  top: 46px;
  width: 100%;
  border-radius: 0px;
  border-top: 1px solid #101010;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .navbar-nav .open .dropdown-menu li {
  width: 25%;
  text-align: center;
  }

}

.user-dropdown {
  background-color: rgba(0,0,0, 0.8);
  color: #fff;
}

.user-dropdown li a {
  color: #999;
  text-shadow:1px 1px #000;
  width:250px;
  padding: 10px;
  padding-left:20px;
  font-size: 16px;
}

.gold {
  padding-left:30px;
  background-image: url(images/icon-goldcoin.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.silver {
  padding-left:30px;
  background-image: url(images/icon-silvercoin.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;

}

@media (max-width: 991px) {
  .playbutton {
    display: none;
  }

  .brb {
  display: none;
}

}

h4 {
  margin-top: 25px;
}

.panel {
  border-color: #444;
  -moz-box-shadow: 0px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 3px rgba(0,0,0,0.3);
}

.panel-heading {
  border: solid 2px rgba(255,255,255,0.5);
  border-bottom: none;
}

.panel-title {
  color: #fff;
  text-shadow:1px 1px #000;
  font-size: 17.5px;
}

.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

.list-group-flush {
  margin: 0px 0px 0px -40px;
}

.list-group-item {
  overflow: hidden;
  position: relative;
  padding: 10px 10px 10px 10px;
  border-left:0;
  border-right:0;
  }

.list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-top: 0;
}

.list-group-item:last-child {
border-bottom: 0;
}

.feed-setting {
  position: absolute;
  top: 7px;
  right: 22px;
}

.comment-head {
  color: #46b7f4;
  overflow: hidden;
}

.comment-head h3 {
  font-size: 14px;
  font-weight: bold;
  margin:0;
}

.comment-head small {
  color: #666;
  font-style: italic;
  position: relative;
  top: -2px;
}

.feed-icon {
  width: 55px;  /* the fixed width required */
  background: #666;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.feed-icon + div {
     margin-left: 55px;  /* must match the fixed width in the .fixed class */
     overflow: hidden;
}

.feed-right {
  padding-left: 10px;
}

.feed-right p {
  margin: 0px 0px 0px 0px;
}

.feed-buttons {
  font-size: 85%;
  margin-top: 5px;
  padding-right: 10px;
  position: relative;
  top: 3px;
}

.feed-buttons li a {
  padding:0px;
  opacity: 0.6;
  color: #000;
  margin-right: 10px;
}

.feed-buttons li a:hover {
  opacity: 1;
  background:none;
  text-decoration: underline;
}

.feed-button-dropdown {
  opacity: 1;
  top: 22px;
}

.feed-button-dropdown li a {
  padding: 5px;
  opacity: 1;
  top: 22px;
  margin-right:0px;
  padding-left:10px;
  color: #333;
}

.feed-button-dropdown li a:hover {
  background: #eee;
  color: #333;
}

.feed-button-dropdown li a:active {
  top:0px;
}

.feed-buttons li a:active {
  position: relative;
  top: 2px;
}

.speechbubble {
  position: relative;
  top: 5px;
  left: 14px;
}

.feed-comments {
  padding-left: 0px;
}

.feed-comments li {
  list-style: none;
  padding: 5px;
  border: solid 1px #a1a1a1;
  background: #e4e4e4;
  border-top: none;
  border-radius: 0px;
}

.feed-comments li:first-child {
  border-top: 1px solid #a1a1a1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.feed-comments li:last-child {
  border-bottom: 1px solid #a1a1a1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.feed-comments img.speechbubble {
position: relative;
top: 4px;
left: 23px;
}

.username {
  font-weight: bold;
}

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow:1px 1px rgba(0,0,0,0.8);
  color: #fff;
  font-weight: bold;
}

.btn:hover {
  color: #fff;
}

.btn-orange {
  font-weight: bold;
  color: #fff;
  background: #ff8725;
}

.btn-orange:hover {
  background: #FF9542;
  border: 1px solid rgba(0,0,0,0.3);
}

.btn-orange:active {
  padding-top: 8px;
  padding-bottom:4px;
  background: #F57C19;
}

.btn-blue {
  font-weight: bold;
  color: #fff;
  background: #46b7f4;
}

.btn-blue:hover {
  background: #55c6ff;
  border: 1px solid rgba(0,0,0,0.3);
}

.btn-blue:active {
  padding-top: 8px;
  padding-bottom:4px;
  background: #29a4e2;
}

.btn-feed-setting {
  background: #ff8725;
  text-shadow:1px 1px #994b0b;
  box-shadow: inset 0px 12px rgba(255,255,255,0.2), inset 0px 0px 0px 1px rgba(255,255,255,0.3);
  border: 1px solid rgba(0,0,0,0.3);
}

.btn-feed-setting:hover {
 background-color: #fca259;
  box-shadow: inset 0px 12px rgba(255,255,255,0.3), inset 0px 0px 0px 1px rgba(255,255,255,0.4); 
}

.btn-feed-setting:active{
  background-color: #e37821;
  box-shadow: inset 0px 12px rgba(0,0,0,0.1), inset 0px 0px 0px 1px rgba(255,255,255,0.3); 
}

.btn-feed-setting.active {
  box-shadow: inset 0px 2px rgba(0,0,0,0.1);
  background: #cc6c1d;
  text-shadow:1px 1px #954c10;
}

.btn-share {
  border: solid 1px #2a81b0;
  background-color: #47b7f4;
  color: #00466b;
  text-shadow:1px 1px #93d7fc;
  box-shadow: inset 0px 12px rgba(255,255,255,0.2), inset 0px 0px 0px 1px rgba(255,255,255,0.3);
}

.btn-share:hover {
  background-color: #6ccbff;
  color: #00466b;
  box-shadow: inset 0px 12px rgba(255,255,255,0.3), inset 0px 0px 0px 1px rgba(255,255,255,0.4);  
}

.btn-share:active {
  background-color: #47b7f4;
  box-shadow: inset 0px 12px rgba(0,0,0,0.1), inset 0px 0px 0px 1px rgba(255,255,255,0.3);
  color: #0b3c56;
  
}

.feed-input {
  background: #dbdbdb;
  box-shadow: inset 0px 3px rgba(0,0,0,0.1);
  border: solid 1px #7a7a7a;
  color: #333;
  outline: none;
  border-right:0;
}

.feed-input:focus {
  border-color: #5b5b5b;
  box-shadow: inset 0px 3px rgba(0,0,0,0.1);
  background-color: #efefef;
  outline:none;
}

.playbutton {
  height: 120px;
  background: #82d5ff;
  background: -moz-linear-gradient(top, #82d5ff 0%, #40b8f5 60%, #188bc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d5ff), color-stop(60%,#40b8f5), color-stop(100%,#188bc4));
  background: -webkit-linear-gradient(top, #82d5ff 0%,#40b8f5 60%,#188bc4 100%);
  background: -o-linear-gradient(top, #82d5ff 0%,#40b8f5 60%,#188bc4 100%);
  background: -ms-linear-gradient(top, #82d5ff 0%,#40b8f5 60%,#188bc4 100%);
  background: linear-gradient(to bottom, #82d5ff 0%,#40b8f5 60%,#188bc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d5ff', endColorstr='#188bc4',GradientType=0 );
  box-shadow: inset 0px 44px rgba(255,255,255,0.2), inset 0px 0px 0px 3px rgba(255,255,255,0.3), 0px 3px rgba(0,0,0,0.3);
}

.playbutton h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  font-weight: bold;
}

.usersonline {
font-size:100%;
text-align:center;
color: #00466b;
}

.playbutton:active {
  position: relative;
  top: 3px;
  box-shadow: inset 0px 44px rgba(255,255,255,0.2), inset 0px 0px 0px 3px rgba(255,255,255,0.3);

}

/* Colours */

.textorange {
  color: #ff8725;
  font-weight: bold;

}

.textpurple {
  color: #c348f5;

}

.textgreen {
  color: #4ac545;

}

.textblue {
  color: #46b7f4;
}

.textred {
  color: #ca0000;
}

.orange {
  background-color: #ff8725;

}

.purple {
  background-color: #c348f5;

}

.green {
  background-color: #4ac545;
}

.blue {
  background-color: #46b7f4;
}

.black {
  background-color: #525252;  
}

.light-grey {
  background-color: #dcdcdc;  
}
