#content{
	padding-top: 80px;
}

h2.month{
	margin-left: 80px;
	background-color: #f04e37;
}

h2.month:before, h2.month:after{
	width: 40px;
	height: 40px;
	content: '';
	display: block;
	border-left: 2px solid #aaa;
	position: absolute;
	margin-left: -55px;
	z-index: -1;
}

h2.month:before{
	border-bottom: 2px solid #aaa;
	margin-top: -20px;
}

h2.month:after{
	border-top: 2px solid #aaa;
	margin-top: -20px;
}

h2.fixed.month:before, h2.fixed.month:after{
	display: none;
}

h2.hidden{
	background-color: transparent;
}

h2.hidden:before, h2.hidden:after{
	border: none;
}

h2.hidden.fixed{
	background-color: #002d38;
	margin-left: 35px;
	padding-right: 45px;
}

h2.hidden + .wrapper{
	margin-top: -40px;
}

.spacer{
	height: 40px;
}

.entry, .years{
	margin-left: 40px;
    padding: 25px 0 25px 40px;
    border-left: 2px solid #aaa;
    background-color: transparent !important;
}

.entry:after{
	content: '';
	display: block;
	clear: both;
}

.entry.month{
	padding-left: 110px;
}

.years{
	padding-left: 0;
	padding-bottom: 30px;
}

.entry.year{
	border: none;
	background-color: #eee !important;
	padding-left: 70px;
	padding-right: 30px;
}

.years .entry.year:first-child, h2.hidden + .entry.year{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 40px;
}

.years .year:last-child{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.box{
	width: 20px;
	height: 20px;
	border: 1px solid white;
	float: left;
	margin-left: -52px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.entry h4{
    margin: 0;
}

.entry p{
    margin: 15px 0 0 0;
}

.entry p span{
	background-color: #ffff9b;
}

.list{
	margin-bottom: 20px;
}

.list ul{
	list-style: none;
	padding: 0;
}

.container{
	margin-bottom: 30px;
}

.image{
    height: 100%;
    margin-top: 15px;
    background-position: center center;
    background-size: cover;
    font-size: 12px;
    cursor: pointer;
}

.image:after{
	-webkit-box-shadow:inset 1px 1px 8px 1px #666;
	box-shadow:inset 1px 1px 8px 1px #666;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}

.meta{
    padding: 5px 10px;
    color: white;
    background-color: rgba(0,0,0,0.75);
	left:0;
	width: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -27px;
}

.caption{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.citation{
    display: none;
}

.citation a, .fancybox-title a{
	color: #aaa;
	text-decoration: none;
}

.citation a:hover, .fancybox-title a:hover{
	text-decoration: underline;
}

.expand{
	width: 21px;
	height: 21px;
	float: right;
	background-image: url(../img/expand.png);
	display: none;
	cursor: pointer;
}

a.button{
	font-size: 12px;
	width: 165px;
	background-color:rgb(250,250,250);
	clear: both;
	padding: 0 10px;
	margin-top: 15px;
	line-height:30px;
	border-color:rgb(178,178,178);
	border-width:1px;
	-moz-border-radius:8px ;
	-webkit-border-radius:8px ;
	border-radius:8px ;
	border-style:solid;
	display: block;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(229,229,229)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
}

a.button:hover{
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(204,204,204) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(204,204,204)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(204,204,204) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(204,204,204) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(204,204,204) 100%);
	background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(204,204,204) 100%);
	border-color:rgb(153,153,153);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd,GradientType=0);
}

a.button img{
	margin: 5px 10px 0 0;
	display: block;
	float: left;
	border: none;
}