/* generic css */
.lifestream { padding-bottom:15px; }
.lifestream a { background: none; padding: 0; }
.lifestream_date { text-align: left; margin-bottom:5px; }
.lifestream_icon a,
.lifestream_text a { padding: 0 !important; background-image: none !important; display: inline !important; }
.lifestream_icon a { text-decoration: none !important; }
.lifestream_icon { width: 16px; }
.lifestream .lifestream_meta { color: #aaa; font-size:x-small; }
.lifestream_text { padding: 0 0.5em; text-align: left; }
.entry ul.lifestream .lifestream_text { padding: 0 0.5em; text-align: left; }
.lifestream img { border: 0; vertical-align: middle; }
.lifestream_blogpost { font-size: 93%; margin-top: 5px; padding-left: 5px; font-style: italic; }
.lifestream_feedid_flickr div a { padding: 2px; }

.lifestream_more span { color: #006699; text-decoration: underline; cursor: pointer; }

/* list specific css */
.entry ul.lifestream, ul.lifestream { list-style-type: none; margin: 0 0 25px 0; padding: 0 0px; }
.entry ul.lifestream li, ul.lifestream li { padding: 0 0 0 0px; margin: 5px 0; background:none; }
.entry ul.lifestream li a, ul.lifestream li a { display: inline; }
.entry ul.lifestream li li { font-size: 85%; margin-left: 0; padding-left: 0; }
.entry ul.lifestream ul { margin-left: 0; padding-left: 0; }

/* fix for default wp theme */
.lifestream li:before { content: none !important; }
ul.lifestream .lifestream_hour { font-size: smaller; }
ul.lifestream .lifestream_text { margin-left: 15px; }
.entry ul.lifestream .lifestream_text { margin-left: 0px; }
ul.lifestream .lifestream_icon { margin-left: -20px; }

ul.lifestream .lifestream_feedid_flickr .lifestream_hour { display: none; }

.lifestream_text ul {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
    font-size: small;
}
html > body .lifestream_text li,
.lifestream_text li {
    margin: 1px 0;
    padding: 2px;
}
.lifestream_text .photo img { border: 1px solid #aaa; padding: 2px; margin: 0 0 3px 0; }
.lifestream_text .photo:hover img { border: 1px solid #006699; }

.lifestream_events { margin-top: 2px; }
.lifestream_credits { margin-bottom: 0px;}

.lifestream li {
	background:#fff;
	border-bottom:2px dotted #eee;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.lifestream li:hover {
	border-right:5px solid #acac9c;
}

ul.lifestream_events li{
border-bottom:none;
}
