@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */
body, table, td, input, textarea {
	font:12px/140% Tahoma, Arial, sans-serif;
	color:#555555; 
	margin:0px;
}
/* 2. 기본 링크 */
	a:link, a:visited { color : #333333; text-decoration: none; }
	a:hover { color : #FF6600;	text-decoration: underline;}
a,img,input{
	selector-dummy: expression(this.hideFocus=true); /* 클릭시 점선박스 방지 - IE에서만 적용됨 */
}

/* 3. 이미지 */
	img { border-width: 0px; }
	
/* 4. 이미지 버튼 */
	.ib { cursor: pointer; }

/* 5. 입력 텍스트 */
	.text { border:1px solid #999; }

/* 6. 트리 테이블 */
	.branch2 {	}
	
/* 7. 트리 셀 */
	#imp0 {
	height : 20px;
}
	.branch3 {
	cursor: pointer;
}

/* 8. 달력 월 표시 */
	.cal_month { font-size : 11px; height: 18px; }

/* 9. 달력 요일 표시 */
	.cal_week1 { font-size : 11px; height:18px; }

/* 10. 달력 일요일 표시 */
	.cal_week2 { color: #f30; font-size:12px; text-align: center; }

/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {	color: #777; font-size:12px; text-align:center; }

/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {	color: #777; font-size : 11px; text-align: center; }

/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {	color: #777; font-size : 11px; text-align: center; }

/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background: #FF6666;
}
#sidebar .cal_day4 a.cal_click:link, #sidebar.cal_day4 a.cal_click:visited{
	color: #FFFFFF;
}

/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link, a.cal_click:visited {
	color : #888888;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
	a.cal_click:hover {
	font-weight: bold;
 }
/* 16. 이미지 아래 캡션 스타일 */
	.cap1, .article p.cap1 {
	color: #609392;
	text-align: center;
	margin: 4px;
}

/* 17. 키워드 스타일 */
	.key1 {	cursor: pointer; border-bottom: 1px dashed #ccc; }

/* 18. 카테고리 옆 개수 스타일 */
	.c_cnt { font: 9px Tahoma; color : #E08181; }

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt {
	font:10px Tahoma;
	color : #336699;
}


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
@font-face {font-family:"맑은고딕";font-style:normal;font-weight:normal;src:url(http://cfs.tistory.com/custom/blog/17/173655/skin/images/gothic-kcy1019_.eot);} 
@font-face {font-family:994268_10;font-style:normal;font-weight:normal;src:url(http://cfs.tistory.com/custom/blog/17/173655/skin/images/994268_10.eot);} 

/* body 설정 */
body {
	background: #FFFFFF url(images/bg_all.jpg) no-repeat center top;
}

/* container 설정 */
#container {
	width:860px;
	margin: 0px auto;
	padding-top: 65px;
	position: relative;
    }

/* header 설정 */
#header {
	margin-bottom: 7px;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
.blog_title  {
	float: left;
}
.blog_title a:link, .blog_title a:visited  {
	letter-spacing: -1px;
	font: bold normal 34px "맑은 고딕", "돋움", "돋움체";
}
.blog_title a:hover {
	color: #C00;
	text-decoration: none;
}
.blog_info {
	color: #999999;
	padding-left: 4px;
	clear: both;
	font-family: "맑은 고딕", "돋움";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* 블로그 메뉴 설정 */
.top_menu {
	float: right;
	margin-top: -25px;
}
.top_menu a:link, .top_menu a:visited {
	text-transform: capitalize;
	color: #000000;
	padding: 0px 10px;
	font-family: Tahoma, "돋움";
	font-size: 11px;
	line-height: 25px;
	margin: 0px;
	font-weight: bold;
	display: block;
	float: left;
}
.top_menu a:hover {
	text-decoration: none;
	background: #E9E9E9;
	color: #FF0000;
}
.top_menu ul {
}
.top_menu li {
	display: inline;
	text-transform: none;
}


/* 관리 메뉴 설정 */
.admin_menu {
	font-size:9px;
	height: 20px;
	text-align: center;
}
.admin_menu a:link, .admin_menu a:visited {
	color: #999999;
	font: 11px "돋움", "돋움체";
	height : 25px;
	padding-right: 2px;
	padding-left: 2px;
}
.admin_menu a:hover {
	text-decoration: none;

	color: #FF6699;
}
.admin_menu ul {
	margin-top: 4px;
	margin-right: 4px;
}
.admin_menu li {
	display: inline;
}
/* Side 설정 */
#sidebar_out {
	background: #e9e9e9;
	clear: both;
	margin-bottom: 10px;
	border: 5px solid #e9e9e9;
	position: relative;
}
#sidebar {
	background: #e9e9e9;
	float: right;
	width: 170px;
	padding: 10px 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar A:link, #sidebar A:visited {
	color:#333333;
	text-decoration:none;
	font-family: "돋움", "돋움체";
	line-height: 150%;
	font-size: 11px;
}
#sidebar A:hover {
	color:#FF6666;
}

#sidebar h3 {
	color: #CC0000;
	text-align: left;
	text-transform: capitalize;
	height: 22px;
	margin: 10px 0px 2px;
	border-bottom: 1px dashed #999999;
	font-family: Tahoma, "돋움";
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
}
#sidebar .blog_img {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E7E4E0;
	overflow: hidden;
	height: 110px;
	margin-bottom: 8px;
}
#sidebar .blog_img img {
	background: #FFFFFF;
}

/* 사이드 리스트 설정 */
.side_list {
	margin-bottom: 0px;
}
/* 최신글, 최신트랙백 info */
.recentInfo {
	font: 11px "돋움";
	color: #336699;
	margin-bottom: 3px;
}

/* 사이드 태그 설정 */
.side_tagbox { text-align: justify; word-break:break-all; line-height:140%; }
.side_tagbox a { letter-spacing:-1px; }	
.side_tagbox a:hover{
	background-color:#E7E7E7;
}

/* 태그 클라우드 스타일 */
.cloud1 {
	font: bold 14px "맑은고딕, 돋움";
	color :#FF0000!important ;
}
.cloud2 {
	color :#FFFFFF!important;
	background: #8EBD00;
	padding: 1px;
	font: bold 13px "맑은고딕, 돋움";
}
.cloud3 {
	font: bold 12px "맑은고딕, 돋움";
	color :#009900!important ;
}
.cloud4 {
	color :#0086DD!important;
	font: normal 11px "맑은고딕, 돋움";
}
.cloud5 {
	font: normal 11px "맑은고딕, 돋움";
	color :#888888!important ;
}
/* 검색폼 설정 */
form {
	margin: 0px;
}
.s_search {
	text-align: center;
	white-space: nowrap;
	background: #CC0000;
	right: 0px;
	font-size: 10px;
	color: #F3BCCB;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-right: -5px;
	margin-left: -5px;
	height: 24px;
}
.s_search label {
	line-height: 24px;}
.search {
	width: 180px;
	margin:0px;
	text-align: center;
}
.search_input {
	width:80px;
	height:18px;
	font-size: 11px;
	background: #CC0000;
	padding: 0px 2px;
	color: #FFFFFF;
	line-height: 18px;
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
.submit {
	color:#F3BCCB;
	background: #CC0000;
	cursor: pointer;
	height: 18px;
	border: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	font-family: "돋움", Tahoma;
	width: 12px;
}
/* 보관함 */
#sidebar .archive li {
	display: inline;
	list-style: circle;
	padding-left: 8px;
	margin-left: 3px;
	background: url(images/bul.gif) no-repeat left center;
	font-size: 11px;
	line-height: 130%;
	margin-right: 3px;
}
/* 링크 */
#sidebar .link li {
	list-style: circle;
	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}

/* 카운트 설정 */
.side_counter {
	font:11px/16px tahoma;
	color: #999999;
	padding: 8px;
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

/* 배너 및 rss버튼 박스 설정 */
.side_button {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url(images/rss_bg.gif) no-repeat;
	height: 40px;
}
.side_button img {
	margin: 2px;
}
/* 컨텐츠 설정 */
 #content {
	border: 5px solid #000000;
	padding: 10px;
	background: #FFFFFF;
	float: left;
	width: 620px;
}

/* 전체 리스트 공통 설정 */
ul, li, ol, p {
	margin: 0px;
	padding: 0px;
}

/* 컨텐츠 내용 설정*/
.article {
	word-break:break-all;
	text-align: justify;
	clear: both;
	overflow: hidden;
	font: 12px/22px Tahoma, Arial, sans-serif;
	padding: 10px;
}
.article p {
	margin-top: 0px;
	margin-bottom: 22px
}
.article ul, .article ol {
	margin-left: 10px;
}
.article li {
	margin-left: 10px;
}
.article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 22px 20px;
	padding-left: 10px;
	word-break:break-all;	
}	
.article a:link, .article a:visited {
	color:#0066CC;
	border-bottom: 1px dashed #0066CC;
}	
.article a:hover{
	color:#FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}	
.article_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 16px;
	margin-bottom: 8px;
	clear: both;
}
/* 날짜 설정*/
.date, .notice_date {
	font:11px Tahoma;
	color: #666666;
	text-align: right;
}
.list_box .date, .rplist_box .date, .list_box .notice_date, .rplist_box .notice_date {
	color: #999999;
	font-weight: normal;
}
.cnt { 
	font:10px Tahoma; 
}

/* 이름 설정*/
.name {
	font: bold 12px "맑은 고딕", Tahoma, "굴림";
	color:#333333;
	margin-bottom: 3px;
}
.name a:link, .name a:visited { color:#333333; text-decoration:none;}
.name a:hover { color:#996699; text-decoration:none;}
.name img {
	vertical-align: middle;
}
/* 댓글 등 글내용 설정*/
.desc {
	padding-left:5px;
	word-break:break-all;
	font-family: Tahoma;
	font-weight: normal;
	
}

.opt { 
	font:normal 10px Verdana;
	color:#666666;
	letter-spacing:-1px;
}
.opt a:link, .opt a:visited { color:#888; text-decoration:none;}
.opt a:hover{ color:#D93343; text-decoration:none;}

/* 댓글 등 기본 박스 설정*/
.box {
	padding:10px;
	border-bottom:1px solid #e9e9e9;
}
.reply_box {
	padding:10px;
	border:1px dashed #EAEAEA;
	background: #F5F5F5;
	margin: 10px 0px 0px 40px;
	position: relative;
	}	

/* 입력폼 설정 */
.form_input {
	margin-top:4px;
	padding:1px;
	height:18px;
	border:1px solid #ddd;
	font-size: 11px;
}
.form_textarea {
	font-weight:normal;
	margin-top:4px;
	height:80px;
	width:99%;
	border:1px solid #ddd;
	overflow:visible;
	clear: both;
}
.form_submit {
	font:bold 11px tahoma;
	color:#FFFFFF;
	margin-top:4px;
	height:25px;
	width:99%;
	cursor: pointer;
	background: #999999;
	border: 1px solid #FFFFFF;
}

/* 태그 설정*/
.tag_cloud {
	font:13px Dotum;
	line-height:24px;
	text-align: justify;
	margin: 20px;
	}	
.tag_cloud .cloud1 {
	background-color:#eee;
	font-weight:bold;
  	font-size : 20px;
	color : #657700;
    }
.tag_cloud .cloud2 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 18px;
  color : #5E7E7D;
    }
.tag_cloud .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  	font-size : 16px;
  	color : #6B5E7E;
    }
.tag_cloud .cloud4 {
	background-color:#eee;
  	font-size : 14px;
  	color : #84604E;
    }
.tag_cloud .cloud5 {
	font-size : 12px;
  	color : #777;
    }	
.tag_cloud a:hover {
	background-color:#f5f5f5;
	color:#555;
    }	
.tag_cloud a:visited {
	color:#777
}
.tag_cloud li {
	display: inline;
}

/* 프롤로그 설정 */
.mt_post h2 {
	font: bold 12px "돋움";
}

/* title, info 설정, 관리자 */
.head_title {
	color:#000000;
	padding: 2px;
	font: bold 14px "맑은 고딕", "돋움";
	margin: 0px;
	display: block;
	border-bottom: 1px dashed #C2C2C2;
}
.head_title a:link, .head_title a:visited {color:#000000; text-decoration:none;}
.head_title a:hover{
	text-decoration:none;
	color: #FF6666;
}

/* 포스팅 head 설정 */
.articleHead {
}
/* 
따로 설정 가능.tagHead, .noticeHead, .localHead, .guestHead, .mediaHead {  
}
*/
.info {
	font:11px "돋움";
	color:#999;
	height: 12px;
	margin: 0px 4px 20px 0px;
	padding: 4px 2px 2px;



	border-left: 3px solid #640|679;
	background: url(images/bl_leaf.gif) no-repeat left center;
}
.owner {
	color:#777;
	font:11px "돋움";
	color:#777;
	letter-spacing: -1px;
	text-align: right;
	margin-right: 8px;
	margin-top: 8px;
}
.info a:link, .info a:visited {color:#888888; text-decoration:none;}
.owner a:link, .owner a:visited {color:#888; text-decoration:none;}
.info a:hover, .owner a:hover{
	color:#FF6600;
}

/* 리스트 & 검색 결과 설정*/
.list_box {
	margin: 10px;
}

.rplist_box {
	margin: 10px;
}

.list {
	color:#777;
	word-break:break-all;
	padding-left:10px;
	padding-bottom:4px;
	background:url(images/bul.gif) no-repeat 0px 6px;
}
.list a:link, .list a:visited { color:#777; text-decoration:none;}
.list a:hover{ color:#D93343; text-decoration:none;}
	
.rplist {
	color:#777;
	word-break:break-all;
	border-bottom:1px solid #eee;
	margin-bottom: 10px;
	padding: 8px;
}
.rplist a:link, .rplist a:visited { color:#777; text-decoration:none;}
.rplist a:hover{ color:#D93343; text-decoration:none;}


/* 위치로그 설정 */

#location {
	margin: 10px;
}
.location_spot {
	color:#777;
	margin-top: 4px;
}	
.location_info { color:#006666; }	
.location_info a:link, .location_info a:visited { color:#996699; text-decoration:none;}
.location_info a:hover{ color:#666666; text-decoration:none;}


/* 방명록 설정*/
.guestbook_form_box {
	font:10px tahoma;
	color:#555;
	border-bottom:1px solid #eee;
	padding: 10px;
	background: #F7F7F7;
	margin-bottom: 12px;
}

/* 엔트리 설정*/
.tag_box {
	font :11px "돋움", "돋움체", Tahoma;
	background:url(images/tag_entry.gif) no-repeat 4px;
	float: left;
	padding-left: 30px;
	padding-top: 2px;
}
.tag_box a:link, .tag_box a:visited { color:#666666; text-decoration:none;}
.tag_box a:hover{ color:#C6254F; text-decoration:none;}

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn {
	font:11px tahoma;
	color:#369;
	text-align:right;
	float: right;
	white-space: nowrap;
}
.tb_cmt_btn a:link, .tb_cmt_btn a:visited { color:#777; text-decoration:none;}
.tb_cmt_btn a:hover{ color:#D93343; text-decoration:none;}

/* 트랙백 설정*/
.tb_box {
	padding-left:6px;
	padding-right:6px;
	background-color:#FAFAFA;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tb_address {
	font: 11px tahoma;
	color:#666;
	text-align:center;
	padding:12px;
	clear: both;
	background: #F7F7F7;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 8px;
}
.tb_list_box {
	padding:10px;
	border-top:1px dashed #ccc;
}
.tb_name {
	font:11px Tahoma;
	letter-spacing:0px;
	color: #666666;
}
.tb_name a:link, .tb_name a:visited {
	color:#333333;
	text-decoration:none;
	font: bold 11px "돋움", "돋움체";
}
.tb_name a:hover { color:#C6254F; text-decoration:none;}
.tb_title {
	color:#444;
	font-weight:bold;
	font-size: 12px;
}
.tb_title a:link, .tb_title a:visited { color:#333333; text-decoration:none;}
.tb_title a:hover { color:#CA355A; text-decoration:none;}

.tb_list_box p {
	font: 11px "돋움", "돋움체";
	color: #777777;
}
/* 코멘트(댓글/방명록 설정*/
.cmt_form_box {
	font:10px tahoma;
	color:#555;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	background: #F7F7F7;
}
.cmt_box {
		border-top:1px solid #eee;
}
.secret {
}

/* 코멘트, 트랙백, 방명록의 리스트 설정 */
.cmt_box ul, .box ul, .tb_list_box ul, .list_box ul, .rplist_box ul {
	list-style: none;
}

/* 페이징 */
.paging{
	color:#777;
	padding-top:8px;
	text-align:center;
	padding-bottom: 8px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.paging a:link, .paging a:visited {
	color:#888888;
	text-decoration:none;
	padding-right: 4px;
	padding-left: 4px;
}
.paging a:hover { color:#009999; text-decoration:none;}
.paging .selected {
	color:#C6254F;
	text-decoration:none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
/* 푸터 설정 */
#footer {
	font-size: 10px;
	color: #999999;
	margin-bottom: 10px;
	clear: left;
	width: 650px;
	text-align: center;
	float: left;
	margin-top: 10px;
}

#footer a {
	color: #999999;
	font-weight: bold;
}

.tatter_birthday {
	text-align: center;
}
/* 이올린 설정 */
.EolinBmVote {
	margin-right: 0px;
	padding-right: 0px;
	float: right;
	clear: both;
}
.EolinBmVote, .EolinBmVote a:link, .EolinBmVote a:visited  {
	color: #777;
	font: 11px "돋움";
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
	border: none;
}
.EolinBmVote a:hover {
	color: #FF6600;
}
/* 구글 애드센스 설정 */ 
.google {
	text-align: center;
	margin-bottom: 10px;
	padding: 4px;
	margin-top: 10px;
	background-color: #FAFAFA;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
}
.ggContents {
	height: 52px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #fafafa no-repeat left center;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}
.ggContents_top {
	width: 200px;
	float: right;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px dashed #CCCCCC;
	background: #FFFFFF;
	margin-bottom: 10px;
	height: 200px;
	font-size: 11px;
	font-family: Tahoma, "굴림";
}
.ggSearch_top {
	width: 200px;
	float: right;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px dashed #CCCCCC;
	background: #FFFFFF;
	margin-bottom: 10px;
}
.google a {
	color: #000;
}

/* 기념일 설정 */
#loveDate {
	font-size: 10px;
	color: #7AA4B8;
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/* 이메일 이미지 설정 */
.mail {
	text-align: center;
	margin-top: 4px;
}
/* 구글 검색 */
.google_search {
	float: left;
	margin-top: 20px;
}
.google_search .search_input {
	background: #FAFAFA;
	border-color: #CACACA #EEEEEE #EEEEEE #CACACA;
}
.google_search .submit {
	margin-left: 2px;
	background: #D7D7D7;
	border-color: #B7B7B7;
	color: #999999;
}
.list_box .google_search, .rplist_box .google_search {
	margin-top: 10px;
	text-align: center;
	float: none;
}
.tatter_birthday {
	text-align: center;
}
.me2day_daily_digest {
	padding-left: 8px;
	padding-right: 30px;
	vertical-align: middle;
	line-height: 24px;
	margin-bottom: 30px;
	background: url(images/bg_me2day.gif) no-repeat 6px 94px;
	padding-top: 200px;
}
.me2day_daily_digest li {
	list-style: circle;
}
.me2day_daily_digest .datetime {
	font: 10pt "돋움", "돋움체";
}
.me2day_daily_digest .datetime a {
	color: #999999;
}
.me2_tags {
	background: url(images/bg_me2day_tag.gif) no-repeat left center;
	padding-left: 28px;
	margin-left: 8px;
	font: 11px "돋움", "돋움체";
	margin-right: 8px;
}
.moreless_fold span {
	font-weight: bold;
	color: #6699CC;
	border-bottom: 1px dashed #009999;
}
.imageblock a:link, .imageblock a:visited, .imageblock a:hover {
	border: none;
} 
.top_menu ul {
	line-height: 30px;
}
.outLine_top {
	background: url(images/outline_top.gif) no-repeat;
	margin: -20px -20px 0px;
	height: 7px;
}
.outLine_bott {
	background: url(images/outline_bot.gif) no-repeat left bottom;
	margin: 0px -20px -20px;
	height: 8px;
}
#footer .banner {
	text-align: center;
	float: right;
}
.side_list li {
	background: url(./images/none);
}
.guest {
	margin-left: 320px;
}
.campaign {
	margin-top: 7px;
	margin-bottom: 7px;
}
#footer .logo {
	float: left;
	display: none;
}
#footer .copy {
	letter-spacing: 1px;
	clear: both;
	font-size: 11px;
}
.side_element {

}
.category {
	background: #cc0000;
	padding: 8px 10px 10px;
	position: relative;
	margin-right: -5px;
	margin-left: -5px;
}
#sidebar .category h3 {
	color: #FFFFFF;
	background: #CC0000;
	border-bottom: 1px dashed #D14343;
	margin-top: 0px;
	display: none;
	position: absolute;
	z-index: 10;
	width: 90%;
	cursor: pointer;
}
#sidebar .category li {
	border-bottom: none;
}
#sidebar .category li li {
	border-bottom: 1px dashed #d14343;
}
#sidebar .category .side_list {

}
#sidebar .category li li A:link, #sidebar .category li li A:visited {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 200%;
	background: url(images/dot_sidebar_list.gif) no-repeat left center;
	font-weight: normal;
	border-style: none;
	font-family: "돋움", Tahoma;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
#sidebar .category li A:link, #sidebar .category li A:visited {
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dashed #E48F8F;
	font-family: Tahoma, "돋움";
	display: block;
	padding-bottom: 4px;
}
#sidebar .category A:hover {
	color:#FFCCFF;
}
#sidebar .category ul ul ul {
	display: none;
}
#sidebar .tag {
	margin-right: -5px;
	background: #FFFFFF;
	padding: 0px 10px 10px;
	margin-left: -5px;
}
.tag .side_list {
	overflow: hidden;
}

/*#content .media_content {
	background: #FFFFFF url(images/bg_white.gif);
	margin: -18px -18px -33px;
	position: relative;
	width: 960px;
}
*/
#sidebar a.cal_click:link,  a.cal_click:visited {
	color: #FF6666;
}
.secret {
	margin-left: 20px;
}
.count {
	position: absolute;
	right: 8px;
}
*html .count {
	right: 22px;
}
.side_counter .today {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: -3px;
	padding-bottom: 1px;
}
#aus .adt {
	font-size:12px;
}
