
div.posts
{
	padding: 20px 5px 0 5px;
	width: 513px;
}

div.posts h3
{
	margin: 0;
	padding: 0;
	color: white;
	line-height: 1.1em;
}

div.posts span.date
{
	display: block;
	margin: 0;
	padding: 0;
	color: #937460;
	font-size: 11px;
	line-height: 1.2em;
  text-shadow: #321d15 0 1px 0;
}

div.posts div.divider
{
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #463024 transparent #53382b transparent;
	border-style: solid;
	border-width: 1px 0 1px 0;
	margin: 20px 2px 20px 2px;
	height: 0;
	line-height: 0;
	font-size: 0;
}

div.posts div.blog
{
  margin: -5px 0 0 0;
  padding: 5px 0 0 0;
  background-image: url("/images/blogbg.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

div.posts div.blog h3
{
  font-size: 16px;
  font-weight: normal;
  text-shadow: #2d1f1a 0 1px 1px;
}

div.posts div.blog span.date
{
  color: #e0cb64;
  font-weight: bold;
  font-style: italic;
}
	
div.posts div.blog p
{
	color: #f1f1f1;
	line-height: 1.3em;
	font-size: 13px;
	padding: 0;
	margin: 0.6em 0 0.6em 0;
}

div.posts div.photo
{
  margin-top: 0;
}

div.posts div.photo h3
{
  float: right;
  font-style: italic;
  color: #e0cb64;
  text-shadow: #321d15 0 1px 0;
  font-size: 12px;
  padding: 0 3px 0 0;
}

div.posts div.photo div.photocontainer
{
	text-align: center;
}

div.posts div.photo div.infocontainer
{
  margin: 5px auto 0 auto;
}

div.posts div.photo img
{
	margin: 0;
	background-color: white;
	padding: 6px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: #240d05 0 1px 2px;
}

div.posts div.photo span.date
{
  color: #937460;
  text-align: left;
  padding: 1px 0 0 3px;
}

div.posts div.twitter
{
  background-image: url("/images/twitterspeech.gif");
  background-repeat: no-repeat;
  background-position: 57px 20px;
  margin: 0;
}

div.posts div.twitter img.icon
{
  float: left;
  border-color: #472f23;
  border-width: 1px;
  border-style: solid;
  background-color: #472f23;
}

div.posts div.twitter img.icon:hover
{
  border-color: #573c2e;
}

div.posts div.twitter div.bubble
{
  margin-left: 75px;
  background-color: #593e30;
  padding: 13px 15px 12px 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #472f23;
  -webkit-border-radius: 2px;
  background-image: url("/images/twitterbg.gif");
  background-repeat: no-repeat;
  background-position: left top;
/*  word-break: break-all;*/
}

div.posts div.twitter p
{
  margin: 0;
  line-height: 1.2em;
  font-size: 22px;
  letter-spacing: -1px;
  color: #f1f1f1;
  text-shadow: #38241c 0 1px 1px;
}

div.posts div.twitter p img.leftquote
{
  width: 16px;
  height: 16px;
  vertical-align: baseline;
}

div.posts div.twitter p img.rightquote
{
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-left: 1px;
}

div.posts div.twitter span.date
{
  display: block;
  float: left;
  padding: 3px 13px 0 0;
  text-shadow: none;
}
