
@import url('//fonts.googleapis.com/css?family=Qwigley|Raleway:400,400i,500,500i,600');
body {
	background: #d9d7ac;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 85%;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
#wrapper {
	position: relative;
 width: 90%;
	min-width: 1040px;
	border: 10px solid rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	box-shadow: 0 0 2px #999, inset 0 0 2px #999;
	margin: 20px auto;
}
h1, h2 {
	font-family: 'Qwigley', sans-serif;
	color: #353025;
}
h1 {
	font-size: 4rem;
	line-height: 2rem;
}
h2 {
	font-size: 3rem;
	line-height: 1rem;
}
h3, h4, h5, h6, .ahn-widgetSize2-title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
p, ol, ul, pre, form {
	font-size: 1rem;
	font-weight: 400;
	color: #222;
}
a:link, a:visited, a:focus, a:active {
	color: #353025;
	text-decoration: none;
}
a:active {
	color: #7a7a7a;
}
/* Mobile Site Buttons
------------------------------------------------------------------- */
.mobile-button-wrapper {
	margin: auto;
	box-sizing: border-box;
	padding: auto;
}
.mobile-button-wrapper a {
	text-decoration: none;
}
.mobile-button-wrapper a:hover .large-mobile-button {
 background-color: #33404a;
 color: #ffffff;
}
.large-mobile-button {
	background-color: #fff;
	color: rgba(141, 65, 49, 0.8);
	box-sizing: border-box;
	padding: 10px 0px;
	font-size: 60pt;
	text-align: center;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	border-radius: 30px;
	margin: 0px;
	width: auto;
}
#footer-mobile-button {
	background-color: #fff;
	color: rgba(141, 65, 49, 0.8) !important;
	padding: 3px 7px;
	text-align: center;
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	border-radius: 4px;
}
#footer-mobile-button:hover {
	background-color: #fff;
	color: rgba(103, 90, 87, 0.8);
}
#headerbar {
	position: absolute;
	top: -20px;
	left: -20px;
	padding: 0 20px;
	background: #8f8164;
	width: 100%;
	height: 55px;
	border-radius: 16px;
	z-index: -1;
}
#footerBar {
	position: absolute;
	bottom: -20px;
	left: -20px;
	padding: 0 20px;
	background: #8f8164;
	width: 100%;
	height: 72px;
	border-radius: 16px;
	z-index: -1;
}
#hdrTop {
	width: 100%;
	background: #f4f5f7;
	height: 32px;
	text-align: right;
	padding: 2px 40px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-style: oblique;
	box-shadow: inset 0px -5px 16px rgba(0, 0, 0, 0.25);
	border-radius: 3px 3px 0 0;
}
#header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #8d4131;
	height: 260px;
	border-top: 2px solid #411e17;
	border-bottom: 2px solid #411e17;
}
#hdrImg {
	background: #ffffff url('images/hdrImg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 2px solid #fff;
	width: 70%;
	height: 240px;
	margin: 9px 12px;
	box-sizing: border-box;
	border-radius: 12px;
}
#shell {
	display: flex;
	width: 100%;
	margin: 0 0 37px 0;
	background: #fff;
}
/*#menu {background: #ddd; box-sizing: border-box; padding: 12px;}*/
#menu {
	background: rgba(141, 65, 49, 0.8);
	box-sizing: border-box;
	padding: 12px;
	margin: 0 0 -42px 8px;
	border-radius: 0 0 9px 9px;
	border: 3px solid #fff;
	border-top: 0;
}
#contentWrapper {
	background: #fff;
	width: 100%;
}
#ahn-bottom-content {
	background: transparent;
}
/* Profile Box */
.ahn-user-profile-box .user-actions a:link, .ahn-user-profile-box .user-actions a:visited, .ahn-user-profile-box .user-actions a:focus {
	color: #fff;
}
.ahn-user-profile-box .user-actions a:hover {
	color: #dde4cd;
}
#maincontent {
	margin-left: 10px !important;
}
.ui-state-default a {
	color: #fff !important;
}
.ui-state-default.ui-state-active a {
	color: #003 !important;
}
.ahn-up-page-editor {
	margin-top: 8px;
}
/* Vertical menu using li */
div#listmenu {
	font-size: 16px;
	margin-top: 0px;
	z-index: 5;
	width: 212px;
	float: none;
	background-color: transparent;
	border: 0;
}
div#listmenu ul {
	margin: 0;
	padding: 0;
}
div#listmenu li {
	transition: all .3s linear;
	text-align: right;
	position: relative;
	list-style-type: none;
	float: none;
	background-color: transparent;
	border-right: none;
	color: #353025;
	line-height: 8px;
}
div#listmenu li:hover {
	background-color: transparent !important;
}
div#listmenu li a {
	transition: all .3s linear;
	color: #ffffff;
	font-size: 15px;
	font-family: "Raleway";
	font-weight: 300;
	padding: 0 8px;
	line-height: 28px;
}
div#listmenu li a:hover {
	color: #d9d9d9 !important;
}
div#listmenu li a:after {
	content: " \25BA";
	height: 13px;
	width: 10px;
	float: right;
	color: #411e17;
	padding-left: 4px;
}
div#listmenu li a:hover:after {
	color: #a6a6a6;
}
body div#listmenu ul li ul {
	padding-bottom: 0;
}
div#listmenu ul li ul {
	transition: all .3s linear;
	z-index: 10;
	width: 280px;
	min-height: 100%;
	border: 0;
	padding-bottom: 0;
	left: -4px;
	margin: -26px 0px 0px 210px;
}
div#listmenu ul li ul li:first-child {
	border-top: 0;
}
div#listmenu li:first-child {
	border-left: none;
}
div#listmenu ul li ul li, div#listmenu ul li ul li:hover {
	background: transparent;
	padding: 0 1px;
	border: none;
	text-align: left;
}
div#listmenu ul li ul li a {
	padding: 4px 8px;
	font-size: 13px;
	line-height: 18px;
}
div#listmenu li ul li a:after {
	content: " ";
}
html > body div#listmenu ul li ul li ul {
	left: -30px;
	top: 29px;
	border: 0;
}
.user-actions a {
	color: #fff;
}
h1.ahn-feature-title {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 10px 20px;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}
.ahn-feature-title-bar h2 {
  margin-top: 7px;
}
a.ahn-item-icon {
	color: #fff;
}
.ahn-category-edit a {
	color: #fff !important;
	font-size: .8rem;
}
/* footer */
#footer {
	margin-top: -14px;
}
#footer p, #footer a {
	color: #fff;
	font-size: .8rem;
	text-decoration: none;
}