/* Responsive class: if smaller than N em */
@media print, screen and (max-width: 79em) {
	.rs .rs-w100 { width: 100%; }
	.rs .rs-child-w100 > div { width: 100%; }
	.rs .rs-auto-margin { margin: 0 auto; }
	.rs .rs-auto-width { width: auto; }
	.rs .rs-text-center { text-align: center; }
	.rs .rs-rel-on { position: relative; }
	.rs .rs-inline-on { display: inline; }
}

.main {
	vertical-align: top;
	min-width: 70%;

	position: relative;

	/*background-color: #FAFAFA;*/
	/*border-right: #76400C solid 0.2em;*/
}

/**
 * Simply defined as:
 * Text / Text / Text . Text / Text / Tex
 **/
ul.breadcrumb > li { display: inline-block; }
ul.breadcrumb > li:before { content: "/"; }
ul.breadcrumb > li:first-child:before,
ul.breadcrumb > li.sep + li:before,
ul.breadcrumb > li.sep:before { content: " "; }
ul.breadcrumb > li.sep:after { content: "\2022"; }

.nav_panel {
	padding-left 0.5em;
	min-width: 30%;
}

.dockright {
	position: relative;
}

.dockright > div {
    float: right;

	margin: 0 -.3em;
	padding: 0 0.2em 2em 0.2em;
	display: inline-block;
	width: 0;
}

#extend_sec {
	min-height: 7px;
}

#extend_sec, .dockright {
	/* Same as dockright */
	width: 100%;
}

.vpole {
	/* Should be the same as parent */
	padding: 0 0.5em;
	position: relative;
}

#bottom_control {
	text-align: right;
}

.p_navigation {
	clear: both;
}

.p_navigation > a, .p_controls > a {
	color: #333;
	padding: 0.2em 0.5em;
}

.p_navigation > a {
	font-size: 0.8em;
	font-family: custom-sans;
}

.p_controls > a {
	color: #333;
	font-size: 1.2em;
}

.ptop {
	margin-left: -1em !important;
}
/*Backgrounds*/

/* This style is necessary
 * to prevent anchor shifting issue
 */
#main_background {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/*End_background*/
