/* 커뮤니티 헤드 스타일 */
#commHeader {
	padding: 10px;
	background: #eeeeee;
	
}

#commHeader a {	
	color: blue;
}

#commHeader > .title {
	
}

#commHeader > .description {
	margin: 2px 0 4px 0;
	letter-spacing: -1px;	
}

#commHeader > .permaLink {
	text-align: right;
}

/* 커뮤니티  카테고리 스타일 */
#categorySection {
	background: #F0F8F0;
	padding-bottom: 10px;	
}
#categorySection a {
	color: blue;
}

#categorySection h3 {
	font-weight: normal;
	font-size: 93%;
}
#categorySection > .title {
	padding: 10px 0 0 10px;	
}
#categorySection .current {
	background: white;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	color: red;
	padding: 3px;
}
.current a {
	text-decoration: none;	
}
#categorySection > .list {
	margin: 0; 
	padding: 0;
	padding: 5px 0 0 10px;	
	
}
#categorySection li {
	/*
	margin: 2px 0 2px 0;
	margin-left: 30px;
	*/
	padding: 4px;
	display:block;
	list-style: none;
	
}