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

.container-12 {
	padding-left: 10px;
	padding-right: 10px;
}

/* MAIN MENU */

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

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

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

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

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

#superfish-1 a {
	color: white;
	font-weight: 300;
}

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

#superfish-1 a:hover {
	color: #328cc1;
}

#superfish-1 ul {
	background: url('../images/skyblue80.png') repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px !important;
}

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

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

/* HEADER */

#region-user-first {
	text-align: right;
}

#region-user-first img {
	margin-left: 0.5em;
}

#region-user-second {
	position: relative;
}

#block-locale-language {
	position: absolute;
	bottom: 0;
	right: 0;
}

#block-search-form {
	float: right;
}

