/***********************************************************************************************************************
** styles begin here
***********************************************************************************************************************/
#timeline{
	width: 600px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#timeline .post{
	width: 271px;
	margin: 0 0 10px 0;
	float: left;
}
#timeline .post.last{
	margin-bottom: 0;
}
#timeline .post .inner{
	position: relative;
	width: 247px;
	padding: 11px;
	border: 1px #adadad solid;
	background-color:#fff;
	min-height:37px;
	word-wrap:break-word;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow:  0px 1px 1px 0px #adadad;
	-moz-box-shadow:  0px 1px 1px 0px #adadad;
	box-shadow:  0px 1px 1px 0px #adadad;
}
#timeline .post.right{
	float: right;
}
#timeline .item .timestamp{
	display: none;
}
#timeline .post h3{
	margin: 0;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #010101;
	padding-right: 30px;
	line-height: 1.3;
}
#timeline .post .caption{
	color: #9d9d9d;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}
#timeline .post .body{
	margin-top: 10px;
}
#timeline .post .body img{
	max-width: 247px;
}
#timeline .post .text{
	color: #393939;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.5;
}
#timeline .post a.open-close{
	background: transparent url(../img/button-up-down-arrow.png) no-repeat;
	height: 17px;
	width: 16px;
	position: absolute;
	right: 11px;
	top: 11px;
}
#timeline .post.closed a.open-close{
	background-position: left bottom;
}
#timeline .post.closed .title{
	display: table;
	min-height: 40px;
}
#timeline .post.closed .title h3{
	display: table-cell;
	vertical-align: middle;
}
#timeline .post a.more{
	color: #87b2d3;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 211px;
	height: 28px;
	border: 1px #87b2d3 solid;
	background-color: #d6e5f0;
	display: block;
	float: left;
	line-height: 28px;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
	-webkit-box-shadow:  0px 1px 1px 0px #87b2d3;
	-moz-box-shadow:  0px 1px 1px 0px #87b2d3;
	box-shadow:  0px 1px 1px 0px #87b2d3;
}
#timeline .post a.more:hover{
	background-color: #FFF;
}
#timeline .post a.share-trigger{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 28px;
	height: 28px;
	border: 1px #87b2d3 solid;
	background: #d6e5f0 url(../img/icon-share.png) no-repeat center center;
	display: block;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
	-webkit-box-shadow:  0px 1px 1px 0px #87b2d3;
	-moz-box-shadow:  0px 1px 1px 0px #87b2d3;
	box-shadow:  0px 1px 1px 0px #87b2d3;
}
#timeline .post a.share-trigger.over,
#timeline .post a.share-trigger:hover{
	background-color: #FFF;
}
#timeline .post .share{
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
}
#timeline .post .share-popup{
	display: none;
	background: transparent url(../img/popup.png) no-repeat;
	width: 166px;
	height: 50px;
	position: absolute;
	top: -61px;
	left: -126px;
	text-align: center;
	padding-top: 15px;
}
#timeline .post .share-popup .twitter-share-button{
	position: absolute;
	left: 20px;
	top: 15px;
}
#timeline .post .share-popup .facebook-share-button{
	position: absolute;
	right: 20px;
	top: 12px;
}
.lt-ie9 #timeline .post .share-popup .facebook-share-button{
	top: 11px;
}
.lt-ie8 #timeline .post .share-popup .facebook-share-button{
	top: 16px;
}
#timeline .post .date{
	color: #6a6a6a;
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 19px;
	display: block;
	width: 54px;
	height: 21px;
	line-height: 20px;
}
#timeline .post.left .date{
	background: transparent url(../img/tab-left.png) no-repeat right;
	right: -54px;
}
#timeline .post.right .date{
	background: transparent url(../img/tab-right.png) no-repeat left;
	left: -54px;
}
#timeline .year-marker {
	float: left;
	width: 80px;
	margin: 50px 0 15px 0;
}
#timeline .year-marker.top{
	margin-top: 0;
}
#timeline .year-marker .inner{
	width: 76px;
	height: 26px;
	padding: 2px;
	background-color: #FFF;
}
#timeline .year-marker .inner2{
	background-color: #434a50;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#timeline .year{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}

#buttons{
	text-align: center;
	margin: 30px 0 15px 0;
	height: 30px;
}
#buttons div{
	display: inline;
	padding: 0 10px;
}
#buttons a{
	width: 126px;
	height: 28px;
	border: 1px #adadad solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 12px;
	background-color: #FFF;
	color: #3b3b3b;
}
#buttons a.active:hover,
#buttons a.active{
	background-color: #f6f6f6;
	color: #a9a9a9;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
	cursor: default;
}
#buttons a:hover{
	-webkit-box-shadow:  0px 1px 1px 0px #adadad;
	-moz-box-shadow:  0px 1px 1px 0px #adadad;
	box-shadow:  0px 1px 1px 0px #adadad;
}
#buttons a span{
	padding-right: 15px;
	background-position: right -20px;
}
#buttons a.active span{
	background-position: right 4px;
}
#buttons a.expand-all span,
#buttons a.sort-newest span{
	background-image: url(../img/up-arrows.png);
	background-repeat: no-repeat;
}
#buttons a.collapse-all span,
#buttons a.sort-oldest span{
	background-image: url(../img/down-arrows.png);
	background-repeat: no-repeat;
}

#line-container{
	width: 4px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.isotope #line{
	margin: 0 auto;
	background-color: #b3b6b8;
	display: block;
	float: left;
	height: 100%;
	left: 298px;
	width: 4px;
	position: absolute;
}

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

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

