/*
 * CSS for Tellurian Tales subsite.
 * ZT, 03 Jun 2006
 */


BODY {
	font-family: sans-serif;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 0;
}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.external:link {
	color: #000066;
}
A.internal:link {
	color: #0000cc;
}

/* Front page title */
H1.pagetitle {
	font-family: 'MaidenWord', cursive;
	border: thin solid #000033;
	background-color: #fff5da;
	color: #201000;
}

/* other page titles */
H2.pagetitle {
	border: thin solid #000033;
	background-color: #fff5da;
	color: #201000;
	padding-top: 0.2em;
}
SPAN.titlefont {
	font-family: 'MaidenWord', cursive;  /* should match H1.pagetitle */
}


H4.cycle {
	border-bottom: 1px solid #999999;
	color: #666666;
	text-align: right;
	margin-right: 50%;   /* to avoid floated DIVs below */
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* front page layout controls */

DIV.maps, DIV.characters, DIV.othertales {
	float: right;
	clear: right;
	width: 36%;
	margin-left: 4%;
	margin-bottom: 1em;
	padding-left: 1%;
	padding-right: 1%;
	/* so using up 42% of body's width */
}
DIV.maps {
	border: thin solid #006633;
}
DIV.characters {
	border: thin solid #660033;
}

DIV.othertales {
	margin-top: 3em;
	margin-bottom: 2em;
	border: 3px double #003366;
}

DIV H4, DIV H3, H3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
DIV UL {
	margin-top: 0.5em;
}

DIV.intro {
  width: 57%;  /* IE doesn't seem to play well with 58% */
}

DIV.tales {
}
DIV.tales DL DT {
	font-weight: bolder;	  
}
SPAN.date {
	font-weight: normal;
	font-size: smaller;
}
DIV.tales DL DD {
	font-style: italic;
	margin-bottom: 0.5em;
}


TABLE.char_details TD, TABLE.char_details TH {
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
TABLE.char_details TD {
  padding-bottom: 0.5em;
}
TABLE.char_details TH {
  border: 1px solid grey;
}
TD.footnotes {
	font-size: small;
}

/* Front page footer */

TABLE.sdfooter {
	font-family: serif;
	margin-top: 2em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 108%;
	position: relative;
	right: 4%;
    background-color: #000033;
    color: #ccffff
}
TABLE.sdfooter A:link {color: #33CCFF}
TABLE.sdfooter A:visited {color: #cc99ff}

/* Footer for all other pages */
TABLE.footer {
	font-family: serif;
}


/* internal page formatting */
H4.date {
}

.prologue, .highlight {  /* "When we last left our heroes..." */
	font-style: italic;
	margin-left: 5%;
	margin-right: 5%;
}

.note {
	width: 25%;
	margin-left: 2%;
	float: right;
	border: 2px solid #330066;
	padding: 0.5em;
	clear: right;
	margin-bottom: 1em;
}
.footnote {
	border: 2px solid #330066;
	padding: 0.5em;
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
	margin-bottom: 1em;
	margin-top: 2.5em;
}

H5 {
	display: inline;
}

DT {font-weight: bolder;}
