body {
  background-image: url("/images/parchment.jpg");
  margin:0;
  padding:0;
  font:small Georgia,Serif;
  text-align:center;
  color:#000000;
  font-size:small;
}
a:link {
  color:#716A60;
  text-decoration:none;
}
a:visited {
  color:#716A60;
  text-decoration:none;
}
a:hover {
  color:#C80000;
  text-decoration:underline;
}
a img {
  border-width:0;
}

p.light {
  color:#716A60;
  text-transform: uppercase;
  font-size: x-small;
}

td {
  padding: 2px;
/*  display: table;*/
  font-size: small;
/*  vertical-align: top;*/
}

td.heading {
  text-align: right;
}

div.box-outer {
  border: 3px #E1D4C0 solid;
  padding: 0;
  margin-bottom: 10px;
}

div.header-box-title {
  font-family: sans-serif;
  background-color: #E1D4C0;
  font-size: medium;
  font-weight: bold;
  padding: 5px 3px;
}

div.comment-box-title {
  background-color: #E1D4C0;
  padding: 5px 3px;
}

div.navigation-box,
div.navigation-box td {
  text-transform: uppercase;
  color: #c80000;
/*  color:#716A60;*/
/*  background-color: #E1D4C0;*/
  font-size: x-small;
  font-weight: bold;
  margin: 10px 0px;
}

div.navigation-box a:link,
div.navigation-box a:visited {
  color: #c80000;
}

div.index-section {
  padding: 0;
  margin: 0 0 1.5em 0;
}

/* Froms/flash ------------------------------------------ */

div.error {
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 12pt;
  color: red;
  border: 3px solid red;
}

.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 10pt;
  color: red;
  border: 3px solid red;
}

/*
#ErrorExplanation h2 {
  color: #E1D4C0;
  font-family: sans-serif;
  background-color: red;
  font-size: medium;
  font-weight: bold;
  padding: 5px 3px;
  margin: -10px;
}
*/

#ErrorExplanation h2 {
  font-family: sans-serif;
  color: red;
  font-size: medium;
  font-weight: bold;
  margin: 0px;
}

#ErrorExplanation p {
  color: black;
  margin-bottom: 0;
}

#ErrorExplanation ul li {
  color: black;
  font-size: 12px;
  list-style: square;
}

/* Couplets ----------------------------------------------- */

div.couplet {
  margin-bottom: 1em;
}

div.couplet span.comment-author {
  font-style: italic;
  font-size: smaller;
  float: right;
}


/* Header ----------------------------------------------- */

#header-top {
  width: 100%;
  background: url("/images/header-background.gif") top repeat-x;
  margin:0 0 30px 0;
  padding:0;
}

#header-bottom {
  margin:0;
  padding:0;
}


/* Content ----------------------------------------------- */

#content {
  width:728px;
  margin:0 auto;
  padding:0;
  text-align:left;
}

#main {
  background: url("/images/sidebar-background.gif") top right repeat-y;
  padding:0 80px 0 0;
  margin:0;
  width:450px; /* could be 550 */
  float:left;
}

#sidebar {
  padding:0;
  margin:0;
  width:170px;
  float:right;
}

/* Headings ----------------------------------------------- */

h1 {
  margin:1em 0 .75em;
  font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size: normal;
  font-weight: bold;
}

h2 {
  margin:1em 0 .75em;
  font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size: small;
  font-weight: bold;
}

.header-image {
  padding:0;
  margin:5px 0 0 0;
  border-width:0;
}

.subheader-image {
  padding:0;
  margin:0;
  border-width:0;
}

.header-link {
  font-size:smaller;
  font-weight:bold;
  text-transform:uppercase;
}

/* Sidebar Content ----------------------------------------------- */

#sidebar ul {
  margin:0 0 1.5em;
  padding:0;
  border-bottom:1px dotted #fff;
  list-style:none;
}
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
}
#sidebar ul ul {
  list-style: square;
  margin: 0;
}
#sidebar ul ul li {
  line-height: 1.1em;
}
#sidebar p {
  line-height:1.5em;
}
.author-icon {
  padding: 5px 5px -5px 0;
}
.comments-open-header {
  text-transform: uppercase;
  border-bottom: thin dotted grey;
}

/* Footer ----------------------------------------------- */

#footer {
  width:730px;
  clear:both;
  margin:0 auto;
  text-align:left;
}

#footer hr {
  display:none;
}

#footer p {
  margin:0;
  padding-top:15px;
  font: x-small "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  letter-spacing:.1em;
  font-size: x-small;
}

/* User Account ----------------------------------------- */

div.user_account table {
  width: 100%;
}

div.user_account td.heading {
  width: 32%;
  white-space: nowrap;
}

div.user_account td.current {
  width: 45%;
}

div.user_account td.button {
  width: 23%;
}

div.user_account td.field {
  width: 68%;
}

div.user_account td.current div {
  overflow: hidden;
}

div.user_account div.editor {
  background-color: #E1D4C0;
}

div.user_account span.blank {
  font-style: italic;
}

