/* CSS Document */
/* tags */
* {
	margin: 0px;
	padding: 0px;
}
body {
    background-color: #000;
	color: #333;
}
a {
    color: #808080;
	text-decoration: none;
}
a:hover {
    color: #fff;
	background-color: #808080;
}
h6 {
    font-weight: normal;
	font-size: 12px;
}
li {
    list-style: none;
}
/* class */
.slice {
    padding: 0px 5px;
	color: #ccc;
}
.quote {
    border: 1px solid #eee;
	background-color: #f8f8f8;
	margin: 5px 20px;
	padding: 5px;
	font-size: 12px;
	color: #666;
}
/* elements by id */
#divAll {
    width: 660px;
    margin: 0 auto;
}
#divPage {
    float: left;
	width: 640px;
	padding: 10px;
	background-color: #fff;
}
#divBottom {
    color: #999;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#divCommentPost {
    font-size: 12px;
}
#divCommentPost p {
    margin-bottom: 5px;
}
#comment {
    font-weight: bold;
}
div.post {
    float: left;
	width: 640px;
}
h2.post-title {
    font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	color: #ddd;
}
div.post-body {
    font-size: 14px;
}
h6.post-footer {
    margin: 20px 0px 30px 0px;
}
div.pagebar {
    font-size: 12px;
}
div.pagebar a {
    display: inline;
	margin: 3px;
}
div.pagebar sapn.now-page {
    margin: 3px;
}
li.msgname {
    font-size: 18px;
	color: #ddd;
	font-weight: bold;
    border-bottom: 1px solid #ccc;
}
li.msgarticle {
    margin: 5px 0px 20px 0px;
}
li.msgtime {
    font-size: 12px;
	margin-bottom: 30px;
} 
div.post-nav {
    font-size: 12px;
	margin-bottom: 15px;
}