/* Enter Your Custom CSS Here */
.entry-header, .entry-content, .entry-summary { 
  /*max-width: 90% !important;*/
}

.smooth_nav {
  top: -10px !important;
  left: 0;
  right: 0;
}

.smooth_sliderb{
  top: 30px;
}

#siteinfo {
  padding-top: 0%;
  top: 0% !important;
}

#custom-img-header {
  height: 100px;
  overflow-y: hidden;
}

body {
  background-repeat: repeat;
  background-image: url("http://www.arts.cuhk.edu.hk/~jclal/wp-content/uploads/ice.jpg");
}

.widget-area {
  width: 90%;
}

#top-navigation > .innerwrap {
  float:right;
}

.footer-left{
  width: 68%;
}

.container-wrap {
  padding: 0;
}



#right-sidebar {
  width: 25% !important;
  float: left;  
}
.content {
  width : 75%;
  float: right;
}


@media (max-width:720px){
  #right-sidebar {
    width: 100% !important;
    float: left;  
  }
  .content {
    width : 100%;
    float: left;
  }

}

.entry-content div h4 {
  margin-left: 1.3em;
}
.entry-content div {
  padding-left: 0px;
  padding-right: 0px;
}

.sf-menu ul li a {
  font-size: 1.25em !important;
}

.onepress-menu ul li a {
  font-size: 20px;  
}
.onepress-menu a {
  font-size: 18px;
}

p {
  color: black;
}

#menu-side li {
  width:100%;
}

#menu-side li a {
  font-size: 18px;
  color: black;  
}

a {
  color: #0275d8
}

#main {
  border-radius: 20px;
  background-color: rgba(255,255,245,0.9);
  padding:20px;
}

#secondary {
  border-right: 0px;
}

#primary {
  border-left: 0px;
}

.post-content ul, .post-content ol {
    margin: 0 0 0em 1.4em;
    line-height: 1.2;
}

#wpglobus-6 {
  float:right;
}

#wpglobus-6 > h2 {
  font-size: 20px;  
  line-height: 50px;
  margin-bottom: 0px;
  margin-left:20px;
}

.menu-side-container {
  display: inline-block;
}

.menu-side-container > ul > li {
  background-color: rgba(255,255,245,0.85);
  line-height: 50px;
  color: darkgray;
  border-style: dashed;
  border-width: 1px;
  border-color: lightgray;
}

#main-navigation > ul > li > ul {
      margin: 0px 0px 0px 120px !important;
}

h4, h5, h6 {
  margin-bottom: 0px !important;
}

.nav-links, .post-nav-archive {
    display: none;
}