/*==========================================================================
****************************************************************************
                                                                           *
    Title: Social stream                                                   *
    Author: Jamel                                                          *
    Date: March 2014                                                       *
                                                                           *
****************************************************************************
============================================================================

	1. STREAM

****************************************************************************
==========================================================================*/


/* 1. STREAM
----------------------------------------------------------------------------
==========================================================================*/


#social-stream {
	clear: both;
	overflow: hidden;
	position: relative;
}

#social-stream .break-point {
	width: 1920px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

#social-stream img {
	position: static;
	width: 100%;
	height: auto;
	display: block;
}

#social-stream .columns {
	overflow: hidden;
	padding-bottom: 1px;
	margin-right: -1px;
}

#social-stream .column {
	width: 16.6666%;
	float: left;
	position: relative;
}

#social-stream .block {
	position: relative;
	overflow: hidden;
	margin: 0 0 -1px -1px;
	opacity: 0;
	border: solid 1px #ccc;
}

#social-stream .source {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: 0;
	left: auto;
	z-index: 2;
}

#social-stream .author {
    margin: 20px;
    position: relative;
    overflow: hidden;
}

#social-stream .author img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#social-stream .author .name {
	display: table;
	width: 100%;
	height: 30px;
}

#social-stream .author .valign {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}

#social-stream .author strong {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #000;
}

#social-stream .author strong * {
	color: #000;
}

#social-stream .author span {
	color: #ababab;
	font-size: 11px;
}

#social-stream .content {
    background: #fff;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 20px;
    padding: 0;
    position: static;
    z-index: 1;
    font: 13px/20px Georgia, serif;
    overflow: hidden;
}

#social-stream .content a,
#social-stream .content strong,
#social-stream .content .hash {
	color: #32cbfe;
	font-weight: bold;
}

#social-stream .content a:hover {
	text-decoration: underline;
}

#social-stream .date {
	padding-top: 10px;
	color: #7f7f7f;
	font: 11px/18px Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#social-stream #load-more {
	height: 130px;
	text-align: center;
	overflow: hidden;
}

#social-stream #load-more .border {
	width: 30px;
	height: 2px;
	background: #3b4043;
	margin: 48px auto 15px;
}

#social-stream #load-more a {
	font: 15px/16px SourceSansPro-Black, sans-serif;
	color: #3b4043;
	text-transform: uppercase;
	letter-spacing: 2px;
}