body   { font-size: 11px; font-family: verdana, trebuchet, sans-serif, Arial; line-height: 13px; background-image: url("../navimages/jsea-bkgrd.gif"); margin-top: 10px; margin-right: 40px; margin-left: 40px }

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

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

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

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

#pageSurround  { background-color: #ffffff; text-align: center; margin: 0 auto; padding: 0; position: relative; width: 800px; overflow: hidden; border: solid 0 #ffffff }


/*---  LEFT SIDE BAR ---*/
#menu  { color: #333; font: 11px/12px verdana, trebuchet, sans-serif; background-color: #fff; text-align: right; padding-right: 10px; padding-bottom: 30px; width: 175px; float: left; border-right: 1px dotted #999 }


/*---  MAIN PAGE CONTENT ---*/
#content  { background-color: #fff; text-align: left; margin-bottom: 60px; margin-left: 20px; padding-bottom: 30px; padding-left: 20px; width: 550px; float: left; voice-family: inherit }
body>#content  { background-color: #fff; width: 420px }


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

.loginLinks, .loginLinks a  { color: #024975; font-size: 11px; font-family: verdana, trebuchet, sans-serif }
.loginLinks a:link     { color: #024975; font-weight: bold }
.loginLinks a:visited  { color: #024975; font-weight: bold }
.loginLinks a:active   { color: #2ea5bf; font-weight: bold }
.loginLinks a:hover    { color: #2ea5bf; 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: #024975; font-size: 14px; font-family: verdana, trebuchet, sans-serif; font-weight: bold }

/*---  Used in Weblog templates to format the title of entries  ---*/

H3  { color: #024975; font-size: 14px; font-family: verdana, trebuchet, sans-serif; font-weight: bold }

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

H4  { color: #137293; font-size: 12px; font-family: verdana, trebuchet, sans-serif; font-weight: bold; margin-top: 2px; margin-bottom: 5px }

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

H5  { color: #137293; font-size: 11px; font-family: verdana, trebuchet, sans-serif; font-weight: normal; margin-top: 2px; margin-bottom: 2px }



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

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

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

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

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



/*--  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: #024975; 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: #024975; text-decoration: none }
.navlinks a:hover   { color:  #000000; 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: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link     { color: #024975; font-weight: bold; text-decoration: underline }
.monthdays a:visited  { color: #024975; font-weight: bold; text-decoration: underline }
.monthdays a:active   { color: #024975; font-weight: bold; text-decoration: underline }
.monthdays a:hover    { color: #2ea5bf; font-weight: bold; text-decoration: none }
.twosideyellow { border-right: 1px solid #fefe7c; border-left: 1px solid #fefe7c }

