@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300,300italic);
/*
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
*/


html, body {
  margin: 0;
  padding: 0;
}

header {
  display: block;
  position: relative;
  box-sizing: border-box;
}

header .header-text {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 15px;
}


main {
  display: block;
  position: relative;
  box-shadow: inset 0 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
}

aside {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 9px 9px;
  width: 200px;
}

section {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-left: 200px;
  width: 100%;
  overflow-y: auto;
}

section .wrapper {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

section .wrapper ul {
  margin: 0;
  padding: 0;
  padding-left: 21px;
}

section .wrapper ul > li {
  display: inline-block;
  margin: 9px;
  cursor: default;
}

main > * {
  padding-top: 20px;
}


footer {
  display: block;
  box-sizing: border-box;
  width: 100%;
}


/* =================
  Theme
=================*/

#app {
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
}

header {
  background-color: #3498db;
  color: white;
}


header .header-text h1 {
  margin: 0; padding: 0;
  font-size: 2em;
  font-variant: small-caps;
}

header .header-text h2 {
  font-family: 'Open Sans Condensed';
  margin: 0; padding: 0;
  font-size: 1.2em;
  font-weight: 500;
}

header .header-band {
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

aside {
  box-shadow: inset 0 0.4em 0.25em -0.35em rgba(0, 0, 0, 0.6);
  background-color: #e7ebee;

}
aside .about {
  line-height: 1.2;
}
