@charset "utf-8";
/* CSS Document */

.dpSocialTimelineLoading {
	min-height: 150px;
}

div.dpSocialTimeline {
	list-style: none;
	padding:0;
	margin:0;
	font-family: "BentonSans", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	zoom: 1;
}

div.dpSocialTimeline .dpSocialTimeline_item {
	list-style: none;
	padding: 1px;
	margin: 3px;
	font-size:13px;
	height: 350px;
	overflow: hidden;
}

div.dpSocialTimeline .dpSocialTimeline_item.dpSocialTimeline_hideMe {
	opacity: 0;
}

div.dpSocialTimeline .dpSocialTimeline_lineWrap {
	width: 10px;
	text-align: center;
	margin: 0 auto;
	display: none;
}

div.dpSocialTimeline .dpSocialTimeline_line {
	margin: 0;
	display: block;
	height: 100%;
	position: absolute;
	width: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_line span {
	width: 16px;
	height: 16px;
	display: block;
	top: 50px;
	left: -4px;
	position: absolute;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	padding: 15px 0 0 15px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	padding:5px 15px;
	text-align: left;
	line-height: 130%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
	font-size:11px;
	padding: 15px 15px 20px 15px;
	text-align: left;
	word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
	margin-bottom: 15px;
	text-align: left;
	height: 120px;
	overflow: hidden;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	position:relative;
	margin: 0 auto 5px; 
	padding: 3px; 
	border:0;
	display:block;
	height:auto;
	max-width: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	position:absolute;
	top:10px;
	left:10px;
	width: 16px;
	height:16px;
	-moz-box-shadow: 0; 
	-webkit-box-shadow: 0; 
	box-shadow: 0;
	background: none; 
	padding:0;
	margin:0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
	cleaR:both;
	width:100%;	
	margin-top: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	padding-left: 20px;
	font-weight:bold;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:hover {
	text-decoration:none;	
}

div.dpSocialTimeline .dpSocialTimeline_item a{
	text-decoration:none;
	position: relative;
	word-wrap:break-word;
	color: #000;
}

div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	text-decoration:underline;
}

div.dpSocialTimeline .dpSocialTimeline_item span.time{
	font-size:9px;
	margin-left: 15px;
}

div.dpSocialTimeline .dpSocialTimeline_item .user{
	font-size:11px;
	margin-left:10px;
	margin-top:3px;
	text-transform:uppercase;
	display: inline;
	float:left;
	line-height: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link{
	display: block;
	height: 148px;
	overflow: hidden;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link:hover{
	display:block;
}



/**** Social Icons ****/

div.dpSocialTimeline span.favicon{
	float: left;
	display:block;
	width: 17px;
	height: 17px;
}

div.dpSocialTimeline span.favicon.twitter,
div.dpSocialTimeline_filter span.favicon.twitter {
	background:url(http://1515sf.com/img/social_twitter.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.facebook,
div.dpSocialTimeline_filter span.favicon.facebook {
	background:url(http://1515sf.com/img/social_facebook.png) 0 0 no-repeat;
}

/* Divider */

.dpSocialTimeline_divider {
	clear: both;
	margin-bottom:10px;
}

/* Skins - Light */

div.light.dpSocialTimelineLoading {
	background: url(http://1515sf.com/img/ajax-loader-reverse.gif) no-repeat 50% 50%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item {
	color: #000;
	background: #fff;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	background: #fff;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #000;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
	text-shadow: 0 1px 0 white;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #555;
	word-wrap: normal;
	display: inline-block;
}

div.light div.dpSocialTimeline .twitter {
	background-color: #b1b3b6 !important;
	color: #fff !important;
}

div.light div.dpSocialTimeline .twitter a {
	color: #fff !important;
}

div.light div.dpSocialTimeline .twitter div.dpSocialTimelineContentHead {
	background-color: #b1b3b6 !important;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope.rtl .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
     -moz-transition-property: right, top, -moz-transform, opacity;
      -ms-transition-property: right, top, -ms-transform, opacity;
       -o-transition-property: right, top, -o-transform, opacity;
          transition-property: right, top, transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}