@charset "utf-8";

/* Post Title */
#content #main div.post h3{
margin-bottom: 5px;
padding:0 0 3px;
border-bottom: 2px solid #EEE;
font-size: 123%;
font-weight: normal;
}
#content #main div.post p.postcategory{
margin-bottom: 5px;
padding: 5px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#content #main div.post p.postmetadata{
text-align: right;
}
/* schedule */
#content #main div.post dl.scheLink dd{
display: inline;
margin-right: 5px;
padding-right: 10px;
border-right: 1px solid #DDD;
}

/* Blog */
#content #main div.post p.prevLink{
float: left;
}
#content #main div.post p.nextLink{
float: right;
}

