@charset "utf-8";
/* site/vintage_notepad.css */
.top {
background:transparent url(/images/blog/top.png) no-repeat scroll left top;
display:block;
height:223px;
padding:0 20px 0 130px;
position:relative;
width:550px;
}
.middle {
background:transparent url(/images/blog/middle.jpg) repeat-y scroll 2px -5px;
display:block;
min-height:324px;
padding:10px 20px 10px 130px;
position:relative;
width:550px;
}
.bottom {
background:transparent url(/images/blog/bottom.jpg) no-repeat scroll left top;
display:block;
height:66px;
margin-bottom:10px;
padding:0 20px 0 130px;
width:550px;
}
.blog_entry .top h1 a {
color:#121212;
font-size:24px;
text-decoration:none;
}
.blog_entry .top h1 {
font-weight:bold;
position:absolute;
top:193px;
z-index:100;
}
.blog_entry .top h1 a img {
border: none;
}
.blog_entry .top h1 img {
position: relative;
top: 5px;
}
.blog_entry .top h1#top {top:150px;}
.blog_entry .top .published_info {
font-weight:bold;
position:absolute;
right:20px;
top:120px;
z-index:100;
}