body  { color: #999; font-size: 11px; font-family: verdana, trebuchet, sans-serif; background-color: #ffffff; margin-top: 0; margin-right: 40px; margin-left: 0; padding: 0; border-top: 0 none; border-left: 0 none }
		
a:link    { color: #f63; font-size: 11px; font-weight: bold; text-decoration: none }

a:visited    { color: #f63; font-size: 11px; font-weight: bold; text-decoration: none }

a:active    { color: #903; font-size: 11px; font-weight: bold; text-decoration: none }

a:hover     { color: #903; font-size: 11px; font-weight: bold }

/*---  LEFT SIDE BAR ---*/
#menu  { color: #333; font: 11px/12px verdana, trebuchet, sans-serif; text-align: left; padding-right: 10px; padding-bottom: 30px; width: 175px; float: left; border-right: 1px dotted #999 }
/*---  MAIN PAGE CONTENT ---*/
#content    { text-align: left; margin-top: 0; margin-bottom: 60px; margin-left: 0; padding-top: 0; padding-bottom: 30px; padding-left: 0; width: 420px; float: left; border-top: 0 none; border-left: 0 none; voice-family: inherit   }
body>#content   { width: 420px }


/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #003399; font-weight: bold;}
.loginLinks a:visited { color:  #003399; font-weight: bold;}
.loginLinks a:active  { color:  #999999; font-weight: bold;}
.loginLinks a:hover   { color:  #cccccc; font-weight: bold;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}


/*---  Used in Trackback and Pingback page.  ---*/

H2    { color: #58E028; font-size: 12px; font-family: verdana, trebuchet, sans-serif; font-weight: bold; margin-top: 12px; margin-bottom: 6px; vertical-align: 0 }
/*---  Used in Weblog templates to format the title of entries  ---*/

H3   { color: #c39; font-size: 11px; font-family: verdana, trebuchet, sans-serif; font-weight: bold; margin-top: 0; margin-bottom: 6px; vertical-align: 0 }

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4    { color: #4596CC; font-size: 11px; font-family: verdana, trebuchet, sans-serif; font-weight: bold; margin-top: 0; margin-bottom: 12px }

/*---  Used in comment templates to format text used in the comment form. ---*/

H5   { color: #4596CC; font-size: 11px; font-family: verdana, trebuchet, sans-serif; font-style: italic; font-weight: normal; margin-top: 0; margin-bottom: 0 }
/**/
strike { color: #c03; font-size: 11px; font-family: verdana, trebuchet, sans-serif; font-weight: normal; text-decoration: line-through; margin-top: 0; margin-bottom: 0; vertical-align: 0 }
/*---  Weblog entry formatting.  ---*/
.weblog      { color: #f09; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-bottom: 12px; border-bottom: 1px dotted #999999 }

/*---  Name of author in weblog entries ---*/

.author  { color: #903; font-size: 10px; font-family: verdana, trebuchet, sans-serif; font-weight: normal }

/*---  Paragraph formatting in weblog entries ---*/

p   { color: #f09; font-size: 11px; font-family: verdana, trebuchet, sans-serif; font-weight: normal; text-align: left; margin-top: 2px; margin-bottom: 2px }



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-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 #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}





/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header  { color: #f69; font-size: 10px; font-family: verdana, trebuchet, sans-serif; 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:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


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

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover  { color: #f90; font-size: 9px; font-family: verdana, trebuchet, sans-serif }
.monthdays a:link     { color: #f69; font-weight: bold; text-decoration: underline }
.monthdays a:visited   { color: #f69; font-weight: bold; text-decoration: underline line-through }
.monthdays a:active   { color: #f69; font-weight: bold; text-decoration: underline }
.monthdays a:hover    { color: #903; font-weight: bold; text-decoration: none }
