/* Style sheet for the top navigation bar of seaphages.org */
/* Heavily derived from http://www.webdesignerwall.com/demo/css3-dropdown-menu/ */
/* Colors to use for scss files */
/* Images to use for scss files */
#navbar {
  width: 960px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
  background: #eee;
  background: url("/static/images/HexBG-Small.png"); }

#nav {
  margin: 0;
  padding: 0;
  width: 960px;
  height: 40px;
  font-size: 16px;
  /* for firefox 3.6+ */
  position: relative;
  font-family: "Open Sans", Tahoma, sans-serif; }

/*.follow-facebook {
  float: right;
  background-image: url(/static/images/facebook-transparent.png);
  height: 30px;
  width: 30px;
  margin-top: 6px;
  margin-right: 6px;
}*/
#nav li {
  margin: 0 5px;
  float: left;
  position: relative;
  list-style: none;
  z-index: 1000;
  line-height: 24px; }

/* main level link */
#nav a {
  color: #092554;
  text-decoration: none;
  display: block;
  padding: 2px 14px 4px;
  margin: 4px 0 0 0;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  /*  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8); */
  text-transform: uppercase; }

/* main level link hover */
#nav .current a, #nav li:hover > a {
  background: #092554;
  color: #fff;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); }

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
  background: none;
  text-align: left;
  color: #eee;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3); }

#nav ul li a {
  margin-top: 0px;
  font-variant: small-caps; }

#nav ul li a:hover {
  background: #385179;
  /* Old browsers */
  background: -moz-linear-gradient(top, #385179 0%, #121932 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385179), color-stop(100%, #121932));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #385179 0%, #121932 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #385179 0%, #121932 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #385179 0%, #121932 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #385179 0%, #121932 100%);
  /* W3C */
  color: #fff !important;
  background: #092554;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

/* level 2 list */
#nav ul {
  background: #19a3ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #19a3ff 0%, #72c9ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19a3ff), color-stop(100%, #72c9ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #19a3ff 0%, #72c9ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #19a3ff 0%, #72c9ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #19a3ff 0%, #72c9ff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #19a3ff 0%, #72c9ff 100%);
  /* W3C */
  background: linear-gradient(to bottom, #0089e5 0%, #19A3FF 50%, #0089e5 100%);
  /* W3C */
  font-size: 12px;
  display: none;
  margin: 0;
  padding: 0;
  width: 160px;
  position: absolute;
  top: 34px;
  left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

/* dropdown */
#nav li:hover > ul {
  display: block; }

#nav ul li {
  float: none;
  margin: 0;
  padding: 0; }

/* clearfix */
#nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* Not sure what this thing's use was, but it was causing a whitespace hole below the nav bar.
Thus, it's now commented out.  Hopefully the nav bar still works everywhere.  --Dan

#nav {
	display: inline-block;
}
*/
html[xmlns] #nav {
  display: block; }

* html #nav {
  height: 1%; }

/*# sourceMappingURL=navbar2.css.map */
