body { 
 background: #aaa url(images/testgrad.gif) bottom left fixed repeat-x;
 margin: 0;
 padding: 0;
 border: 0; 
 font: 11px/14px trebuchet ms, verdana, sans-serif;
}

/*---  Used in Trackback and Pingback page.  ---*/
H2 {
 font: 10px/14px trebuchet ms, verdana, sans-serif;
 color:       #000;
}

/*---  Used in Weblog templates to format the title of entries  ---*/
H3 {
 font: 14px/16px trebuchet ms, verdana, sans-serif;
 color:       #000;
 font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/
H4 {
 font: 12px/14px trebuchet ms, verdana, sans-serif;
 color:       #000;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/
H5 {
 font: 11px/14px trebuchet ms,verdana,sans-serif;
 color:       #000;
 margin: 20px;
 font-weight: normal;
}

p {
 font: 11px/14px trebuchet ms, verdana, sans-serif;
 color: #333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



#top {
 background-color: #666;
 width: 100%;
 height: 72px;
} 

#topA {
 background-color: #9cf;
 width: 100%;
 height: 16px;
}


/*---  MAIN PAGE CONTENT --- */
#content {
 background-color: #fff;
 border: 0;
 border-top: 10px solid #aaa;
 margin: 0px 220px 20px 220px;
 padding: 10px 20px 10px 10px; 
  /*hack : above works for IE5/Win; below for everything else */
 voice-family: "\"}\"";
 voice-family: inherit;
 margin: 0px 220px 20px 220px;
}
html>body #content {
 margin: 0px 220px 20px 220px;
} 

/*---  LEFT SIDEBAR ---*/
#leftmenu {
 position: absolute;
 left: 0px;
 top: 88px;
 width: 180px;
 text-align: right;
 padding: 0px 10px 30px 20px;
}
/* SBMH -- FIX IE PADDING AND WIDTH ISSUES (Simplified Box Model Hack) */ 
* html div#leftmenu { 
top: 88px; /* for IE5.x/win */ 
t\op:96px; /* content width (for other IE) */ 
} 


/*--- RIGHT SIDEBAR ---*/
#rightmenu {
 position: absolute;
 width: 180px;
 right: 0px;
 top: 88px;
 padding: 10px 20px 30px 10px;
}
/* SBMH */
* html div#rightmenu {
top: 88px;
t\op:96px;
}

/*--- "More page" ---*/

.more {
 padding: 10px 20px 30px 20px;
 font: 11px/14px trebuchet ms, verdana, sans-serif;
 background-color: #ccc;

}


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


.loginLinks, .loginLinks a { 
 color:       #000;
 font-family: Trebuchet MS, verdana, sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #9cf; font-weight: bold;}
.loginLinks a:visited { color:  #666; font-weight: bold;}
.loginLinks a:active  { color:  #fff; font-weight: bold;}
.loginLinks a:hover   { color:  #fff; font-weight: bold;} 


/*--- Sidebar links ---*/

.sidebarLinks a {
 font-family: trebuchet ms, verdana, sans-serif;
 font-size:   11px; 
 text-decoration: none;
}
.sidebarLinks a:link    { color:  #9cf; font-weight: bold;}
.sidebarLinks a:visited { color:  #9cf; font-weight: bold;}
.sidebarLinks a:active  { color:  #fff; font-weight: bold;}
.sidebarLinks a:hover   { color:  #fff; font-weight: bold;} 

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


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




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


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


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


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



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


form {
  margin-top:         0px;
}


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


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


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


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


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


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




a:link { 
 color: #69c;  
 font-family: trebuchet ms, verdana, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}


a:visited { 
 color: #69c; 
 font-family: trebuchet ms, verdana, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}


a:active { 
 color: #fff; 
 font-family: trebuchet ms, verdana, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}


a:hover { 
 color: #333; 
 font-family: trebuchet ms, verdana, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}




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




/*  Calendar header text  */
.header {
 font-family: Trebuchet MS, verdana, sans-serif;
 font-size:   10px;
 color:       #036;
 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:       #369;
 font-family: Trebuchet MS, verdana, sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #369; text-decoration: none;}
.navlinks a:visited { color:  #69c; text-decoration: none;}
.navlinks a:active  { color:  #369; text-decoration: none;}
.navlinks a:hover   { color:  #9cf; text-decoration: underline;}




/*  Days of the week text  */
.weekdays {
 font-family: Trebuchet MS, verdana, sans-serif;
 font-size:   9px;
 color:       #69c;
 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: Trebuchet MS, verdana, sans-serif;
 font-size:   9px;
 color:       #69c;
}
.monthdays a:link    { color:  #69c; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #9cf; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #9cf; text-decoration: none;font-weight: bold;}
