div.entry img {
    float: left;
    margin: 3px 10px 0 0;
    border: 1px solid #EEE;
}
div.entry > h2 {
    color: #555;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 5px;
    font-family: Arial, FreeSans, 'Bitstream Vera Sans', 'DejaVu Sans', Helvetica, Geneva, Verdana, sans-serif;
}
div.entry > h2 > a {
    color: #555;
    text-decoration: none;
}
div.entry > h2 > a:hover {
    text-decoration: underline;
    color: #555;
}
div.entry > h2 span.head {
	color: #777;
    display: block;
    font-size: 8pt;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}
div.entry span.comments {
	color: #666;
	border:1px solid #CCCCCC;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	padding:2px 5px;
}
div.entry > p {
    color: #444;
	font-size: 13px;
	margin: 3px 0 1px;
    line-height: 18px;
}

div.entry > span {
	color: #666;
	font-size: 11px;
	padding-left: 10px;
}

ul.related {
	margin: 5px 0;
}
ul.related li {
	margin-bottom: 3px;
}

.listBox ul li div {
    float:left;
    width:18px;
    margin-left:-20px;
    font-size:0.8em;
}

.listBox ul li div span {
    float:right;
    padding-top:3px;
    color:#999;
}

.linkTop, .linkBottom {
  height:30px;
  display:block;
}
.linkTopNone {
  display:none;
}
.linkBottom {
  height:30px;
  display:block;
}

.linkBottomNone {
  display:none;
}

ul.thumbList li.linkTop a, ul.thumbList li.linkBottom a {
    padding: 0;
    height: 29px;
    overflow: hidden;
}

.linkTop a span {
    display: block;
    margin: 10px auto;
    padding: 0;
    height: 0;
    width: 0;
    -webkit-transition: border-color 300ms;
    border-bottom: #eee 10px solid;
    border-left: transparent 15px solid;
    border-right: transparent 15px solid;
    border-top: transparent 0px solid;
}
.linkBottom a span {
    display: block;
    margin: 10px auto;
    padding: 0;
    height: 0;
    width: 0;
    -webkit-transition: border-color 300ms;
    border-top: #eee 10px solid;
    border-left: transparent 15px solid;
    border-right: transparent 15px solid;
    border-bottom: transparent 0px solid;
}

.linkTop a:hover span {
    border-bottom-color: #ccc;
}

.linkBottom a:hover span {
    border-top-color: #ccc;
}

.entry span.meta {
    color: #777;
    font-size: 8pt;
    font-style: italic;
    margin-right: 0.2em;
}
