@charset "utf-8";

.entry-title,
.contents-title {
clear: both;
padding-left: 0.5em;
line-height: 2.5;
border: 0;
background: #666;
color: white;
font-size: 167%;
}

.entry-title a,
.contents-title a {
color: white !important;
font-weight: bold;
}

.entry-title a:hover,
.contents-title a:hover {
text-decoration: none;
}

.entry-title a img {
    vertical-align: baseline;
}

dl.tagcloud,
dl.tagcloud dt,
dl.tagcloud dd {
margin: 0;
padding: 0;
}

dl.tagcloud {
margin-bottom: 1em;
padding-left: 10px;
}

dl.tagcloud dt {
font-weight: bold;
}

dl.tagcloud dd {
display: inline;
}

dl.tagcloud dd a::before {
content: "[";
}

dl.tagcloud dd a::after {
content: "]";
}

ul.postdate,
ul.postdate li {
padding: 0;
}

ul.postdate li {
display: inline;
list-style: none;
margin: 0 1em 0 0;
}

h2.trackbacks-comments {
margin-bottom: 2em;
padding-top: 1em;
border-top: dotted 1px #999;
border-left: 0;
}

p.trackback-url input {
margin: 0;
padding: 2px 0;
width: 100%;
}

strong.emphasis {
color: #c00;
}





















