/* Copyright 2011 Swazi Legacy, Inc. All Rights Reserved.
 *
 * Main theme for the Swazi Legacy web site 
 * Author: trippy@swazilegacy.org (Tony Rippy)
 */

@import url('https://fonts.googleapis.com/css?family=PT+Serif');

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  /* background: #393324 */
  background-image: url('../images/flag.jpg');
  background-size: auto;
}

#sl-container {
  background-color: #fff;
  border:solid 1px #ddd;
  margin-bottom: 10px;
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}

#sl-header h1 {
  font-family: 'PT Serif', serif;
  font-size: 32px;
  text-align: center;
}

#sl-menu {
  font-family: 'PT Serif', serif;
  background-color: rgb(100, 200, 200);
  display: table;
  margin-bottom: 1em;
  width: 100%;
}
#sl-menu ul {
  list-style: none;
  margin: 0 auto;
  width: fit-content;
}
#sl-menu li {
  display: inline;
  margin: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-variant: small-caps;
  text-decoration: none;
}
#sl-menu li.selected {
  color: #366;
}
#sl-menu li.disabled {
  pointer-events: none;
  cursor: default;
}
#sl-menu li a {
  color: inherit;
  text-decoration: inherit;
}
#sl-menu li a:visited {
  color: inherit;
  text-decoration: inherit;
}
#sl-menu li a:hover {
  color: #fc0;
  text-decoration: inherit;
}

#sl-navlink {
  margin-bottom: 10px;
  color: #333;
  font-size: smaller;
}
#sl-navlink a {
  text-decoration: none;
}
#sl-navlink a:hover {
  text-decoration: underline;
}
#sl-navlink a:visited {
  color: inherit;
}
#sl-navlink b {
  font-size: larger;
}

#sl-content {
  margin: 20px;
}

#sl-bkg-attribution {
  font-size: 12px;
  text-align: right;
  margin-top: 60px;
  margin-right: 30px;
}
