/*
==============================================================================
**
** NAV
**
** SCOPE: 		GLOBAL
** REVISION:	0.1
** DATE:		03/25/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)

** USAGE:		

** NOTES:
				
** TODO:		

** REVISION HISTORY
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* =========================================================================== */
/*
** COLOR PALETTE
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/*
** SPECIFIC COLORS
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:		
** NOTES:
**
*/
/*
** CONTAINER
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:		
** NOTES:
**
*/
/*
This is not working, but eventually I think it makes more sense to define border radius
here than have each element need a border radius element that get's set to zero;
.container-radius() {
	.less-radius(10px,10px,10px,10px);
	.ie-pie();
}
*/
/*
** MAIN NAV
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/*
** BUTTON
**
** DESCRIPTION:	Variables for standard buttons
** USAGE:		
** NOTES:
**
*/
/* Over Button Variables */
/* Pressed Button Variables */
/* Asides Figure Image Shadow */
/* =========================================================================== */
#toolbar {
  display: block;
  width: 100%;
  height: 50px;
  top: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  background: transparent url(/styles/img/global-sprites.png) 0 0 repeat-x;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.66);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.66);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.66);
  behavior: url('/styles/pie.htc');
}
#main-nav {
  position: relative;
  margin: 0 auto;
  width: 980px;
}
#main-nav h1 {
  display: none;
}
#main-nav > ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 49px;
  float: left;
}
#main-nav > ul > li {
  font-family: "Optima LT W01 Medium", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  color: #fff;
  display: block
			position: 	relative;
  float: left;
}
#main-nav > ul > li a {
  color: #d2d1d8;
  display: block;
  padding: 16px 18px;
  text-decoration: none !important;
}
#main-nav a {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0;
}
#main-nav li:hover,
#main-nav a:hover {
  color: rgba(255, 255, 255, 0.99);
  background: #792427;
}
#main-nav li > .sub {
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  font-size: 11px;
  z-index: 1001;
  overflow: hide;
  display: block;
  position: absolute;
  padding: 0;
  margin: -2px auto auto 0;
  background: #792427;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 220px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
#main-nav li > .sub li {
  border-bottom: 1px solid #6d1f22;
  text-transform: none;
  width: 100%;
}
#main-nav li > .sub a {
  color: #fff;
  padding: 10px 10px 10px 18px;
  text-shadow: none !important;
}
#main-nav li > .sub a:hover {
  background: #98341c;
}
#main-nav li > .sub > a:hover {
  background: #98341c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98341c), color-stop(1, #792427)) !important;
  background: -webkit-linear-gradient(top, #98341c 0%, #792427 100%) !important;
  background: -moz-linear-gradient(top, #98341c 0%, #792427 100%) !important;
  background: -o-linear-gradient(top, #98341c 0%, #792427 100%) !important;
  background: linear-gradient(top, #98341c 0%, #792427 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #98341c , endColorstr= #792427 );
}
#main-nav a:hover,
#main-nav li:hover > .sub {
  color: #fff;
  opacity: 1;
  visibility: visible;
  height: auto;
}
#mn1 {
  padding-left: 12px;
  margin-left: -25px;
  margin-right: -10px;
  padding-right: 0;
  background: transparent url(/styles/img/global-sprites.png) -325px -252px no-repeat;
  overflow: show;
  height: 80px;
  width: 120px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#mn1 a {
  color: #fff !important;
}
#mn1:hover {
  padding-top: 10px;
  background-color: none;
  background: transparent url(/styles/img/global-sprites.png) -325px -242px no-repeat !important;
}
#mn1 a:hover {
  background: none !important;
}
#about #mn2,
#issues #mn3,
#newsroom #mn4,
#services #mn5,
#help #mn6,
#state #mn7,
li .selected {
  background: #98341c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98341c), color-stop(1, #792427)) !important;
  background: -webkit-linear-gradient(top, #98341c 0%, #792427 100%) !important;
  background: -moz-linear-gradient(top, #98341c 0%, #792427 100%) !important;
  background: -o-linear-gradient(top, #98341c 0%, #792427 100%) !important;
  background: linear-gradient(top, #98341c 0%, #792427 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #98341c , endColorstr= #792427 );
}
#mn1.selected {
  background: transparent url(/styles/img/global-sprites.png) -325px -252px no-repeat;
}
/*
** 768
**
** DESCRIPTION:	Styles that apply to screens 768 pixels wide and down
** USAGE:		
** NOTES: Typically this means mobile phones held in landscape
**
*/
