h1 {
    border-bottom: 1px solid black;
    width:100%;
}

#nav a {
    color: #000;
}

#nav a.current {
    text-decoration:none;
    font-weight:bold;
}

#content {
    position:absolute;
    width: 680px;
    left:50%;
    margin-left: -340px;
    top:100px;
}

#footer {
    position: absolute; 
    width:100%;
    border-top:1px solid black;
    left:0px;
    bottom:20px;
    text-align: center;
}

#jscontact {
    display:none;
}

li img {
  max-width:450px;
}


#navbar {
    width:100%;
    background-color:#eeeeee;
}

#navbar div {
    border: 1px solid black;
    display:inline;
    width: 100px;
}


.serendipity_entry_body {
    margin-top: -30px;
}

.serendipity_comments, .serendipity_freeTag_related {
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}

.serendipity_commentsTitle, .serendipity_freeTag_related {
    background-color:#cccccc
}

.serendipitySideBarItem {
    overflow: hidden;
}

span.serendipity_entryIcon {
    float: right;
}

span.serendipity_entryIcon img {
     border: none;
}

.serendipity_title {
    padding-bottom: 15px;
}

.serendipity_entryFooter {
    padding-top: 10px;
}

.serendipity_Entry_Date{
        padding:5px;
}
.serendipity_date{
        background-color:#ddd;
        padding:5px;
}

.serendipity_commentBody {
    padding: 5px;
    background-color: #eeeeee
}

.serendipity_comment_source {
    padding-bottom:10px;
}
