@charset "utf-8";

/* Side bar 배경이미지 */
.sidebar_top { background: url(/images/side_t.gif) no-repeat; width: 190px; height: 10px; }
.sidebar_mid { background: url(/images/side_m.gif) repeat; }
.sidebar_bot { background: #FFFFFF url(/images/side_b.gif) no-repeat; width: 190px; height: 10px; }

/* 사이드바 */
.sideArticle { margin: 0 10px; }
.sideArticle h3 { margin-bottom: 12px; padding: 0 0 3px 7px; border-bottom: 1px solid #C5CBC6; color: #333333; font: bold 13px Verdana, tahoma;  letter-spacing: -1px; }
a.more { float: right; margin-top: 2px; color: #777777; font: normal 11px arial; letter-spacing: 0px;}
a:hover.more {text-decoration: none;}

/* 사이드바 최근 토크 */
.sideSubArticle { margin: 0 0 5px 0; }
	.sideSubArticle p { margin:0 0 4px; 0;padding: 0 0 0 22px; background: url(/images/list_gray01.gif) no-repeat 10px 5px; line-height: 15px; }

/* 통계 */
	.counter_box { width: 190px; height: 58px;  background: url(/images/counter_box.gif) no-repeat; }
		.counter_today { float: left; margin-top: 14px; width: 93px; text-align: center; font-weight: bold; color: #CC99CC; }
		.counter_total { float: right; margin-top: 14px; width: 93px; text-align: center; font-weight: bold; color: #666666; }

