/* CSS for all Scribe pages. */
/* Part of Tel'Laerad Scribe. */
/* Copyright © John Beshir 2009. */

#sidebox {
	float: left;
	overflow-x: hidden;
	width: 25em;
	margin: 1em 1em 1em 1em;
	border: 0.1em solid #333333;
	background-color: #111111;
}

#sidebox .titlebox {
	border-top: 0.1em solid #333333;
	border-bottom: 0.1em solid #333333;
}

#sidebox .sectionbox {
	padding: 1em 1em 1em 1em;
}

#contentbox {
	margin: 1em 1em 1em 27em;
	padding: 1em 1em 1em 1em;
	border: 0.1em solid #333333;
	background-color: #111111;
}


/* Styling-Only CSS */

/* Scale text sizes back up to a reasonable default inside textboxes. */
/* This style is applied to a box which directly contains text. Such boxes 
   shouldn't contain any layout elements, so sizes and positions remain easy to
   calculate without rounding issues. */
/* Do not nest these. */
#sidebox .textbox {
	font-size: 120%;
	text-align: justify;
}
#contentbox .textbox {
	font-size: 130%;
	text-align: justify;
}


#sidebox .titlebox .textbox h1 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #222222;
}

#sidebox .sectionbox .textbox {
	text-align: justify;
}

#sidebox .sectionbox .textbox p {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

#sidebox .sectionbox .textbox .name {
	font-style: italic;
}

#sidebox .sectionbox .textbox .dateline {
	font-style: italic;
}

#contentbox .textbox p, #contentbox .textbox .paragraph {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

#contentbox .textbox h1 {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 0.25em;
}

#contentbox .textbox h2 {
	font-size: 175%;
	padding-left: 1em;
	padding-bottom: 0.25em;
}

#contentbox .textbox h3 {
	font-size: 125%;
	padding-bottom: 0.25em;
}

#contentbox .textbox .inputtext {
	width: 100%;
	margin: 0.2em 0 0.5em 0;
	background-color: #000000;
	color: #CCCCCC;
}

#contentbox .textbox .seriesline {
	line-height: 1.3em;
}
#contentbox .textbox .myseriesline {
	line-height: 1.3em;
	font-weight: bold;
}

#contentbox .textbox .sessionline {
	line-height: 1.5em;
}

#contentbox .textbox pre.sessiontext {
	overflow-x: auto;
	border: 1px solid #333333;
	padding: 0.2em;
	background-color: #222222;
	line-height: 1.5em;
	text-align: left;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", "Arial", sans-serif;
	font-size: 100%;	
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#contentbox .textbox .inlineform {
	display: inline;
}

#contentbox .textbox .inlineform .submit {
	background-color: #222222;
	color: #CCCCCC;
	display: inline;
	vertical-align: middle;
	margin: 0.2em 0;
	border: 1px solid #333333;

}
