/* apeskin.css */

#main {
	position:relative;
	margin:0 auto;
	width:550px;
	padding-bottom: 2em;
}

* html #contents { text-align:center; }
* html #main { text-align:left; }

table, img {
	border: none;
}
.topic {
	color: #444;
	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
.rightalign { text-align:right; }

#postmessage {
	cursor: pointer;
	padding-left: 20px;
	background: #fff url(img/pencil.gif) no-repeat scroll 0 0;
}
#postmessage:hover {
	color: #fff;
	background-color: #8dc262;
}

#bbs { }
#bbs a { text-decoration: none }
#bbs a:link { text-decoration: none; color: steelblue; }
#bbs a:visited { text-decoration: none; color: steelblue; }
#bbs a:hover { color:#ff6600; text-decoration:underline; }
#bbs td { color: #555; }
#bbs img { vertical-align: middle; }
#bbsbody { width:550px; text-align:left; }

.post-part {
	clear: both;
	padding-bottom: 1.5em;
}
.post-calendar {
	background:transparent url(img/date-bg.gif) no-repeat scroll 0 0;
	float: left;
	height: 49px;
	width: 45px;
}
.post-month {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-left: -3px;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
}
.post-day {
	color: #999999;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-left: -3px;
	padding-top: 7px;
	text-align: center;
	text-transform: uppercase;
}
.post-body {
	padding: 0.5em 0;
	background-color:#f8f8f8;
	clear: both;
}
.post-title {
	float:left;
	margin-left:10px;
	width: 470px;
}
.post-subject {
	border-bottom: 2px solid #aaa;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}
.post-who {
	color:#999999;
	float:left;
	font-size: 10px;
}
.post-comments {
	background:transparent url(img/mini-comments.gif) no-repeat scroll 0 0;
	float:right;
	font-size: 10px;
	padding-left:20px;
}
.post-comments a {
	color: #060;
}
.post-comments a:hover {
	color: #fff;
	background-color: #8dc262;
}
.post-datetime {
	float: right;
	font-size: 10px;
}
.post-message,
.post-resmessage {
	clear: both;
	font-size: 11px;
	line-height: 1.6;
}
.post-message {
	padding: 0.5em 1.5em;
}
.post-resmessage {
	padding: 0.5em 0 0.5em 2em;
}

.post-respart {
	clear: both;
	background-image: url("../images/dotted_g.gif");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0.5em 1.5em 0 1.5em;
	padding: 0.5em 1.5em 0 0;
}
.post-res {
	background:transparent url(img/mini-comments.gif) no-repeat scroll 0 0;
	float:left;
	font-size: 9px;
	margin-left: 2em;
	padding-left:20px;
}
