﻿a{
 margin:10px;
}

div.sidebar{
 width:130px;
 margin:20px 15px 0px 0px;
 padding-bottom:20px;
 float:left;
 border-radius:20px;
 background-color:#eee;
}

div.main{
 margin-top:20px;
 float:left;
}

div.frame{
 width:630px;
 padding:10px;
 margin-bottom:30px;
 border-radius: 20px;
 background-color:#eef;
 box-shadow:1px 1px 1px gray;
}

span.title{
 font-weight:bold;
 color:#55a;
 font-size:14pt;
}

span.date{
 margin-left:10px;
 font-size:11pt;
 font-weight:bold;
 color:gray;
}

div.context{
 margin-top:10px;
}

ul{
 padding-left:0px;
}

li{
 list-style-type:none;
}

hr{
 border:1px double #aac;
}

a.edit{
 padding:5px;
 font-size:8pt;
 font-weight:bold;
 background-color:#ccc;
 border:1px solid gray;
 border-radius:5px;
 text-decoration:none;
}
