/*
* {
	border: 1px dotted red;
}
*/

body {
  height: 100%;
  margin: 0;
  padding: 0;
  
  background: white; 

  font-family: "Cochin", "Baskerville", "Georgia", "Palatino", "Times Roman", "Times New Roman", serif;
  font-weight: 600;
  font-size: 13px;
}

A:link {
  color: #00d;
  text-decoration: none;
}

A:visited {
  color: #00d;
  text-decoration: none;
}

A:hover {
  color: #444;
  text-decoration: none;
}

A:active {
  color: #444;
  text-decoration: none;
}

/*
 * header
 */
 
#header {
  height: 10em;
  background: white;
  bottom-margin: 0.1em;
  clear: bottom;
}

#header-left {
	width: 49%;
  float: left;
  margin-top: 32px;   /* FIXME: Will break if H1 text is too large */
	text-align: center;
}

#header-right {
	width: 33%;
  margin-top: 32px;   /* FIXME: Will break if H1 text is too large */
  float: right;
}

#header-right p {
	margin-right: 0;
	margin-bottom: 0;
  text-align: right;
}

#header-right ul {
	margin-top: 0;
	text-align: right;
}

#header-right li {
	list-style: none;
}

#header-left h1 {
  margin: 0;
  padding-bottom: 0;
  font-size: 36px;
}

#header-left h1 em {
  color: #888;
  font-style: normal;
}

#header-left ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

#header-left li {
  display: inline;
  margin: 0;
  padding-left: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#header-left li:first-child {
  padding-left: 0;
}

#header-left A:link {
  color: black;
  text-decoration: none;
}

#header-left A:visited {
  color: black;
  text-decoration: none;
}

#header-left A:hover {
  color: black;
  text-decoration: none;
}

#header-left A:active {
  color: black;
  text-decoration: none;
}

/*
 * content
 */

#content {
  margin: 2em;
  background: white;
}

#content div.row {
  clear: left;
}

#content div.column {
  float: left;
  width: 11em;
  padding: 0;
  padding-right: 1em;
  padding-bottom: 1em;
}

#content div.column ul {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
	padding-top: 1em;
}

#content div.column li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  color: #444;
}

#content h1 {
  margin: 0;
}

#content h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em/1.5em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#content a.missing-link {
  color: red;
}

/*
 * content-homepage
 */

#content-homepage {
}

/*
 * content-section
 */

#content-section {
  width: 14em;
	padding-left: 10em;
	padding-right: 10em;
  clear: left;
	text-indent: -2em;
  /* height: 2.5em; */
  padding-top: 0.7em;   /* FIXME: wrong if font size changes much */
  vertical-align: baseline;
}

/*
 * content-text
 */

#content-text {
  text-align: baseline;
	padding-left: 10em;
}

#content-text h1, h2, h3, p {
	margin-right: 20em;
}

#content-text h1 {
  margin: 0;
  font-size: 2em/2.5em;
	text-indent: -1em;
	padding-bottom: 1em;
}

#content-text h2 {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 0;
}

#content-text p {
  font-size: 120%;
  font-weight: normal;
}

/*
 * marginal
 */

.marginal {
	float: right;
	width: 20em;
}

.marginal img {
	width: 20em;
}

.marginal h3, .marginal p {
	margin: 0;
	margin-left: 1em;
	margin-right: 0;
	text-align: right;
	font-style: italic;
}

.marginal h3 {
	font-weight: bold;
}

.marginal p {
}

/*
 * footer
 */
 
#footer {
  clear: both;
  padding-top: 2em;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
}

#footer-right p {
  text-align: right;
	margin-right: 0;
}

/*
 * other
 */
 
p.label {
  margin: 0;
  font-variant: small-caps;
}

p.flash {
  color: green;
}

/*
 * admin bar
 */

#admin-bar {
  width: 100%;
	clear: both;
	margin: 0;
	padding: 0.5em;
	background: #ddd;
}

#admin-bar form {
	padding: 0;
	margin: 0;
}

#admin-bar ul {
	display: inline;
  list-style-type: none;
	padding: 0;
}

#admin-bar li {
  display: inline;
	padding: 0.5em;
	border-left: 1px dotted blue;
}

#admin-bar li:first-child {
	border: none;
}

/*
 * page list
 */

#list {
  background: white;
}

#list h2 {
	padding-top: 1.5em;
	clear: both;
}

#list h3 {
	clear: both;
	margin: 0;
}

.list-page dl {
}

.list-page dt {
}

.list-page dd {
  padding-top: 0.5em;
}

.list-page blockquote {
  margin: 0;
	padding: 0 0.5em;
	background: #ddd;
  border: 1px solid gray;
}

.list-actions {
	text-align: right;
}

.list-actions ul {
	display: inline;
  list-style-type: none;
}

.list-actions li {
  display: inline;
  padding: 0 0.5em;
	border-left: 1px dotted blue;
}

.list-actions li:first-child {
	border: none;
}

.list-alert {
	font-style: italic;
}

#page-edit {
	width: 100%;
}

#page-edit-metadata {
	width: 28%; 
	float: left;
}

#page-edit-text {
	width: 70%; 
	float: right;
}

#page-edit-metadata p {
	width: 100%;
}

/*
 * play script
 *
 * Stage directions in parentheses are shown in italics.
 * Standalone stage directions have space before/after.
 * Character lines have no inter-paragraph space, and hanging indent.
 */

.playscript {
}

.playscript-production-credits {
	padding-left: 10em;
	padding-right: 10em;
}

h2.playscript-production-credits {
	text-align: center;
}

p.playscript-dialog {
	margin-top: 0;
	margin-bottom: 0.25em;
	margin-left: 1em;
	text-indent: -1em;
}

/*
 * review
 *
 * Smaller type, indented paragraphs with no inter-paragraph spacing.
 */

.review {
	margin-left: 3em;
	margin-right: 3em;
	font-size: 90%;
}

.review p {
	margin: 0;
	margin-right: 20em;
	text-indent: 1em;
}