﻿div.header {
  height: 175px;
}

div.page {
  border-width: 0px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="#", sizingmethod="scale");
}

div.contents2 {
	background: transparent url("../images/backgrounds/page.png") repeat scroll 0% 0%;
}

div.footer {
  color: #201404;
}

* html body div.header {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="resources/images/backgrounds/ie.header.png", sizingmethod="crop");
}

* html body div.header div.logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/logo.tlbc.png");
}

* html body div.background {
  height: 331px;
  width: 920px;
}

div.page div.contents {
	padding: 0px 16px;
}

* html body div.page div.contents {
  overflow: hidden;
}

.tweets {
	overflow: auto;
	padding: 28px 0px 28px 0px;
}

div.contents .tweets:first-child {
	border-bottom: solid 1px #000000;
}

.tweets li {
	display: inline;
	float: left;
	width: 239px;
	padding: 0px 20px 0px 20px;
	font-size: 0.95em;
	line-height: 1.15em;
	min-height: 100px;
}

.tweets li {
	border-left: solid 1px #000000;
	line-height: 1.4em;
}

.tweets li:first-child {
	border-width: 0px;
}

.tweets li .date {
	clear: both;
	color: #3ca5be;
	display: block;
	font-size: 1em;
	font-family: Georgia,"Times News Gothic Roman",Times,serif;
	padding-bottom: 6px;
}
