
body {
  background:#000 url(images/bg.gif);
  margin:0;
  padding:0;
  text-align:center;
  font:.7em Verdana,Arial,Sans-serif;
  color:#ccc;
  }

table {
  font:10px Verdana,Arial,Sans-serif;
  }

/* Page Structure
----------------------------------------------- */
#content {
  width:740px;
  margin:0 auto;
  text-align:left;
  background: #F5D59D url("images/von-liphier-background.gif");
  border: 1px solid #615153;
  }
#main {
  width:480px;
  float:left;
  /* background:#F5D59D; */
  margin:0 0 0 0;
  padding:0 0 0 0;
  color:#333;
  font-size:97%;
  line-height:1.5em;
  }
#main2 {
  float:left;
  width:100%;
  margin: 0 0 0 0;
  padding:0 0 0;
  }
#sidebar {
  width:250px;
  float:right;
  margin:0 0 0 0;
  font-size:97%;
  line-height:1.5em;
  background:#B7CBDD; /*#586;*/
  color: #339;
  }


/* Links
----------------------------------------------- */
a:link {
  color:#339;
  }
a:visited {
  color:#339;
  }
a:hover {
  color:#fff;
  }
a img {
  border-width:0;
  }
#main a:link {
  color:#339;
  }
#main a:visited {
  color:#339;
  }
#main a:hover {
  color:#666;
  }


/* Blog Header
----------------------------------------------- */
#header {
  background: #8EA16E url(images/background-header.jpg) repeat-x; /*f80;*/
  margin:0 0 0;
  padding:0;
  color:#fff;
  border-bottom: 3px solid #615153;
  }
#header div {
  
  padding:8px 15px 0;
  }
#blog-title {
  margin:0;
  padding:10px 30px 5px;
  font-size:200%;
  line-height:1.2em;
  }
#blog-title a {
  text-decoration:none;
  color:#fff;
  }
#description {
  margin:0;
  padding:5px 30px 10px;
  font-size:94%;
  line-height:1.5em;
  color:#abc;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:0 28px 0 43px;
  font-size:85%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#586;
  }
.post {
  margin:.3em 0 25px;
  padding:0 13px;
  border:1px solid #F5D59D;
  }
.post-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  background:url("images/icon_arrow.gif") no-repeat 10px .5em;
  display:block;
  border:1px dotted #bb9;
  padding:2px 14px 2px 29px;
  color:#333;
  }
#main a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
#main a.title-link:hover {
  background-color:#fff;
  color:#000;
  }
.post-body {
  /*border:1px dotted #F5D59D;
  border-width:0 1px 1px;
  border-bottom-color:#F5D59D;*/
  padding:10px 14px 1px 29px;
  }

html>body .post-body {
      border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  background:#fff;
  margin:0;
  padding:2px 14px 2px 29px;
  /* border:1px dotted #bb9;
  border-bottom:1px solid #eee; */
  font-size:100%;
  line-height:1.5em;
  color:#666;
  text-align:left;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }
p.post-footer i {
  display:block;
  float:center;
  text-align:center;
  font-style:normal;
  background-color:#ccc
  }
  
p.post-footer-right {
    text-align: right;
}

a.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */
  background/* */:/**/url("images/icon_comment.gif") no-repeat 0 45%;
  padding-left:14px;
  font-size: x-small;
  }
html>body a.comment-link {
  /* Respecified, for IE5/Mac's benefit */
  background:url("images/icon_comment.gif") no-repeat 0 45%;
  padding-left:14px;
  }
input.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */
  background/* */:/**/url("images/icon_comment.gif") no-repeat 0 45%;
  padding-left:10px;
  }
html>body input.comment-link {
  /* Respecified, for IE5/Mac's benefit */
  background:url("images/icon_comment.gif") no-repeat 0 45%;
  padding-left:10px;
  }
.post img {
  margin:5px 5px 5px 5px;
  padding:4px;
  border:1px solid #366;
  }
blockquote {
  margin:.75em 0;
  /* border:1px dotted #596;
  border-width:1px 0; */
  padding:5px 15px;
  }
.post blockquote p {
  margin:.5em 0;
  }
  
.post .one_col {
    width: 400px;
}

.post .left {
    float: left;
    width: 200px;
}

.post .right {
    float: right;
    width: 200px;
}


.post .clear_div {
    clear: both;
    height: 1em;
}

img.imgleft {
    float: left;
}

img.imgright {
    float: right;
}
.post .dogleft {
    float: left;
    text-align: center;
    width: 170px;
}

.post div.center {
    text-align: center;
}

.post .dogright {
    float: right;
    text-align: center;
    width: 170px;
}

span.red {
    color: #f00;
}

strong.red {
    color: #f00;
}

span.green {
    color: #586;
}

/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 0 0;
  padding:0 0 10px;
  }
#profile-container h2 {
  margin:10px 15px .2em;
  font-size:115%;
  line-height:1.5em;
  border-bottom:1px dotted #369;
  }

#profile-container h2 a {
    text-decoration: none;
}

.profile-datablock {
  margin:0 15px;
  padding-top:8px;
  }
.profile-img {display:inline;}
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:2px solid #369;
  }
#profile-container p {
  margin:0 15px .5em;
  }
#profile-container .profile-textblock {
  clear:left;
  }
#profile-container a {
  }
.profile-link a {
  background:url("images/icon_profile.gif") no-repeat 0 .1em;
  padding-left:15px;
  font-weight:bold;
  }


ul#recently {
    list-style: none;
    padding-right: 15px;
    margin-top: 0;
}

#recently a {
    text-decoration: none;
}

#recently .selected {
}

#recently li {
    border: 1px dotted #369;
    border-width: 0 0 1px;
}

/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  margin:0;
  padding:0 0 0;
  }
#footer div {
  background:#615153;
  padding:2px 0 0;
  color:#fff;
  }
#footer div div {
  padding:0 15px 8px;
  }
#footer hr {display:none;}
#footer p {margin:0;}
#footer a {color:#fff;} 


/* Tambahan Erwin
----------------------------------------------- */

div#detail {
	width: 100%;
    margin: 0 auto;
}

div#detail div.left {
    margin: 0;
    width: 30%;
}

div#detail div.right {
    margin: 0;
    width: 70%;
}

div#detail .clear_div {
    clear: both;
    height: .1em;
}

div.post table {
	color: #000;
	margin: 10px;
}

