.topsingle {
border-bottom:5px solid #3399cc;
float:left;
width:100%;
}

.topsingle .time {
width:30px;
height:30px;
text-align:center;
background:url(images/time.jpg) no-repeat;
color:#fff;
font-size:12px;
padding-top:3px;
font-weight:bold;
float:left;
}

.singletitle {
float:right;
width:450px;
}

.topsingle .singletitle h1 {
padding:4px;
float:left;
display:block;
}

.topsingle .singletitle h1 a {
font-size:24px;
text-decoration:none;
color:#333;
font-weight:normal;
}
.post .meta {
font-size:11px;
padding:5px;
float:left;
background:#cfdfff;
color:#666;
line-height:14px;
margin-bottom:10px;
width:470px;
}
.post .meta .blue {
color:blue;
}
.post .meta .red a {
color:#993333;
text-decoration:none;
}
.post .entry {
font-size:12px;
color:#333;
line-height:16px;
}
.post .entry p {
padding-bottom:10px;
}
.post blockquote, .post q {
width:450px;
background:#ddd;
display:block;
clear:both;
padding:10px;
border-left:10px solid #ccc;
color:#666;
font-style:italic;
font-family:Georgia;
line-height:20px;
}
.post .entry ol, .post .entry ul {
margin-left:25px;
padding-bottom:10px;
}
.post .entry ol {
list-style-type:decimal;
}
.post .entry ul {
list-style-type:disc;
}