body {
    font-family: verdana, arial, sans-serif;
    margin:0px 0px 10px 0px;
    background:#FFFFFF;    
}

A:link      { color: #0000FF; } 
A:visited   { color: #FF0000; } 
#A:active   { color: #99CC66;  } 
A:hover     { color: #664400;  } 

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 150%;
    font-weight: normal;
}

h3 {
    line-height: 120%;
    font-size: 125%;
}

/* Very top of the page. */

#banner {
    color: #FFF;
    font-size: large;
    font-weight: normal;
    border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    background: #336699;
    padding: 10px; 
}

/* Second line in the "banner" at the top of the page. */

.description {
    color: #99CCFF;
    font-size: 80%;
    font-weight: bold;
    background: #336699;	
    text-transform: none;	
    letter-spacing: .none;     
}	

/* The left-hand div (or column).  Contains other stuff. */

#content {
    float: left;
    width: 65%;
    background: #fff;
    border-right: 1px dotted #000;
    margin-right: 15px;
    padding-bottom: 20px;
}

/* The right-hand div (or column).  Contains other stuff. */

#links {
    background:#fff;
}

/* The div just inside of "content" on the left */
    
.blog {
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;    	
}	
    
.blogbody {
    color: #333;
    font-size: 80%;
    line-height: 130%;
    font-weight: normal;
    background: #FFF;
    padding-left: 15px;	
    padding-right: 8px;
    padding-top: 8px;    	
}	

/* The title/headline of each blog entry */

.title { 
    font-size: large;
    font-weight: bold;	
}

/* This is the "link menu" at the top of article pages. */
    
#menu {
    font-size: small;
    margin-bottom: 15px;
    background: #FFF;
}

/* The date box for each day . */
    
.date { 
    font-size: small;
    font-weight: bold;
    color: black;
    zborder: 1px solid #336699;
    border-bottom: 1px dashed #000000;
    padding: 5px;
    margin-bottom: 8px;
}

/* The line below the headline for each entry. */
    
.posted	{ 
    font-size: x-small; 
    color: #003366;
    margin-bottom: 15px;
}

/* The top of the right colum on article pages. */

.relatedstuff {
    font-size: small;
    margin-top: 16px;
    margin-bottom: 6px;
    margin-right: 16px;
    align: center;
}

/* The "text" of the cleandar. */

.calendar {
    font-size: x-small;
    font-weight: normal;
    background: #FFF;
    padding: 2px;
    align: center;          
}

/* The name of the month... */
    
.calendarhead {	
    color: #003366;
    font-size: small;
    font-weight :bold;
    background: #FFF;
    padding: 2px;          
}

/* The body of each side box */

.side {
    color: #333;
    font-size: small;
    font-weight: normal;
    background: #FFF;
    padding: 2px;
}

/* The "title" of each side box */

.sidetitle {
    color: #FFF;
    font-size: 80%;
    font-weight: bold;
    background: #336699;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    padding: 2px;
    margin-top: 10px;
    text-align: center;
} 

/* The syndicate link.... */

.syndicate {
    font-size: small;
    padding: 2px;
    margin-top: 10px;
    text-align: center;
 }	
 
.powered {
    color: #003366;
    font-size: x-small;
    font-weight: bold;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;    
    text-transform: uppercase; 
    padding: 2px;
    margin-top: 10px;
    text-align: center;
}	

/* The body of comments that folks post... */

.comments-body {
    font-size: small;
    font-weight:normal;
    background: #FFF;
    padding:10px;    	
}    

.comments-post {
    color: #000;
    font-size: small;
    font-weight: normal;
    background: #FFF;    	
}	
    
.comments-head	{ 
    font-size: small;
    color: #000; 
    zborder: 1px solid #336699;
    border-bottom: 1px dashed #000000;
    padding: 5px;
    font-weight: normal;
    margin-top: 10px;    
}

.referers-head {
    font-size: small;
    color: #000;
    zborder: 1px solid #336699;
    border-bottom: 1px dashed #000000;
    padding: 5px;
    font-weight: normal;
    margin-top: 10px;
}

.referers-body {
    font-size: small;
    font-weight:normal;
    background: #FFF;
    padding:10px;
}

#banner-commentspop {
    color: #FFF;
    font-size: large;
    font-weight: bold;
    border-bottom: 1px dotted #FFF;
    border-top: 3px solid #99CCFF;
    background: #336699;
    padding: 15px; 
}

/* xx-small | x-small | small | medium | large | x-large | xx-large */

