@charset "utf-8";

/* ------------------------- TOC
Text Format and Image Placement for Blog Entry
 ------------------------- */

/* ==============================  Content of Entry - Default */
.section_content_entry {  }
.content_entry { font-size: 117%; color: #333; }

/* Text-Format Default */
.content_entry p,
.content_entry span,
.content_entry a,
.content_entry li,
.content_entry div,
.content_entry div,
.content_entry pre { line-height: 1.6; overflow: visible; }

.content_entry a { color: #006699; font-weight: bold; }
.content_entry a:hover { color: #0099cc; border-bottom: color: #0099cc; }
.content_entry b,
.content_entry strong { font-weight: bold; }
.content_entry i,
.content_entry em { font-style: italic; }

.content_entry img,
.content_entry img a { border: solid 3px #fff; }

.content_entry blockquote { margin: 0.6em 2em; }

.content_entry ol li { list-style-type: decimal; list-style-position: inside; }
