body {
    font-family: trebuchet ms, verdana, arial, sans-serif;
}

A:link      { color: #0000FF; } 
A:visited   { color: #FF0000; } 
#A:active   { color: #99CC66;  } 
A:hover     { color: #664400;  } 

p {
    margin-bottom: 15px;
}

blockquote { 
    font-style: italic;
    margin: 22px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    font-size: 150%;
    font-weight: normal;
}

h3 {
    line-height: 120%;
    font-size: 140%;
    margin-top: 8px;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

ul {
    display: block;
    margin: 2em;
}

ol {
    display: block;
    margin: 2em;
}

li {
    margin-top: 10px;
    display: list-item;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: square outside;
}

pre {
    line-height: 100%;
    font-size: 100%;
}

/* flickr side iamges */

img.box {
    border: 2px solid #000000;
}

/* Very top of the page. */

#banner {
    color: #FFF;
    font-size: 150%;
    font-weight: normal;
    border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    background: #336699;
    padding: 8px;
}


/* footer */
#ft {
    color: #FFF;
    border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    background: #336699;
    padding: 8px;
    text-align: center;
}

.boxed { 
    border: 1px solid #000000;
    padding: 12px;
}

/* 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;	
}	

/* Outer "container" on individual entries */

#container { 
   padding-top: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;

}

/* The left-hand div (or column).  Contains other stuff. */

#content {
    float: left;
    width: 70%;
    background: #fff;
    border-right: 2px solid #000;
    margin-right: 15px;
}

/* The right-hand div (or column).  Contains other stuff. */

#links {
    background:#EEE;
}

/* The div just inside of "content" on the left */
    
.blog {
    padding-left: 15px;
    padding-top: 2px;
    padding-right: 15px;    	
}	
    
.blogbody {
    font-size: 120%;
    line-height: 140%;
    font-weight: normal;
    background: #FFF;
    padding-top: 0px;    	
}	

/* The title/headline of each blog entry */

.title { 
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
}

/* The post title on the home page */

A.title:link      { color: #000000; } 
A.title:visited   { color: #000000; } 
A.title:hover     { color: #0000FF;  } 

A.title {
    text-decoration: none;
}

/* 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-weight: bold;
    border-bottom: 1px dashed #000000;
    padding: 5px;
    margin-bottom: 8px;
}

/* The line below the headline for each entry. */
    
.posted	{ 
    font-size: 80%; 
    color: #003366;
    margin-bottom: 15px;
}

/* The top of the right colum on article pages. */

.relatedstuff {
    font-size: small;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-right: 16px;
}

/* The side container */

.sidebar {
    background: #EEE;
}

/* The body of each side box */

.side {
    font-size: 100%;
    font-weight: normal;
    padding: 4px;
    line-height: 140%;
}

.side-hn {
    font-size: 100%;
    font-weight: normal;
    padding: 4px;
}

/* The "title" of each side box */

.sidetitle {
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
    background: #336699;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    padding: 2px;
    margin-top: 10px;
    text-align: center;
} 

/* The recent linkblog links */

.linkblog {
    line-height: 120%;
}

/* The syndicate link.... */

.syndicate {
    font-size: 100%;
    padding: 2px;
    margin-top: 10px;
    text-align: center;
 }	
 
/* The div around each comment */

.comments-body {
    font-size: 100%;
    font-weight:normal;
    background: #EEE;
    padding:10px;    	
    border-top: 2px solid #222;
    border-bottom: 2px solid #444;

    margin-bottom: 10px;
    margin-left: 6px;
}    

/* The "posted by" line in each comment */

.comments-post {
    color: #000;
    font-size: 100%;
    font-weight: normal;
}	

/* The line at the beginning of the comments section.  A div */
    
.comments-head	{ 
    font-size: 120%;
    color: #000; 
    padding: 5px;
    font-weight: normal;
    margin-top: 10px;    
}

/* The actual comment text */

.comments-text {
    margin-left: 16px;
}

/* xx-small | x-small | small | medium | large | x-large | xx-large */

