/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* MAIN MENU */

#zone-menu-wrapper {
	background: #005F38;
	margin-top: 2em;
	border-bottom: 2px solid #A4CFBC;
}

.sf-menu {
	float:left;
	position:relative;
	left:50%;
}

.sf-menu ul li {
	left:0%;
}

.sf-menu li {
	left:-50%
}

#superfish-1 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.sf-sub-indicator {
	display: none;
}

#superfish-1 a {
	color: white;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid white;
}

#superfish-1 li.last a {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#superfish-1 a:hover {
	color: #A4CFBC;
}

#superfish-1 ul {
	background: #A4CFBC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px !important;
	margin-top: 15px;
}

#superfish-1 ul a {
	color: white;
	text-transform: none;
	font-size: 1.2em;
	padding-right: 0;
	padding-bottom: 0.5em;
	margin-right: 0;
	border-right: none;
}

#superfish-1 ul a:hover {
	color: #005F38;
}

/* SEARCH */

#block-search-form {
	text-align: right;
}

#edit-search-block-form--2 {
	width: 85%;
}
