/* Index User */
.kampoeng-landing-container {
  float: left;
  position: relative;
  min-width: 960px;
  max-width: 100%;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: rgb(51, 51, 51);
  line-height: 1.28;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  /* width: 970px; */
  margin-bottom: 20px;
}

.kampoeng-landing-container p {
  color: #fff;
  padding-left: 24px;
}

.kampoeng-landing-navbar {
  float: right;
  position: relative;
  padding: 0px 0px 1em;
  overflow: visible;
  width: 28%;
}

.kampoeng-landing-navbar p {
    color: #fff;
    padding-left: 24px;
}

.kampoeng-landing-content {
  float: left;
  position: relative;
  overflow: visible;
  width: 70%;
  padding-bottom: 10px;
}

.kampoeng-landing-content .date-author {
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
  top: 10px;
  border: medium none;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  padding: 5px 0px;
}

.date-author a {
  color: #eb1111;
}

.date-author-first {
  margin-left: 60px;
  text-align: left;
}

.date-author-second {
  float: right;
  margin-right: 10px;
}

.latest {
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  margin: 6px;
  padding-left: 8px;
  padding-right: 8px;
}

.latest img {
  border: none;
  max-width: 470px;
  height: auto;
  width: expression(this.width > 800 ? 800: true);
}

.latest a:link,
.latest a:visited {
  color: #0976bc;
}

.latest a:hover,
.latest a:active {
  color: #0976bc;
  text-decoration: underline;
}

.latest p {
  clear: both;
  padding: 1px 0 0;
}

.button-after-latest {
  float: right;
  margin-right: 7px;
}

.kampoeng-landing-content .kampoeng-leftbar:before {
  content: url(../../../images/kampoeng/latest-ribbon.png);
  position: absolute;
  width: 30px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -1px;
  left: 0px;
}

.kampoeng-landing-content .kampoeng-leftbar {
	position: relative;
    margin: 20px 0px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    overflow: visible;
    padding-bottom: 32px;
    height: auto;
    background: #393e3f;
    border-top: 1px solid #454b4c;
    color: #fff;
}

.leftbar-cage h1 {
  background: none repeat scroll 0 0 #007fd0c7;
  top: 260px;
  border: medium none;
  padding: 8px 0px 8px 52px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  margin: 15px 0;
}

.leftbar-cage {
  clear: both;
}

.leftbar-cage h3 {
  padding: 5px 30px 5px 30px;
}

/* Kampoeng Update 22/09/2013 */

#menu-wrapper {
  background: rgb(107, 142, 35);
  height: 37px;
  width: 100%;
}

#header-wrapper {
  width: 100%;
  background: url(/images/kampoeng/bg-logo.png) repeat;
  height: 100px;
}

.menu-row {
  margin: 0px auto;
  width: 970px;
}

.home-icon {
  position: relative;
  margin-top: 8px;
}

.header-menu,
.header-menu a,
.header-menu ul,
.header-menu li,
.header-menu div,
.header-menu form,
.header-menu input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.header-menu a {
  text-decoration: none;
}

.header-menu li {
  list-style: none;
}

.header-menu {
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 500;
}

.header-menu > li {
  display: block;
  float: left;
}

.header-menu > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 37px;
  padding: 0 10px;
  line-height: 37px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fcfcfc;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid rgb(107, 142, 36);
  border-right: 1px solid rgb(107, 142, 36);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header-menu > li:hover > a {
  background: none repeat scroll 0% 0% rgb(121, 159, 44);
  text-decoration: none;
}

.header-menu > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left: none;
}

.header-menu > li.header-menu-search {
  margin-left: 100px;
}

.header-menu > li.pengguna-panel {
  margin-left: 80px;
  width: 140px;
}

.header-menu > li.header-menu-search > form {
  position: relative;
  width: inherit;
  z-index: 510;
}

.header-menu > li.header-menu-search input[type="text"] {
  display: block;
  float: right;
  width: 1px;
  height: 40px;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: black;
  background: #fff;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  -o-transition: all 0.3s ease 1s;
  -ms-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}

.header-menu > li.header-menu-search input[type="text"]:focus {
  color: black;
}

.header-menu > li.header-menu-search input[type="text"],
.header-menu > li.header-menu-search:hover input[type="text"] {
  width: 230px;
  margin-top: 8px;
  height: 12px;
  padding: 5px 5px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.header-menu > li.header-menu-search input[type="submit"] {
  display: block;
  float: right;
  margin-top: 10px;
  width: 15px;
  height: 20px;
  padding: 0 5px 0 25px;
  cursor: pointer;
  background: url(../../../images/kampoeng/search-icon.png) no-repeat center center;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-menu > li > .usercp {
  display: block;
  width: 400px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #efefef;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
  left: auto;
  right: 0px;
  top: auto;
}

.header-menu > li:hover > .usercp {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.header-menu > li > div {
  float: left;
  position: absolute;
  display: block;
  width: 960px;
  top: 38px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #efefef;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}

.header-menu > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.header-menu .header-menu-column {
  float: left;
  width: 20%;
  padding: 2.5%;
  padding-top: 0;
}

.header-menu .col2 {
  width: 180px;
}

.header-menu .event {
  width: 250px;
}

.header-menu .header-menu-column h3 {
  margin: 20px 0 10px 0;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
}

.header-menu .header-menu-column h3.orange {
  color: #ff722b;
}

.header-menu .header-menu-column li a {
  display: block;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #888;
}

.header-menu .header-menu-column li a:hover {
  color: #666;
}

img.avatar {
  margin-right: 5px;
  margin-top: 8px;
  position: relative;
}

img.login-img {
  margin-right: 5px;
  margin-top: 8px;
  position: relative;
}

/* Kampoeng Index User */
.forums-lay-right h2 {
  background: none repeat scroll 0% 0% rgb(107, 142, 35);
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.kampoeng-landing-navbar .kampoeng-rightbar {
    position: relative;
    margin: 20px 0px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    overflow: visible;
    padding-bottom: 10px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.kampoeng-landing-navbar .kampoeng-rightbar2 {
    position: relative;
    margin: 20px 0px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    overflow: visible;
    padding-bottom: 10px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.rightbar-title:before {
  content: url(../../../images/kampoeng/red-ribbon.png);
  position: absolute;
  width: 30px;
  padding-left: 10px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -5px;
  left: 0px;
}

.kampoeng-landing-navbar h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.rightbar-cage {
  clear: both;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  font-size: 12px;
}

.rightbar-cage p {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

.kampoeng-landing-navbar h2 a {
  color: #fff;
  text-decoration: none !important;
}

.hotthread a {
  margin-bottom: 1px;
  border-bottom: 1px solid rgb(51, 51, 51);
  display: blok;
}

/* Landing Row Top */
.warpper-top-home {
  clear: both;
  margin: 0 auto;
  width: 970px;
}

.landing-row-top {
  margin: 0 auto;
  width: 100%;
  position: relative;
  line-height: 1.28;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
}

.row-top-left {
	float: left;
    position: relative;
    padding: 0px 0px 1em;
    overflow: visible;
    width: 48.5%;
    height: auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    border-radius: 6px 6px 6px 6px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.row-top-right {
	float: right;
    position: relative;
    padding: 0px 0px 1em;
    overflow: visible;
    width: 48.5%;
    height: auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    border-radius: 6px 6px 6px 6px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.row-top-left h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.row-top-right h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

/* Tabs Latest Nebeng */
.row-top-left p {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 3px;
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

/* End Tabs Latest Nebeng */
.row-top-right p {
  clear: both;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 3px;
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

.row-top-right h2:before,
.row-top-left h2:before {
  content: url(../../../images/kampoeng/red-ribbon.png);
  position: absolute;
  width: 30px;
  padding-left: 10px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -5px;
  left: 0px;
}

#spanbox {
  float: right;
  margin-right: 5px;
}

/* Hover Efek */
.rightbar-cage p:hover,
.rightbar-cage p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.rightbar-cage a {
  text-decoration: none;
}

.rightbar-cage p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

/* Tabs Latest Nebeng */
.row-top-left p:hover,
.row-top-left p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.row-top-left a {
  text-decoration: none;
}

.row-top-left p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

/* End Tabs Latest Nebeng */
.row-top-right p:hover,
.row-top-right p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.row-top-right a {
  text-decoration: none;
}

.row-top-right p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

/* 3 Layout */
.warpper-bottom-home {
  clear: both;
  margin: 0 auto;
  width: 970px;
}

/* Two Row Bottom */
.two-row-bottom {
  float: left;
  width: 66.5%;
  position: relative;
  line-height: 1.28;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
}

.two-row-bottom p {
  font-size: 12px;
}

.row-bottom-left {
    float: left;
    position: relative;
    padding: 0px 0px 1em;
    overflow: visible;
    width: 48.15%;
    height: auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    border-radius: 4px 4px 4px 4px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.row-bottom-left h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.row-bottom-left p {
  margin-left: 3px;
  margin-right: 3px;
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

.row-bottom-right h2:before,
.row-bottom-left h2:before {
  content: url(../../../images/kampoeng/red-ribbon.png);
  position: absolute;
  width: 30px;
  padding-left: 10px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -5px;
  left: 0px;
}

.row-bottom-right {
    float: right;
    position: relative;
    padding: 0px 0px 1em;
    overflow: visible;
    width: 48.15%;
    height: auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    border-radius: 4px 4px 4px 4px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.row-bottom-right h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.row-bottom-right p {
  clear: both;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

/* Kanannya */
.right-bottom {
  float: right;
  position: relative;
  padding: 0px 0px 1em;
  overflow: visible;
  width: 31.5%;
}

.right-bottom p {
  color: rgb(51, 51, 51);
  padding-left: 24px;
}

.right-bottom .bottom-rightbar {
	position: relative;
    margin: 0 auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    overflow: visible;
    padding-top: -10px;
    padding-bottom: 10px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
    background: #393e3f;
    border-top: 1px solid #454b4c;
}

.right-bottom h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

.right-bottom h2 a {
  color: #fff;
  text-decoration: none !important;
}

.row-bottom-left p:hover,
.row-bottom-left p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.row-bottom-left a {
  text-decoration: none;
}

.row-bottom-left p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

.row-bottom-right p:hover,
.row-bottom-right p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.row-bottom-right a {
  text-decoration: none;
}

.row-bottom-right p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

/* Index Guest */
#h34der-guest {
  background: url(../../../images/kampoeng/bg.png) repeat scroll 0 0 transparent;
  height: 95px;
  width: 100%;
  z-index: 999;
  min-width: 960px;
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
}

#h34der-guest .h3ad-left {
  float: left;
}

#h34der-guest .he4d-right {
  float: right;
  margin-top: 30px;
}

#h34der-guest .h3ad-left h1 {
  margin-top: 10px;
}

#search {
  border-radius: 5px 5px 5px 5px;
  position: relative;
  float: right;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

#search input[type="submit"] {
  background: url(../../../images/kampoeng/search.png) no-repeat scroll center center transparent;
  text-indent: -9999px;
  overflow: hidden;
  border: 0px none;
  box-shadow: none !important;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  opacity: 0.75;
}

#search input[type="text"] {
  border: 1px solid #dddddd;
  width: 330px;
  padding: 6px 40px 6px 6px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9),
    1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}

#rotate {
  background: url(../../../images/kampoeng/rotate/rotate.php);
  width: auto !important;
  clear: both;
  overflow: hidden;
}

#rotate {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cont4iner {
  float: left;
  position: relative;
  min-width: 960px;
  max-width: 100%;
  font-size: 12px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: rgb(51, 51, 51);
  line-height: 1.28;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  width: 970px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.c0nt-left {
  float: left;
  position: relative;
  overflow: hidden;
  width: 55%;
  padding-top: 60px;
}

.c0nt-left h2 {
  font-size: 24px;
  color: #eeeeee;
}

.c0nt-left h2 {
  text-shadow: 1px 1px rgba(57, 58, 55, 0.7);
}

.c0nt-left h3 {
  font-size: 17px;
  color: #dedede;
}

.c0nt-left h3 {
  text-shadow: 1px 1px rgba(57, 58, 55, 0.7);
}

.cont-right {
  float: right;
  position: relative;
  overflow: visible;
  width: 40%;
  margin-bottom: 20px;
}

.cont-right {
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  border-radius: 6px 6px 6px 6px;
}

.cont-right {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #ddd)
  );
  background: -webkit-linear-gradient(top, #fff 0, #ddd 100%);
  background: -moz-linear-gradient(top, #fff 0, #ddd 100%);
  background: -ms-linear-gradient(top, #fff 0, #ddd 100%);
  background: -o-linear-gradient(top, #fff 0, #ddd 100%);
  background: linear-gradient(top, #fff 0, #ddd 100%);
}

.arealogin {
  padding: 20px 10px;
}

.arealogin td {
  padding: 7px;
}

.cont-right h2 {
  background: none repeat scroll 0 0 #007fd0c7;
  border: medium none;
  padding: 8px 0px 8px 42px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 15px -1px;
}

.cont-right h2:before {
  content: url(../../../images/kampoeng/login-ribbon.png);
  position: absolute;
  width: 30px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -2px;
  left: 0px;
}

.lo5t {
  margin-left: 20px;
  margin-top: -15px;
}

.tomreg {
  margin: 10px 10px 10px 20px;
  float: left;
}

.tomfor {
  margin-top: 10px;
}

.statistikhome {
  color: #999;
  font-size: 18px;
  float: left;
  text-shadow: 1px 0px 1px #ddd;
  padding-top: 5px;
  margin-bottom: 20px;
  margin-left: 15px;
}

/* Pondasi */
.home-latest-wrapper {
  clear: both;
  margin: 0 auto;
  width: 970px;
}

.latest-thread-home {
  width: 80%;
  position: relative;
  line-height: 1.28;
  text-align: left;
  direction: ltr;
  margin: 0 auto;
  unicode-bidi: embed;
}

/* Ribbon */
.thread-home-left h2:before,
.thread-home-right h2:before {
  content: url(../../../images/kampoeng/red-ribbon.png);
  position: absolute;
  width: 30px;
  padding-left: 10px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -5px;
  left: 0px;
}

/* Padding Ribbon */
.latest-thread-home p {
  color: #333333;
  padding-left: 24px;
}

/* Left */
.thread-home-left {
  background: #ffffff;
  float: left;
  position: relative;
  padding: 0px 0px 1em;
  overflow: visible;
  width: 48%;
  height: auto;
  border: 1px solid #c0c0c0;
  box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  color: rgb(255, 255, 255);
  border-radius: 6px 6px 6px 6px;
}

.thread-home-left img,
.thread-home-right img,
.kampoeng-rightbar img,
.kampoeng-rightbar2 img,
.row-bottom-left img,
.row-bottom-right img,
.bottom-rightbar img {
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}

.thread-home-left h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  margin-left: -1px;
  margin-right: -1px;
}

.thread-home-left p:hover,
.thread-home-left p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.thread-home-left a {
  text-decoration: none;
}

.thread-home-left p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

.thread-home-left p {
  margin-left: 3px;
  margin-right: 3px;
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

/* Right */
.thread-home-right {
  background: #ffffff;
  float: right;
  position: relative;
  padding: 0px 0px 1em;
  overflow: visible;
  width: 48%;
  height: auto;
  border: 1px solid #c0c0c0;
  box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  color: rgb(255, 255, 255);
  border-radius: 6px 6px 6px 6px;
}

.thread-home-right h2 {
  background: none repeat scroll 0% 0% #007fd0c7;
  top: 10px;
  border: medium none;
  padding: 8px 0px 8px 40px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  margin-left: -1px;
  margin-right: -1px;
}

.thread-home-right p:hover,
.thread-home-right p:focus {
  color: #111111;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.thread-home-right a {
  text-decoration: none;
}

.thread-home-right p:hover {
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -moz-linear-gradient(left center, #ffffff 0%, #a5d93b 9%, #a5d93b 60%, #ffffff
          100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #a5d93b), color-stop(100%, #ffffff));
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -webkit-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -o-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    -ms-linear-gradient(left, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left,
    linear-gradient(to right, #ffffff 0%, #a5d93b 50%, #ffffff 100%);
}

.thread-home-right p {
  clear: both;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../../../images/kampoeng/list-ribbon.png) no-repeat left;
}

/* Footer Update 9/17/2013 */

#footer-wrapper {
	width: 100%;
	height: 95px;
	z-index: 999;
	min-width: 960px;
	position: inherit;
	top: 0;
	left: 0;
	right: 0;
}

.footer-section {
  margin: 0px auto;
  width: 960px;
  color: white;
  text-decoration: none;
  font-family: Segoe UI;
}

.footer-co {
  padding-top: 5px;
  list-style: none;
  font-size: 12px;
}

.footer-co h3 {
  font-size: 14px;
  line-height: 14px;
}

.footer-co :link,
.footer-co :visited {
  color: white;
  text-decoration: none;
}

.footer-co .col1 {
  width: 200px;
  float: left;
}

.footer-co .col2 {
  width: 270px;
  float: left;
}

.footer-co .col2 li {
  padding-bottom: 10px;
}

.col2 li a {
  font-size: 13px;
}

.footer-co .col3 {
  width: 480px;
  float: left;
}

.footer-infoend {
  background: rgb(107, 142, 35);
  height: 30px;
  width: 100%;
}

.copyright {
  float: left;
}

.powered {
  float: right;
}

.copyright,
.powered {
  font-size: 11px;
  padding-top: 7px;
}

.powered img {
  margin: -8px auto 0 5px;
}

/* ToolTip CSS */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgb(25, 25, 25);
  background-color: rgba(25, 25, 25, 0.92);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(transparent),
    to(#000)
  );
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(25, 25, 25);
  border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(25, 25, 25);
  border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: rgb(25, 25, 25);
  border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: rgb(25, 25, 25);
  border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
}


}

/* Tabs */
.shadetabs {
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  float: left;
  list-style-type: none;
  text-align: left;
}

.shadetabs li {
  display: inline;
  margin: 0;
}

.shadetabs li a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #778;
  color: #2d2b2b;
  background: white url(../../../images/kampoeng/tabcontent/shade.png) top left repeat-x;
  border: 1px solid #c0c0c0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.shadetabs li a:visited {
  color: #2d2b2b;
}

.shadetabs li a:hover {
  text-decoration: underline;
  color: #2d2b2b;
}

.shadetabs li a.selected {
  position: relative;
  top: 1px;
}

.shadetabs li a.selected {
  background-image: url(../../../images/kampoeng/tabcontent/shadeactive.png);
  border-bottom-color: white;
}

.shadetabs li a.selected:hover {
  text-decoration: none;
}

.tabcontent {
  display: none;
}

@media print {
  .tabcontent {
    display: block !important;
}


}

.tabs-member-profile {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  float: left;
  margin-bottom: 1em;
  padding: 5px;
  width: 72%;
}

.contenttab .trow2 a,
.contenttab .trow1 a {
  color: #0976bc;
}

/* Page Not Found */
#middle-error {
  margin: 100px auto;
}

.talker {
  float: left;
  margin-right: 20px;
}

.notice-notfound {
  background: white;
  width: 560px;
  float: left;
  padding: 15px 20px 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.notice-notfound {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #ddd)
  );
  background: -webkit-linear-gradient(top, #fff 0, #ddd 100%);
  background: -moz-linear-gradient(top, #fff 0, #ddd 100%);
  background: -ms-linear-gradient(top, #fff 0, #ddd 100%);
  background: -o-linear-gradient(top, #fff 0, #ddd 100%);
  background: linear-gradient(top, #fff 0, #ddd 100%);
}

.notice-notfound h1 {
  font-size: 30px;
  font-family: "Courier New", Courier, Monospace;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.notice-notfound h2 {
  font-size: 18px;
  font-family: "Courier New", Courier, Monospace;
  text-align: center;
  margin-bottom: 75px;
}

.back {
  left: 0;
  display: block;
  position: absolute;
  top: 50px;
}

.back a {
  color: #000;
  text-decoration: none;
  background: #9cd941;
  border: 1px solid #d0f29d;
  border-right-color: #398a38;
  border-bottom-color: #398a38;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 0 6px 6px 0;
}

.back a:hover {
  background: #adeb51;
  text-decoration: none;
}

.die {
  clear: both;
}

/* Templates Error */
#noconte {
  width: auto !important;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
}

.resuconte {
  float: left;
  position: relative;
  min-width: 960px;
  max-width: 100%;
  font-size: 12px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: rgb(51, 51, 51);
  line-height: 1.28;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  width: 970px;
}

.resuconte-wrapper {
  clear: both;
  margin: 0 auto;
  width: 970px;
}

.title-mess {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.title-mess {
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  border-radius: 6px 6px 6px 6px;
}

.title-mess {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #ddd)
  );
  background: -webkit-linear-gradient(top, #fff 0, #ddd 100%);
  background: -moz-linear-gradient(top, #fff 0, #ddd 100%);
  background: -ms-linear-gradient(top, #fff 0, #ddd 100%);
  background: -o-linear-gradient(top, #fff 0, #ddd 100%);
  background: linear-gradient(top, #fff 0, #ddd 100%);
}

.title-mess h1:before {
  content: url(../../../images/kampoeng/error-ribbon.png);
  position: absolute;
  width: 30px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: 5px;
  left: 0px;
}

.title-mess h1 {
  background: none repeat scroll 0 0 #007fd0c7;
  border: medium none;
  padding: 8px 0px 8px 55px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 14px 0;
}

.title-mess h2 {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.title-mess a {
  color: #0976bc;
}

.tombackerror {
  margin-bottom: 10px;
  margin-left: 10px;
}

/* Templates Login */
.temp-login {
  position: relative;
  overflow: hidden;
  width: 40%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.temp-login {
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(245, 247, 240, 0.5);
  border-radius: 6px 6px 6px 6px;
}

.temp-login {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #ddd)
  );
  background: -webkit-linear-gradient(top, #fff 0, #ddd 100%);
  background: -moz-linear-gradient(top, #fff 0, #ddd 100%);
  background: -ms-linear-gradient(top, #fff 0, #ddd 100%);
  background: -o-linear-gradient(top, #fff 0, #ddd 100%);
  background: linear-gradient(top, #fff 0, #ddd 100%);
}

.temp-login h2:before {
  content: url(../../../images/kampoeng/login-ribbon.png);
  position: absolute;
  width: 30px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: 5px;
  left: 0px;
}

.temp-login h2 {
  background: none repeat scroll 0 0 #007fd0c7;
  border: medium none;
  padding: 8px 0px 8px 42px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 14px 0;
}

/* Pasar Template */
.infolapak {
  height: auto;
  background: #007fd0c7;
  text-align: left;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #c0c0c0;
  color: white;
  margin-bottom: 10px;
  padding: 15px 50px 5px 5px;
  position: relative;
}

.infolapak:before {
  content: url(../../../images/kampoeng/ribbon-info-pasar.png);
  position: absolute;
  width: 30px;
  line-height: 18px;
  height: 18px;
  display: block;
  top: -10px;
  left: 140px;
}

.infolapak-detail {
  padding-left: 15px;
  width: 120px;
}

/* Event Theme */

#h34der-event {
  height: 95px;
  width: 100%;
  z-index: 999;
  min-width: 960px;
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
}

#h34der-event .event-left {
  float: left;
}

#h34der-event .event-right {
  float: right;
  margin-top: 30px;
}

#h34der-event .event-left h1 {
  font-size: 40px;
  margin-top: 12px;
  color: #ffffff;
}

.event-left h1 {
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

#h34der-event .event-left h2 {
  color: #cccccc;
  margin-left: 50px;
  margin-top: -5px;
  font-size: 13px;
}

.event-left h2 {
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

/* End Footer */
/* Footer Atas */
#statistika { font-size:12px; border-top:0px solid #EEE; margin-bottom:10px; padding:20px 0px 0px; clear:both; }
#statistika a:link, #statistika a:visited { color:#f0f6f9; margin:0 3px 0 3px; }
#statistika a:hover, #statistika a:active { color:#0976BC; text-decoration:underline; }
#statistika .html_5 { max-width:100%; margin:0 auto; height:60px; padding-top:10px; border-top:3px solid #6B8E23; border-bottom:3px solid #6B8E23; }
.statistik { color:#999; font-size:18px; float:left; text-shadow:1px 0px 1px #DDD; padding-top:5px; padding-left:20px; }
.jumlah_posting { color:#7FC0C9; padding-right:5px; }
.jumlah_topik { color:#4F9301; padding-right:5px; }
.jumlah_member { color:#FFCC00; padding-right:5px; }
.partner { height:22px; float:right; text-align:right; color:#555555; padding-right:20px; }
/* End Footer Atas */

.post_content_film {
    padding: 9px 10px 5px 10px;
    background: #333;
}

/************************* Styling Untuk Daftar Server *************************/
/* Container Styles */
.xthreads-server-list {
    margin: 10px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

/* Column Widths */
.checkbox-column {
    width: 5%;
    text-align: center;
}

.server-name-column {
    width: 25%;
    text-align: left;
    font-weight: normal;
}

.url-column {
    width: 70%;
}

/* Input Styles */
.server-url-input {
    width: 95%;
    padding: 4px;
}

.server-item input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

/* Hover Effects */
.server-item:hover td {
    background-color: rgba(0,0,0,0.05);
    transition: background-color 0.2s;
}

/* Disabled State */
.server-url-input:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .server-name-column {
        width: 35%;
    }
    .url-column {
        width: 60%;
    }
}