/*Sidebar general settings */
#sidebar {
  float:right;
  margin:25px 0 0 26px;
  width:336px;
  overflow: hidden;
}
#sidebar .box {
  margin-bottom: 23px;
}

/*Hot Topics - categories*/
#sidebar .categories .category {
  background:transparent url(/images/hot-topics-bg.gif) repeat-x scroll 0 0;
  border-bottom:1px dotted #A9A9A9;
  clear:both;
  display:block;
}
#sidebar .categories .category:hover {
  background: #EAF6CE;
}
#sidebar .categories .category .categoryimg {
  display: inline;
  float: left;
  padding: 2px;
  margin: 6px 0 0 0;
}
#sidebar .categories .category .categoryimg a img {
  height: 86px;
  width: 130px;
}
#sidebar .categories .category .categorydesc {
  float:right;
  padding:8px;
  width:185px;
}
#sidebar .categories .category .categorydesc h2 a {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #000000;
  display: block;
}
#sidebar .categories .category .categorydesc p {
  font-size: 14px;
  line-height: 1.2em;
}
#sidebar .categories .category .categorydesc {
  font-size: 14px;
}
#sidebar .categories a {
  color: #333333;
  font-size: 12px;
}

/*category text links */
#sidebar .moreposts ul li a {
  background:transparent url(/images/bullet.gif) no-repeat scroll 0 13px;
  border-bottom:1px dotted #A9A9A9;
  display:block;
  font-size:14px;
  padding:7px 0 7px 18px;
  line-height: 1.2em;
}
#sidebar .moreposts ul li a:hover {
  background: #eaf6ce url(/images/bulletgreen.gif) no-repeat scroll 0 10px;
}

/*Search box */
#sidebar .search-form {
  background:transparent url(/images/searchbg.gif) no-repeat scroll 0 0;
  height:36px;
  text-align:center;
}
#sidebar .search-form form img, .search-form form input {
  display: inline;
  vertical-align: middle;
}
#sidebar .search-form form {
  padding-top: 6px;
}
#sidebar .search-form .searchbox {
  border:1px solid #D2D2D2;
  height:17px;
  margin-left:30px;
  width:180px;
}
#sidebar .search-form .searchbutton {
  margin-left: -4px;
  margin-top: -1px;
}

/*Sidebar headers */
#sidebar .sidebarhead {
  background:transparent url(/images/sidebar-header.gif) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-weight:bold;
  height:20px;
  padding:9px;
}
#sidebar .hot-topics-head {
  background:transparent url(/images/hot-topics-header.gif) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-weight:bold;
  height:33px;
}

/*Sidebar gallery*/
#sidebar .galleryhead {
  background:transparent url(/images/galleryhead.gif) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-weight:bold;
  height:33px;
}
#sidebar .gallery .images {
  clear: both;
  background-color: #efefef;
  padding: 0 0 8px 8px;
  font-size: 1px;
  height: 1%;
}
#sidebar .gallery .images a {
  display:block;
  float:left;
  height:56px;
  margin:8px 8px 0 0;
}
#sidebar .gallery .images a img {
  height: 56px;
  width: 74px; 
}

/* join in sidebar component */
#sidebar #join-in {
  height: 220px;
}
