/*
 * TOC
 *
 * Herein are over-rides for the homepage. 
 * This stylesheet is conditionally added to the index template.
 * 
 * - Header Overrides (banner)
 * - Footer Overrides (contentinfo)
 * - Main Content (main)
 * - Secondary Content (complementary)
 *---------------------------------------------------------------------------- */
/* - Helper libraries & external resources */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic);
/* - Project-specific variables & mixins */
/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Style overrides for IE6-8
	http://jonikorpi.com/leaving-old-IE-behind/
*/
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125  
*/
@media screen and (max-width: 1px) {
  body {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 1em;
  }
}
@font-face {
  font-family: "ChunkFiveRegular";
  src: url("Chunkfive-webfont.eot");
  src: url("Chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("Chunkfive-webfont.woff") format("woff"), url("Chunkfive-webfont.ttf") format("truetype"), url("Chunkfive-webfont.svg#ChunkFiveRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fanwood";
  src: url("fanwood-webfont.eot");
  src: url("fanwood-webfont.eot?#iefix") format("embedded-opentype"), url("fanwood-webfont.woff") format("woff"), url("fanwood-webfont.ttf") format("truetype"), url("fanwood-webfont.svg#fanwood") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*----------------------------------------------------------------------------/
 * Header Overrides
 *---------------------------------------------------------------------------- */
header[role='banner'] {
  width: 100%;
  float: none;
}
header[role='banner'] div[role='navigation'] {
  width: 696px;
  float: left;
  font: normal 54px/1.037 "ChunkFiveRegular", "Copperplate Light", "Copperplate Gothic Light", serif !important;
  text-align: left;
  padding: 24px 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  -o-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(255, 255, 255, 0.3) 0 1px 0 inset;
}
header[role='banner'] div[role='navigation'] span, header[role='banner'] div[role='navigation'] a {
  display: inline;
  font-size: 100% !important;
  background: none !important;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) !important;
}
header[role='banner'] div[role='navigation'] a {
  color: #edc35e;
}
header[role='banner'] div[role='navigation'] a:hover {
  color: #d76127;
}
header[role='banner'] #cse-search-form {
  margin: 0 -12px 0 0;
}

#begin {
  background: #f5f5f5;
  background: rgba(255, 255, 255, 0.55);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  padding: 12px;
  margin: 24px -12px 0 0;
  width: 264px;
  float: right;
}
#begin h2, #begin p {
  color: #49525b;
}
#begin h2 {
  font: bold 20px/1.5 "PT Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  padding: 0;
}
#begin p {
  font: bold 16px/1.375 "PT Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  padding: 0;
}
#begin p + a.action {
  margin: 10px 0 0;
}

/*----------------------------------------------------------------------------/
 * Footer Overrides
 *---------------------------------------------------------------------------- */
footer[role='contentinfo'] {
  float: left;
}
footer[role='contentinfo'] ul {
  padding-left: 28px;
}

/*----------------------------------------------------------------------------/
 * Main Content
 *---------------------------------------------------------------------------- */
*[role='main'] {
  float: left;
  margin-top: 3em;
  background: #f2f5f5 url(/images/bg-paper.jpg) repeat 50% 0;
  *zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 0 48px inset, rgba(0, 0, 0, 0.45) 0 1px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 0 48px inset, rgba(0, 0, 0, 0.45) 0 1px 6px;
  -o-box-shadow: rgba(0, 0, 0, 0.07) 0 0 48px inset, rgba(0, 0, 0, 0.45) 0 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 48px inset, rgba(0, 0, 0, 0.45) 0 1px 6px;
}
*[role='main']:after {
  content: "";
  display: table;
  clear: both;
}
*[role='main'] > section {
  width: 50%;
  float: left;
  background: none;
  font: normal 14px/1.286 "PT Serif", "Baskerville", "Times New Roman", Times, serif;
  position: relative;
  padding-bottom: 1em;
}
*[role='main'] > section:first-child::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 130px;
  width: 1px;
  background: rgba(129, 100, 48, 0.3);
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 1px 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0.3) 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0.3) 1px 0 0;
  z-index: 10;
}
*[role='main'] > section:first-child::after {
  content: "";
  position: absolute;
  top: 175px;
  right: 0;
  height: 85%;
  width: 1px;
  background: rgba(207, 207, 207, 0.8);
  -moz-box-shadow: rgba(255, 255, 255, 0.7) 1px 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.7) 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0.7) 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0.7) 1px 0 0;
  z-index: 10;
}
*[role='main'] header {
  background: transparent url(/images/bg-burlap.jpg) repeat 50% 0;
  padding: 0 48px;
  margin: 0;
  height: 160px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.07) inset, 0 1px 0 white;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.07) inset, 0 1px 0 white;
  -o-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.07) inset, 0 1px 0 white;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.07) inset, 0 1px 0 white;
}
*[role='main'] header h1 {
  font: bold 30px/1.667 "PT Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #816430;
  text-transform: none;
  padding: 20px 0 5px 50px;
  background: transparent none no-repeat 0 66%;
}
*[role='main'] header p {
  font: lighter 16px/1.25 "PT Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #7a5b24;
}
*[role='main'] #guide h1 {
  background-image: url(/images/icon-guide-large.png);
}
*[role='main'] #guide header + div {
  margin-top: 14px;
  padding-top: 14px;
}
*[role='main'] #guide > div {
  padding: 16px 12px 0 28px;
}
*[role='main'] #guide > div:first-child {
  padding-top: 28px;
}
*[role='main'] #guide > div h2 {
  color: #816430;
  font: bold 20px/1.1 "PT Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  padding: 0 0 0 24px;
  margin-bottom: 0.8em;
  background: transparent none no-repeat 0 50%;
}
*[role='main'] #guide > div h3, *[role='main'] #guide > div p {
  font: normal 14px/1.286 "PT Serif", "Baskerville", "Times New Roman", Times, serif;
  padding: 0;
}
*[role='main'] #guide > div ol, *[role='main'] #guide > div ul {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
*[role='main'] #guide > div ol:after, *[role='main'] #guide > div ul:after {
  content: "";
  display: table;
  clear: both;
}
*[role='main'] #guide > div ol li, *[role='main'] #guide > div ul li {
  margin-bottom: 10px;
  *zoom: 1;
}
*[role='main'] #guide > div ol li:after, *[role='main'] #guide > div ul li:after {
  content: "";
  display: table;
  clear: both;
}
*[role='main'] #guide > div ol li > *, *[role='main'] #guide > div ul li > * {
  margin-left: 70px;
}
*[role='main'] #guide > div ol li > img.framed, *[role='main'] #guide > div ul li > img.framed {
  margin: 4px 0 0 0;
  padding: 0;
  float: left;
  display: block;
  height: 40px;
  width: 40px;
}
*[role='main'] #guide > div p.browse {
  color: #717171;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 6px 0 18px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  font: bold 14px/30px "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
*[role='main'] #guide > div p.browse > a {
  display: block;
  float: right;
  width: 48px;
  background: #d76127 url(/images/icon-arrow-right-white.png) no-repeat 50% 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-indent: -999em;
}
*[role='main'] #guide > div p.browse > a:hover {
  background-color: #edc35e;
}
*[role='main'] #guide > div.watch h2 {
  background-image: url(/images/icon-watch.png);
}
*[role='main'] #guide > div.listen h2 {
  background-image: url(/images/icon-listen.png);
}
*[role='main'] #guide > div.listen ol li {
  background: transparent url(/images/icon-audio.png) no-repeat 0 0;
  min-height: 3.5em;
}
*[role='main'] #guide > div.read h2 {
  background-image: url(/images/icon-read.png);
}
*[role='main'] #guide > div.look h2 {
  background-image: url(/images/icon-look.png);
}
*[role='main'] #journeys h1 {
  background-image: url(/images/icon-journey-large.png);
}
*[role='main'] #journeys ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
*[role='main'] #journeys ol li {
  padding: 28px 12px 0 12px;
}
*[role='main'] #journeys ol li h2 {
  position: relative;
  padding: 0;
}
*[role='main'] #journeys ol li h2 > img {
  display: block;
  width: 100%;
  margin-left: -1px;
  margin-bottom: -1px;
}
*[role='main'] #journeys ol li h2 a, *[role='main'] #journeys ol li h2 span.title {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  font: bold 14px/1 "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 12px 10px 11px;
}
*[role='main'] #journeys ol li h2 a {
  color: #d76127;
}
*[role='main'] #journeys ol li h2 a:hover {
  color: #edc35e;
}
*[role='main'] #journeys ol li p {
  font: normal 14px/1.286 "PT Serif", "Baskerville", "Times New Roman", Times, serif;
  padding: 0.5em 0 0;
}
*[role='main'] #journeys ol li p.begin {
  color: #717171;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 15px 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  font: bold 14px/30px "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
*[role='main'] #journeys ol li p.begin > a {
  display: block;
  float: right;
  width: 48px;
  background: #d76127 url(/images/icon-arrow-right-white.png) no-repeat 50% 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-indent: -999em;
}
*[role='main'] #journeys ol li p.begin > a:hover {
  background-color: #edc35e;
}

/*----------------------------------------------------------------------------/
 * Secondary Content
 *---------------------------------------------------------------------------- */
*[role='complementary'] {
  float: right;
  padding-top: 206.4px;
}
*[role='complementary'] aside.todayshow {
  margin-top: -164.16px;
}
*[role='complementary'] aside.todayshow h1 {
  background: transparent url(/images/todayshow.png) no-repeat 90% 0;
  color: #d76127;
  font-size: 20px;
  padding-right: 140px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
*[role='complementary'] aside.todayshow h1 sub {
  display: block;
  font-style: italic;
  font: italic 12px/1.2 "PT Serif", "Baskerville", "Times New Roman", Times, serif;
}
*[role='complementary'] aside.todayshow h1 + p {
  padding-top: 0;
}
*[role='complementary'] aside.todayshow h1 + p a {
  display: block;
}
*[role='complementary'] aside.store {
  margin-bottom: 7em;
  background: #f5f5f5;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 48px inset, rgba(0, 0, 0, 0.1) 0 1px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 48px inset, rgba(0, 0, 0, 0.1) 0 1px 6px;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0 0 48px inset, rgba(0, 0, 0, 0.1) 0 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 48px inset, rgba(0, 0, 0, 0.1) 0 1px 6px;
}
*[role='complementary'] aside.store h1 {
  color: #49525b;
  font: normal 20px/1.5 "PT Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  background: transparent url(/images/icon-store.png) no-repeat 14px 14px;
  padding-left: 44px;
  padding-bottom: 0;
  padding-top: 10px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
*[role='complementary'] aside.store a.action {
  display: block;
}
