/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
TYPOGRAPHY
*/

body {
	font-family: "minion-pro", serif;
	font-weight:normal;
	font-size: 13pt;
}

h1, strong {
	font-weight:bold;
}

p, ul {
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
}

#about p, footer p {
	margin-left: 0;
	text-indent: 0;
}

em {
	font-style: italic;	
}

a, a:hover, a:visited {
	color:black;
}

li span {
	display:block;
}

/*
SLIDING
*/

#slide1, #slide2, #slideAbout {
	display:none;
}

header {
	cursor:pointer;
}

/*
BASE, MOBILE < 480px
*/

body {
	background-color: #999;
}

#mono2 {
	background-color: #FFF;
	background-image: url(img/back2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#mono1 {
	background-color: #eee;
}

#about {
	background-color: #ddd;
}

footer {
	background-color: #bbb;
}

footer img {
	height:50px;
	width:auto;
}

footer img.fbaup {
	height:50px;
	width:auto;
	
}

section, footer {
	position: relative;
	padding: 2em 1em;
}

p, ul {
	margin-top: 1em;
	padding-right:1em;
}

p.book {
	display:none;
}

.cover img {
	height: 300px;
	width: auto;
}

.spreads img {
	width:100%;
	height:auto;
}

section h1, section h2, section div {
	position:relative;
	z-index:100;
}

#mono2, #mono1 {
	overflow:hidden;
}


/*
MOBILE
*/

@media only screen and (max-width: 480px) {

h1, h2 {
	font-size: 24pt;
}

}

/*
MOBILE WIDE
*/

@media only screen and (min-width: 480px) {

h1, h2 {
	font-size: 28pt;
}

section, footer {
	padding-left:25%;
}

footer img {
	height:100px;
	width:auto;
}

}

/*
TABLET > 786
*/

@media only screen and (min-width: 768px) {

section, footer {
	padding-left:30%;
}

}

/*
DESKTOP > 960
*/

@media only screen and (min-width: 960px) {

h1, h2 {
	font-size: 36pt;
}

section, footer {
	padding-left:35%;
}

p.book {
	display: block;
	position:absolute;
	width:100%;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0;
}

p.book {
	width: 35%;
}

p.cover {
	display:none;
}

.book img {
	width:300px;
	height:auto;
}

section header, section div {
	max-width: 600px;
}

}
