/*-------------MAIN/IMAGE GALLARY-------------*/
.image_gallery {
  /*border: 1px solid red;*/
  /*padding: 5px;*/
  text-align: center;
}
.image_gallery .forums {
  /*border: 1px solid green;*/
  /*padding: 5px;*/
  padding: 0px;
  text-align: center;
}
.image_gallery .forums .ideas {
  /*border: 1px solid red;*/
  /*padding: 5px;*/
  padding: 0px 0px 0px 90px;
  text-align: center;
}
.image_gallery .display_topic {
  /*border: 1px solid orange;*/
  /*padding: 5px;*/
  text-align: center;
  overflow: hidden;
  /*text-align: left;*/
}
div.image_gallery div.forum_topic_base_title {
  /*border: 1px solid black;*/
  width: 398px;
  padding: 5px 0px;
  color: #4F3547;
  font-family: arial,helvetica,sans-serif;
  font-size: 16px;
}
.topic_links {width: 398px;}
.image_gallery div.forum_link {display: none;}
div.image_gallery div.base_image {display: none;}
div.image_gallery div.forum_topic {
  /*border: 1px solid black;*/
  text-align:center;
  float:left;
  margin: 12px 12px;
  padding: 2px;
}
div.image_gallery div.topic_content {
margin-top: 5px;  
text-align:center;
border: 1px solid #cccccc;
}
div.image_gallery div.topic_title a {
  display:block;
}
div.image_gallery div.thread_title {
text-align:center;
}
div.image_gallery div.topic_content span.topic_last_modified_time {
 display:block;
}
div.image_gallery img.topic_image {
  border-width: 6px;
  border-style: double;
  border-color: #cccccc;
}
div.image_gallery div.topic_link {
  background-image: url(../images/theme/thread_header1.gif);
  background-repeat: no-repeat;
  width: 177px;
  height: 29px;
  color: #4F3547;
  font-family: arial,helvetica,sans-serif;
  font-size: 16px;
  line-height: 29px;
}
div.image_gallery div.forum_thread {
  /*border: 1px solid red;*/
  float:left;
  margin: 0px 18px 12px 0px;
  padding: 2px;
  width: 120px;
}
div.image_gallery div.thread_content {
  margin-top: 5px;  
  text-align:center;
  /*border: 1px solid #cccccc;*/
  width: 100%;
}
div.image_gallery div.thread_link {
} 
div.image_gallery img.thread_image {
  border-width: 6px;
  border-style: double;
  border-color: #cccccc;
}
.thread_desc, .thread_date, .thread_last_modified {display: none;}

.image_gallery .forums .display_thread {padding: 0px 0px 0px 12px;}

.image_gallery .forums .display_thread .forum_posts {text-align: left;}

.image_gallery .forums .display_thread .forum_posts .post_title {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #CDD2B2;
  text-align: left;
  line-height: 30px;
}