@import url('staticblog.css');

.top h1 {
position: relative;
right: 20%;
text-align: right;
font-family: Helvetica, Arial, sans-serif;
font-size: xx-large;
font-weight: bold;
margin-bottom: 0;
}

.top p {
position: relative;
right: 20%;
text-align: right;
font-size: small;
font-family: Georgia, serif;
font-style: italic;
font-weight: lighter;
margin-top: 0;
}

.content {
min-width: 640px;
}

.topbanner {
background-image:url('blog/banner.jpg');
}

.leftside {
width: 120px;
font-weight: bold;
font-size: small;
}

.entrytitle h2 {
font-size: x-large;
font-weight: normal;
font-family: Verdana, sans-serif;
}

.entrylist {
margin: 1em;
padding: 1em;
border-style: solid;
border-color: #AAAAAA;
border-width: thin;
/*text-align: justify;*/
font-size: small;
}

.entrylist li {
list-style-type: none;
}
