@charset "utf-8";
/* CSS Document */

/* Navigation Class CSS */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	text-decoration: none;
	font-size:x-large;
	color: #BD932A;
	background: #000000;
	text-align: center;
/*	padding: 10px 0;*/
	line-height:2em;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .mainNav{
    display: block;
}

.menuBars{
	height:2em;
	width:35px;
	margin:0 auto;
}


.menuIcon {
    width: 35px;
    height: 5px;
    background-color:#BD932A;
    margin: 6px 0;
}

nav {
	text-align: center;
}

ul{
	
	margin:0px;
	padding:0px;
	height:2em;
}

ul li{

	list-style:none;
	float:left;
	width:20%;
}

ul li a{
	
	text-decoration:none;
	list-style:none;
	display:block;
	line-height:3em;
	background-color: #000000;


}

ul li a:hover {
	
	background-color:#000000;
	opacity:.9;
	font-weight:bolder
}

ul li ul {
	
	display:none;
	background-color: #000000;

}

ul li ul li {
	
	display:none;
	background-color: #000000;
	
}

ul li:hover ul  {
	
	position: relative;
	float: clear;
	display: block;
	background-color: #000000;
	opacity:.9;
	text-align: center;
	height: auto;
	
}



ul li:hover ul li {
	position: relative;
	width:100%;
	float: clear;
	display: block;
	background-color: #000000;
	opacity:.9;
	text-align: center;
	min-width: 100px;
}


#navback {
	position: fixed;
	width: 100%;
	height: 3em;
	top:1em;
	left: auto;
	margin: auto;
	z-index: 502;
	background-color: #000000;
	border-top-color: #826B1F;
	border-bottom-color: #826B1F;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
}

#navigation {
	position: relative;
	width: 50%;
	height: 3em;
	top:1em;
	left: auto;
	margin: 0 auto;
	z-index: 503;
	background-color: #000000;
	border-top-color: #826B1F;
	border-bottom-color: #826B1F;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
}

.fb-like{
	width: 225px;
	height: 35px;
	position: absolute;
	z-index: 600;
	top:30px;
	right: -90px;
}


/* Mobile Layout: 480px and below. Inherits styles from: Global Layout. */

@media only screen and (max-width:749px) {
	

/*START - MAKE DROPDOWN LINKS APPEAR IN LINE*/

#navigation {
	width:100%;
}
ul {
		position: static;
		display: none;
	}

ul li {
	text-decoration: none;
	font-weight: bolder;
	}
	/*Create vertical spacing*/
li {
		margin-bottom: 0px;
		}
	/*Make all menu links full width*/
ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.show-menu {
		display:block;
	}
ul li a{
	list-style: none;
	display: block;
	line-height: 3em;
}
ul li a:hover {
	font-weight:bolder;
	background-color:#222222;
	opacity:1;
}
ul li ul {
	display:none;
	opacity:1;
}
ul li ul li {
	display: block;
	text-decoration: none;
	font-weight: normal;
	opacity:1;
}
ul li ul li a {
/*	background-color: #FFCFE7;*/
	opacity:1;
}
ul li:hover ul  {
	position: relative;
	float: clear;
	display: block;
	text-align: center;
	height: auto;
	background-color:#222222;
	opacity:1;
}

ul li:hover ul li {
	position: relative;
	width: 100%;
	float: clear;
	display: block;
	text-align: center;
	min-width: 90px;
	background-color:#222222;
	opacity:1;
}
/*END - MAKE DROPDOWN LINKS APPEAR IN LINE*/	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Global and Mobile Layout. */

@media only screen and (min-width:750px) and (max-width:1099px) {
	

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:1100px) {


}
