/**
 * Becoming Tarden stylesheet
 * @author Peter Goes | grrr.nl
 *
 * TOC:
 * //////////////////
 * 
 * -RES- Reset style
 * -BAS- Basic style
 * -HED- Header style
 * -CON- Main content
 * -MEN- Menu style
 * -PA1- Page 1 style
 * -PA2- Page 2 style
 * -PA3- Page 3 style
 * -PA4- Page 4 style
 *
 * \\\\\\\\\\\\\\\\\\
 *
 */

/**
 * -RES-
 */

/**
 *	Reset stylesheet, written by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *	This stylesheet provides a clean sheet for authors to build styles upon.
 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
 * -BAS-
 */
html{
	/*overflow: scroll;*/
	
	height: 101%;
}
body{
	background-color: #E5E6E1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
}

a{
	color: #404040;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.rollover{
	position: inherit;
}

/**
 * -HED-
 */
#header{
	margin-top: 10px;
	margin-left: 40px;
}

#header .logo{
	vertical-align: -26px;
	margin-right: 16px;
}
#header a{
	margin-right: 10px;
}

#header #navSpan{
	/*border: 1px #000000 solid;*/
	padding: 20px 0px 20px 0px;
}

/**
 * -CON-
 */
#wrapper{
	width: 780px;
	margin-left: -390px;
	left: 50%;
	position: absolute;
}

/**
 * -MEN-
 */
#content-menu{
	margin-top: 45px;
	height: 500px;
	text-align: center;
}

#content-menu .book{
	top: 150px;
	left: -70px;
	margin-top: -115px;
	position: relative;
}

#content-menu a{
	font-size: 24px;
	font-weight: normal;
}

#content-menu #menuNav{
	width: 400px;
	top: -90px;
	left: 550px;
	position: relative;
	text-align: left;
	border: 0px #000000 solid;
	line-height: 40px;
}

#content-menu #menuNav .hover{
	line-height: normal;
}

/**
 * -PA1-
 */ 
#content-intro{
	margin-top: 45px;
}

#content-intro h1{
	width: 780px;
	top: 88px;
	position: relative;
	text-align: center;
	font-size: 30px;
	font-style: italic;
	line-height: 1.1;
}

#content-intro .copy{
	width: 780px;
	top: 100px;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-style: italic;
	line-height: 2.3;
}
#content-intro a{
	top: 150px;
	left: 480px;
	position: relative;
	font-size: 24px;
	font-weight: normal;
}

#content-intro .rights{
	width: 390px;
	top: 200px;
	left: 194px;
	position: relative;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
}

#content-intro #credit{
	width: 500px;
	top: 220px;
	left: 194px;
	position: relative;
	text-align: left;
	font-style: normal;
	margin-bottom: 20px;
	float: left;
	font-size: 12px;
	padding-bottom: 20px;
}

#content-intro .rights img{
	vertical-align: -10px;
	float: left;
}

#content-intro .rights .text2{
	float: right;
	width: 320px;
}

#content-intro #credit a,
#content-intro .rights a{
	top: 0px;
	left: 0px;
	position: inherit;
	font-size: 100%;
	text-decoration: underline;
}

#content-intro #credit a:hover,
#content-intro .rights a:hover{
	text-decoration: none;
}

/**
 * -PA2-
 */
#content-letter{
	margin-top: 45px;
	text-align: right;
}

#content-letter a{
	margin-right: 40px;
	font-size: 24px;
	font-weight: normal;
}

#content-letter .rollover{
	padding-bottom: 30px;
	position: relative;
}
/**
 * -PA3-
 */
#content-epilogue{
	margin-top: 45px;
}

/**
 * -PA4-
 */
#content-prologue{
	margin-top: 45px;
}


/**
 * -PA5-
 */
#content-download{
	margin-top: 45px;
}

#content-download p{
	width: 500px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: -250px;
	left: 50%;
	position: relative;
}

#content-download a{
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
	text-align: left;
}

#content-download a:hover{
	text-decoration: none;
}