html {
	background-image: url(cloud_background_dark.png);
	/*background-attachment: fixed;*/
	/*background-color: #8e8eff;*/
	font-size: 100%;
	}

body, html {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	}

@font-face {
    font-family: centuryGothic;
    src: url(gothic.ttf);
}

@font-face {
    font-family: centuryGothic;
    src: url(gothicb.ttf);
	font-weight: bold;
}

@font-face {
    font-family: centuryGothic;
    src: url(gothici.ttf);
	font-style: italic;
}

@font-face {
    font-family: centuryGothic;
    src: url(gothicbi.ttf);
	font-weight: bold;
	font-style: italic;
}
	
body {
	min-width: 750px;	
	font-family: centuryGothic, sans-serif;
	}

/*#fullbook {
	/*background-color: #fffede;
	/*background-image: url(blend.png);
	background-repeat: no-repeat;
	/*background-position: center center;
	/*background-position: 50% 100%;
}*/

/*#bookjoin1 {
	background-image: url(blend3.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: red;
	background-size: 1000px 20px;
}

#bookjoin2 {
	background-image: url(blend4.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}*/

#bookjoin1 {
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bookjoin2 {
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bookseam1 {
	width: 740px;
	height: 90px;
	background-color: #fffede;
	position: absolute;
	z-index: -1;
	/*margin-left: auto;
	margin-right: auto;*/
	/*left: 5px;*/
	margin-left: 2px;
	top: 20px;
}

#bookseam2 {
	width: 740px;
	height: 40px;
	background-color: #fffede;
	position: absolute;
	z-index: -1;
	/*margin-left: auto;
	margin-right: auto;*/
	/*left: 5px;*/
	margin-left: 2px;
	top: -20px;
}
	
#wrap {
	background-image: url(book.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 750px;
	}
	
#test {
	background-image: url(book.png);
	background-repeat: repeat-y;
	}
	
#header {
	text-align: center;
	margin: 10px;
	}
	
#booktop {
	background-image: url(book_top.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 64px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	
#sidebar {
	float: left;
	width: 200px;
	}
	
#sidebar h2, #sidebar h3, #sidebar p, #sidebar ul {
	padding: 0 15px 0 15px;
    }
	
#main {
	float: right;
	width: 550px;
	}
	
#sidebar ul {
	margin-bottom: 0;
    }
	
#main h2, #main h3, #main p, #main div{
	padding: 0 15px 0 15px;
   }
   
#main h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	text-align: center;
	border-bottom: 1px dashed #666666;
	}
   
#clearer {
	clear: both;
	}
	
#bookbottom {
	background-image: url(book_bottom.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 750px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	max-width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: solid 1px;
	font-weight: bold;
	background: #bdbdbd;
	}
	
#navigation {
	list-style-type: none;
	font-style: italic;
	}
	
#navigation a{
	text-decoration: none;
	color: #000;
	font-size: 14pt;
	}
	
#navigation li {
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	/*border-bottom-color: #bdbd1d;*/
	border-color: #adac0e;
}

/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-device-width: 768px) {
  body {
	  font-size: 18pt;
  }
  #navigation a {
    font-size: 28pt;
  }
}
	
#navigation li:hover {
	background: #e0df55;
	}
	
.selected {
	background: #adac0e;
	}
	
.selected a {
	color: #FFF !important;
	}
	
.title {
	font-style: italic;
	}
	
#faq {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#forum {
	margin: 0;
	margin-right: 25px;
	}
	
a img {
	border: 0;
	}
	
#bookspage {
	text-align: center;
	}
	
.bookcover {
	text-align: center;
	}
	
.buybook {
	text-align: center;
	}
	
li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
q {
	font-style: italic;
	}

.faqblock {
	width: 450px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	}
