.home {padding:0px;margin:0px;}
.home h3 {text-transform:uppercase;font: bold 12px Arial, Helvetica, sans-serif; padding:0px; margin:0px 0px 10px 0px;}
.home-featured {padding:10px; background: #eee; border: 1px solid #ccc; color: #444; margin-bottom:10px; text-align:justify;}
.home-left {float:left; width:222px; margin:10px 0px;}
.home-right {float:right; width:222px;margin:10px 0px;}

.post-kotak-kecil {width:50px; margin: 5px 0px 0px 0px; }
.post-kotak-kecil img {width:50px; margin-bottom:5px;}
.post-kotak-kecil a img, .post-thumbpic a:visited img {display:block; padding:10px; background: #eee; border: 1px solid #ccc; color: #444; }
.post-kotak-kecil a:hover img {background: #FFCFCF; border: 1px solid #f00; }
.post-kotak-kecil h2 { font:bold 12px Arial, Helvetica, sans-serif; border:none; }

.post-thumbhead {width:289px; margin: 5px 0px 0px 0px; }
.post-thumbhead img {width:269px; margin-bottom:5px;}
.post-thumbhead a img, .post-thumbpic a:visited img {display:block; padding:10px; background: #eee; border: 1px solid #ccc; color: #444; }
.post-thumbhead a:hover img {background: #FFCFCF; border: 1px solid #f00; }
.post-thumbhead h2 { font:bold 12px Arial, Helvetica, sans-serif; border:none; }

.post-thumbpic {width:222px; margin: 5px 0px 0px 0px; }
.post-thumbpic img {width:200px; margin-bottom:5px;}
.post-thumbpic a img, .post-thumbpic a:visited img {display:block; padding:10px; background: #eee; border: 1px solid #ccc; color: #444; }
.post-thumbpic a:hover img {background: #FFCFCF; border: 1px solid #f00; }
.post-thumbpic h2 { font:bold 12px Arial, Helvetica, sans-serif; border:none; }

.post-thumb {width:147px; margin: 5px 13px 0px 0px; }
.post-thumbr {width:147px; margin: 5px 0px 0px 0px; }
.post-thumb img, .post-thumbr img {width:125px; margin-bottom:5px;}
.post-thumb a img, .post-thumb a:visited img, .post-thumbr a img, .post-thumbr a:visited img {display:block; padding:10px; background: #eee; border: 1px solid #ccc; color: #444; }
.post-thumb a:hover img, .post-thumbr a:hover img {background: #FFCFCF; border: 1px solid #f00; }
.post-thumb h2, .post-thumbr h2 { font:bold 12px Arial, Helvetica, sans-serif; border:none; }


/* alignments */
.center {text-align: center;}
img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
img.alignleft, img[align="left"] {float:left;margin: 2px 10px 5px 0px;}
.alignright {float: right;}
img.alignright, img[align="right"] {float:right;margin: 2px 0px 5px 0px;}
.clear {clear:both;}
hr.clear {clear:both;visibility: hidden;margin: 0px;padding: 0px;height:0px;}

pre{background:#F7F7F7;border:1px solid #D5D5D5;line-height:100%;overflow:auto;padding:10px; font-size:100%;}
pre code{font-family:"Courier New", Courier, monospace;}
code{font-family:"Courier New", Courier, monospace;font-size:100%;}
pre:hover {border:1px solid #000;}
