
body{
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B",HelveticaNeue,sans-serif;
	font-weight: normal;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0;
	}
	
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */ 
@font-face {
  font-family: Museo;
  src: url('../../fonts/Museo300-Regular.otf') format('opentype');
  font-weight: normal;

}

@font-face {
  font-family: Museo;
  src: url('../../fonts/Museo700-Regular.otf') format('opentype');
  font-weight: bold;
}

h1, h2, h3, h4
{
	font-family: Museo,Georgia, serif;
	font-weight: bold;
	text-transform: inherit;
	}

p,li {
	font-size: 18px;
	line-height: 1.4;
	}
	
blockquote {
	font-size: .9em;
	line-height: 1.4;
	padding-left: 32px;
	font-style: italic;
}
	
.boxed {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ccccdd;
	padding: 10px;
	}

a:link,a:visited
{
	color: #349;
	text-decoration: none;
	}
	
a:hover {
	color: #efb800;
}
h1 {
	font-size: 48px;
	font-weight: lighter;
	margin-top: 0.5em;
	color: #999;
	}

	
h2 {
	font-size: 3em;
}

h2 a:link,h2 a:visited{
	color: #932;
}





header{
	width: 100%;
		
}
header .bar {
	color: #c4d4e5;
	background-color: #932;
	display: flex;


}

header h1 {
	padding-left: 32px;
		margin-top: auto;
		margin-bottom: auto;
		font-family: "Ideal Sans SSm A", "Ideal Sans SSm B",HelveticaNeue,sans-serif;
	font-weight: lighter;
	width: 8em;
	font-size: 30px;
	
}



header h1 a:link,header h1 a:visited {
	color: white;
}

header h2{
	text-align: right;
	font-size: 30px;
	margin-top: auto;
	margin-bottom: auto;
	padding-right:32px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: lighter;
	width: 60%;
	max-width: 430px;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B",HelveticaNeue,sans-serif;
	}
	
header .subtitle {
	color:  #889;
	font-size: .8em;
	padding-left: 32px;
	padding-top: .2em;
	padding-bottom: .2em;
	border-bottom: 1px solid #999;
}
	

/* @group navlist */
#navlist {
	padding-left: 32px;
	width: 100%;
	margin-top: 4px;
	font-size: 1em;
	line-height: 1;
}

#navlist a:hover
{
	border-top: 4px solid #ccc;
	}
	
#navlist ul 
{
	display: inline;
	list-style-type: none;
	padding-left: 0;
}
	
#navlist ul li 
{
	display: inline;
	padding-right: 24px;
	padding-left: 2px;
	padding-bottom: 2px;
	}

#navlist a:link,#navlist a:visited {
	color: #889;
}



/* @end */

/* @group footer */

footer
{
	text-align: center;
	max-width: 960px;
	color: #932;

}
	
	
footer ul 
{
	list-style-type: none;
	
}
	
footer ul li
{
	display: inline;
	padding-right: 24px;
	padding-left: 2px;
	padding-bottom: 4px;
	vertical-align: middle;
	letter-spacing: .2em;

}

footer img
{
	vertical-align: middle;
	text-transform: inherit;
}
	
footer #bottom{
	margin-top: 1em;
	font-size: .9em;
}

footer #bottom p
{
	text-align: center;
	font-size: .85em;
	margin: 0;
}

footer #bottom div.big {
	font-size: 3em;
	font-weight: 200;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	margin-top: 40px;
	margin-bottom: 40px;
}

footer a:link,footer a:visited {
		color: #932;

}

/* @end */

/* -------- catalog  -------- */

#catalog {
	margin-left: 32px;
	margin-right: 32px;	
	max-width: 960px;
		overflow: auto;

	}

#catalog  h1 {
	font-family: Museo,Georgia,serif;
	font-size:4em;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	color: #666;
	}
	


h2.author{
	font-family: Museo,Georgia,serif;
	color: #999;
	font-weight: 300;
	font-size: 2em;
	margin-top: -12px;
}

.wrapper {
	display: flex;
	}
	
.left {
	width: 220px;
	margin-right: 10%;
	padding-top: 28px;

}	

.left p {
	font-size: .8em;
}

.article {
}

	
#catalog p,#catalog blockquote,#catalog h3 {
	}
	
#catalog .left p {
	margin-left: 0;
}

/* @group catalogItem */

.catalogIndex {
	display: flex;
	flex-wrap:wrap;
	padding-left: 40px;
	max-width: 980px;
	width: 100%;
}
.catalogItem
{
	width: 280px;
	height: 300px;
	overflow: hidden;
	padding: 0 40px 0px 0px;
}

.catalogItem p
{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5em;
	}
	
.catalogItem h2
{
	font-size: 1.4em;
	font-weight: normal;
	}
	
.catalogItem img
{	margin-right: 16px;
}

.catalogItem .more
{
	float: right;
	}



/* @end */
	
.red {
	color: #932;
}
	
.buy
{
	float: left;
	font-size: .8em;
	background-color: #eee;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border-color: #999 #036 #036 #999;
	border-width: 1px;
	border-style: solid;
	width: auto;
}

.order {
	float: right;
	clear: right;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right:  24px;
	width: 200px;
	font-size: 0.8em;
	text-align: center;
	border-top: 4px solid #ddd;
	padding-top: 2px;
	}
	

	
.order p.detail {
	font-size: 10px;
	margin-left: 0px;
}


.imageLeft {
	margin-right: 32px;
	width: auto;
	float: left;
	
	}
	
.imageBox {
	float: left;
	text-align: center;
	margin-right: 20px;
}

.imageBox img
{
	margin-left: auto;
	margin-right:  auto;
}

.imageBox .order  {
	float: none;
	clear: right;
	margin-bottom: 24px;
	margin-left: 24px;
	width: 200px;
	font-size: 0.9em;
	}
	
.imageRight
{
	width: 200px;
	float: right;
	text-align: center;
	text-transform: inherit;
	margin-bottom: 24px;
}

.also
{
	float: right;
	clear: right;
	margin-bottom: 24px;
	margin-left: 24px;
	width: 200px;
	font-size: 0.9em;
	border-width: 1px;
	border-style: dotted;
}

.quote
{
	margin-left: 20%;
	margin-right: 20%;
	font-size: 0.9em;
	line-height: 1.2;
	}
	
.toc {
	clear:both;
	margin-left: 32px;
	padding: 0;
	width:  75%;
}

.toc h3 {
	font-size:  2em;
	margin-bottom: 0;
}
.toc .title p {
	font-family: Museo,Georgia,serif;
	font-size: 1em;
	margin-bottom: 0px;
	padding: 0;
}
.toc .author p {
	font-family: Museo,Georgia,serif;
	margin-left: 32px;
	margin-top: 0px;
	font-variant: small-caps;
}
.toc .pageno {
	float: right;
}

.compat {
	font-size: .8em;
	line-height:  1.2;
	color: #999;
}

.mainwrapper {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
}
.mainbox {
	width:42%;
	padding: 20px;
	border: 1px solid #cbb;
	
}
.mainbox h2 {
	font-weight: 300;
}

#order article {
	padding-left: 40px;
	padding-right: 40px;
	max-width:720px;
}

#order table {
	margin-left: 40px;
}

#welcome article {
	padding-left: 40px;
	padding-right: 40px;
	max-width: 920px;
}

#welcome h1 {
	color: #999;
	font-weight: lighter;
}

#welcome article h2 {
	font-size: 1.5em;
}

#welcome dt {
	font-weight: lighter;
	float: left;
	clear: left;
	width: 25%;
	margin-bottom: 20px;
	padding-right: 20px;
	text-align:right;
}
#welcome dd {
	font-weight: bold;
	margin-bottom: 20px;
}

ul.library {
  list-style: none;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
  padding-left: 0;
  
}
ul.library li {
  font-size: .7em;
  margin-bottom: .4em;
  line-height: 1;
  margin-left: 2em;
  text-indent: -2em;
}

.subscribe {
	width: 80%;
	border: 1px dashed #ccc;
	padding: 0px 20px 20px 20px;
	margin: 20px 0;
}


.subscribe label {
	font-size: 1.5em;
	width: 30%;
	display: inline-block;
	text-align: right;
}

.subscribe input {
	font-size: 1.5em;	
	display: inline-block;
	width: 50%;
	}
.subscribe form {
	color: #999;
	font-weight: lighter;
	font-size: 1.5em;
}

.subscribe input[type=submit]
{
	width: 50%;
	margin-left: 32%;
	appearance:none;
}

.cart {
	background-color:  #687B8f;
	border-radius: 5px;
	padding: 2px;
	box-shadow: 4px 4px 8px #ccc
	
}

@media screen and (max-width: 600px) {
	.left {
	float: none;
	width: 100%;
	}
	
	.order {
	float: none;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right:  auto;
	width: 200px;
	font-size: 0.8em;
	text-align: center;
	border-top: 4px solid #ddd;
	padding-top: 2px;
	}
	
#navlist {
	font-size: .8em;
	font-weight: bold;
}
header .subtitle{
	font-size: .6em;
}
#catalog  h1 {
	font-size: 10vw;
}
#catalog  h2 {
	font-size: 7vw;
}

.wrapper {
		flex-wrap:wrap;

}

.mainwrapper {
	flex-wrap:wrap;
}

.mainbox {
	width:100%;
	padding: 20px;
	margin-bottom: 20px;
	
}

.subscribe p {
	font-size: .8em;
}
.subscribe label{
	font-size: .8em;
	color: #888;
	width: 100%;
	text-align: center;
}

.subscribe input {
	font-size: 1.1em;
	width: 100%;
	margin-bottom: 5px;
}


}

@media screen and (max-width: 480px) {

header h1,header h2 {
	font-size: 1.2em;
}



header .subtitle{
	font-size: .5em;
}
#navlist {
	font-weight:normal;
	font-size: .6em;
}

#navlist ul li {
	padding-right: 1em;
}

}



