#archive {
	white-space:nowrap;
}
.sidebar-content .o2button-bars-container:not(:first-child) {
	margin-top:20px;
}
.select-link {
	margin-top:10px;
	margin-bottom:0px;
}

/* Masthead */
.masthead-container {
	border:2px solid #999;
	border-radius:13px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(../images/home/masthead-bg.png) repeat-x;
	background-position:500px 0;
}

.col-logo {
	height:89px;
	line-height:89px;
	padding:0;
}
.col-tagline {
	height:89px;
	line-height:89px;
	padding:0;
}
.col-family {
	height:89px;
	line-height:89px;
	padding:0;
	text-align:right;
}
.col-family img {
	vertical-align:bottom;
}

.tagline-container {
	display: inline-block;
	vertical-align: middle;
	font-family:'checkbookregular', sans-serif;
	line-height:35px;
	text-shadow: 2px 1px 6px #000000;
	text-align:center;
	margin:0;
}
.tagline-container .line1 {
	font-size:1.2em;
}
.tagline-container .line2 {
	font-size:1.4em;
}
.tagline-container .reduce {
	font-size:.8em;
}

/* Recent Updates */
#recent-update-container {
	margin-top:1em;
}
#recent-update-container .well {
	border-color:#7f3803;
	background: url(../images/home/corner-banner.png);
	background-repeat: no-repeat;
	background-size: 100px 116px;
	background-position:top right;
}
#recent-update-container .corner-banner {
	float:right;
}
#corner-banner-spacer {
	width: 60px;
	height: 70px;
	float: right;
	-webkit-shape-outside: polygon(0 0, 100% 0, 100% 100%);
	shape-outside: polygon(0 0, 100% 0, 100% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#recent-update-container h4 {
	padding-right:40px;
}
#recent-update-container .recent-update-img {
	width:100px;
	margin-top:5px;
	margin-right:.5em;
	float:left;
	text-align:center;
}
#recent-update-container .recent-update-img img {
	max-width:100px;
	max-height:85px;
}


/* Media queries */
@media only screen and (max-width : 1200px) {
	.tagline-container {
		line-height:1.1em;
	}
	.tagline-container .line1 {
		font-size:1.05em;
	}
	.tagline-container .line2 {
		font-size:1.2em;
	}
}
@media only screen and (max-width : 992px) {
	.tagline-container {
		line-height:1.0em;
	}
	.tagline-container .line1 {
		font-size:1.0em;
	}
	.tagline-container .line2 {
		font-size:1.1em;
	}
}
@media only screen and (max-width : 768px) {
	.page-column-left {
		display:none !important;
	}
	.column-heading span {
		visibility:hidden;
	}
	.page-column-right {
		margin-top:5px;
		width:100%;
	}
	.col-tagline {
		text-align:center;
		height:auto !important;
		line-height:normal !important;
		margin:5px 0;
	}
}
@media only screen and (max-width : 400px) {
	.col-logo {
		height:auto;
		line-height:normal;
	}
	.masthead-container {
		background-image:none;
	}
	.tagline-container {
		line-height:.9em;
	}
	#recent-update-container .well {
		background-size: 80px 93px;
	}
	#corner-banner-spacer {
		width:35px;
		height:45px;
	}
}