/*
 Theme Name:   San Diego 6
 Version:      0.1
 Template:     gtxcel
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  sandiego6.com
*/

/*--- Fixed State Header ---*/
body.fixed .primary-nav-wrapper {
 position:fixed;
 top:0px;
 width:100%;
 background-color:#FFF;
 border-bottom:solid 1px #CCC;
 z-index: 99;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

body.fixed .primary-nav-wrapper nav.primary {
	margin-top:0;
}