/* default-print.css - Printing style sheet for westsidegardener.com */

body { font-family: Helvetica, Arial, sans-serif;
       background-color: #ffffff; 
     }

p,ul,ol,li { text-align: justify;
             font-size: 10pt;
             line-height: 13pt;
           }
                 
h1 { text-align: left;
     font-size: 18pt;
     font-weight: bold;
     line-height: 20pt;
   }
h2 { text-align: left;
     font-size: 15pt;
     font-weight: bold;
     line-height: 17pt;
   }
h3 { text-align: left;
     font-size: 12pt;
     font-weight: bold;
     line-height: 14pt;
   }

a:link {color: blue; text-decoration: none; }
a:visited {color: blue; text-decoration: none; }
a:active {color: blue; text-decoration: none; }
a:hover {color: black; text-decoration: underline; }

/* Page top logos */

div.mainlogo { margin-left: 0;
               margin-right: 0;
               display: block;
               position: float;
             }
div.mainlogo img { padding-right: 20px;
                   padding-top: 10px;
                   float: left;
                 }

div.logo { margin-left: 0;
           margin-right: 0;
           display: block;
           position: float;
         }
div.logo p { text-align: left; }
div.logo h1 { text-align: left; 
              padding-top: 10px;
            }
div.logo img { padding-right: 20px;
               padding-top: 10px;
               float: left;
             }
div.logo table { padding-right: 20px;
                 padding-bottom: 20px;
                 float: left;
               }

/*  Main document body */

div.mainbody { margin-left: 0;
               margin-right: 0;
               display: block;
             }
             
div.mainbody hr { display: block;
                  padding-top: 20px;
                }

/*   Navigation   */

div.navigation { display: none;
               }

/* Special use classes */

.date { font-family: Helvetica, Arial, sans-serif; font-style: italic;
  font-size: 10pt; line-height: 12pt; color: #808080; }

.lead1 { font-family: Verdana, sans-serif; 
         font-weight: bold; 
         font-size: 10pt; 
       }

.leftside {float: left;
           text-align: left;
           }
.rightside { float: right;
             text-align: right;
           }
.center {text-align: center; }
.justified {text-align: justify; }
.emphasized {font-style: italic; }

.super { font-size: 8pt; vertical-align: super; }
.sub   { font-size: 8pt; vertical-align: sub; }

.notation { font-family: Helvetica, Arial, sans-serif; font-style: italic;
  font-size: 10pt; line-height: 12pt; color: #808080; }

.notation2 { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; }

.alert { color: #FF0000; font-weight: bold; }

.alert2 { color: #FF0000; font-style: italic; }

.spamhalt { }


