body { 
 background-image: url(leaves.jpg);
 background-position: right;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: #FFFFFF; 
 margin-left: 10px; 
 margin-right: 10px; 
 margin-top: 10px; 
 font-size: 11px; 
 font-family: Georgia, Palatino, "Book Antiqua", serif;
}

a:link { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #2A1D1A; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}


/*---  LEFT SIDE BAR ---*/
#menu {
 width: 170px;
 float: left;
 font: 11px/12px Georgia, Palatino, "Book Antiqua", serif;
 padding-left: 10px;
 text-align: left;
 color: #333;
 padding-bottom: 30px;
 /* border-left: 1px dotted #2A1D1A; */
 position: absolute;
 margin-left: 800px;
 margin-right: 0;
}


#footer{
  height:50px;
  width: 800px;
  background-repeat:no-repeat;
  background-image: url(footer.gif);
  margin-top: 0px;
}
/*---  MAIN PAGE CONTENT ---*/
#content {
 background-image: url(body.gif);
 background-repeat: repeat-y;
 width: 750px;
 text-align: left;
 margin: 0;
 padding-right: 20px;
 padding-left: 30px;
 voice-family: "\";}\"";
 voice-family: inherit;
}
h1{
  height:100px;
  width: 800px;
  background-repeat:no-repeat;
  margin: 0;
}

h1.ledger {background-image: url(title.gif);}
h1.archives {background-image: url(archives.gif);}
h1.archivesum {background-image: url(archivesum.gif);}
h1.comments {background-image: url(comments.gif);}

h1 span {display:none;}

/*--- "member" links: login, register, calendar, etc. ---*/
.loginLinks, .loginLinks a { 
 color:       #2A1D1A;
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #003399; font-weight: bold;}
.loginLinks a:visited { color:  #003399; font-weight: bold;}
.loginLinks a:active  { color:  #2A1D1A; font-weight: bold;}
.loginLinks a:hover   { color:  #cccccc; font-weight: bold;} 

/*--- Dotted line between menu items in sidebar ---*/
.menuSpacer {
 border-bottom: 1px dotted #2A1D1A;
 margin-bottom: 15px; 
}
/*---  Used in Trackback and Pingback page.  ---*/
H2 {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
 margin-top: 0;
}


/*---  Used in Weblog templates to format the title of entries  ---*/
H3 {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
 margin: 0;
}


/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/
H4 {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   12px;
 color:       #2A1D1A;
 margin-top: 0px;
 margin-bottom: 7px;
 font-weight: bold;
 
}

/*---  Used in comment templates to format text used in the comment form. ---*/
H5 {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/
.weblog {
 padding-bottom: 12px;
 border-bottom:1px solid #2A1D1A;
 margin-top: 10px;
}

/*---  Name of author in weblog entries ---*/
.author {
 text-align: left;
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   11px;
 color:       #2A1D1A;
 font-weight: normal;
 margin-top: 10px;
}

/*---  Paragraph formatting in weblog entries ---*/
p {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   11px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  justify;
}



/*--  Default form field formatting. --*/
form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/
.input {
  border-top:         1px solid #2A1D1A;
  border-left:        1px solid #2A1D1A;
  background-color:   #F5EBE9;
  font-family:        Georgia, Palatino, "Book Antiqua", serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
}

/*--  Input text-area formatting --*/
.textarea {
  border-top:         1px solid #2A1D1A;
  border-left:        1px solid #2A1D1A;
  background-color:   #F5EBE9;
  font-family:        Georgia, Palatino, "Book Antiqua", serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/
.button {
  background-color:   #F5EBE9;
  font-family:        Georgia, Palatino, "Book Antiqua", serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #2A1D1A;
}

/*--  Pull-down menus. --*/
.pulldown {
  background-color:   #F5EBE9;
  font-family:        Georgia, Palatino, "Book Antiqua", serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #2A1D1A;
}






/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */
/*  Calendar header text  */
.header {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}


/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #F5EBE9;
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   10px; 
 font-weight: bold;
}
.navlinks a:link    { color:  #F5EBE9; text-decoration: none;}
.navlinks a:visited { color:  #F5EBE9; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #2A1D1A; text-decoration: underline;}

/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}


/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: Georgia, Palatino, "Book Antiqua", serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}



