/** Style the tweets */
.twitters {
  font-size: 10px;
  background-color: #dcc8c1;
  color: #323232;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-top: 10px;
  text-align: left;
  text-shadow: 1px 1px 0px #f4f4f4;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  min-height: 145px;
  width: 380px;
  background-image: url(graphics/pbt.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-bottom: 0px;
  padding-right: 15px;
  padding-top: 10px;
  border: 1px solid #a8756c;
  overflow: auto;
}

.twitters ul {
  list-style: none;
  padding: 0;
}

.twitters span.prefix {
}

.twitters span.time {
  color: #c5c5c5;
}

.twitters span.status {
	font-size: 10px;
}

#twitdivide {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#twitterbox {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#twitterbox p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}


