/* Standard adjustments that cover all areas unless over-ridden */
body {background-color:#ffffff}
h1, h2, h3, h4, h5, h6 {color:#0000ff}
th {background-color:#faebd7}
pre {background-color:#fff8dc}
hr
{
  height: 3px;
  color: #deb887;
  background-color: #deb887;
}

/* The navigation bar */

.navigate
{
  background-color: #faebd7;
  font-family: verdana,sans-serif;
  font-size: smaller;
  border: 3px solid #deb887;
}


.navigate .title
{
  font-size: 18px;
  font-weight: bold;
  color: #0000ff;
}

.navigate .head
{
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: bold;
  color: #0000ff;
}

.navigate a:link { text-decoration:none }
.navigate a:visited { text-decoration:none }
.navigate a:hover { text-decoration:underline }

.navigate hr
{
  height:2px;
  border: 0;
  color:#deb887;
  background-color:#deb887;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* The data column */

.data
{
}

/* The heading at the top of the items (inckuding the montage bar) */

.heading
{
  background: #faebd7;
  border: 3px solid #deb887;
  margin: 0;
  padding: 5px;
}

/* Individual items */

.item
{
  background-color: #ffffff;
  font-family: Verdana,sans-serif;
  border: 2px solid #deb887;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px;
}

.item .title
{
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  color: #0000ff;
}

.item .section
{
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
}

.item .date
{
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
}

.item .readmore
{
}

/* Bottom next/prev section */

.buttonsect
{
  text-align: center;
}


/* Specific elements */

.quote
{
  background-color: #f0f8ff;
  font-family: Verdana,sans-serif;
  width: 60%;
  border: 2px solid #b0c4de;
  margin-top: 3px;
  margin-bottom: 3px;
}

.date
{
  text-align: right;
}


