#hamburger-switch {
	background-image: url('../images/hamburger-icon.png');
	background-repeat: no-repeat;
	background-size: 64px 64px;
	float: right;
	height: 64px;
	width: 64px;
}
#hamburger-switch.active {
	background-image: url('../images/hamburger-icon.png');
	comment: need X image also clean up the antialiasing on this one ;
}

#mobile-menu {
	display: block;
	height: 64px;
	position: absolute;
	right: 0;
	width: 64px;
	z-index: 99999999;
}

#access {
	display: block;
	height: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	transition: all 1s;
}

#access.active {
	height: auto;
	min-height: 400px;
	transition: all 1s;
}

#access ul ul a {
	height: auto;
	opacity: 1;
}

#access ul ul {
	display: block;
	float: left;
	left: inherit;
	position: inherit;
	top: inherit;
}

#access ul li a {
	color: white;
	padding: 10px;
}

#access li li a { padding-left: 2em; }

#access a {
	border-bottom: 1px solid white;
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

#access li {
	float: left;
	width: 100%;
}

ul#menu-primary li::before { display: none; }

#access ul ul li { width: 100%; }

#access ul ul li a {
	background-color: inherit;
	color: white;
	zborder: none;
}

#access ul ul { box-shadow: none; }

ul#menu-primary li { padding: 0; }

zul#menu-primary li { border-bottom: 1px solid white; }

#access ul ul a,
#access ul a {
	border-bottom: 1px solid white;
	font-size: 24px;
	background: none;
}

/* deal with soocial icons */
ul#menu-primary li.menu_facebook,
ul#menu-primary li.menu_twitter { display: none; }

.usermenu {
	float: none;
	width: 100%;
}

#access a#btn_search { float: left; }

/* TODO: clean up this: */
#search-box #s {
	margin-left: 10px;
	margin-right: 0;
	padding-left: 0.5em;
	width: 75%;
}

.usermenu {
	position: relative;
	width: 100%;
	float: left;
}

#access .usermenu ul li {
	height: 60px;
	display: block;
}

#search-box {
	position: absolute;
	top: 10px;
	left: 80px;
	
}

#btn_search {
	height: inherit;
	line-height: inherit;
}

#search-box {
	position: absolute;
	top: 10px;
	display: block;
}
