/* Reset */
.mashup, .mashup-content, .mashup ul, .mashup li, .mashup-toolbar ul, .mashup-toolbar li .stream p{
	background: none;
	list-style: none !important;
	padding: 0; 
	margin: 0; 
}

/* Main styles */
/* Feeds */
.mashup { color: #444; }
.mashup-content { position: relative; }

.mashup-loading {
	background: url(../images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	font-size:0;
	position: absolute;
	top: 10px;
	right:10px;
	width:24px;
}

/* Content blocks */
.stream .clear { clear: both; }

.stream li {
	background-color: #FFFFFF;
	border:1px solid #DDDDDD;
/*    box-shadow: 0px 0 1px 1px rgba(34, 25, 25, 0.4);*/
	box-shadow: 1px 1px 2px #DDDDDD;
	font-family: Arial, sans-serif;
    font-size: 11px;
	line-height: 1.35em;
	margin: 1px 12px 12px 1px;
    padding: 15px 0 45px 0;
	position: relative;
    width: 224px;
}

.stream li a { color: #2DB6E8; }

.stream li .inner {
	overflow: hidden;
	padding: 0 15px;
}

.stream li .section-intro {
	bottom: 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	left: 0;
	padding:4px 0 1px;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.stream li .section-intro .icon {
	margin:0 5px 0 3px;
	position:relative;
	width: 26px;
	z-index: 3;
}

.stream li .section-intro a {
	color: #FFFFFF;
	text-decoration: underline;
}

.stream li .section-title {
	font-weight: bold;
	margin-bottom: 3px;
}
.stream li .section-title a { color: #555; }
.stream li .section-title a:hover { color: #2DB6E8; }

.stream li .section-thumb {
	float: left;
	margin-right:7px;
}
.stream li .section-thumb img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom:5px;
	max-width:190px;
}

.stream li .section-text br{ display: none; }

.stream li .section-user {
	background: url(../images/profile.png) no-repeat 0 0;
	clear:both;
	font-style: italic;
	margin: 10px 0 5px;
	padding-left: 15px;
	line-height: 12px;
}

.stream li.mashup-error { color: #990000; }

/* Toolbar and Filter Icons */
.mashup-toolbar {
	margin-bottom: 15px;
	position: relative;
}
.mashup-toolbar .filter { overflow: auto; }
.mashup-toolbar .filter .link-all {/*comeback*/}
.mashup-toolbar .filter li a {
	display: block;
	float: left;
	padding: 4px;
}
.mashup-toolbar .filter li img { height: 30px; }

/* BACKGROUND COLORS */
/*RSS*/
.stream li.mashup-rss .section-intro, .filter .f-rss a:hover { background-color: #FF9800; }
/*FLICKR*/
.stream li.mashup-flickr .section-intro, .filter .f-flickr a:hover { background-color: #f90784; }
/*TWITTER*/
.stream li.mashup-twitter .section-intro, .filter .f-twitter a:hover { background-color: #4ec2dc; }
/*FACEBOOK*/
.stream li.mashup-facebook .section-intro, .filter .f-facebook a:hover { background-color: #3b5998; }
/*GOOGLE*/
.stream li.mashup-google .section-intro, .filter .f-google a:hover { background-color: #2d2d2d; }
/*YOUTUBE*/
.stream li.mashup-youtube .section-intro, .filter .f-youtube a:hover { background-color: #DF1F1C; }
/*PINTEREST*/
.stream li.mashup-pinterest .section-intro, .filter .f-pinterest a:hover { background-color: #CB2528; }
/*INSTAGRAM*/
.stream li.mashup-instagram .section-intro, .filter .f-instagram a:hover { background-color: #EB4924; }
/*TUMBLR*/
.stream li.mashup-tumblr .section-intro, .filter .f-tumblr a:hover { background-color: #365472; }


/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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;
}

/**** 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;
}

