/*
Nav Panel
======================================
*/
.panel {
	font-family: azo-sans-web,sans-serif;font-size: 18px;
  background: #222222;
  z-index: 9999;
  position: fixed;
  left: -15.625em; /*or width of your navigation panel*/
  width: 15.625em; /*should match the above value*/  
}

.panel ul {
  border-top: 2 solid #222222;
}

.panel a {
  display: block;
  border-bottom: 2 solid #222222;
  padding: 0.5em;
}

.panel a:link,
.panel a:visited {
  color: #fff;
}

.panel a:hover,
.panel a:active {
  background: #aaaaaa;
}

.nav-icon {
  margin-right: 6px;
}
/*
Layout
======================================
*/

.wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

ul,
li {
  text-align:left;
  margin: 0;
  padding: 10px 0 0 0;
}

li {
  list-style: none;
}

.menu-link:link,
.menu-link:visited {
	position: absolute;
  font-size: 1.6em;
  text-decoration: none;
  display: inline-block;
  padding: 12px;
  color: #000;
  border-radius: 0px;
}
