@import 'http://fonts.googleapis.com/css?family=IM+Fell+English:400italic';
/************* End of scss preparation stuff *******************/
html {
  width: 100%;
  height: 100%;
  margin: 0em;
  padding: 0em; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0em;
  /* 1px of top padding, to prevent collapsing margins with #totalpage */
  padding: 1px 0 0 0;
  font-family: "Lucida Grande",Lucida,Helvetica,Arial,sans-serif;
  font-size: 100%;
  line-height: 1.7142857142857142em;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% -40px;
  background-size: 100%;
  color: #4f2e13; }

body {
  background-image: url("../img/achtergrond1.jpg"); }

body#Page_Site_Setting {
  background-image: url("../img/achtergrond2.jpg"); }

body#Page_Site_Personages {
  background-image: url("../img/achtergrond3.jpg"); }

body#Page_Site_Regelsysteem {
  background-image: url("../img/achtergrond4.jpg"); }

body#Page_Site_Praktisch {
  background-image: url("../img/achtergrond5.jpg"); }

body#Page_Site_Inschrijven {
  background-image: url("../img/achtergrond1.jpg"); }

/* Build the main layout. The menubar is left, the page is right and the footer
 * ends up below both. We also clear #footerbottom so all of the floating
 * stuff in the footer will still stretch up the body element and get a
 * background. */
.editbar {
  min-height: 1px;
  margin-bottom: 1em;
  background-color: #F5EEDC;
  color: #4f2e13; }

#footer, #footerbottom {
  clear: both; }

.sidebar {
  position: absolute;
  left: 1020px;
  top: 200px;
  margin: 0;
  padding: 1em;
  background-color: #2b424c;
  /* fallback */
  background-color: rgba(43, 66, 76, 0.85);
  background-opacity: 50%;
  border-radius: 15px; }

.table-of-contents {
  /* Use moderate indent for each list */ }
  .table-of-contents ol,
  .table-of-contents ul {
    padding-left: 30px;
    margin-left: 0; }
  .table-of-contents li {
    /* Hide numbers */
    list-style-type: none; }

/* no indent on the first list  */
.table-of-contents > ol,
.table-of-contents > ul {
  padding-left: 0; }

.table-of-contents-heading {
  /* Don't show the "Contents" heading */
  display: none; }

#content .table-of-contents a:visited,
#content .table-of-contents a {
  color: #c0c0c0;
  font-weight: bold; }

/****************************************
 * Set up the stuff in the header
 ****************************************/
.editbar {
  /* Center the content vertically in a fixed height */
  line-height: 1.5em; }
  .editbar a {
    color: #4f2e13; }

/* Format the pageinfo bar. */
#pageinfo {
  float: left;
  margin: 0; }

.editbar {
  /* Disable all default list-style stuff */
  list-style-type: none;
  list-style-position: outside;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Make it stand out a bit (this includes #pageinfo)*/
  background-color: #F5EEDC;
  color: #4f2e13;
  border-bottom: solid #111a1e 1px; }

ul.editbar li {
  /* Put menu items horizontally */
  display: inline;
  /* But not completely squashed together */
  margin-right: 20px; }

/* Really put the more actions dropdown horizontally */
.editbar form, .editbar form div {
  display: inline; }

#message,
form#editor,
#editor-help,
#preview {
  background-color: #FCF7EF; }

/************* End of mandatory wiki stuff **************/
/* * *  Fonts  * * */
@font-face {
  font-family: 'Anivers-Bold';
  src: url("fonts/anivers-bold-webfont.eot");
  src: url("fonts/anivers-bold-webfont-.eot") format("embedded-opentype"), url("fonts/anivers-bold-webfont.woff") format("woff"), url("fonts/anivers-bold-webfont.otf") format("opentype"), url("fonts/anivers-bold-webfont.svg") format("svg");
  font-weight: bold; }

.font-stack-anivers-bold {
  font-family: 'Anivers-Bold', sans-serif; }

@font-face {
  font-family: 'Anivers-Italic';
  src: url("fonts/anivers-italic-webfont.eot");
  src: url("fonts/anivers-italic-webfont-.eot") format("embedded-opentype"), url("fonts/anivers-italic-webfont.woff") format("woff"), url("fonts/anivers-italic-webfont.otf") format("opentype"), url("fonts/anivers-italic-webfont.svg") format("svg");
  font-weight: bold; }

/* * *  /Fonts  * * */
h1 {
  font-weight: normal; }

a {
  color: #4f2e13;
  text-decoration: underline; }

a:hover {
  color: #ac8063;
  text-decoration: underline; }

#totalpage {
  width: 984px;
  /*990 minus 2*7 padding (border width) */
  margin: 570px auto 0 auto;
  background-image: url("../img/paper.jpg");
  padding: 7px 7px 0px;
  /* width of border*/
  background-repeat: repeat;
  background-clip: padding-box;
  /* put background inside the padding */
  border-width: 7px;
  border-style: solid;
  border-image: url("../img/paper_borders.png") 7 repeat repeat; }

#paperheader {
  background-image: url("../img/top-paper.png");
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  padding: 1em 0em;
  margin-top: -10px; }

#menu {
  width: 100%; }

#menubar {
  border-top: 0em;
  border-bottom: 0em; }
  #menubar ul {
    padding-left: 0px;
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
    width: 67%;
    margin: auto;
    overflow: hidden; }
  #menubar li {
    font-family: Anivers-Bold,Verdana,Helvetica,sans-serif;
    text-align: center;
    display: inline-block;
    padding: 0 14px;
    float: left;
    line-height: 150%; }
    #menubar li a {
      color: #4f2e13;
      text-decoration: none; }
    #menubar li a:hover {
      color: #ac8063;
      text-decoration: underline; }
  #menubar p {
    margin: 0px; }

#page {
  padding: 0px 10px;
  /* We need some padding on the sides so stuff with a background won't get on top of the torn paper edges */
  font-size: 88%; }

#pagemiddle {
  width: 72%;
  clear: right; }
  #pagemiddle a {
    color: #4f2e13; }
  #pagemiddle a:hover {
    color: #ac8063; }

.curled-corners {
  border-width: 30px;
  border-style: solid;
  border-image: url("../img/cut_corners.png") 30 repeat stretch;
  background-color: rgba(255, 255, 255, 0.5);
  width: 60%;
  margin: auto; }
  .curled-corners h1 {
    font-family: "IM Fell English",serif;
    font-size: 2.28571em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    text-align: center; }
  .curled-corners p {
    margin: 0 0 1.71429em; }

.curled-corners-left {
  width: 60%;
  float: left; }

.newsblock-right {
  width: 32%;
  /* can't be 40 because of fat borders around left block */
  float: left;
  clear: none; }
  .newsblock-right div.rssReader p.rssEntryTitle,
  .newsblock-right div.rssReader p.rssEntryUpdated {
    line-height: 1em; }
  .newsblock-right div.rssReader p.rssEntryBody {
    padding-top: 0; }
  .newsblock-right hr {
    border-top: 0;
    border-bottom: dotted gray 1px;
    background-color: transparent; }

.footer-content {
  clear: both;
  background-image: url("../img/footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0em 2em 2.5em;
  text-align: center;
  overflow: hidden;
  /* stretch with floating content */
  font-size: 88%; }
  .footer-content h1, .footer-content h2 {
    font-family: "IM Fell English",serif;
    font-weight: normal; }
  .footer-content a {
    border-bottom: 1px solid #dccec9;
    margin-top: -1px;
    position: relative;
    text-decoration: none;
    color: #4f2e13; }
  .footer-content a:hover {
    color: #ac8063; }
  .footer-content .footer-quote-block p {
    font-family: "IM Fell English",serif;
    font-size: 150%;
    text-align: center; }
  .footer-content .footer-quote-block a {
    border: 0px; }
  .footer-content .footer-what-is-block {
    float: left;
    width: 45%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 4px 0 #c8baa6;
    margin: 0em 1%;
    position: relative;
    /* To enable trick with folded corner via a :before rule */
    padding: 1em; }
    .footer-content .footer-what-is-block li {
      margin: 1em 0em; }
  .footer-content .footer-what-is-block:before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    border-width: 0 32px 32px 0;
    border-style: solid;
    border-color: #DFD6C3 #F4EDDB;
    box-shadow: -5px 5px 4px 0 #c8baa6; }
  .footer-content .footer-link-block {
    float: right;
    width: 23%;
    text-align: left; }
    .footer-content .footer-link-block ul {
      padding-left: 0px;
      margin: 0;
      list-style-type: none;
      list-style-position: outside; }
    .footer-content .footer-link-block li {
      background: url("../img/bullet.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
      padding-left: 19px; }
  .footer-content .footer-social-block {
    float: right;
    width: 23%;
    text-align: left; }
    .footer-content .footer-social-block ul {
      padding-left: 0px;
      margin: 0;
      list-style-type: none;
      list-style-position: outside; }
    .footer-content .footer-social-block img.attachment {
      margin: 0px; }
  .footer-content .footer-credits-block {
    float: right;
    clear: right;
    width: 46%;
    text-align: left; }
    .footer-content .footer-credits-block a {
      font-weight: bold; }

/****************************************
 * Set up the stuff in the footer
 ****************************************/
#footer {
  /* Make it stand out a bit */
  background-color: #F5EEDC;
  color: #4f2e13;
  /* Center the content vertically in a fixed height */
  line-height: 40px;
  border-top: solid #111a1e 1px;
  clear: both;
  /* This makes sure the body will scale up with the content (without loosing scrollbars on the body) */ }

#footer a {
  color: #4f2e13; }

/* Format the username bar, copied from the modern theme */
#username {
  float: left;
  display: inline;
  margin: 0px 12px;
  padding: 0;
  text-align: right;
  font-size: 0.82em;
  white-space: nowrap; }

#username li {
  display: inline;
  padding: 0 0.5em 0 0; }

#searchform {
  float: right; }
