/*global css*/
@import url(http://fonts.googleapis.com/css?family=Muli);
body {
	background-color: #e5e5e5;
	margin: 0;
	padding: 0;
}
h1 {
	margin-top: 35px;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: -8px;
}
h1 span {
	font-weight: 1200;
}
.color-bar {
	z-index: -100000;
	width: 100%;
	height: 20px;
	background-color: #383c6b;
	position: absolute;
}
#wrapper {
	font: normal 15px/1.5em muli, Sans-serif;
	color: #555555;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}
#wrapper div {
	float: left;
}
#container {
	background-color: #fff;
 width: 100%:
}
.banner-img {
	background-image: url('http://www.timeone.ca/read-the-book/img/banner.jpg');
	background-repeat: none;
	background-position: top, center;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 29.47%;
}
#header {
	text-align: center;
	width: calc(100% - 100px);
	margin-bottom: 25px;
	padding: 0 50px;
}
.blurb {
	width: calc(100% - 100px);
	background-color: #efefef;
	padding: 25px 50px 20px;
	margin: -15px 0 60px;
	font-size: 1.8em;
	line-height: 1.2;
}
a {
	color: #068697;
	text-decoration: none;
	margin: 0 12px 8px;
	display: block;
	float: left;
	clear: left;
}
a:hover {
	opacity: 0.8;
}
#content {
	width: 100%;
}
/*columns*/
.left-col {
	width: 35%;
}
.right-col {
	width: 65%;
}
.left-col-item {
	width: 70%;
	margin: 0 0 50px 15%;
}
.right-col-item {
	width: 88%;
	margin: 0 0 50px 4%;
}
.quote {
	font: normal 15px/1.5em Palatino, "Palatino Linotype", serif;
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
}
.sig {
	font-size: 0.6em;
	line-height: 1.2em;
	font-style: italic;
}
/*footer*/
.footer {
	border-top: solid 3px #efefef;
	padding: 25px 4% 50px;
	width: 92%;
}
.vendorbox {
	margin: 5px;
	width: 255px;
	height: 100px;
}
.vendorbox img {
	width: 95px;
}
.fix {
	height: 1px;
	width: 100%;
}

@media all and (max-width: 825px) {
.column {
	width: 100%;
}
}
