 

body {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }
    
a { 
    color: #333366; 
    text-decoration: none; 
    }
    
a img {
    border: none;
    }
    
a:link { 
    color: #333366;  
    text-decoration: none; 
    }
    
a:visited { 
    color: #333366;  
    text-decoration: none; 
    }
    
a:active { 
    color: #333366;  
    text-decoration: none; 
    }
    
a:hover	{ 
    color: white;  
    text-decoration: none;
    background: #333366;
    }
    


#banner img {
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    }

#container {
    margin-top:10px;
    }
    
#center {
    width: 100%;
    float: left;
    margin-right: -135px;
    /*    overflow: hidden; */
    }
    
.content {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: small;
    margin-right: 135px;
    }
    
.content h2 {
    margin-top: 0px;
    border-bottom: 2px groove white;
    }
    
.entries .post {
    margin-left: 2px;
    }

.entries p.posted {
    font-size: x-small;
    }
    
.entries {
    margin-left: 155px;
    }
    
.entries hr {
    width: 50%;
    }
    
.entries blockquote {
    padding: 4px;
    background-color: #CCCCFF;
    }
    
#left {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: x-small;
    margin-left: 5px;
    width: 140px;
    float: left;
    }
    
#left .blogrollmain {
    margin-right: 1px;
    }
    
#left .left-item {
    margin-top: 0px;
    margin-left: 4px;
    margin-bottom: 5px;
    border-right: 2px solid #666633;
    border-bottom: 2px solid #666633;
    background: white;
    }
    
#left h3 {
    margin-top: 0px;
    padding-left: 4px;
    background: #333366;
    color: white;
    border-bottom: none;
    }
    
#right {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: x-small;
    float: right;
    width: 120px;
    margin-right: 10px;
    }
    
#right .right-item {
    margin-top: 0px;
    margin-bottom: 5px;
    border-left: 2px solid #666633;
    border-bottom: 2px solid #666633;
    background: white;
    }
    
#right .right-text {
    margin-left: 4px;
    }
    
.open {
	display: block;
	}
.closed {
	display: none;
	}
    
#right ul.parent {
    padding-left: 0px;
    margin-left: 0px;
    border: none;
    }

#right ul {
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px dotted gray;
    }
    
#right li {
	list-style-type: none;
	}
        
#right li img {
	vertical-align: middle;
	}
    
#right h3 {
    margin-top: 0px;
    padding-left: 4px;
    background: #333366;
    color: white;
    border-bottom: none;
    }
    
.comment {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
    }
    
.imageleft {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    }
    
.imageright {
    float: right;
    padding-left: 5px;
    padding-bottom: 5px;
    }
    
.spacer {
    height: 0px;
    clear: both;
    }
    
.dvd li {
	list-style-type: none;
	padding-top: .2em;
	padding-bottom: .2em;
	}
        
.dvd li img {
	vertical-align: middle;
	}

.blogrollfolder {
        font-weight: bold;
        }
        
#blogroll ul
{
  list-style:   none;
  margin-left:  0;
  padding-left: 0;
}

ul.songs {
 list-style:   none;
  margin-left:  0px;
  padding-left: 0px;
}

#blogroll ul.child {
    list-style-image: url("/images/site/site.png");
    margin-left: 20px;
    padding-left: 10px;
    }

ul.searchterms {
    margin-left:10px;
    padding-left: 5px;
}

ul.searchterms li {
    padding-bottom: 3px;
    }
    
ol.searchterms {
    margin-left: 10px;
    padding-left: 5px;
    list-style-type: decimal;
    list-style-image: none;
    }
    
ol.searchterms li {
    padding-bottom: 3px;
    }

div.titlerow {
    clear: both;
    }


div.titlerow div.leftcol {
    border-bottom: 2px solid black;
    float: left;
    width: 10%;
    }
    
div.titlerow div.middlecol {
    border-bottom: 2px solid black;
    float: left;
    width: 10%;
    }
    
div.titlerow div.rightcol {
    border-bottom: 2px solid black;
    float: left;
    text-align: left;
    width: 79%;
    }

div.row {
    clear: both;
    }
    
div.leftcol {
    float: left;
    width: 10%;
    }
    
div.middlecol {
    float: left;
    width: 10%;
    }
    
div.rightcol {
    text-align: left;
    float: left;
    width: 79%;
    }
