@charset "UTF-8";

/* CSS Document */

body, 
html {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

/* wrappers */

.wrapper {
	width: 100%;
	min-height: 100vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebecdf+0,cfd1b3+15,cfd1b3+85,ebecdf+100,ebecdf+100 */

	background: #ebecdf; /* Old browsers */
	
	background: -moz-linear-gradient(left,  #ebecdf 0%, #cfd1b3 15%, #cfd1b3 85%, #ebecdf 100%, #ebecdf 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(left,  #ebecdf 0%,#cfd1b3 15%,#cfd1b3 85%,#ebecdf 100%,#ebecdf 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to right,  #ebecdf 0%,#cfd1b3 15%,#cfd1b3 85%,#ebecdf 100%,#ebecdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebecdf', endColorstr='#ebecdf',GradientType=1 ); /* IE6-9 */
	left: 0;
	top: 0;
	overflow: hidden;
}
.wrap_inner {
	width: 100%;
	min-height: 100vh;
	background-color: #fcf9e9;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.banner {
	width: 100%;
	background-image: url(../images/banner-desiderata-mobile.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 19%;
}
a.banner {
	display: block;
}
.content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	z-index: 0;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.footer {
	width: 100%;
	height: 80px;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 80px;
	text-align: center;
}

@media (min-width: 768px) {
	.wrap_inner {
		width: 100%;
		max-width: 960px;
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
		background-color: #fcf9e9;
		margin: 0 auto 0 auto;
	}
	.banner {
	background-image: url(../images/banner-desiderata.jpg);
	padding-bottom: 15%;
	}
	.content {
		width: 75%;
		float: right;
		padding: 30px 20px 40px 20px;
	}
}

/* navigation */

.nav {
	display: none;
}
.mobile_menu {
	width: 100%;
	height: 50px;
	background: #e1e3d0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-align: center;
	display: block;
	position: relative;
}
label {
	cursor: pointer;
	line-height: 50px;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
	display: none;
  	list-style-type: none;
  	text-align: center;
  	margin: 0;
  	padding: 0;
	position: absolute;
	width: 100%;
}
#menu-toggle:checked + #menu {
  	display: block;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	
}
#menu li {
	background-color: #fff;
	font-weight: 400;
	line-height: 32px;
	padding-top: 10px;
}
#menu li:last-child {
	padding-bottom: 15px;
}
#menu li a {
	color: #333;
	text-decoration: none;
}

@media (min-width: 768px) {
	.nav {
	width: 100%;
	height: 50px;
	background: #e1e3d0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	.nav li {
	color: #333;
	display: inline-block;
	font-family: 'lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 50px;
	margin: 0 15px 0 15px;
	}
	.nav li a {
		color: #333;
		text-decoration: none;
	}
	.nav li a:hover {
	color: #8c3060;
	}
	.mobile_menu {
		display: none;
	}
	
}

/* sidebar */

.sidebar {
	width: 100%;
	min-height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9efeb+0,f1d9d0+1 */

	background: #f9efeb; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9efeb', endColorstr='#f1d9d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-moz-box-shadow: inset -1px 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px 0 5px rgba(0,0,0,0.2);
	box-shadow: inner -1px 0 5px rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: relative;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #f9efeb;
	background-position: 0%;
	font-size: 16px;
}
.sidebar ul {
	box-sizing: border-box;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebar ul li {
	width: 100%;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-indent: 35px;
}
.sidebar ul li a {
	color: #333;
	text-decoration: none;
}
.sidebar ul li a:hover {
	background-color: #d3cbc7;
	display: block;
}


@media (min-width: 768px) {
	.sidebar {
	width: 25%;
	margin-bottom: -99999px;
	z-index: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 99999px;
	padding-left: 0;
	}
	.sidebar ul li {
	width: 100%;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 28px;
	text-indent: 30px;
	}
	
}

/* type */

h1,
h2,
h3,
h4{
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 48px;
	margin: 0;
	text-align: center;
}
h1 {
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
h3,
h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 10px 20px;
	text-align: center;
}
h4 {
	font-weight: 400;
	margin: 10px 10% 10px 10%;
}

p {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 12px 0;
}
p a{
	color: #692549;
	font-weight: 400;
	text-decoration: none;
}
p a:hover {
	color: #692549;
}
.bold {
	font-weight: 900;
}

.center {
	text-align: center;
	list-style-type: none;
}
.italic {
	font-style: italic;
}

.italic-indent {
	font-size: 20px;
	font-style: italic;
	margin: 0px 0% 0px 10%;
	color: #652245;

}
.rule {
	border-top: thin solid #CCCCCC;
	margin: 30px 10% 0 10%;
}
.small {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 20px 10px 20px;
}
.superscript {
	font-size: 10px;
	vertical-align: top;
}

@media (min-width: 768px) {
.topscript {
	font-size: 11px;
	vertical-align: top;
}
	p {
	margin: 0 10% 12px 10%;
	}
	.small {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	}
	h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	}
}

/* lists */

.posters,
.posters_lg,
.posters_hor,
.swatches{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.posters li,
.posters_lg li,
.posters_hor li{
	width: 90%;
	color: #333;
	margin: 15px auto;
	display: block;
}
.posters li img,
.posters_lg li img,
.posters_hor li img,
.swatches li img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.sources {
	margin: 0 0 0 15px;
	padding: 0;
}
.sources li {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
.sources ul {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.sources li a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}
.sources li a:hover {
	color: #692549;
}
.swatches li {
	width: 43%;
	color: #333;
	font-size: 14px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}
@media (min-width: 768px) {
	.posters li,
	.posters_lg li,
	.posters_hor li {
	width: 43%;
	margin: 15px auto;
	display: inline-block;
	vertical-align: top;
	}
	.posters_lg li{
	width: 56%;
	}
	.posters_hor li {
	width: 70%;
	}
	.swatches li {
	width: 20%;
	}
	.sources li {
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 25%;
	}
	.italic-indent {
	font-size: 15px;
	font-style: italic;
	margin: 0px 0% 0px 10%;
	color: #652245;
}
}

/* buttons */

.buy {
	width: 40px;
	height: 25px;
	background-color: #5f233d;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 20px;
}

/* images */

.bio {
	width: 86%;
	max-width: 220px;
	height: auto;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: block;
	margin: 20px auto 20px auto;
}
.center_img {
	width: 90%;
	height: auto;
	display: block;
	list-style-type: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
@media (min-width: 768px) {
	.center_img {
	width: 60%;
	max-width: 500px;
	}
}
.red-link {
	font-size: 13px;
	font-style: italic;
}
.red-link-center {
	font-size: 13px;
	font-style: italic;
	color: #692549;
	text-align: center;
}

.source ul {
	margin-right: 10%;
	margin-left: 25%;
}
