/* fonts */
.dropdowns {font-family: 'Vollkorn Regular', Helvetica, Arial, sans-serif; font-size:1.2em;}

/* colors */
/* ------ */
/* togle menu button for narrow screens */
.toggleMenu {
    background: #95917e;
    color: #fff !important;
    font-weight:bold;
}

/* general navigation background colors */
.nav {
     background: #95917e;
	
	
}

/* general navigation link font color */
.nav a {
    color:#fff; font-weight:bold;
}
.nav a:visited {
    color:#fff !important; font-weight:bold;
}

/* first level items borders */
.nav > li {
	
}

/* navigation hover colors */
.nav a:hover {
	background-color: #726e5d;
}

/* second level navigation colors */
.nav li li a {
    background: #95917e;
    border-bottom: 1px solid #666;
}

/* third level navigation colors */
.nav li li li a {
    background:#cccccc;
    border-bottom: 1px solid #c0c0c0;;
}

/* ---------------- */
/*      layout      */
/* -----------------*/

/* main div */
.dropdowns {
	width:auto;
}

/* small screens menu button */
a.toggleMenu {
	padding: 10px 0;
	width:100%;
	text-align: center;
}

/* second and third level menus */
.nav ul {
	width:9em;
}

/* general paddings and other stuff */
.nav a {
	padding: 7px 10px;
}

/* parents that have submenus */
.nav > li > .parent {
	/*padding-right: 25px;*/
	background-position: 95% 50%;
}

/* small screen adjustments*/
@media screen and (max-width: 900px) {
	.nav ul {
		width: 100%;
	}
	.dropdowns {font-size: 1.3em;}
}
