/* The Squared Circle website CSS */

html {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	font: 100% Papyrus, Andale Mono, serif;
	margin: 0;
	padding: 0;
}

body#bluesheet,
body#character,
body#development {
	background: white;
	color: black;
	font: 100% Papyrus, Andale Mono, serif;
	margin: 2em 5% 2em 10%;
	padding: 0;
}

div#bluesheet,
div#character,
div#content,
div#development {
	margin: 0;
	padding: 0;
}

#content h3 {
	font-size: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bluesheet h3#colored,
#character h3#colored,
#content h3#colored,
#development h3#colored {
	background-color: white;
	border: 1px solid black;
	color: black;
	font: 125% Papyrus;
	margin: 0.5em 0 0.5em 0;
	/* Papyrus has such high ascenders and descenders, it looks uncentered */
	/* unless the top margin is much bigger than the bottom... */
	padding: 8px 0.5em 2px 0.5em;
	text-align: left;
}

#bluesheet p#name,
#character p#name,
#development p#name {
	font-size: 150%;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	text-align: center;
}

#content p#notYet {
	background-color: #eeeeee;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 4px;
	font-size: 100%;
}

#content h4 {
	font-size: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

#content p#pageBreak {
	page-break-before: always;
}

#content li {
	padding: 2px 0 5px 3em;
}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul#distributionList li {
	margin: 0;
	padding: 0;
}

#content ul#indent {
	list-style: none;
	margin: 0 0 0 2em;
	padding: 0;
}

div#masthead {
	background-color: white;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}

span#mastheadTitle {
	font-size: 150%;
	color: black;
	margin: 0;
	padding: 0;
	/* text-align: center; */
}

div#navigation {
	display: none;
}

div#toWrite {
	border: 3px solid blue;
	margin: 0 4em 0 4em;
	padding: 5px;
}

p#oath {
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}

table#bluesheetList,
table#developmentList {
	border-top: 1px solid black;
	border-left: 1px solid black;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

table#characterList,
table#incidentSummary,
table#translations {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

table#rtlbSkills,
table#rtlbStats {
	border-left:  2px solid black;
	border-top:   2px solid black;
	margin: 0.5em;
	padding: 0;
}

table#rtlbSkills td#header,
table#rtlbStats td#header {
	font-size: 125%;
}

table#rtlbSkills td#level,
table#rtlbSkills td#stat,
table#rtlbSkills td#rating,
table#rtlbSkills td#defend {
	text-align: center;
}

table#rtlbStats td#stat {
	/* font-weight: bold; */
}

table#rtlbStats td#value {
	text-align: center;
	width: 5%;
}

table#statsAndOath {
	margin: 0;
	padding: 0;
}

table#statsAndOath td#oath {
	vertical-align: middle;
}

td#copies,
td#gender,
td#incidentDate,
td#note {
	text-align: center;
}

table#bluesheetList td,
table#developmentList td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

table#characterList td,
table#incidentSummary td,
table#translations td {
	border-bottom: 1px solid black;
}

table#parallels {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

table#parallels td#parallelStream {
	padding: 0 1% 0 1%;
	width: 48%;
}

table#rtlbSkills td,
table#rtlbStats td,
table#transcript td {
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

td {
	margin: 0;
	padding: 4px;
	vertical-align: top;
}


