/* Conversation */

#conversation *.style_icon {
  float: right;
  height: 50px;
  width: 52px;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 10;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
}

#conversation *.topic_bubble {
  margin-left: -20px;
  margin-bottom: 15px;
  width: 400px;
}
#conversation *.topic_bubble h1 {
  color: DarkSkyBlue;
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.1em;
  margin-bottom: 14px !important;
}
#conversation *.topic_bubble *.pad {
  padding: 12px 18px 16px 38px;
  overflow: hidden;
}
#conversation *.topic_bubble *.content {
  line-height: 1.4;
  margin-bottom: 10px;
}
#conversation *.topic_bubble *.content img {
  max-width: 544px;
}
#conversation *.topic_bubble *.topic_tools {
  margin-top: 15px;
}
#conversation *.topic_bubble *.topic_tools *.creator_actions {
  float: right;
  margin-left: 6px;
}
#conversation *.topic_bubble *.topic_tools *.flag {
  float: right;
  margin-left: 8px;
}
#conversation *.topic_bubble *.topic_tools *.reply_link {
  float: left;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  letter-spacing: -1px;
  text-decoration: underline;
}
#conversation *.topic_bubble *#me_toos {
  margin-top: 16px;
}.


#conversation.question *.topic_bubble *.pad {
  background: transparent url(../_images/topic_balloon_question.png) no-repeat 0 0; /* top */
}

#conversation.update .topic_bubble .topic {
	background:url(../_images/topic_balloon_update.png) no-repeat scroll -1200px 100% transparent;
}

#conversation.update *.topic_bubble {
  background: transparent url(../_images/topic_balloon_update.png) repeat-y -601px 0; /* tile */
}

#conversation.update *.topic_bubble *.pad {
  background: transparent url(../_images/topic_balloon_update.png) no-repeat 0 0; /* top */
}



#sidebar *#topic_creator_details {
  color: #666;
}
#sidebar *#topic_creator_details *.topic_created {
  clear: left;
  padding-top: 8px;
  padding-bottom: 0;
}
#sidebar *#topic_creator_details a {
  font-weight: bold;
}
