/* Minimal Skin */
body {
	background-color:#fff;
	margin:0 3%;
	margin:0px\9;
}

#container {
	background:none;
	max-width:1020px;
	width:984px\9!important;
}

header {
	background:none;
	padding:40px 0!important;
	border-top:none;
}

nav {
    background:none;
	margin-bottom:2%;
    padding:5px 0!important;
	border-top:3px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	border-top-color: #666; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(102,102,102,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #666; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	border-left-color: #666; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(102,102,102,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #666;
}

nav ul li a, #mobile-nav-btn {
	color:#666;
	text-shadow:none;
}
nav ul li a:hover, nav ul li a.nav-selected, nav ul li a.nav-path-selected, nav ul li:hover {
	background:#ddd;
	color:#444;
}
nav li li {
	background:#ddd;
}
nav li li a:hover, nav li li a.nav-selected, nav li li a.nav-path-selected {
	background:#ccc;
}

#mobile-nav-btn span {
	box-shadow: 0 10px 0 1px #666, 0 16px 0 1px #666, 0 22px 0 1px #666;
}
.mobnav-subarrow {
    background-color: #666!important;
}

#feature .has-content {
	padding-bottom:2.5%;
}

#wrapper {
	padding:0 0 2%!important;
}

#sidebar ul.nav {
	border-top:3px solid #ccc;
}
#sidebar ul.nav li {
	margin:0;
}
#sidebar ul.nav li a {
	background:none;
	border-left:none;
	border-bottom:1px solid #ccc
}

footer {
	background:none;
	padding:3.8% 0!important;
	border-top:3px solid #ccc;
	color:#666;
	text-shadow:none;
}
footer a {
	color:#666;
}
footer a:hover {
	color:#555;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color:#444;
}
footer #credits {
	border-top:1px solid #ccc;
	padding-top:2%;
}
footer ul li {
	border-bottom-color:#ccc;
}

/* Mobile */

@media handheld, only screen and (max-width: 767px) {
	nav {
		padding:0!important;
	}
	.sf-menu li {
		border-top:1px solid #ddd!important;
	}
}