/******************************************************************************
 *                   Stylesheet created by sleeping-fish.ch                   *
 *                             Sitewide settings                              *
 ******************************************************************************/

/*************************  Override a few defaults  **************************/
html, body {
  /* Leave a little margin at the bottom */
  height: calc(100% - 10px);
}

body {
  background-color: #fff;
  font-family: sans-serif;
  color: #000;
}

a {
  color: #000;
}

img {
  border-width: 0px;
}

q {
  font-style: italic;
}

/********************************** Layout ************************************/
#container {
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: table;
}

#banner {
  display: table-row;
}

#header {
  font-size: 5em;
  font-family: 'Arizonia', cursive;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.3);
  text-align: center;
}

#header .article {
  font-size: 0.5em;
}

#main {
  vertical-align: top;
  padding-top: 30px;
}

#sidebar {
  padding-left: 10px;
}

#footer {
  display: table-row;
  width: 100%;
  height: 60px;
  text-align: center;
  font-style: italic;
  color: #999;
  font-family: 'Love Ya Like A Sister', cursive;
}

#copyright {
  padding: 20px;
}

/************************************* Menu ***********************************/
#menu {
  height: 30px;
  display: table-row;
  background-image: url("../images/sep.png");
  background-position: left center;
  background-repeat: repeat-x;
}

#menu ul {
  width: 600px;
  padding: 10px 0px;
  margin: auto;
  list-style-type: none;
}

#menu ul a {
  background-color: #ddd;
  width: 200px;
  display: block;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-family: 'Love Ya Like A Sister', cursive;
}

#menu ul a.selected {
  background-color: #333;
  color: #fff;
}

#menu ul a:hover {
  background-color: #333;
  color: #fff;
}

#menu li {
  float: left;
}

/*********************************** Sidebar **********************************/
.sidebar-header {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

#sidebar img {
  width: calc(100% - 10px);
  border: 1px solid #ccc;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;
  margin-bottom: 20px;
}

/************************************ Media ***********************************/
@media (max-width: 576px) {
  #container {
      width: 100%;
  }
  #banner {
    height: 80px;
  }
  #header {
    font-size: 3em;
  }
  #menu {
    height: 30px;
  }
  #menu ul {
    width: 300px;
    padding: 0px;
  }
  #menu ul a {
    width: 100px;
  }
}

@media (min-width: 576px) {
  #container {
      width: 540px;
  }
  #banner {
    height: 100px;
  }
  #menu ul {
    width: 450px;
  }
  #menu ul a {
    width: 150px;
  }
}

@media (min-width: 768px) {
  #container {
    width: 720px;
  }
  #banner {
    height: 200px;
    background-image: url("../images/fish.png");
    background-position: right 50px bottom;
    background-repeat: no-repeat;
  }
  #header {
    width: 350px;
    text-align: center;
  }
  #main {
    display: table-cell;
    width: 100%;
  }

  #sidebar {
    display: table-cell;
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  #container {
    width: 960px;
  }
  #banner {
    background-image: url("../images/banner_960.png");
    background-position: center;
  }
  #header {
    margin: auto;
  }
}

@media (min-width: 1200px) {
  #container {
    width: 1140px;
  }
}
