/* Nav
-------------------------------------------------------------- */

nav[role="navigation"] ul{
  text-align: right;
  margin: 0;
}
nav[role="navigation"] li{
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 25px;
}
nav[role="navigation"] li a {
  color: #BABABA;
  display: block;
  height:60px;
  line-height: 60px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
nav[role="navigation"] li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
nav[role="navigation"] li.active a {
  color: #00AACB;
}
a.open {
  height: 60px;
  width: 60px;
  float: right;
  display: block;
}
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;

  /* Specify the width of your pageslide here */
  width: 150px;
  padding: 0 20px;

  /* These styles are optional, and describe how the pageslide will look */
  background: #333;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 2px 2px #222;
  -moz-box-shadow: inset 0 0 2px 2px #222;
  box-shadow: inset 0 0 2px 2px #222;
}

#pageslide li:first-child {
  margin-top: 25px;
}
#pageslide ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pageslide li {
  margin-top: 15px;
  border-bottom:1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  padding-bottom: 15px;
}
#pageslide a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ddd;
  font-family: "proxima-nova",sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}