/* nav
***********************************************************************************************************************/
#nav,
#nav-filler {
	background: #106174;
	float: left;
	width: 15%;
}
#nav-filler {
	float: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#nav {
	padding-top: 70px;
}
#nav h3 {
	border-top: 1px solid #084c63;
	border-bottom: 1px solid #084c63;
	color: #b8ced3;
	cursor: default;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 10px;
}
#nav h3.admin {
	margin-top: 40px;
}
#nav h3 span:before {
	margin: 0;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	position: relative;
}
#nav ul li a {
	color: #ffffff;
	height: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}
#nav > ul > li {
	border-bottom: 1px solid #084c63;
}
#nav > ul > li > a {
	border-top: 1px solid #147f89;
}
#nav > ul > li:hover > a {
	background-color: #147f89;
}
#nav > ul > li.active > a {
	background-color: #1f9cb8;
}
#nav ul li ul {
	background: #eeeeee;
	display: none;
	position: relative;
}
#nav ul li ul.open {
	display: block;
}
#nav ul li ul.open:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #106174;
	content: ".";
	display: block;
	width: 0;
	height: 0;
	text-indent: -999999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
}
#nav ul li:hover ul.open:after {
	border-top-color: #147f89;
}
#nav ul li.active ul.open:after {
	border-top-color: #1f9cb8;
}
#nav ul li ul li a {
	color: #106174;
	padding-left: 25px;
}
#nav ul li ul li {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#nav ul li ul li:last-child {
	border-bottom: none;
}
#nav ul li ul li:hover {
	background-color: #fafafa;
}
#nav ul li ul li.active:after {
	border: 18px solid transparent;
	border-right-color: #ffffff;
	content: ".";
	display: block;
	width: 0;
	height: 0;
	text-indent: -999999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 1;
}
#nav ul li .toggle {
	border-left: 1px solid #147f89;
	color: #ffffff;
	cursor: pointer;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-font-smoothing: none;
}
#nav ul li:hover > .toggle {
	border-color: #106174;
}
#nav ul li.active > .toggle {
	border-color: #147f89;
}

/* actions
***********************************************************************************************************************/
#actions {
	background: #f2f2f2;
	border: 1px solid #dddddd;
	border-top: none;
	font-size: 13px;
	line-height: 13px;
}
#actions ul {
	list-style: none;
}
#actions li {
	border-right: 1px solid #dddddd;
	float: left;
}
#actions li a {
	color: #7e2448;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 10px;
}
#actions li:hover {
	background-color: #e5e5e5;
}
#actions li [class^="icon-"] {
	float: left;
	margin-right: 7px;
}
#actions li [class^="icon-"]:before {
	margin: 0;
}