/*

	generated "oranges" adaptive stylesheet for corz.org [corz/ styles]

	current pinning status:	absolute
	current browser model:	firefox

	this stylesheet is freely released under the creative commons license..
	http://creativecommons.org/licenses/by-nc-sa/1.0/
	
*/

.admin {
	margin-top: 90px;
	margin-bottom: 0;
	margin-left: 4%;
	margin-right: 1%;
	float: none;
	clear: both;
	}

.sub { /* for sub headers */
	position: relative;
	top: -10px;
	font-size: 140%;
	color: #F4AB3E;
	}

.contact-info {
	font-size: x-small;
	padding-left: 2em;
	padding-right: 2em;
}

.corztitle {
	color: #EFBB05;
	font: normal 11px  Tahoma, "Trebuchet MS", Trebuchet, "Lucida Grande", Verdana, sans-serif;
	position: absolute;
	top: 44px;
	right: 7px;
	}
.admtitle {
	color: #BE9C36;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	}

.pj {
	margin: 0 35% 0 35%;
	}
.pj-title {
	position: relative;
	bottom: -0.5em;
	}
.pj-note {
	margin: 0.6em 1em 0 0;
	}
.recent-comments {
	font-size: x-small;
	}

.glossary {
	width: auto;
	padding-top: 1em;
	}
.topref-links {
	font-size: 0.8em;
	font-weight: bold;
	}
.corz-subtitle {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #BE9C36;
	font-weight: bold;
	}

textarea {
	font-family: "Lucida Console", Consolas, "Courier New", Courier, monaco, ProFontWindows, monospace;
	font-size: x-small;
	}

.corztxt {
	padding: 10px 0 0 0;
	margin: 0;
	}

.corzweetxt {
	padding: 10px 0 0 0;
	font-size: 7pt;
	}

.spacey li {
	margin: 3px;
	font-size: x-small;
	}

.code {
	width: 81%;
	font-family: "Lucida Console", Consolas, "Courier New", Courier, monaco, ProFontWindows, monospace;
	font-size: 11px; color: #006600;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 10px; 
	cursor: crosshair;
	}
			
/*	simple code	 */
.simcode {
	font-family: "Lucida Console", Consolas, "Courier New", Courier, monaco, ProFontWindows, monospace;
	font-size: 11px; color: #036;
	margin: 2px 0 0 0;
	}
	
.ref {
	font-family: Tahoma, "Trebuchet MS", Trebuchet, "Lucida Grande", Verdana, sans-serif;
	padding: 0;
	color: #966;
	font-size: 70%;
	font-weight: bold;
	}

.massive { font-size: 4em; }

.byline {
	padding: 0;
	margin: 0;
	color: #BE9C36;
	font-size: 80%;
	}

.justy {
	text-align: justify;
	color: #BE9C36;
	font-size: 90%;
	}

/*	tiny text at the very foot	*/
.timertxt {
	text-align: center;
	padding: 0 0 2px 3px;
	margin: 0;
	font-size: xx-small;
	}

/*
pajamas	 */

.auth-container { /* the container (for IE bugs, mainly) */
	width: 250px;
	margin-left: 40%;
	}
.auth-form { /* the container form */
	width: 100%;
	}
.auth-text { /* the "password.." line */
	position: relative;
	top: -0.1em;
	font-size: large;
	font-weight: bold;
	}
.auth-note { /* the "powered by" line */
	font-size: x-small;
	}
.auth-logout {/* a logout button */
	position: absolute;
	right: 11px;
	top: 90px;
	}


.dropcap1 {
	float: left;
	width: 0.6em;
	font-size: 500%;
	line-height: 0.91em;
	}

.dropcap2 {
	float: left;
	width: 0.72em;
	font-size: 500%;
	line-height: 0.91em;
	}

.dropcap3 {
	float: left;
	width: 0.84em;
	font-size: 500%;
	line-height: 0.91em;
	}

.dropcap4 {
	float: left;
	width: 0.96em;
	font-size: 500%;
	line-height: 0.91em;
	}

.dropcap5 {
	float: left;
	width: 1.1em;
	font-size: 500%;
	line-height: 0.91em;
	}

.img-left, .img-right {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.img-right {
	float: right;
	margin-left: 10px;
	}
.img-left {
	float: left;
	margin-right: 10px;
	}
