/**
 * @file
 * Navigation Styling
 */


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

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

#navigation ul.links, /* Main menu and secondary menu links */
#navigation .content ul /* Menu block links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation ul.links li, /* A simple method to get navigation links to appear in one line. */
#navigation .content li {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
}

.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 {
}

#site-nav {
  position: fixed;
  left: 0px;
  top: 30%;
  font-size: 12px;
	text-align: right;
}
.mobile #site-nav {
	top: 10%;
}
#site-nav h1 {
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

#site-nav h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0.3em;
  border-top: none;
}

#isotope-options {
  padding-bottom: 1.0em;
}

#isotope-options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#isotope-options h4 { 
  font-weight: bold;
}

#isotope-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
	font-size: 1.3em;
	color: #bfbeb1;
	float: right;
	margin-top: 0;
	text-transform: uppercase;
}
.mobile #isotope-options ul {
	font-size: 2em
}
#isotope-options ul ul {
  margin-left: 1.5em;
}

#isotope-options li {
  margin-bottom: 1.5em;
	line-height: 1.3em;
	text-align: left;
}
#isotope-options li.contact {
}
#isotope-options li.random {
}
#isotope-options li a {
	text-decoration: none;
  display: inline;
  padding: 0.4em 1.2em 0.4em 1.4em;
  background-color: #36373d;
  color: #fff;
  font-weight: bold;
  /*
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;  
	*/
	/*text-shadow: 1px 1px 0px #000;*/
	box-shadow: 2px 2px 2px #888;
}
#isotope-options li a.contact {
  background-color: #717279;	
}
#isotope-options li a.random {
}
#isotope-options li a:hover {
  background-color: #545f66;
}

#isotope-options li a:active {
  background-color: #545f66;
}

#isotope-options li a {
}

#isotope-options li a {
  border-left: none;
}

#isotope-options li a.selected {
  background-color: #545f66;
  color: white;
}

/* Combination filter options*/

#isotope-options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#isotope-options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#isotope-options .option-combo h2,
#isotope-options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
#social-wrapper {
	position: fixed;
	bottom: 30px;
}
#social-wrapper ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 15px;
}
#social-wrapper li.social {
	list-style: none;
	text-align: left;
	float: left;
	padding-right: 6px;
}
#social-wrapper li.social img {
	width: 48px;
}