body {
    font-family: trebuchet ms, 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%;
}

h4 {
    font-size: 120%;
}

/* flickr side iamges */

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

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

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

blockquote { 
    font-style: italic;
}

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

/* 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 {
    color: #222;
    font-size: 90%;
    line-height: 140%;
    font-weight: normal;
    background: #FFF;
    padding-left: 15px;	
    padding-right: 8px;
    padding-top: 0px;    	
}	

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

.title { 
    font-size: large;
    font-weight: bold;
    text-decoration: none;
    A:link      { color: #000000; } 
    A:visited   { color: #000000; } 
    A:hover     { color: #664400;  } 
}

/* 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-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: 0px;
    margin-bottom: 6px;
    margin-right: 16px;
    align: center;
}

/* The body of each side box */

.side {
    color: #222;
    font-size: small;
    font-weight: normal;
    padding: 2px;
    line-height: 140%;
}

.side-sm {
    color: #222;
    font-size: x-small;
    font-weight: normal;
    padding: 2px;
    line-height: 150%;
}

/* 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 recent linkblog links */

.linkblog {
    line-height: 120%;
}

/* 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 div around each comment */

.comments-body {
    font-size: small;
    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: small;
    font-weight: normal;
}	

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

/* The actual comment text */

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

.referers-head {
    font-size: 120%;
    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; 
}

li {
    margin-top: 10px;
}

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

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

