@font-face {
	font-family: 'ebrima';
	src: url('../fonts/ebrima.ttf')
}
body, input, textarea, select, h1 {
	font-family: 'ebrima';
	
	/* Museo Sans nice strong, clear font */
	/* font-family: "Museo Sans","Lucida Grande",Arial,sans-serif; */
}

header {
	background-color: #eee;
	color: #333;
}
.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 20px;
	min-height: 34px;
    position: relative;
}
.navbar-brand {
    float: left;
    font-size: 18px;
	height: 34px;
    line-height: 20px;
    padding: 7px;
}
.navbar-nav > li > a {
    padding-bottom: 7px;
    padding-top: 7px;
}
.navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 2px solid #666;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.popover {
	max-width: inherit;
}
.popover {
/*	z-index: 1;
	border-color: #999;*/
	max-width: 620px;
	border: 1px solid #666;
}

.ui-menu {
	z-index: 1025; /* set higher than popover */
}