/**
 * dev: Martijn Gorree fabrique.nl 2007
 */
html, body {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0;
  padding: 0;
  background: url('../images/grass.jpg') #194B0B repeat-x 50% 0%;
  font-family: Georgia, serif;
  font-size: 100%;
  color: #98643C;
} 

h1,h2,h3,h4,h5 {
  margin: 10px 0;
}

h1 { 
    font-size: 32px; 
    font-style: italic; 
    font-weight: normal;
    padding-bottom: 20px;
    margin-top: 0;
    background: url('../images/pointy_ornament.gif') no-repeat 50% 100%;
}

div#secondary h2 { 
  font-size: 12px; 
}

div#primary h2 { 
  font-size: 12px; 
  color: #632F14; 
  font-weight: bold; 
}

a { 
  color: #AC2E0B; 
  font-size: 95%;
}

a img { 
  border: 0;
}

.drempel { 
  visibility: hidden; 
  display: none; 
  height: 0px; 
  width: 0px; 
}

/**
 * Header
 */
div#header {
  width: 942px;
  text-align: right;
  clear: both;
  margin: 0 auto;
  height: 65px;
  padding-right: 60px;
  z-index: 10;
}

div#header ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  clear: both;
  float: right;
  margin-top: 18px;
}

div#header ul li {
  border: 1px solid #EFD8BA;
  float: left;
  margin-left: 12px;
}

div#header ul li.selected {
  background: url('../images/bg_menu_green.gif') repeat-x;
}

div#header ul li.hover,
div#header ul li:hover {
  background: url('../images/bg_menu_red.gif') repeat-x;
}

div#header ul li a {
  display: block;
  color: white; 
  text-decoration: none;
  padding: 6px 8px;
  font-weight: bold;
  font-size: 12px;
}

/**
 * Container
 */
div#container {
  background: url('../images/parchment.jpg') 0 -165px  repeat-y;
  clear: both;
  margin: 0 auto;
  width: 942px;
  position: relative;
}

div#container > div.padding {
  background: url('../images/parchment_top.jpg') 0 0px no-repeat;
  padding: 0 40px;
}

/**
 * Two columns
 */
div#secondary {
  width: 335px;
  min-height: 600px;
  float: left;
}

div#primary {
  width: 491px;
  min-height: 600px;
  float: right;
  border-left: 1px solid #CBB19D;
}

div#primary div.padding {
  padding-left: 10px;
}

#home div#primary,
#home div#secondary { 
  margin-top: 310px;
}

#sub div#primary { 
  margin-top: 75px;
}

#sub div#primary div.padding {
  padding-right: 50px;
}

#sub div#secondary {
  margin-top: 30px;
}

/**
 * The rest
 */
img.book {
  position: absolute;
  display: block;
  top: -61px;
  left: 55px;
  zoom: 1;
}

img.promo_text {
  position: absolute;
  display: block;
  left: 372px;
  top: 21px;
  zoom: 1;
}

img.sticker {
  position: absolute;
  display: block;
  left: 725px;
  top: 245px;
  zoom: 1;
}

img.book_sjoel {
  float: right;
  margin-left: 20px;
}

blockquote {
  background: url("../images/quote_top.gif") 50% 0 no-repeat;
  padding: 30px 0;
  margin: 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  float: left;
  display: block
}

blockquote p {
  margin: 0;
  padding-bottom: 40px;
  background: url("../images/quote_bottom.gif") 50% 100% no-repeat;
}

p.quote span,
blockquote span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-style: normal;
}

p.quote {
  padding-bottom: 30px;
  background: url("../images/pointy_ornament.gif") 50% 100% no-repeat;
  font-style: italic;
  line-height: 1.5em;
}

ul.bookmeta {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
}

#home div#primary h1 {
  background: url("../images/deze_oktober_in_nederland.gif") 0 0 no-repeat;
  text-indent: -9999px;
}

#home div#primary h2 {
  padding-top: 30px;
  background: url("../images/curly_ornament.gif") 50% 0 no-repeat;
}

#home div#primary div.padding {
  background: url("../images/curly_ornament.gif") 50% 100% no-repeat;
  padding-bottom: 50px;
}

#sub div#container > div.padding {
  padding: 0 40px 0 23px;
}


/**
 * Copyright
 */
div#copyright {
  clear: both;
  font-size: 10px;
  margin-top: 10px;
  border-top: 1px solid #CBB19D;
  padding-top: 10px;
  height: 30px;
}

div#copyright a {
  text-decoration: none;
  color: #CBB19D;
}
