body { 
 background-color: #6B698D; 
 margin-left: 10px; 
 margin-right: 10px; 
 margin-top: 3px;
 margin-bottom: 3px;
  font-size: 80%; 
 font-family: verdana,trebuchet,sans-serif; 
}

a:link { 
 color: default; 
  font-weight: normal; 
 text-decoration: underline; 
}

a:visited { 
 color: default; 
  font-weight: normal; 
 text-decoration: underline; 
}

a:active { 
 color: default; 
  font-weight: normal; 
 text-decoration: underline; 
}

a:hover { 
 color: #FFFFFF; 
background-color:#6B698D; 
  font-weight: normal; 
 text-decoration: none; 
}
/*--- MAIN TABLE ---*/

#main {
width: 780px;
voice-family: "\"}\"";
voice-family: inherit;
background-color: #FFFFFF;
border: 2px solid #333333;
border-bottom: 9px solid #333333;
}

/*--- HEADER ---*/
#header {
voice-family: "\"}\"";
voice-family: inherit;
background-color: #E2E2EA;
text-align: center;
}


/*---  LEFT SIDE BAR ---*/
#left {
 width: 446px;
 float: left;
 font: verdana,trebuchet,sans-serif;
 text-align: center;
 padding-left: 5px;
padding-right:5px;
padding-bottom: 14px;
padding-top: 7px;
voice-family: "\"}\"";
voice-family: inherit;
background-color: #FFFFFF;
margin-bottom: 3px;
margin-top: 3px;
}


/*---  MAIN PAGE CONTENT ---*/
#right {
 width: 270px;
background-color: #E2E2EA;
margin-bottom: 8px;
margin-top: 3px;
 float: left;
 text-align:center;
   
 padding-left: 5px;
padding-right:5px;
padding-bottom: 14px;
padding-top: 7px;
 voice-family: "\"}\"";
 voice-family: inherit;
}
body>#content {
 width: 270px;
}



/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 font-family: verdana,trebuchet,sans-serif;
 font-size:   default; 
}
.loginLinks a:link    { color:  default; font-weight: normal;}
.loginLinks a:visited { color:  default; font-weight: normal;}
.loginLinks a:active  { color:  default; font-weight: normal;}
.loginLinks a:hover   { color: default; font-weight: normal;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px solid #6B698D;
margin-top: 1px;
 }


/*---  Used in Trackback and Pingback page.  ---*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   110%;
 color:       #808080;
 font-weight: bold;
margin-bottom: 2px;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   175%;
 color:       #6B698D;
 font-weight: normal;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   200%;
 color:       #6B698D;
}

H5 {
 font-family: "adLib BT","times new roman",sans-serif;
 font-size:   250%;
 color:       #0000C0;
 
margin-bottom: 20px;
margin-left: 40px;
 font-weight: bold;
}



/*---  Used in comment templates to format text used in the comment form. ---*/

/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 5px;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   default;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: verdana,trebuchet,sans-serif;
 font-size:  default;
 color:       #333333;
 font-weight: normal;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         2px solid #808080;
  border-left:        2px solid #808080;
  background-color:   #FFFFF0;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          80%;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  } 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         2px solid #808080;
  border-left:        2px solid #808080;
  background-color:   #FFFFF0;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          80%;
  
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          80%;
  font-weight:        normal;  
  color:              #000;
}

#navlist
{
background: #FFFFFF;
margin-left: 0;
width: 100%;
border-top: 1px solid #6B698D;
border-bottom: 1px solid #6B698D;
padding: 2px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
voice-family: "\"}\"";
 voice-family: inherit;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
background: #FFFFFF;
}

#navlist li a:link { color: default; }
#navlist li a:visited { color: default; }

#navlist li a:hover
{
border-color: #000000;
color: #FFFFFF;
background: #6B698D;
}