/*
   Concentric circles stylee
   
   Colour scheme:
   outside the main bit: #eeeeee
   background, in general: #ffffff
   yellow of logo: #f9c90c
   shadow of logo: #9c6c06
   light grey of circles: #cccccc
   dark grey of circles: #999999
   yellow of lettering: #ffcf06
*/

body
{
  margin: 5px;
  background-color: #dddddd;
}

body, table
{ 
  font-size: small;
  font-family: helvetica, arial, sans-serif;
}

/* FOR THE DEBUGGING LAYOUT
div { border: 1px pink solid; }
*/

a
{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fc9;
}

a.nav
{
  color: #999;
  text-decoration: none;
  border-bottom: 1px dotted #9cf;
}

#main-layout
{
  border: 1px solid #cccccc;
  width: 760px;
  background-color: #ffffff;
}

/* Replace the header with an image, cribbed from csszengarden
  (but pretty obvious, really) */
#banner {
  float: left;
  text-align: left;
  width: 608px;
  height: 69px;
  margin: 0;
  background: url('images/banner-concentric.gif') no-repeat;
}
#banner h1 {
  display: none;
}

#categories {
  float: right;
  vertical-align: top;
  width: 150px;
  height: 69px;
  border: 0;
}

#readme
{
  padding-left: 2.0em;
  padding-right: 0.5em;
  font-size: small;
}

#home-link span {
  display: none;
}
#home-link:before {
  content: url(images/logo-box.gif);
}

#categories a {
  background: url(images/nerd-box.gif) no-repeat top left;
  height: 69px;
  border: 0;
}

#elsewhere
{
  margin-top: 2.0em;
  font-size: larger;
  line-height: 1.7em;
}

#elsewhere ul {
  list-style: none;
}

#elsewhere a {
  font-size: large;
}

#credits
{
  font-size: large;
  margin-top: 27px;
}

.syndicate-link
{
  font-weight: bold;
  font-family: monospace;
  font-size: large;
}

#index {
  float: left;
  background-image: url('images/left-concentric.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 183px;
  height: 100%;
  vertical-align: top;
  padding: 10px;
  padding-top: 24px;
}

#content
{
/* Account for the index and banner */
  margin-left: 183px;
  margin-top: 69px;
  /* Stop the text just flush with the box of the logo */
  margin-right: 88px;
  display: block;
  background-image: url('images/right-concentric.gif');
  background-position: top left;
  background-repeat: no-repeat;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  padding-left: 16px;
  padding-top: 44px;
  padding-right: 34px;
/*  height: 100%; */
}
h3.item-title a
{
  border: 0;
}


#content p
{ 
  line-height: 150%;
}

blockquote
{  
  background-color: #ccc;
  border: 1px solid #ccf;
  color: #666;
  font-size: small;
/*  font-weight: bold; */
  padding: 5px;
}

blockquote a
{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

blockquote.email
{
  border: none;
  background: transparent;
  font-family: courier-new, monospace;
  padding-left: 0.2em;
}

blockquote.reply
{
  padding-left: 0.4em;
}

pre.im
{
  color: #090;
}

pre.firemanq
{
  color: #009;
}

dt
{
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

dd
{
  font-style: italic;
}

.item
{
  margin-bottom: 13px;
}

h3.item-title
{
  font-size: medium;
  border: 0;
  border: 2px dotted #f9c90c;
  padding-left: 12px;
  padding-bottom: 2px;
  padding-top: 2px;
  background: #f9f9ac;
}
h3.item-title a
{
  border: 0;
}


.under-story
{
  padding-top: 3px;
  border: 0;
  border-top: 2px dotted #ccc;
}

.notes
{
  background-color: #ccccff;
  filter: alpha(0.6);
  border-top: 1px solid #99c;
  border-bottom: 1px solid #99c;
  margin-left: 2em;
  padding: 3px;
}

.picture-frame
{
  text-align: center;
}

.picture-frame p
{
  text-align: left;
}
