div#header
{
/*  background: #6967d9;*/
  color: black;
  padding: .5em 0;
  margin-bottom: 1em;
  position: relative;
  border-bottom: thin solid #3399FF;
}

h1#title
{
/*  font-size: medium;*/
  margin: 0 12px;

}

h1#title, p#byline
{
  margin: 0 12px;
}

p
{
  line-height: 18px;
}

p#byline
{
/*  font-size: smaller;*/
  font-style: italic;
}

p.quote
{
  margin-right: 1em;
  margin-left: 1em;
  padding-left: 0.5em;
/*  font-style: italic;*/
  color: #AEAEAE;
  border-left: solid #E5F2FF;
}

p.quoted
{
  margin-right: 4em;
  margin-left: 5em;
  font-size: smaller;
}

img.logo
{
  float: right;
}

h3
{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
/*  background: #E5F2FF;*/
/*  color: black;*/
  width: auto;
/*  padding: .3em;*/
  border-bottom: solid #E5F2FF;
}

body
{
  /*background: dark orange #E19E70;*/ /* mustard #F9C650;*//* light green #cae577;*/
  font-family: sans-serif;
}

/* div#content used for <div id="content"> type tags */
div#content
{
  margin: .5em 1.0em;
  width: 55%;
  float: left;
}

/* entry view */
div.entry
{
/* Add a light-blue rounded border around each entry
  border: dotted thin #3399FF;
  -moz-border-radius: 15px 15px 15px 15px;*/
  margin-bottom: 1em;
/*  font-size: small;*/
/*  border-bottom: thin solid #3399FF;*/
  padding: .5em;
  background: #fff;
  padding-left: 2em;
  padding-right: 2em;
}

div.entry p
{
  /*clear: both;	 Mostly so images don't wrap into the next story, however, next para will then come at the end */
}

div.entry
{
  clear: both;
}

/* Left-side navigation bar */
div.sidebar
{
  font-size: smaller;
  float: left;
  border-right: solid thin #3399FF;
}

div.sidebar li
{
  list-style: none;
}

/* Right-side navigation bar */
div.rightbar
{
  font-size: smaller;
  float: right;
  width: 20%;
  border-left: solid thin #3399FF;
}

div.rightbar li
{
  list-style: none;
}

div.section
{
  padding: 1em 2em 1em 2em;
  margin: .5em .5em;
/* Add a light-blue rounded border around each section
  border: dotted thin #3399FF;
  -moz-border-radius: 15px 15px 15px 15px;*/
  background: #ffffff;
}

div.section h3
{
  text-transform:uppercase;
/*  margin: 0;*/
/*  background: #E5F2FF;*/
  margin: .2em;
  padding: .3em;
  font-size: small;
}

/* Footer at the bottom of each story */
p.story_footer
{
  font-size: smaller;
  text-align: right;
  clear: both;
}

/* Footer at the bottom of each HTML page */
div#footer
{
  clear: both;
  font-size: smaller;
  margin: .5em 2em;
  padding: .5em 2em;
  text-align: center;
}

div#footer p
{
  margin: .2em 0;
}

div.image {
  background: url('file:///home/andrew/web/pyaandkoutlocal/images/shadow.gif') no-repeat bottom right;
  /*clear: right;*/
  float: left;	/* Are we on the left side or the right */
/*  margin: 0 0 15px 25px;*/
  margin: 0px 15px 15px 0px;
  padding: 0;
  position: relative;
  clear: left; /* All left-floated elements to appear BENEATH each other  */
}

div.image img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  display: block; /* fill container width, force a line break */
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
}

/* div class=bigimg - these should be on their own line */ 
div.bigimage {
  background: url('file:///home/andrew/web/pyaandkoutlocal/images/shadow.gif') no-repeat bottom right;
  /*clear: right;*/
  float: left;	/* Are we on the left side or the right */
/*  margin: 0 0 15px 25px;*/
  margin: 0px 15px 15px 0px;
  padding: 0;
  position: relative;
  clear: all; /* These are on their own line */
}

div.bigimage img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  display: block; /* fill container width, force a line break */
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
}

/* div class=tableimg - these are laid out left to right in a table */ 
div.tableimage {
  background: url('http://www.andrewandkathleen.com/images/shadow.gif') no-repeat bottom right;
  /*clear: right;*/
  float: left;	/* Are we on the left side or the right */
/*  margin: 0 0 15px 25px;*/
  margin: 0px 15px 15px 0px;
  padding: 0;
  position: relative;
}

div.tableimage img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  display: block; /* fill container width, force a line break */
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
}

/* Set up illustrative background - don't currently use this
div.img-ilus {
  background: url('www.andrewandkathleen.com/images/shadow.gif') no-repeat bottom right;
  margin: 10px 5px;
  padding: 0;
  position: relative;
  #width: 270px;	* Needs to be how big the image is *
}
  
div.img-ilus img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -5px 5px 5px -5px;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
}*/

/* For captions and pictures */
img.right {
  float: right;
  width: auto;
  border: thin black solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}

img.left {
  float: left;
  width: auto;
  border: thin black solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}

img.centre {
  float: none;
  width: auto;
  border: thin black solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}

/*img
{
  padding: 0em;
  border: 1px solid #000000;
  float: left;
  margin-right: .6em;
  margin: .6em;
}*/

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