/* Original CSS, with some tweaks */
div.lifestream img, ul.lifestream img {
  max-width: 576px; 
  margin: 0;
}
div.lifestream, .column-main .content div.lifestream {
	border-bottom: 1px solid #ddd;
  clear: both;
  position: relative;
  z-index: 1;
  max-width: 100% !important;
}
ul.lifestream, .column-main .content ul.lifestream, #content ul.lifestream {
	list-style-type: none;
	margin: 0;
  padding: 0;
}
ul.lifestream-full, .column-main .content ul.lifestream-full {
	position: relative;
	z-index: 1;
	border: 0;
}
ul.lifestream-full.js, .column-main .content ul.lifestream-full.js {
	border-bottom: 1px solid #939598;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
ul.lifestream li.lifestream, .column-main .content ul.lifestream li.lifestream, #content ul.lifestream li.lifestream {
  background-repeat: no-repeat;
  background-position: 4px 16px;
	overflow: hidden;
	margin: 0;
	color: #444; color: rgba(0,0,0,0.75);
	padding: 15px 10px 15px 22px;
	border-bottom: 1px solid #ddd;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
ul.lifestream-full li.lifestream, .column-main .content ul.lifestream-full li.lifestream {
	padding: 10px 10px 10px 22px;
  height: 240px;
  overflow: hidden;
}
ul.lifestream-full.js li.lifestream, .column-main .content ul.lifestream-full.js li.lifestream {
	display: none;
}
ul.lifestream-full.js li.lifestream.selected, .column-main .content ul.lifestream-full.js li.lifestream.selected {
	display: block;
	background-color: #f8f8f8;
	color: #222; color: rgba(0,0,0,0.85);
}
ul.lifestream-full .overlay, .column-main .content ul.lifestream-full .overlay {
  display: none;
	background-color: #f8f8f8;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
  margin: 0;
	padding: 10px 10px 10px 22px;
	z-index: 999;
}
ul.lifestream-full .overlay-fade, .column-main .content ul.lifestream-full .overlay-fade {
  background: transparent url(../images/lifestream-fade.png) repeat-x bottom left;
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
  margin: 0;
  height: 30px;
	z-index: 2;
}
ul.lifestream-links li.lifestream, .column-main .content ul.lifestream-links li.lifestream {
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
ul.lifestream-links .selected, .column-main .content ul.lifestream-links .selected {
	background-color: #f8f8f8;
	color: #222; color: rgba(0,0,0,0.85);
}
ul.lifestream-links .selected .title a, .column-main .content ul.lifestream-links .selected .title a {
	color: #222;
}
ul.lifestream-links .selected .title a:hover, .column-main .content ul.lifestream-links .selected .title a:hover {
	color: #000;
}
ul.lifestream div, .column-main .content ul.lifestream div {
	padding: 0 5px;
	margin: 0;
}
ul.lifestream-full div, .column-main .content ul.lifestream-full div {
	padding: 5px;
}
.column-main .content ul.lifestream-full .lifestream-content p {
	padding: 0;
	margin: 10px 0;
}
.column-main .content ul.lifestream-full .lifestream-content div.date {
  padding: 0;
  margin: 0 0 5px;
}
ul.lifestream-full div.title, .column-main .content ul.lifestream-full div.title {
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
ul.lifestream div.date, .column-main .content ul.lifestream div.date {
	float: left;
	width: auto;
}
ul.lifestream-full div.date, .column-main .content ul.lifestream-full div.date {
	float: none;
	padding: 0 5px;
}
ul.lifestream div.more, .column-main .content ul.lifestream div.more {
	float: right;
	width: auto;
  border: none;
  background: none;
}
ul.lifestream-full div.more, .column-main .content ul.lifestream-full div.more {
	clear: both;
	float: none;
	text-align: right;
}
div.lifestream div.more a, ul.lifestream-full div.title a, .column-main .content div.lifestream div.more a, .column-main .content ul.lifestream-full div.title a {
	color: #222;
}
div.lifestream div.more a:hover, ul.lifestream-full div.title a:hover, .column-main .content div.lifestream div.more a:hover, .column-main .content ul.lifestream-full div.title a:hover {
	color: #000;
}
.lifestream-pager {
	background: #f8f8f8;
	overflow: hidden;
	font-size: 75%;
	padding: 0 10px;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.lifestream-pager a {
	display: inline-block;
	padding: 15px 5px;
}
.lifestream .more {
    height: auto;
}
/* Boxes */
.column-main .content ul.lifestream-boxes li.lifestream, ul.lifestream-boxes li.lifestream {
  display: block;
  width: 194px;
  height: auto;
  padding: 22px;
  float: left;
  border: 1px solid #ddd;
  background: #EEE9E9;
  margin: 10px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-shadow: 0px 0px 1px 1px #ddd;
}
ul.lifestream-boxes li.lifestream .box-top {
  display: block;
  width: 192px;
  height: 192px;
  padding: 0;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
ul.lifestream-boxes li.lifestream .box-top img.content-edited {
  margin: 0;
  padding: 0;
}
ul.lifestream-boxes li.lifestream .box-bottom {
  display: block;
  width: 192px;
  min-height: 100px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
ul.lifestream-boxes li.lifestream .box-bottom a {
  text-decoration: none;
}
ul.lifestream div.box-info, .column-main .content ul.lifestream div.box-info {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 0.75em;
  text-align: center;
}
.box-pager {
  background: #fff;
  text-align: center; 
  border-top: 1px solid #ddd;
}
.box-pager a {
  display: block;
  width: auto;
  margin: 20px auto;
  padding: 0;
  text-decoration: none;
}

/* Lifestream Theme 1 - News */
.lifestreamtheme1 {width: 100%;}
.lifestreamtheme1 #news-summary_1, .lifestreamtheme1 #news-summary_2, .lifestreamtheme1 #news-summary_3, .lifestreamtheme1 #news-summary_4 {
display: block !important;}
.lifestreamtheme1 #news-summary_1, .lifestreamtheme1 #news-summary_2, .lifestreamtheme1 #news-summary_3 {border-top: 1px solid #dddddd; border-bottom: 10px solid #f9f9f9; 
box-shadow: 0px -5px 5px 3px #f9f9f9 inset;}
.lifestreamtheme1 #news-summary_5 .lifestream-content, .lifestreamtheme1 #news-summary_6 .lifestream-content, .lifestreamtheme1 #news-summary_7 .lifestream-content, .lifestreamtheme1 #news-summary_8 .lifestream-content {
display: none !important;}
.lifestreamtheme1 #news-summary_1 {width: 96%; height: 200px;}
.lifestreamtheme1 #news-summary_2, .lifestreamtheme1 #news-summary_3 {width: 96%; height: 150px;}
.lifestreamtheme1 #news-summary_1 .image img {width: 175px !important; height: 175px !important;}  .lifestreamtheme1 #news-summary_2 .image img, .lifestreamtheme1 #news-summary_3 .image img {width: 125px !important; height: 125px !important;}
.lifestreamtheme1 #news-summary_1 .title a {font-size: 2.0em; font-weight:bold;}
.lifestreamtheme1 #news-summary_1 .title a, .lifestreamtheme1 #news-summary_2 .title a, .lifestreamtheme1 #news-summary_3 .title a, .lifestreamtheme1 #news-summary_4 .title a {color: #333; text-decoration: none;}
.lifestreamtheme1 #news-summary_2 .title a, .lifestreamtheme1 #news-summary_3 .title a, .lifestreamtheme1 #news-summary_4 .title a {font-size: 1.2em; font-weight:bold;}
.lifestreamtheme1 #news-summary_1 .title a:hover, .lifestreamtheme1 #news-summary_2 .title a:hover, .lifestreamtheme1 #news-summary_3 .title a:hover, .lifestreamtheme1 #news-summary_4 .title a:hover {text-decoration: underline;}
.lifestreamtheme1 #news-summary_4 {width: 46%; float: left; height:170px; border: none; margin-bottom: 20px;}
.lifestreamtheme1 #news-summary_4 .image, .lifestreamtheme1 #news-summary_5 .image, .lifestreamtheme1 #news-summary_6 .image, .lifestreamtheme1 #news-summary_7 .image, .lifestreamtheme1 #news-summary_8 .image, 
.lifestreamtheme1 #news-summary_5 .lifestream-content, .lifestreamtheme1 #news-summary_6 .lifestream-content, .lifestreamtheme1 #news-summary_7 .lifestream-content, .lifestreamtheme1 #news-summary_8 .lifestream-content
{display: none;}
.lifestreamtheme1 #news-summary_9 {clear: both; border-top: 1px solid #ddd;}
.lifestreamtheme1 #news-summary_5, .lifestreamtheme1 #news-summary_6, .lifestreamtheme1 #news-summary_7, .lifestreamtheme1 #news-summary_8 {width: 46%; float: left; border: none; padding: 5px 0; height: auto;}
.lifestreamtheme1 #news-summary_5 .title a, .lifestreamtheme1 #news-summary_6 .title a, .lifestreamtheme1 #news-summary_7 .title a, .lifestreamtheme1 #news-summary_8 .title a {font-size: 1em; text-decoration: none; font-weight:bold; color: #333;}
.lifestreamtheme1 #news-summary_5 .title a:hover, .lifestreamtheme1 #news-summary_6 .title a:hover, .lifestreamtheme1 #news-summary_7 .title a:hover, .lifestreamtheme1 #news-summary_8 .title a:hover, .lifestreamtheme1 #news-summary_9 .title a:hover{text-decoration: underline; color: #333;}
.lifestreamtheme1 #news-summary_5 .date, .lifestreamtheme1 #news-summary_6 .date, .lifestreamtheme1 #news-summary_7 .date, .lifestreamtheme1 #news-summary_8 .date {display: none;}

.lifestreamtheme1 ul.lifestream-full, .lifestreamtheme1 .column-main .content ul.lifestream-full {border-bottom: none; overflow: visible;}
.lifestreamtheme1 .lifestream-pager{border-top: 1px solid #dddddd;
clear: both;}
.lifestreamtheme1 li.lifestream {background: none !important;}

/* Lifestream Theme 3 - More Boxes */
#lifestream-theme-three {width: 680px; margin: 0 auto;}
#lifestream-theme-three div.lifestream {
background: #f8f8f8;
padding: 5px;
border: 1px solid #ddd; width: 680px;
}
#lifestream-theme-three ul.lifestream-full, #lifestream-theme-three .column-main .content ul.lifestream-full {
border: 0;
box-shadow: none;
}
#lifestream-theme-three ul.lifestream-full li.lifestream, #lifestream-theme-three .column-main .content ul.lifestream-full li.lifestream {margin: 0 5px 5px 0; padding: 0; border: 1px solid #eee;}
#lifestream-theme-three .title {background: rgba(200, 200, 200, 0.5);}
#lifestream-theme-three #news-summary_1, #lifestream-theme-three #news-summary_2, #lifestream-theme-three #news-summary_3, #lifestream-theme-three #news-summary_4, #lifestream-theme-three #news-summary_5, #lifestream-theme-three #news-summary_6, #lifestream-theme-three #news-summary_7, #lifestream-theme-three #news-summary_8, #lifestream-theme-three #news-summary_9, #lifestream-theme-three #news-summary_10, #lifestream-theme-three #news-summary_11, #lifestream-theme-three #news-summary_12  { width: 327px; height: 327px;
display: block !important; float: left; position: relative; background-color: #fff; background-image: none !important;}
#lifestream-theme-three #news-summary_1 .title, #lifestream-theme-three #news-summary_8 .title {position: absolute; top: 160px; left: auto; width: 327px; height: 160px;}
#lifestream-theme-three #news-summary_1 .title a,  #lifestream-theme-three #news-summary_8 .title a {font-size: 1.75em;}
#lifestream-theme-three #news-summary_2 .title, #lifestream-theme-three #news-summary_3 .title, #lifestream-theme-three #news-summary_4 .title, #lifestream-theme-three #news-summary_5 .title, #lifestream-theme-three #news-summary_6 .title, #lifestream-theme-three #news-summary_7 .title, #lifestream-theme-three #news-summary_9 .title, #lifestream-theme-three #news-summary_10 .title, #lifestream-theme-three #news-summary_11 .title, #lifestream-theme-three #news-summary_12 .title {position: absolute; top: 80px; left: auto; width: 162px; height: 80px;}
#lifestream-theme-three #news-summary_2, #lifestream-theme-three #news-summary_3, #lifestream-theme-three #news-summary_4, #lifestream-theme-three #news-summary_5, #lifestream-theme-three #news-summary_6, #lifestream-theme-three #news-summary_7, #lifestream-theme-three #news-summary_9, #lifestream-theme-three #news-summary_10, #lifestream-theme-three #news-summary_11, #lifestream-theme-three #news-summary_12 {width: 160px; height: 160px;}
#lifestream-theme-three #news-summary_1 .image, #lifestream-theme-three #news-summary_1 .image img, #lifestream-theme-three #news-summary_8 .image, #lifestream-theme-three #news-summary_8 .image img {width: 320px !important; height: 320px;}
#lifestream-theme-three #news-summary_1 .image img, #lifestream-theme-three #news-summary_8 .image img
 {height: auto !important;}
#lifestream-theme-three #news-summary_2 .image, #lifestream-theme-three #news-summary_3 .image, #lifestream-theme-three #news-summary_4 .image, #lifestream-theme-three #news-summary_5 .image, #lifestream-theme-three #news-summary_6 .image, #lifestream-theme-three #news-summary_7 .image, #lifestream-theme-three #news-summary_9 .image, #lifestream-theme-three #news-summary_10 .image, #lifestream-theme-three #news-summary_11 .image, #lifestream-theme-three #news-summary_12 .image, #lifestream-theme-three #news-summary_2 .image img, #lifestream-theme-three #news-summary_3 .image img, #lifestream-theme-three #news-summary_4 .image img, #lifestream-theme-three #news-summary_5 .image img, #lifestream-theme-three #news-summary_6 .image img, #lifestream-theme-three #news-summary_7 .image img, #lifestream-theme-three #news-summary_9 .image img, #lifestream-theme-three #news-summary_10 .image img, #lifestream-theme-three #news-summary_11 .image img, #lifestream-theme-three #news-summary_12 .image img {width: 150px !important; height: 150px;}
#lifestream-theme-three #news-summary_2 .image img, #lifestream-theme-three #news-summary_3 .image img, #lifestream-theme-three #news-summary_4 .image img, #lifestream-theme-three #news-summary_5 .image img, #lifestream-theme-three #news-summary_6 .image img, #lifestream-theme-three #news-summary_7 .image img, #lifestream-theme-three #news-summary_9 .image img, #lifestream-theme-three #news-summary_10 .image img, #lifestream-theme-three #news-summary_11 .image img, #lifestream-theme-three #news-summary_12 .image img  {height: auto !important;}
#lifestream-theme-three #news-summary_9, #lifestream-theme-three #news-summary_10 {margin-top: -167px;}
#lifestream-theme-three #news-summary_10 {margin-left: 167px;}
#lifestream-theme-three .lifestream-pager {border: 0;}

/* Read More Button - and general fixes */
ul.lifestream div.lifestream-read-more, .column-main .content ul.lifestream div.lifestream-read-more {
  background: #fff; 
  position: absolute;
  top: 200px; 
  right: 0;
  height: 60px;
  width: 100%;
  -webkit-box-shadow: 0 -5px 5px #fff;
  -moz-box-shadow: 0 -5px 5px #fff;
  box-shadow: 0 -5px 5px #fff;
}
ul.lifestream div.lifestream-read-more-inner, .column-main .content ul.lifestream div.lifestream-read-more-inner {
  border: 1px solid #222;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
  background: #fff ;
  width: 100px;
  text-align: center;
  display: block;
  float: right;
  padding: 9px;
  height: 18px;
  margin: 6px 36px;
  box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
  -webkit-transition: border 0.5s, background 0.5s; 
  -moz-transition: border 0.5s, background 0.5s; 
  transition: border 0.5s, background 0.5s;
}
ul.lifestream div.lifestream-read-more-inner:hover, .column-main .content ul.lifestream div.lifestream-read-more-inner:hover {
  border: 1px solid #fa9d24;
  background: #fa9d24;
  -webkit-transition: border 0.5s, background 0.5s; 
  -moz-transition: border 0.5s, background 0.5s; 
  transition: border 0.5s, background 0.5s;
}
ul.lifestream div.lifestream-read-more-inner:hover a, .column-main .content ul.lifestream div.lifestream-read-more-inner:hover a,
ul.lifestream div.lifestream-read-more-inner a:hover, .column-main .content ul.lifestream div.lifestream-read-more-inner a:hover {
	color: #fff;
  -webkit-transition: color 0.5s; 
  -moz-transition: color 0.5s; 
  transition: color 0.5s;
}
ul.lifestream div.lifestream-read-more-inner a, .column-main .content ul.lifestream div.lifestream-read-more-inner a {
  text-decoration: none;
  font-weight: normal;
  color: #222;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.5s; 
  -moz-transition: color 0.5s; 
  transition: color 0.5s;
}
ul.lifestream-full div.image, .column-main .content ul.lifestream-full div.image {
  margin: 0 5px;
  padding: 0;
  width: 192px; 
  height: 192px;
}
ul.lifestream div.box-top img, .column-main .content ul.lifestream div.box-top img, 
ul.lifestream-full div.image img, .column-main .content ul.lifestream-full div.image img {
  max-width: 100%;
  max-height: 100%;
}

/** Featured Image **/
div.lifestream-featured, .column-main .content div.lifestream-featured {
  display: block;
  width: 580px;
  padding: 0;
  margin: 10px;
}
div.lifestream-featured .lifestream-pager, .column-main .content div.lifestream-featured .lifestream-pager {
  margin: 0 0 20px 0;
}
.column-main .content div.lifestream-fixed, div.lifestream-fixed {
     border-bottom: none;
}
ul.lifestream-full li.featured-lifestream, .column-main .content ul.lifestream-full li.featured-lifestream {
  display: block;
  width: 576px;
  max-height: 768px;
  overflow: hidden;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #eee; -moz-box-shadow: 1px 1px 1px 1px #eee; -webkit-box-shadow: 1px 1px 1px 1px #eee;
  padding: 0;
  position: relative;
}
ul.lifestream-full div.featured-image, .column-main .content ul.lifestream-full div.featured-image {
  display: block;
  width: 576px;
  max-height: 384px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
ul.lifestream-full div.featured-image img, .column-main .content ul.lifestream-full div.featured-image img, 
ul.lifestream-full div.featured-image a, .column-main .content ul.lifestream-full div.featured-image a {
  display: block;
  max-width: 576px;
  max-height: 576px;
  padding: 0;
  margin: 0 auto;
}
/** ul.lifestream-full div.featured-image img, .column-main .content ul.lifestream-full div.featured-image img {
  margin: -96px auto 0 auto;
}  **/
ul.lifestream-full div.placeholder img, .column-main .content ul.lifestream-full div.placeholder img {
    margin: 0 auto;
}
ul.lifestream-full div.featured-summary, .column-main .content ul.lifestream-full div.featured-summary {
  display: block;
  width: 576px;
  padding: 0;
  margin: 0;
}
ul.lifestream-full div.featured-title, .column-main .content ul.lifestream-full div.featured-title {
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  margin: 0;
  font-size: 2.0em;
}
ul.lifestream-full div.featured-content, .column-main .content ul.lifestream-full div.featured-content {
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  margin: 0;
  font-size: 1.0em;
}
ul.lifestream-full div.featured-info, .column-main .content ul.lifestream-full div.featured-info {
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  display: block;
  width: 576px;
  padding: 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left:0;
  background: #fff;
  box-shadow: 0px 0px 5px 5px #fff; -mox-box-shadow: 0px 0px 5px 5px #fff; -webkit-box-shadow: 0px 0px 5px 5px #fff;
}
ul.lifestream-full div.featured-info a, .column-main .content ul.lifestream-full div.featured-info a {
  float: right;
}

/** Lifestream .lifestream-fixed **/

div.lifestream-fixed div.lifestream ul.lifestream-full li.lifestream {
  padding: 20px 0 30px 0;
}

div.lifestream-fixed div.more a, div.lifestream-fixed ul.lifestream-full div.title a, 
.column-main .content div.lifestream-fixed div.more a, 
.column-main .content div.lifestream-fixed ul.lifestream-full div.title a,
div.lifestream-fixed div.more a:hover, div.lifestream-fixed ul.lifestream-full div.title a:hover, 
.column-main .content div.lifestream-fixed div.more a:hover, 
.column-main .content div.lifestream-fixed ul.lifestream-full div.title a:hover{
  font-size: 2em;
  text-decoration: none;
}

div.lifestream-fixed ul.lifestream-full div.image, .column-main .content div.lifestream-fixed ul.lifestream-full div.image {
  background: #f8f8f8;
}