html, body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-box-shadow:0 0 8px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 8px 8px rgba(0,0,0,0.3);
  box-shadow:0 0 8px 8px rgba(0,0,0,0.3);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
  
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
  background-color: #32394A;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
  position: inherit;

}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

#menu{

  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  
}
    #menu > header {
        padding: 0 8px;
        width: 250px;
        height: 43px;
        background-image: -webkit-gradient( linear, left top, left bottom, from(#434B5B), to(#242B39));
        background-image: -moz-linear-gradient(top, #434B5B 0%, #242B39 100%);
        border-bottom: 1px solid #000;
        border-top: 1px solid #5F6673;  
        color: #fff;
    }

    #menu #search {
        position: relative;
        top: 6px;
        width: 90%;
        padding: 2px 8px 0 10px;
        background: -webkit-gradient( linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
        background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
        color: #AAB2C0;
        border: 1px solid #222936;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
        -webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
        height: 27px;
        outline: none;
        font-size: 13px;
        font-weight: bold;
    }
    #menu #search::-webkit-input-placeholder {
        color: #AAB2C0;
        font-weight: normal;
    }
    #menu #search::input-placeholder {
        color: #AAB2C0;
        font-weight: normal;
    }

    #menu .separator {
        background: #434B5C;
        background: -webkit-gradient( linear, left top, left bottom, from(#434B5C), to(#394152) );
        background: -moz-linear-gradient(top, #434B5C 0%, #394152 100%);
        border-bottom: 1px solid #242A37;
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        color: #7A8292;
        padding: 4px 0 4px 8px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
    }
	#menu li {
        border-bottom: 1px solid #242A37;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        font-size: 16px;
        color: #C4CCDA;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
		list-style: none;
		min-height: 43px;
        line-height: 40px;
		padding: 3px 0 3px 8px;     
        background-color: #32394A;
		
	}
	#menu li span {
		padding-right: 15px;
		padding-top: 8px;
		font-size: 25px;
		float: left;
		position: absolute;
		width: 90%;	
	}	
    #menu li > a {
        position: relative;
		width: 100%;
		text-decoration: none;
		color: #C4CCDA;
		display: block;
		padding-left: 45px;
		padding-top: 5px;
    }
	#menu li:active{
        background-color: #3D475F;
    }
    #menu .active {
        background-color: #262C3A;
    }
    #menu li img {
        vertical-align: middle;
        display: block;
        float: left;
        margin: 10px 5px 0 0;
		opacity:0.9;
    }
    #menu li .count {
        position: absolute;
        right: 10px;
        top: 15px;
        background: #3E485E;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #3E485E), color-stop(1, #323A4D));
        background: -moz-linear-gradient( left top, left bottom, color-stop(0, #3E485E), color-stop(1, #323A4D));
        border-top: 1px solid #505A63;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
        color: #BFC5D2;
        padding: 1px 3px 3px 4px;
        display: inline-block;
        line-height: 12px;
        min-width: 11px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    }
    #menu li#copy {
        padding: 10px 8px;
        font-size: 12px;
        line-height: 18px;
    }
    #menu li#copy p {
        font-weight: 100;
    }
	

<!-- Intro paragraph styles. Delete once you start using this page -->
.snap-drawers .list{
	margin: 0; 
}

.welcome {
	line-height: 1.5;
	color: #555;
}
h2{
	padding: 15px;
	font-weight: normal;
	font-size: 36px;
}
