/* 포스트 섹션 */
#postSection {	
	margin: 10px 0 30px 0;
}

#post {	
}

#post .head {	
	padding-bottom: 4px;
		
}
#post .head > h4 {
	font-size: 116%;
}

#post .head > .info {
	font-size: 85%;
}

#post .body {
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	padding: 10px 0 10px 0;	
}

#post .tail {
	
	font-size: 93%;
	background: #F7F7F7;
	padding: 10px;
}

#post .tail a {	
}

/* 이웃 포스트 섹션 */
ul.neighbors a {
	color: blue;
}
ul.neighbors {
	
	margin: 0;
	list-style: none;	
	padding: 10px 0 10px 0;
	border-top:dotted 1px #cccccc;
	border-bottom:solid 1px #dddddd;
	background: #F7F7F7;
	
	float:left;
	width:100%;
}
ul.neighbors li {
	margin-left: 10px;
}
ul.neighbors .left{
 	float:left; 	
}

ul.neighbors .right{
	float:left;	
}

/* 댓글  섹션 스타일 */
.comments {
	margin-top: 10px;
	
}

.comments a {
	
}

.comments textarea {	
	
	width:300px; 
	height:40px;
	float:left;
	border: solid 2px green;
	padding: 1px;
}

.comments > .list {
	
}

.comments > .list > .item {
	margin: 4px 0 10px 0;
	padding: 10px;
	background: #F0F8F0;
	text-align: justify;
	border: solid 1px #eeeeee;
}

.comments .title {
	margin: 0 0 4px 0;
}

.comments .nickname {	
}

.comments .content {		
	padding: 10px;
	background: white;	
}

.comments .userName {
	font-weight: bold;
}
.submit {
	float:left;
}