/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #592e21;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	;
	background-image: url(../images/background.gif);
	background-color: #ffffff;
	background-position: center top;
}
a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:active {
	color: #ff9019;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff9019;
}
.alert {color: #FF0000}
.bkwht {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	line-height: 13px;
	color: #FF3366;
}
.caption {
	color: #74747E;
	font-size: 12px;
	line-height: 18px;
}
.title {
	font-size: 18px;
	line-height: 24px;
	color: #FF3366;
}
.date {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.subtitle {
	color: #9f5d30;
}
.bkgray {
	background-color: #bbbbbb;
}
.black {
color: #000000}
.address {
	border: 1px solid #FF6699;
	width: 200;
	height: 18px;
}
.comment {
	border: 1px solid #FF6699;
	width: 400;
	height: 100px;
}
.bkbeige {
	background-color: #f0e8d9;
}
.fromhobo {
	background-image: url(../images/plate_comment.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 353px;
	height: 119px;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
}
.sideend {
	background-color: #F0E8D9;
	background-image: url(../images/side_end.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.subtitlebig {
	color: #9f5d30;
	font-size: 16px;
	line-height: 22px;
}

#recent .item div.comment {
  display: none;
}
#recent .item .num {
  display: none;
}

#recent .item .name {
  font-size:12px;
  line-height: 14px;
  margin: 0;
}

#recent .item {
  cursor: pointer;
}

#recent .item .left {
  width: 35px;
  padding: 0 0px 10px 0px;
  float: left;
}
#recent .item .right {
  width: 145px;
  padding: 0 10px 5px 0;
  font-size: 12px;
}	
#recent .item .thumb {
  display: none;
}

.clearfix {
  clear: both;
}
