body {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  background: #ffffff url(images/2nd_background.gif) repeat-y top center;
  color: #666666;  
}

a:link {
  background-color: transparent;
  text-decoration: none;
  color: #9E0B0E;
}

a:visited {
  background-color: transparent;
  text-decoration: none;
  color: #9E0B0E;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #9E0B0E;
}

#banner {
  margin: 0 auto;
  color: #FFFFFF;
  width: 770px;
  height: 152px;
  /* background: #000000 url(images/banner.gif) no-repeat top left; */
  background: #9E0B0E url(images/2nd_banner.jpg) no-repeat top left;
}

.maintitle {
  text-align: right;
  font: 30pt georgia, times new roman, times, serif;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 5px;
  padding-right: 10px;
  color: #ffffff;
}

.maintitle a:link {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}

.maintitle a:visited {
  background-color: transparent;
  color: #ffffff;
}

.maintitle a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #E1DEC2;
}

.subtitle {
  text-align: right;
  font: 12pt georgia, times new roman, times, serif;
  padding-top: 0px;
  padding-right: 10px;
  color: #ffffff;
}

#topnav {
  text-align: right;
  margin: 0 auto;
  color: #2B3667;
  width: 770px;
  height: 42px;
  /* background: #EFC648 url(images/topnav.gif) no-repeat top left; */
  background: #ffffff url(images/2nd_topnav.jpg) no-repeat top left;
  border: 0;
  font: 9pt verdana, arial;
  padding-top: 0px;
  padding-bottom: 0px;
}

#footer {
  margin: 0 auto;
  color: #FFFFFF;
  width: 770px;
  /* background: #000000 url(images/footer.jpg) no-repeat top left; */
  background: #9E0B0E url(images/2nd_footer.jpg) no-repeat top left;
  margin-top: 0px;
  clear: both;
  /* border-top: 1px solid #333333; */
  padding-top: 10px;
  /* padding-bottom: 10px; */
}

#content {
  margin: 0 auto;
  position: relative;
  width: 770px;
  /* background: url(images/background.gif) fixed repeat-y top center; */
  background: transparent;
  /* border-top: 1px solid #333333; */
  clear: both;
  padding: 0;
}

#journal {
  color: #666666;
  width: 520px;
  /*background: #DFDBAE; */
  background: transparent;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  /* font: 10pt verdana, arial; */
  font: 10pt georgia, verdana, arial, sans-serif;
  border: 0;
  clear: both;
}

#journaldummy {
  width: 98%;
  margin: 0;
  padding: 0;
  border: 0;
}

#sidebar {
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
  float: right;
  width: 230px;
  border: 0;
  clear: none;
  text-align: center;
}

.spacer {
  margin: 0;
  padding: 0;
  clear: both;
  height: 1px;
}

.ddate {
  margin: 0;
  padding: 0;
  font: 36pt georgia, times new roman, times, serif;
  width: 64px;
}

.dmonth {
  margin: 0;
  padding: 0;
  font: 16pt georgia, times new roman, times, serif;
  text-transform: uppercase;
  width: 64px;
}

.dyear {
  margin: 0;
  padding: 0;
  font: 14pt georgia, times new roman, times, serif;
  text-transform: uppercase;
  width: 64px;
}

.blogdate {
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 7px;
  padding-right: 0px;
  padding-bottom: 5px;
  width: 64px;
  text-align: center;
  display: block;
  line-height: 90%;
  color: #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.entrylinks {
  text-align: center;
  font-weight: normal;
  font-size: 8pt;
  line-height: 130%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.entrylinks a:link {
  font-weight: bold;
}

.entrylinks a:visited {
  font-weight: bold;
}

.entrylinks a:hover {
  text-decoration: underline;
}

.entrytitle {
  text-align: left;
  text-transform: uppercase;
  font: normal 13pt georgia, verdana, arial;
  color: #333333;
}

.entrycategory {
  text-align: left;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 5px;
}

.entrybody {
  text-align: justify;
  font-weight: normal;
  font-size: 9pt;
  line-height: 18px;
}

.entrybody p {
  padding-top: 0px;
  padding-bottom: 5px;
}

.entrybody img.left {
  float: left;
  padding-right: 10px;
}

.entrybody img.right {
  float: right;
  padding-left: 10px;
}

.entrybody img.center {
  display: block;
  margin: 0 auto;
}

.entrybody div.center {
  text-align: center;
  padding-bottom: 10px;
}

.entrybodyfixed {
  font: 10pt courier new;
  font-weight: normal;
  text-align: left;
  line-height: 18px;
}

.entrybodyfixedquote {
  font: 9pt courier new;
  font-weight: normal;
  text-align: left;
  line-height: 18px;
  margin-left: 20px;
  margin-right: 20px;
}

.entryextended {
  text-align: left;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 10px;
  line-height: 130%;
}

.entryextended a:hover {
  text-decoration: underline;
}

.entryposted {
  text-align: right;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 10px;
  line-height: 130%;
}

.entryposted a:hover {
  text-decoration: underline;
}

.entryauthor {
  font-weight: bold;
}


.separator,
.commentseparator {
  margin: 0;
  padding-bottom: 15px;
  background: transparent;
  text-align: center;
  border-top: 1px dashed #333333;
}

#sidelogo {
  margin: 0 auto;
  padding: 0;
  width: 230px;
  height: 95px;
  /* background: url(images/logo.jpg) no-repeat top center; */
  background: url(images/2nd_logo.jpg) no-repeat top left;
  align: center;
  /* border-bottom: 1px solid #333333; */
}

.sidetitle,
.sidetitlelayout,
.sidetitlearchives,
.sidetitleentries,
.sidetitlecomments,
.sidetitleblogroll,
.sidetitleuseful {
  /* background: #EFC648 url(images/sidetitle.gif) no-repeat top left; */
  text-align: center;
  padding-bottom: 7px;
  padding-top: 7px;
  color: #666666;
  font: bold 10pt verdana, arial;
  border: 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-top: 10px;
  clear: both;
}

.sidelink {
  text-align: left;
  font: 8pt verdana, arial;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  color: #999999;
}

.sidelink ul {
  margin: 0px 15px 10px;
  padding-left: 0px;
}

.sidelink li {
  text-align: left;
  background: transparent;
  line-height: 15px;
}

.sidelink a:link {
  background-color: transparent;
  text-decoration: none;
  color: #999999;
}

.sidelink a:visited {
  background-color: transparent;
  color: #999999;
}

.sidelink a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000000;
}

.sidelink form {
  margin: 0;
  padding: 0;
}

.sideseparator {
  display: none;
}

.searchlabel {
  margin: 0;
  background: transparent;
  border: 0;
  font: 100% verdana, arial;
  color: #999999;
  padding-bottom: 10px;
}

.searchinput {
  margin: 0;
  background: transparent;
  border: 1px solid #999999;
  font: 100% verdana, arial;
  color: #666666;
  width: 130px;
  height: 14px;
}

.searchbutton {
  height: 18px; /* musti +4 px biar sama ama .searchinput */
  width: 60px;
  margin: 0;
  border: 0;
  background-color: #999999;
  color: #ffffff;
  font: 100% verdana, arial;
  cursor: pointer;
}

.footertext {
  text-align: center;
  font: 8pt verdana, arial;
  line-height: 150%;
  color: #E1DEC2;
  clear: both;
}

.footertext a:link {
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  color: #E1DEC2;
}

.footertext a:visited {
  background-color: transparent;
  font-weight: bold;
  color: #E1DEC2;
}

.footertext a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #E1DEC2;
}

.calendarhead {
  font-family: verdana, arial, sans-serif;
  color: #666666;
  font-size: 10pt;
  font-weight: bold;
  background: transparent;
  line-height: 140%;
  padding: 2px;
  text-align: center;
}

.calendarweek {
  width: 190px;
  font-size: 8pt;
  text-align: center;
  font-weight: normal;
  clear: both;
}

.calendarweek a:link {
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  color: #999999;
}

.calendarweek a:visited {
  background-color: transparent;
  font-weight: bold;
  color: #999999;
}

.calendarweek a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000000;
}

.calendarday {
  float:left;
  width:25px;
  margin: 0;
  border: 0;
  padding: 1px;
  text-align: right;
}

.search-head,
.comments-head, 
.comments-head-post, 
.comments-head-preview, 
.comments-head-error,
.comments-head-previous {
  text-align: center;
  padding-bottom: 7px;
  padding-top: 7px;
  color: #666666 ;
  font: bold 10pt verdana, arial;
  border-bottom: 1px dashed #333333;
  border-top: 1px dashed #333333;
  margin-top: 10px;
}

.comments-body {
  text-align: justify;
  font-weight: normal;
  font-size: 9pt;
  line-height: 130%;
  margin: 0 auto;
}

.comments-body form {
  text-align: left;
  padding: 0;
}

.comments-body a:hover {
  text-decoration: underline;
}

.commentlabel {
  padding-bottom: 10px;
  width: 200px;
  text-align: left;
}

.commentinput {
  margin: 0;
  padding: 2px 1px 2px 1px;
  background: transparent;
  border: 1px solid #666666;
  font: 100% verdana, arial;
  color: #666666;
  width: 200px;
  height: 14px;
}

.commenttextarea {
  margin: 0;
  padding: 2px 1px 2px 1px;
  background: transparent;
  border: 1px solid #666666;
  font: 100% verdana, arial;
  line-height: 130%;
  color: #666666;
  width: 300px;
  height: 200px;
}

.commentoption {
  border: 0;
  background: transparent;
}

.commentform {
  background: transparent;
  text-align: center;
  vertical-align: top;
}

.commentbutton {
  margin: 0;
  background-color: #666666;
  border: 0; /* kalo nggak 0 bakal ada garis luarnya kalo di IE */
  font: 100% verdana, arial;
  color: #E1DEC2;
  width: 100px;
  height: 20px;
  cursor: pointer;
  vertical-align: center;
}

.errortext {
  font-weight: bold;
  font-size: 10pt;
  line-height: 130%;
  color: #9E0B0E;
  padding-bottom: 20px;
}

.loginrow {
  vertical-align: center;
  clear: both;
}

.loginfield {
  float:left;
  width:80px;
  margin: 0;
  border: 0;
  height: 22px;
}

.logininput {
  margin: 0;
  background: transparent;
  border: 1px solid #2B3667;
  font: 100% verdana, arial;
  color: #2B3667;
  width: 80px;
  height: 14px;
}

.topnavitem {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-color: transparent;
  font: bold 9pt verdana, arial;
  color: #2B3667;
}

.topnavitem a:link {
  text-decoration: none;
  color: #2B3667;
}

.topnavitem a:visited {
  color: #2B3667;
}

.topnavitem a:hover {
  text-decoration: underline;
}

.topnavselected {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-color: transparent;
  font: bold 10pt verdana, arial;
  color: #9E0B0E;
  text-transform: uppercase;
}

#extraDiv1 {
  display: none;
}

#selectlayout {
}

#selectlayouttext {
  display: none;
}

.archivetitle {
  text-align: center;
  text-transform: uppercase;
  font: normal 13pt georgia, verdana, arial;
  color: #333333;
  margin-bottom: 5px;
}
