/* The Squared Circle website CSS */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #cccccc;
	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: 0;
	padding: 0;
}

div#bluesheet,
div#character,
div#development {
	margin: 2em 10% 2em 10%;
	padding: 0;
}

div#content {
	margin: 0 2% 1em 20%;
	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 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;
}

#content div#toWrite {
	background-color: #333333;
	border: 3px solid gray;
	font: 80% Papyrus;
	margin: 1em 2em 1em 2em;
	padding: 5px;
}

p#centeredText {
	margin: 0.25em;
	padding: 0;
	text-align: center;
}

p#headerTitle {
	font-size: 150%;
	font-style: normal;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	text-align: center;
}

p#runTitle {
	font-size: 125%;
	font-style: normal;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	text-align: left;
}

span#otherName {
	/* Papyrus does not have a bold or italic rendering! */
	text-decoration: underline;
}

span#title {
	font-size: 100%;
	text-decoration: underline;
}

div#masthead {
	background-color: #666666;
	margin: 0;
	padding: 0.5em;
}

span#mastheadTitle {
	font-size: 200%;
	color: #cccccc;
	margin: 0;
	padding: 0;
}

div#navigation {
	float: left;
	margin: 0.5em 1% 0 1%;
	padding: 0 0 4px 0;
	width: 18%;
}

#navigation a {
	color: black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#navigation li#link {
	background-color: #666666;
}

#navigation li#link a {
	color: white;
}

#navigation li#link a:hover {
	color: #ff0000;
}

#navigation li {
	background-color: white;
	border-color: #666666;
	border-style: outset;
	color: #666666;;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0.25em;
	padding: 0.25em 0 0.25em 0.5em;
	white-space: nowrap;
}

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

#navigation ul ul {
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}

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

table#bluesheets,
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#bluesheetList,
table#developmentList {
	border-top: 1px solid black;
	border-left: 1px solid black;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

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

table#incidentSummary td#header {
	text-decoration: underline;
}

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

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

#character tr#headerRow {
	background-color: #cccccc;
	color: black;	
}

#content tr#headerRow {
	background-color: #999999;
	color: black;	
}

tr#oddRow {
	background-color: #aaaaaa;
}

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%;
}

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

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

table#bluesheetList td,
table#developmentList td {
	border-bottom: 1px solid black;
	border-right: 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;
}

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

