/*
	Generated "oranges" adaptive partial stylesheet for corz.org.uk

	[machine styles]

	You could probably pare this down some!

	This stylesheet is freely released under the creative commons license:
	<http://creativecommons.org/licenses/by-nc-sa/1.0/>
*/
/* reset browser styles.. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: none;
}
html {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
	margin: 0;
	font-size: 62.5%; /* 1rem now= 10px, probably */
}
body {
	color: #744619;
	background-color: #fff7d1;
	font-family: Tahoma, 'Lucida Grande', Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: normal;
	-webkit-text-size-adjust: auto;
	background-image: url(Orange-Grad.png);
}

/* HTML5ness for poor browsers.. */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
img {
	background-position: center;
}
abbr, acronym {
	border-bottom: .1rem dotted #000;
	cursor: help;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	padding-right: .3rem;
}

:link {
	transition: all 100ms ease-out 0s;
	color: #d18207;
	text-decoration: none;
}
:visited {
	color: #a96a04;
	text-decoration: none;
}
a:hover {
	color: #664208;
	text-decoration: underline;
}
a:active {
	color: #f1be23;
	text-decoration: none;
}
:focus {
	outline: 0;
}


small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
code {
	font-family: 'Lucida Console', 'Courier New', Consolas, Courier, monaco, ProFontWindows, monospace;
	color: #8c6308;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { /* Opera! */
	background-color: inherit;
	font-family: Tahoma, 'Lucida Grande', Verdana, Trebuchet, Helvetica, sans-serif;
	font-weight: 800;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 2rem 0 1.5rem;
}

h1, .h1 {
	color: #eca004;
	font-size: 220%;
}
section h1 {
	color: #eca004;
	font-size: 175%;
}
h2, .h2{
	color: #F5A90A;
	font-size: 175%;
}
h3, .h3 {
	color: #F5A90A;
	font-size: 150%;
}
h4, .h4 {
	color: #F5A90A;
	font-size: 133%;
}
h5, .h5 {
	color: #F5A90A;
	font-size: 125%;
}
h6, .h6 {
	color: #F5A90A;
	font-size: 120%;
}

/* main content block on all pages */
.content {
	position: relative;
	width: 67%;
	max-width: 1024px;
	margin: 8rem auto 0;
	z-index: 10;
}

/* for content blocks */
.super-wide {
	margin-left: 2rem;
	margin-right: 2rem;
}


.space-big, .space-half, .space-quarter, .space-small, .space-tiny, .space-minute {
	overflow: hidden; /* prevent IE expanding the container */
	display: block;
}
.index-break, .clear, .clear-big, .clear-half, .clear-quarter, .clear-small, .clear-tiny, .clear-minute {
	overflow: hidden;
	margin: 0;
	clear: both;
	width: 100%;
	display: block;
}

.space-big { height: 20rem; }
.space-half { height: 10rem; }
.space-quarter { height: 5rem; }
.space-small { height: 2.5rem; }
.space-tiny { height: 1rem; }
.space-minute { height: .25rem; }

.clear-big { height: 20rem; }
.clear-half { height: 10rem; }
.clear-quarter { height: 5rem; }
.clear-small, .index-break { height: 2.5rem; }
.clear-tiny { height: 1rem; }
.clear-minute { height: .25rem; }
.clear { height: .001rem; font-size: 0;}

.clear-right {
	clear: right;
	height: 0;
}
.clear-left {
	clear: left;
	height: 0;
}


/*

	LEFT/RIGHT + COLUMNS
								*/



/* stackable half-width columns */
.half-size {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	outline: 0;
}


/* two-columns.. */
.two-column {
	width: 100%;
	clear: right;
}

/* for if you need the entire row to highlight on hover, use this.. */
.two-column-row {
	width: 100%;
	clear: right;
	padding: 0;
	float: right;
}
.two-column-row:hover {
	background-color: #ffffff;
}

.left, .left-column, .left-title {
	position: relative;
	float: left;
	padding: 0;
}
.left-column {
	padding: 0;
	width: 45%;
}
.right, .right-column, .right-title{
	position: relative;
	padding: 0;
	float: right;
}
.right-column {
	padding: 0;
	width: 45%;
}

.left-column, .right-column {
	text-align: justify;
}
.left-column {
	padding: .5rem 2rem .5rem .5rem;
}
.right-column {
	padding: .5rem .5rem .5rem 2rem;
}

.narrow-column {
	width: 22%;
}
.wide-column {
	width: 72%;
}



/*

	Pajamas Security..

							*/

.auth-container {
	width: 30rem;
	margin-left: 40%;
	margin-top: 10rem;
}
.auth-form {
	width: 100%;
}
.auth-text {
	position: relative;
	top: -0.2rem;
	font-size: large;
	font-weight: bold;
}
.auth-note {
	font-size: x-small;
}
#pajamas_logout {
	position: fixed;
	left: .4rem;
	bottom: .6rem;
	z-index: 101;
}

.pj {
	margin: 0 35% 0 35%;
}
.pj-title {
	position: relative;
	bottom: -0.5em;
}
.pj-note {
	margin: .6em 1em 0 0;
}





@media screen and (max-width: 920px) {
	.content {	/* move this to 800!*/
		margin-top: 11rem;
		padding-right: 2rem;
		max-width: 80%;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 2.1rem;
	}
	.content {
		clear: both;
		margin-top: 11rem;
		padding: 0;
		width: 98%;
	}
}


::selection {
	background: #000000;
	color: #ffea95;
}
::-moz-selection {
	background: #000000;
	color: #ffea95;
}



.machine-box, .machine-menu {
	width: 100%;
	height: 100%;
	min-width: 28rem;
	float: none;
	text-align: left;
}


/*
	machine-embedded{} is is a container for the entire embedded menu. It has no styles
	of its own by default, but enables you to get to .machine-embedded .machine-powered {},
	for example..
*/
.machine-embedded {}


/* for when NOT embedded - unclean output! */
.machine-solo {
	margin: 0;
	/* puts it in the middleish of the page */
	margin: 7.5% 25% 0 25%;
	padding: 0;

}

.machine-box {
	border: .1rem solid #fbac37;
	border-radius: 1rem;
    box-shadow:  -.1rem -.1rem .05rem .05rem #f9e39b, 1rem 1rem .9rem -0.85rem rgba(0,0,0,.33);
	background-image: -moz-linear-gradient(top, #fff7d1 0%, #FFC44D 85%, #fbb627 100%);
	background-image: -ms-linear-gradient(top, #fff7d1 0%, #FFC44D 85%, #fbb627 100%);
	background-image: -o-linear-gradient(top, #fff7d1 0%, #FFC44D 85%, #fbb627 100%);
	background-image: -webkit-linear-gradient(top, #fff7d1 0%, #FFC44D 85%, #fbb627 100%);
	background-image: linear-gradient(to bottom, #fff7d1 0%, #FFC44D 85%, #fbb627 100%);
}

.machine-question a {
	color: #c48206;
	font-size: 2rem;
	font-weight: bold;
	text-indent: .5rem;
	margin-bottom: .2rem;
	text-decoration: none;
	display: block;
}
.machine-question a:hover {
	color: #f1be23;

}

.machine-section-menu {
	padding: .75em 0 .2em .5em;
	width: 33%;
	float: left; /* to switch panes: float this right (1 of 2)  */
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: .5em;
}
.machine-sections-title {
	margin-bottom: 1em;
	color: #eca004;
	font-size: 133%;
	font-weight: bold;
}
.machine-sub-sections-title {
	margin: .5em 0 .5em 0;
	color: #F5A90A;
	font-size: 75%;
	font-weight: bold;
}
.machine-section-list {
	color: #F5A90A;
	font-size: 80%;
	text-decoration: none;
	margin-left: .5em;
}

.machine-files-menu, .machine-files-lone {
	padding: .75em .5em .2em 0;
	float: right; /* to switch panes: float this left (2 of 2) */
	margin-bottom: .5em;
	margin-left: .5em;
}
.machine-files-menu {
	width: 45%;
}
.machine-files-lone {
	width: 90%;
}
.machine-files-title {
	margin: .5em 0 .5em 0;
	color: #c48206;
}
.machine-file-list {
	color: #F5A90A;
	font-size: 75%;
	text-decoration: none;
	margin-left: .5em;
}

.machine-custom-text {
	padding: 0 1.5rem 1rem 1.5rem;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, 'Lucida Grande', Tahoma, sans-serif;
	color: #8c6308;
	font-size: 70%;
	float: left;
	text-align: justify;
	line-height: 1.25rem;
}

.machine-powerbar {
	margin-top: .3rem;
/*	filter: alpha(opacity=50);*/
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

.machine-powerbar:hover {
/*	filter: alpha(opacity=100);*/
	-khtml-opacity: 1;
	opacity: 1;
}


/* download/source switch - big on right, or left.. */
.machine-power-switch {
	float: left;
	padding-left: .75rem;
	text-align: right;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: -0.1rem;
}

.machine-powered {
	float: right;
	padding-right: .5rem;
	color: #F5A90A;
	font-size: 1.1rem;
}


/* styles for distro machine pages.. */
.embedded-machine {
	min-width: 27rem;
	margin-top: 3rem;
	width: 60rem;
}
/* for simple file-list menus */
.slim-menu {
	min-width: 27rem;
	width: 30rem;
}



/*
admin..	 */


.machine-auth-title {
	font-weight: bold;
	margin-bottom: .33em;
}

.machine-stats-link {
/*	border-bottom: .1rem solid; */	/*	this looks a bit ugly, but increases readibility	*/
	padding:0 0 .1rem 0;
	color: #F5A90A;
	font-size: 90%;
	position: fixed;
	bottom: .8rem;
	right: .8rem;
}

.machine-intro-link {	color: #F5A90A;
	font-size: 90%;
	position: fixed;
	top: .8rem;
	left: .8rem;
}

.machine-stats {
	/*	border-bottom: .1rem dashed;	*/
	margin-left: 25%;
	margin-right: 25%;
	padding: 0 0 .1rem 0;
}
.high-light {
	width: 100%;
	clear: right;
	float: right;
	padding: .1em;
}

.high-light:hover {
	background-color: white;
}

.machine-jump-bar {
	color: #F5A90A;
	font-size: 1.8rem;
	text-decoration: none;
	padding: .7rem .8rem .7rem .7rem;
}

.machine-go-up {
	bottom: 0;
	margin-right: 0;
	text-align: right;
	float: right;
}

.machine-messages {
	color: #F5A90A;
	font-size: 3rem;
	position: absolute;
	top: 1em;
	left: 25%;
}


#machine-system-msg {
	font-size: 1.2rem;
	width: 40%;
	margin: 10rem auto 0;
	text-align: justify;
}
#machine-system-msg, #machine-system-msg a {
	color: #eca004;
}


/* footer bar styles */
.machine-src-foot {
	clear: both;
	width: 99%;
	margin: 4rem auto .25rem;
	border: .1rem dashed #F5A90A;
	text-align: center;
	padding: .2rem;
}
.machine-src-foot-left {
	float: left;
	margin-left: .5rem;
	padding: 0 0 .4rem .4rem;
}
.machine-src-foot-right {
	float: right;
	margin-right: .5rem;
	padding: 0 .4rem .4rem 0;
}

.machine-src-foot-middle {
	background-image: url(up-arrow-button-oranges.png);
	background-repeat: no-repeat;
	height: 2.4rem;
	width: 2.4rem;
	display: block;
	margin: 0 auto -2.4rem;
	background-size: 100%;
}

/*
	Smaller screens.. */

@media screen and (max-width: 1280px) {
	.machine-solo {
		width: 75%;
		margin: 10rem auto 0;
	}
}

@media screen and (max-width: 920px) {
	.machine-solo{
		width: 85%;
	}
	#machine-system-msg {
		width: 75%;
	}
	.embedded-machine {
		width: 75%;
	}
	.slim-menu {
		width: 60%;
	}
}

@media screen and (max-width: 800px) {
	.machine-box, #machine-system-msg {
		font-size: 80%;
		max-width: 720px;
	}
	.machine-solo {
		width: 90%;
	}
	.machine-section-list, .machine-file-list {
		font-size: 90%;
		line-height: 166%;
	}
}

@media screen and (max-width: 510px) {
	.machine-box {
		font-size: 75%;
	}
	.machine-power-switch, .machine-powered {
		float: none;
		clear: both;
		padding: 0;
		text-align: center;
		margin: .25rem auto;
	}
	.slim-menu {
		width: 30rem;
	}
}


.toplinks {
	position: absolute;
	font-size: 1.4rem;
	top: 0.8rem;
	right: 1rem;
	z-index: 101;
}
.toplinks li {
	display: inline;
}
.toplinks li:not(:last-child)::after {
	content: " •";
}

.toplinks li a {
	color: ;
}
.toplinks li a:visited {
	color: ;
}
.toplinks li a:hover {
	color: ; /* only color variable guaranteed to be white! */
}

.auto-section {
	position: absolute;
	font-size: 1.1rem;
	top: 3.5rem;
	right: .9rem;
	text-align: right;
	padding-left: 5rem;
	z-index: 99;
}
.auto-section-title {
	font-weight: 600;
	font-size: 1.3rem;
	color: ;
	padding: 0.25rem 0 0.33rem;
}
.auto-section-links a {
	display: block;
}


/* menu switches here */
@media screen and (max-width: 920px) {

	.toplinks {
		top: 6.5rem;
		right: auto;
		margin: 0 5%;
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
		max-width: 90%;
	}

	.auto-section {
		position: relative;
		text-align: left;
		top: 2rem;
		right: auto;
		padding: 0;
		margin: 2rem auto 4rem;
		width: 95%;
		border-top: .1rem  dashed;
		border-bottom: .1rem  dashed;
		padding: 0.25rem 0 1rem;
	}
	.auto-section-links, #pagelink-totop {
		display: inline;
	}
	.auto-section-links a {
		display: inline;
	}
	.auto-section-links a:not(:last-of-type)::after {
		content: " •";
	}
}


@media screen and (max-width: 800px) {
	.toplinks {
		top: 6.75rem;
	}
}

