body {
    font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
}


#flickr 
{
   border: 1px solid black;
   padding: 3px;
}

.flickr
{
   border: 1px solid black;
   padding: 3px;
}


.photo 
{
   border: 1px solid black;
   padding: 3px;
}


#photo 
{
   border: 1px solid black;
   padding: 3px;
}


A:link{ color: #191970;  } 
A:visited{ color: #191970; } 
A:active{ color: #990000;  } 
A:hover{ color: #990000;  }

.navbar {
   color : #000;
   background : #fc9;
   padding : 2px;
   border-width : thin;
   border-style : none none solid none;
   border-color : #f96;
}
h1 {
   margin-bottom : 0;
}
h2, h3, h4 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 150%;
}
h3 {
    font-size: 125%;
}
#bannerL {
   float: left;
}
#bannerR {
   float: right;
}

/* Very top of the page. */
#banner {
    color: #000000;
    font-size: large;
    font-weight: normal;
    border-bottom: 1px solid black;
    border-top: none;
    background: white;
    padding: 15px;
}

/* Second line in the "banner" at the top of the page. */
.description {
    font-size: 80%;
    font-weight: bold;
    text-transform: none;
    letter-spacing: .none;
}
/* The left-hand div (or column).  Contains other stuff. */
#content {
    float: right;
    width: 77%;
    background: white;
    margin-left: 15px;
    padding-bottom:20px;
}
/* The right-hand div (or column).  Contains other stuff. */
#links {
   width: 20%;
   float: left;
    font-size: 85%;
    background:white;
}
/* The div just inside of "content" on the left */
.blog {
    padding-left:15px;
    padding-top:15px;
    padding-right:15px;
}
.blogbody {
    font-size: 90%;
    font-weight: normal;
    background: white;
    padding-bottom: 5px;
    border-bottom: 1px dotted #003300;
}
/* The title/headline of each blog entry */
.title {
    font-size: large;
    color: #990000;
}
/* This is the "link menu" at the top of article pages. */
#menu {
    font-size: small;
    margin-bottom: 15px;
    background: white;
}
/* The date box for each day . */
.date {
    font-size: small;
    color: black;
    padding: 5px;
    margin-bottom: 8px;
    font-weight: normal;
}
/* The line below the headline for each entry. */
.posted{
    font-size: x-small;
    color: #990000;
    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: white;
    padding: 2px;
    align: center;
}
/* The name of the month... */
.calendarhead {
    color: #003366;
    font-size: small;
    font-weight :bold;
    background: white;
    padding: 2px;
}
/* The body of each side box */
.side {
    color: #333;
    font-size: small;
    font-weight: normal;
    background: white;
    padding: 2px;
}
/* The "title" of each side box */
.sidetitle {
    color: #000;
    font-size: 90%;
    font-weight: bold;
    background: white;
    border: 1px dotted #003300;
    padding: 4px;
    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: white;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px dotted #003300;
}
.comments-post {
    color: #000;
    font-size: small;
    font-weight: normal;
    background: white;
}
.comments-head{
    font-size: small;
    color: #000;
    border: 1px solid #003300;
    padding: 5px;
    font-weight: normal;
    margin-top: 10px;
}
.referers-head {
    font-size: small;
    color: #000;
    border: 1px solid #003300;
    padding: 5px;
    font-weight: normal;
    margin-top: 10px;
}
.referers-body {
    font-size: small;
    font-weight:normal;
    background: white;
    padding:10px;
}
#banner-commentspop {
    color: #000;
    font-size: large;
    font-weight: bold;
    border-bottom: 1px dotted #003300;
    border-top: 3px solid #003300;
    background: white;
    padding: 15px;
}