#contentSection {
	margin: 10px 0 30px 0;	
}

#contentSection a {
	color: blue;
}
/* 포스트 영역 */
#listSection {
	
}

#listSection .header {	
	text-align: right;
	padding-bottom: 2px;
	border-bottom: solid 1px #cccccc;
	font-size: 85%;
	letter-spacing: -1px;
}

#listSection .item {
	border-bottom: dotted 1px #cccccc;
	padding: 10px 0 10px 0;
	font-size: 93%;
}

#listSection .face {
	width: 72px;	
	margin-left: 10px;
}
#listSection .face img {
	border: solid 1px #cccccc;
	display: block;
}
#listSection .itemInfo {
	margin-left: 10px;
}

#listSection .nickname {
	margin: 4px 0 4px 0;
}

#listSection .categoryName {	
	color: #cccccc;
}

/* search bar style */
.searchBar {
	font-size: 85%;
	padding:6px 0 6px 0;
	background: #eeeeee;
}

.searchBar form {
	 width:100%;
	 text-align: center;
}
.searchBar .input {
	width:140px;
	border:solid 1px black;
	margin-right: 2px;
	height: 14px;
	padding: 1px;
	vertical-align: middle;
	
}
.searchBar .goButton {
	background:white;
	border:solid 1px black;
	vertical-align: middle;
	height:18px;	
}

/* actions style */
#actions {
	font-size: 93%;
}