@CHARSET "UTF-8";

#articles {
	line-height: 1.4em;
	text-align: justify;
}

#articles .return {
	font-weight: bold;
}

#articles td.photo {
	width: 60px;
	vertical-align: top;
}

#articles .name a {
	color: #F14C00;
	font-weight: bold;
}

#articles td.date {
	float: right;
	padding-left: 5px;
	color: #F14C00;
}

#articles p.date {
	padding: 3px 0 5px 0;
	color: #a2936c;
}

#articles a.more {
	color: #F14C00;
	text-decoration: none;
}

#articles img.photo {
	float: left;
	margin: 2px 0 0 2px;
	padding: 0 10px 0 0;
}

#articles .list {
	list-style: none;
}

#articles .list .date {
	text-align: right;
}

#article-comments form {
	width: 400px;
	margin: 10px auto 10px auto;
}

#article-comments form ul {
	list-style: none;
}

#article-comments form ul label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

#article-comments form textarea {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #EDEAE1;
}

#article-comments form .submit {
	display: block;
	margin: 0 auto 5px auto;
	padding: 2px;
	background: #e7dec1;
	border: 1px solid #a4946e;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	color: #b3a47d;
	font-weight: bold;
	overflow: visible;
	cursor: pointer;
	outline: none;
}

#article-comments .comment {
	width: 407px;
	margin: auto;
}

#article-comments .comment td {
	padding: 3px;
	border: 1px solid #ece4ca;
	background: #fff;
}

#article-comments .comment .colname {
	width: 290px;
	background: #e8dec1;
	text-align: left;
	font-size:11px;
}

#article-comments .comment .coldate {
	background: #e8dec1;
	text-align: right;
}

#article-comments .comment .text {
	vertical-align: top;
	font-size:11px;
}
