BODY {
  background-color: #006;
  min-width: 430px; /* 2x (left column padded width + center padding) + right column width */
  margin-top: -5px;
  font-size: 9pt;
}

DIV#header {
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 97px;
  overflow: hidden;
}
DIV#header H1 {
  text-indent: -1000px;
}

/* Main post-header page wrapper */

DIV#container {
  padding-left: 170px; /* left padded width */
  padding-right: 20px;
  background-color: #ddf;
  overflow: hidden;
}

/* Main content, centred column */
DIV#content {
  width: 100%;
  background-color: white;
  padding: 10px 10px;
  font-family: Georgia, "New Century Schoolbook", serif;
}
DIV#content P {
  margin: 0.2em 0 1em 0;
  line-height: 1.3em;
}
DIV#content P.subHeading {
  margin: 0;
  font-size: 80%;
  font-style: italic;
  color: #333;
}
H2 {
  margin: 0;
  font-family: Lucida, Helvetica, Arial, sans-serif;
}
H3 {
  margin: 0;
  font-family: Lucida, Helvetica, Arial, sans-serif;
  font-style: italic;
}

BLOCKQUOTE {
  font-size: 1em;
  line-height: 1.3em;
  color: #321;
  margin: 0 2em;
  font-family: Arial;
  padding-left: 0.5em;
  border-left: 1px solid #333;
}

CODE {
  margin: 0 2em;
  font-family: "Courier New", monospace;
  padding: 1em;
  border: 1px dashed #ccc;
  background-color: #ffd;
}

P.code {
  margin: 0 2em;
  font-family: "Courier New", monospace;
  padding: 1em;
  border: 1px dashed #ccc;
  background-color: #ffd;
}

DIV.googlAdSense {
  margin: 0.5em;
}

/* Menu styles */

DIV.menuSection {
  border: 1px solid #666;
  background-color: white;
  margin-bottom: 1em;
}
DIV.panelSection {
  border: 1px solid #666;
  background-color: white;
  margin-bottom: 1em;
  padding: 0.5em;
}

UL.menu {
  margin: 0 0 1em 0;
  padding: 0 1em;
}
UL.menu LI {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* General HTML tags */

A:link {
  text-decoration: none;
  color: #00F;
}
A:visited {
  text-decoration: none;
  color: #00F;
}
A:hover {
  text-decoration: underline;
}

/* Generic styles */

DIV.fullView {
  margin: 0.5em 0 2em 0;
}

.faded {
  color: #777;
}

/* Content type specifics */

H3.itemTitle {
}
H3.itemTitle A:link {
  color: inherit;
}
H3.itemTitle A:visited {
  color: inherit;
}
P.itemPubDate {
  color:#333;
  font-size: 80%;
  font-style: italic;
}

/* episodes table */

table#episodes {
  border: 1px solid gray;
  margin : 0;
  padding: 0.2em;
  border-collapse: collapse;
}
table#episodes tr td, table#episodes tr th {
  border: 1px solid gray;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
table#episodes tr th:first-child {
  text-align: center;
}
table#episodes tr:first-child {
  background-color: #eee;
}
.footNoteAnchor {
}
.footNoteText {
  text-align: left;
  margin: 0.5em 0;
  font-size: 0.8em;
}

p.episodeFileSimple {
  font-family: Arial;
}

/* comments */

DIV.commentWrapper {
  margin: 0.5em 0 1.5em 0;
  line-height: 1.5em;
  font-size: 90%;
}

