* {
	border: 0px;
  margin: 0px;
	padding: 0px;
}

@font-face {
  font-family: Droid-sans;
  src: url("f/Droid-Sans/DroidSans.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Droid-sans;
  src: url("f/Droid-Sans/DroidSans-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Droid-sans-mono;
  src: url("f/Droid-Sans-Mono/DroidSansMono.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Droid-serif;
  src: url("f/Droid-Serif/DroidSerif-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Droid-serif;
  src: url("f/Droid-Serif/DroidSerif-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Droid-serif;
  src: url("f/Droid-Serif/DroidSerif-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Droid-serif;
  src: url("f/Droid-Serif/DroidSerif-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}

body {
  color: #000;
  font-family: Droid-sans, Helvetica, Arial, Sans-serif;
  font-size: 11.5px;
  line-height: 16px;
}

#story {
  margin: 15% auto;
  padding: 2px 5px 5px 5px;
  width: 620px;
  border: 1px solid #e6e6e6;
  background-color: #ffffd9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: 3px 3px 0px #e6e6e6;
  -webkit-box-shadow: 3px 3px 0px #e6e6e6;
}

#story .header {
  width: 100%;
  min-height: 16px;
  margin: 0 0 8px 0;
  display: block;
}

#story .header .subject,
#story .header .subject a {
  display: inline;
  font-size: 13px;
  color: #ff5959;
  text-decoration: none;
  font-weight: bold;
}

#story .header .type {
  font-family: droid-serif, georgia, times, serif;
  font-size: 10px;
  font-style: italic;
  float: right;
  margin: 1px 0 0 0;
}

#story #message {
  width: 100%;
  display: inline-block;
}

#story #message .conversation {
  float: left;
}

#story #message .more,
#story #message .more a {
  width: 100%;
  font-family: droid-serif, georgia, times, serif;
  font-size: 10px;
  font-style: italic;
  color: #ff5959;
  text-decoration: none;
  float: left;
  margin-top: 4px;
}

#story #message .conversation .singleMessage:last-child {
  margin-bottom: 0;
}

#story #message .conversation .singleMessage {
  padding: 8px 0;
  position: relative;
}

#story #message .conversation .singleMessage:nth-child(2) {
  background-image: url("i/rd_replies_icon.png");
  background-repeat: no-repeat;
  padding: 12px 0 0 0;
  border: none !important;
}

#story #message .conversation .singleMessage.reply {
  padding-left: 50px;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 8px;
}

#story #message .conversation .singleMessage.reply .count.hack {
  top: 12px;
}

#story #message .conversation .singleMessage.reply .count {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 10px;
  color: #888;
}

#story #message .attachments {
  width: 100%;
  padding: 8px 0 0 0;
  float: right;
  border-top: 1px solid #e6e6e6;
}

#story #message .attachments iframe:first-child {
 overflow: hidden;
 height: 75px;
 display: inline;
 float: left;
 border-right: 1px solid #e6e6e6;
}

#story #message .attachments iframe {
 overflow: hidden;
 height: 75px;
 display: inline;
 float: right;
 width: 300px;
}

#story #message .from {
  width: 100%;
  display: inline-block;
  font-weight: bold;
}

#story #message .from .timestamp {
  font-family: droid-serif, georgia, times, serif;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  color: #888;
}

#story .actions {
  width: 100%;
  display: inline-block;
  margin: 8px 0 0 0;
}

#story .actions input.compose {
  width: 100%;
  min-height: 24px;
  border: 1px solid #ccc;
  padding: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#story .actions .mark {
  font-family: droid-serif, georgia, times, serif;
  font-size: 10px;
  font-style: italic;
  color: #ff5959;
  float: left;
  margin: 8px 0 0 0;
}

#story .actions .mark a:first-child {
  padding-left: 0px;
}

#story .actions .mark a {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #000;
}

#story .actions .reply {
  font-size: 10px;
  font-weight: bold;
  background-color: black;
  padding: 1px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  float: right;
  margin: 8px 0 0 0;
}

/* medium */

#story #message .conversation.medium {
  width: 100%;
}

#story #message .conversation .singleMessage.reply.medium {
  border-top: 1px solid #000;
  padding-top: 8px;
  background-position: 0 8px;
  padding-left: 0;
}

#story #message .conversation .singleMessage.reply.medium.hack {
  padding-right: 64px !important;
  background-image: none !important;
  border-top: 1px solid #000 !important;
}

#story #message .attachments.medium {
  width: 100%;
  margin-bottom: 8px;
}

#story #message .attachments.medium iframe {
  overflow: hidden;
  height: 75px;
  display: inline;
  float: left;
  border-right: 1px solid #e6e6e6;
  -moz-box-sizing: border-box;
}

#story #message .attachments.medium iframe:last-child { 
  float: right;
  display: inline;
  border: none !important;
}

#story #message .singleMessage.medium {
  padding-right: 64px;
}



















