/**
 * @file
 * Navigation Styling
 */


/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
 * Navigation bar
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
}

ul.language-switcher-locale-url,
#header-menus ul.links {
  text-align: justify;
  width: 100%;
  height: 1.5em;
  font-size: 1.1em;
}

ul.language-switcher-locale-url li,
#header-menus ul.links li {
  padding: 0; /* LTR */
  display: inline-block;
}

ul.language-switcher-locale-url:after,
#header-menus ul.links:after {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}

.region-navigation {
}

/*
 * Main menu and Secondary menu links
 */
#main-menu {
}

#secondary-menu {
  float: right;
}

/*
 * Menu blocks
 */
.block-menu {
}

/*
 * "Menu block" blocks
 *
 * Drupal core has limited ways in which it can display its menus. To get around
 * these limitations, see http://drupal.org/project/menu_block
 */
.block-menu-block {
}

div.region-sidebar-first {
	line-height: 1.3em;
	font-family: Sansation;
}

div.region-sidebar-first ul.menu li {
	text-align: right;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0.3em;
	font-size: 1.05em;
}

div.region-sidebar-first ul.menu li:first-child {
	padding-top: 0.3em;
}

div.region-sidebar-first ul.menu li.active-trail {
	text-transform: uppercase;
}

div.region-sidebar-first ul.menu {
/*	font-weight: bold;*/
}

div.region-sidebar-first ul.menu ul.menu {
	font-weight: normal;
	margin-bottom: 0.96em;
}

div.region-sidebar-first ul.menu ul.menu li {
	text-transform: none;
	font-size: 1em;
}

#header-menus {
  text-transform: uppercase;
  font-weight: bold;
}

#block-locale-language {
  font-weight: bold;
}

#block-locale-language .contextual-links-wrapper {
  display: none;
}
