

/* hidden fixed navigation */
#fixedbar {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.75);
	z-index: 9;
}

/* hidden fixed position */
#fixednav {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0px 15px;
}


/* hidden fixed no idea what this does */
#fixednav li { }

#fixednav li a {
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  color: #96aed8;
  line-height: 80px;
  text-decoration: none;
  padding: 0px 8px;
  margin-right: 6px; 
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

/* hidden fixed faded  mouseOver squares */
#fixednav li a:hover {
  color: #fff;
  background: rgba(163, 147, 129, 0.4);
}



.myGeneralText {
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	FONT-SIZE: 12px;
	line-height: 17px;
	text-align: left;
	font-weight: 300;
	color: #FFF;
}