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

body {
	background: #AAA6D0;
}

/* MAIN MENU */

#block-superfish-1 {
	background: #262576;
	padding: 15px;
	margin-bottom: 15px;
}

.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: #AAA6D0;
}

#superfish-1 ul {
	background: #5654A9;
	-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 li.last a {
	padding-bottom: 0;
}

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

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

#block-block-1 {
	text-align: right;
}