html, body {
  padding: 0;
  margin: 5px;
}

.black-theme {
  color:white;
}

.s-minimal.border {
  background: rgba(255,255,255,0.3);
  margin-bottom: 5px;
  border-bottom: none;
}

.black-theme .s-minimal.border {
  background:rgba(255,255,255,0.2);
}

img:not([src]) {
  display: none;
}

a:hover {
  text-decoration:underline !important;
}

#grid {
  text-align: center;
}

.s-minimal {
  display: none;
  text-align: left;
}

.s-minimal a {
  text-decoration: none;
}

#header {
  display:none;
  text-align:center;
}

#header h1 {
  margin-bottom: 5px;
}

#header, #header a {
  color: #555;
  text-decoration: none;
}

.black-theme #header, .black-theme #header a {
  color: #EEE;
}

#header #description {
  font-style: italic;
}

#content {
  margin: 0px;
  padding:0px;
  padding-bottom: 0px !important;
  overflow: hidden;
}

#content.loading {
  visibility: hidden;
}

.vignette {
  width: 25%;
  padding-top: 25%;
  float: left;
  text-align: left;
  position: relative;
}

.vignette .thumbnail {
  padding-bottom: 100%;
  position: absolute;
  top: 5px;
  left: 0px;
  right: 10px;
  overflow:hidden;
}

.vignette .thumbnail iframe, .vignette .thumbnail div {
  position:absolute;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover !important;
  background-color: black !important;
}

.vignette .thumbnail iframe {
  background-color: transparent !important;
  height: 97%;
}

.vignette_bottom {
  padding: 0px 10px 0px 0px;
  min-height:110px;
/*  -webkit-filter: grayscale(100%);*/
  transition: all 1s
}

.vignette .attribution {
  margin: 5px 0px;
  height: 32px;
  line-height: 0.9;
}

.vignette .attribution .avatar img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
}

.vignette:hover .vignette_bottom {
/*  -webkit-filter: grayscale(0);*/
}

.vignette:hover .actions {
  display: block;
}

.vignette .attribution a {
  text-decoration: none;
  color: black;
}

.black-theme .vignette .attribution a {
  color: #FFF;
}

.vignette .attribution .author_info .author .twitterNames{
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}

.vignette .attribution .author_info .author a {
  font-weight: bold; 
  font-size: 12px;
}

.vignette .attribution .author_info .timestamp {
  float: left;
  margin-right: 10px;
}
.vignette .attribution .author_info .timestamp a {
  color: #555;
  font-size: 10px;
}

.black-theme .vignette .attribution .author_info .timestamp a {
  color: #CCC;
}

.vignette .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  line-height: 1.4;
  color: #555;
  font-size: 12px;
  clear: left;
}

.black-theme .vignette .caption {
  color: #DDD;
}

.vignette .caption a {
  color: #333;
  text-decoration: none;
}

.black-theme .vignette .caption a {
  color: #DDD;
}

.vignette .attribution .author_info .author .twitterUsername a {
  color: #999;
  font-weight: normal;
}

.twitterlogo {
  float: right;
  margin-right: 5px;
  margin-top: 1px;
}

#footer {
  clear: left;
  text-align:center;
  margin-top:8px;
  margin-bottom: 15px;
  font-size: 11px;
}

#poweredBy {
  line-height: 14px;
}

#poweredBy a {
  display: inline-block;
	width: 132px;
	height: 19px;
  background: url('../../../../../public/templates/img/livefyre-embed-footer.png') no-repeat;
  overflow: hidden;
  text-indent: -10000px;
}
    
.actions {
  display: none;
}

.actions a {
    display: block;
    width: 0px;
    text-indent: 30px;
    overflow:hidden;
    float: left;
    line-height: 16px;
    color: #555;
    padding: 0px 0px 0px 18px;
    background: url('../../../../../public/templates/img/twitter-actions.png') no-repeat;
    font-size: 7pt;
    margin: 2px 8px 2px 0px;
}

.actions a:hover {
  color: #333;
  text-decoration: none;
}

.black-theme .actions a {
  color: #DDD;
}

.black-theme .actions a:hover {
  color: #FFF;
}

.actions .retweet {
  background-position: 0px -82px;
}

.actions .retweet:hover {
  background-position: 0px -98px;
}

.actions .favorite {
  background-position: 0px -33px;
}
.actions .favorite:hover {
  background-position: 0px -66px;
}
.actions .reply {
  background-position: 0px -1px;
}
.actions .reply:hover {
    background-position: 0px -17px;
}