
/* feed-timeline */
.feed-timeline { position: relative; margin: 0; }
.feed-timeline .entry, .feed-timeline .avatar { display: block; padding: 5px 7px; position: relative; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ccc; font-size: 13px; background-color: #eee; background-image: -moz-linear-gradient(top,#ffffff,#eeeeee); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#eeeeee)); background-image: -webkit-linear-gradient(#ffffff,#eeeeee); background-image: linear-gradient(top,#ffffff,#eeeeee); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#eeeeee'); }
.feed-timeline .entry { font-weight: normal; }
.feed-timeline .avatar { float: left; padding: 2px; max-width: 55px; max-height: 55px; margin: 1px 8px 1px 0; }
.feed-timeline .avatar img { width: 55px; display: block; -webkit-border-radius: 5px; border-radius: 5px; }
.feed-timeline .entry a { font-weight: normal; }
.feed-timeline .entry strong.name { display: block; font-size: 14px; padding-right: 70px; }
.feed-timeline .entry span.date { position: absolute; top: 5px; right: 7px; font-size: 12px; color: #aaa; }
.feed-timeline .entry:before { content: ''; z-index: -2; position: absolute; top: 50%; bottom: 0; left: 10px; right: 10px; -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4); -moz-box-shadow:0 0 15px rgba(0,0,0,0.4); box-shadow: 0 0 15px rgba(0,0,0,0.4); -moz-border-radius: 10px / 100px; border-radius: 10px / 100px; -moz-border-radius: 100px / 10px; border-radius: 100px / 10px; }
.feed-timeline .entry p { margin-bottom: 5px; }
.feed-timeline .entry a img { margin-bottom: 0; }

/* horizontal timeline carousel */
.feed-timeline .ts-carousel { overflow: hidden; float: left; width: 100%; }
.feed-timeline .ts-carousel ul { margin-bottom: 0; }
.feed-timeline .ts-carousel ul li { height: 100%; margin: 0; float: left; margin-right: 15px; display: block; }
.feed-timeline .ts-nav span { position: absolute; display: block; width: 15px; height: 24px; top: 50%; margin-top: -12px; cursor: pointer; opacity: 0.75; filter: alpha(opacity=75); }
.feed-timeline .ts-nav span strong { display: block; width: 15px; height: 24px; background: url(../images/timeline-controls.png) no-repeat -999px 0; }
.feed-timeline .ts-nav span.disabled, .feed-timeline .ts-nav span.disabled:hover { opacity: 0.1; filter: alpha(opacity=10); }
.feed-timeline .ts-nav span:hover { opacity: 1; filter: none; }
.feed-timeline .ts-nav span.ts-nav-next { right: -25px; }
.feed-timeline .ts-nav span.ts-nav-next strong { background-position: -15px 0; }
.feed-timeline .ts-nav span.ts-nav-prev { left: -25px; }
.feed-timeline .ts-nav span.ts-nav-prev strong { background-position: 0 0; }
.feed-timeline-horizontal { background: url(../images/timeline-middle.png) repeat-x center center;  margin-bottom: 24px; }
.feed-timeline-horizontal .entry { min-height: 145px; margin-bottom: 0; }
.feed-timeline-horizontal .avatar { padding: 1px; }

/* vertical timeline */
.feed-timeline-vertical { background: url(../images/timeline-middle.png) repeat-y center top; position: relative; list-style: none; padding-top: 5px; }
.feed-timeline-vertical li { display: block; margin-bottom: 24px; position: relative; margin-left: 0; width: 50%; background: url(../images/timeline-middle.png) repeat-x center center; }
.feed-timeline-vertical li.odd { clear: both; float: left; margin-top: 5px; }
.feed-timeline-vertical li:nth-child(odd) { clear: both; float: left; margin-top: 5px; }
.feed-timeline-vertical li.odd .entry { margin-right: 15px; }
.feed-timeline-vertical li.even { clear: right; float: right; margin-top: 24px; margin-bottom: 10px; }
.feed-timeline-vertical li:nth-child(even) { clear: right; float: right; margin-top: 24px; margin-bottom: 10px; }
.feed-timeline-vertical li.even .entry { margin-left: 15px; }
.feed-timeline-vertical li .entry { margin-bottom: 0; }
.feed-timeline-vertical .description { padding-left: 65px; }

/* clearfix */
.clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden; }
.clearfix { *zoom: 1; *-ms-inject: expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1)); }

/* smaller then regular desktop monitor */
@media handheld, only screen and (max-width: 1100px) {
	.feed-timeline .ts-nav span { margin-top: -18px; padding: 5px 8px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ccc; background-color: #eee; background-image: -moz-linear-gradient(top,#ffffff,#eeeeee); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#eeeeee)); background-image: -webkit-linear-gradient(#ffffff,#eeeeee); background-image: linear-gradient(top,#ffffff,#eeeeee); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#eeeeee'); }
	.feed-timeline .ts-nav span.ts-nav-next { right: -18px; }
	.feed-timeline .ts-nav span.ts-nav-prev { left: -18px; }
}

/* mobile */
@media handheld, only screen and (max-width: 480px) {
	.feed-timeline-vertical li { width: 100%; background: none; margin-bottom: 20px; }
	.feed-timeline-vertical li.odd { float: none; margin-top: 0; padding-right: 0; }
	.feed-timeline-vertical li:nth-child(odd) { float: none; margin-top: 0; padding-right: 0; }
	.feed-timeline-vertical li.even { float: none; margin-top: 0; margin-bottom: 20px; padding-left: 0; }
	.feed-timeline-vertical li:nth-child(even) { float: none; margin-top: 0; margin-bottom: 20px; padding-left: 0; }
	.feed-timeline-vertical li.odd .entry, .feed-timeline-vertical li.even .entry { line-height: 20px; margin: 0; }
	.feed-timeline-vertical li.more { margin-bottom: 0; }
	.feed-timeline-horizontal { padding-left: 10px; padding-right: 10px; }
	.feed-timeline-horizontal .ts-nav span.ts-nav-next { right: -10px; }
	.feed-timeline-horizontal .ts-nav span.ts-nav-prev { left: -10px; }
}

/* small mobile */
@media handheld, only screen and (max-width: 320px) {
	.feed-timeline-horizontal { background: none; }
}