@charset "utf-8";
/* CSS Document */
#console {
	background-color: #C72221;
	color: #fff;
	padding: 2px 5px;
	font-size: 11px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;	
}

	/*	Bamboo
	=========================== */
	.overflow { overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
	.loading { background-image: url(../../images/loader.gif); background-position: center; background-repeat: no-repeat; background-size: 32px; }
	.loading.subview { min-height: 300px; }
	#container {
	margin: 0;
	position: relative;
	z-index: 2;
	background-color: #fff
}
	#cover { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,0); z-index: 600; }

	/*	Header
	=========================== */
	header.primary {
	/* [disabled]height: 49px; */
	color: #333;
	background-color: #fff;
	position: relative;
	border-bottom: solid 1px #f8f8f8;
	border-radius: 3px 3px 0 0;
}
	header.primary .icon {
	z-index: 22;
	position: absolute;
	top: 0;
	left: 0;
	height: 49px;
	width: 49px;
	font-size: 26px;
	line-height: 49px;
	text-align: center;
	color: #708053;
}
	header.primary .side { left: auto; right: 0; }
	header.primary hgroup {
	text-align: center;
	padding-top: 9px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 15px;
}
	header.primary hgroup h1 {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	color: #333;
	margin: 0;
	line-height: 49px;
	margin: 0;
	font-size: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/* [disabled]font-weight: bold; */
}
		header.primary hgroup h1 { position: relative; left: 0; right: auto; font-size: 30px;  color: #cc0000; line-height: 20px; }

	/*	Navigation
	=========================== */
	.navigation {
	background-color: #708053;
	color: #cbc4c5;
	z-index: 1;
	width: 100%;
	position: absolute;
	top: -7px;
	right: 0;
	bottom: 0;
	left: 4px;
}
	.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/* [disabled]width: 240px; */
	position: relative;
}
	.navigation li {
	font-size: 16px;
	position: relative;
	/* [disabled]font-weight: bold; */
	border-bottom: solid 1px rgba(0,0,0,0.1);
	border-top: solid 1px rgba(255,255,255,0.05);
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: auto;
}

	.navigation ul li a , .navigation ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	display: block;
	padding-top: 4px;
	padding-right: 14px;
	padding-left: 9px;
	padding-bottom: 4px;
	line-height: 30px
}

		.navigation .cb  {
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding-top: 4px;
	padding-right: 14px;
	margin-left: 9px;
	padding-bottom: 4px;
	line-height: 30px
}




	.navigation ul li a:hover, .navigation ul li a:focus {
	color: #C72221;
	}
		
	/*	Presentation styles
	=========================== */
	#content { padding: 5px 10px; }


@media only screen and (min-width: 768px) {

	/*	Bamboo
	=========================== */
	#container {
	left: 285px;
	/* [disabled]width: auto; */
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #FFF;
	top: 0px;
	max-width: 1000px;
	margin-right: 20px;
}
	#scroller { background:#ffffff; }

	/*	Header
	=========================== */
	header.primary {
	height: auto;
	background: transparent;
	border: none
}
	header.primary .icon { display: none }
	header.primary hgroup {
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-right: 10px;
}
	header.primary hgroup h1 { position: relative; left: 0; right: auto; font-size: 30px; line-height: 34px; color: #cc0000; line-height: 20px; letter-spacing: .1em; }

	/*	Navigation
	=========================== */
	.navigation {
	max-width: 275px;
	border-color: #708053;
}
.navigation .mm li {
	width: 220px;
	list-style-type: circle;
	list-style-position: inside;
}


}
