@font-face {
 font-family: "맑은 고딕";
 src: local('맑은 고딕'), url('./images/맑은 고딕.ttf') format('truetype');}

@charset "utf-8";



* {
	margin:0;
	padding:0;
	border:0;
	line-height:1.5;
	
}

a {text-decoration:none;}
.article a	{color:#C71585;} /*링크색상*/
.article a:hover	{color:#C71585;text-decoration:underline;} /*마우스를 갖다 대었을 때 색상 */
.article a:visited	{color:#C71585;} /*방문한 링크 색상*/
.article a:active	{color:#C71585;} /*현재 활성화 되어있는 링크의 색상*/


body {
	background-color:/*@background-color*/#fff/*@*/;
	background-image:/*@background-image*/url()/*@*/;
	background-repeat:/*@background-image-repeat*/repeat/*@*/;
	background-position:/*@background-image-position*/ /*@*/;
	font-family:dotum;
        font-size:12px;
}


/*우측 상단 메뉴바 없애기*/
#tistorytoolbarid {display: none;}



/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {}

.rp_secret {
	color:#f30;
}

/* 종류별 방명록 글 [##_guest_rep_class_##] */
.guest_general {}


/* 비밀 댓글 */
.hiddenComment {
	background:url(images/iconSecret.gif) no-repeat;
	padding-left:20px;
	font-weight:normal;
}


/* 이미지 아래 캡션 스타일 */
.cap1 {
	color:#999;
	text-align:center;
	padding:4px 0;
	margin:0;
}

/* 그림 */
.imageblock {
	margin:5px 0;
}

/* 왼쪽 */
.left {}

/* 가운데 */
.center {}

/* 오른쪽 */
.right {}

/* 그림 2개 배치 */
.dual {}

/* 그림 3개 배치 */
.triple {}


/* 본문 - more / less */
.moreless_fold,
.moreless_top,
.moreless_bottom {
	width:/*@post-width*/650px/*@*/;
	color:#404040;
	font:11px;
        font-family:dotum;
}

.moreless_fold {
	height:22px;
	padding-top:5px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconMore.png', sizingMethod='crop');
}

.moreless_fold span {
	padding:4px 0 0 90px;
	background:url(images/iconMore.png) no-repeat left top;
	display:block;
	height:27px;
}

.moreless_top {
	height:18px;
	padding-top:5px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconLess.png', sizingMethod='crop');
}

.moreless_top span {
	background:url(images/iconLess.png) no-repeat left top;
	padding:4px 0 0 58px;
	display:block;
	height:23px;
}

.moreless_content {
	margin:10px 0;
}

.moreless_bottom {
	height:20px;
	padding-top:3px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconLess2.png', sizingMethod='crop');
}

.moreless_bottom span {
	background:url(images/iconLess.png) no-repeat left top;
	padding:4px 0 0 58px;
	display:block;
	height:23px;
}




#blogMenu li,
#sidebar li,
#searchList li,
#searchRplist li,
#guestList li,
.trackback li,
.keylog li,
.commentList li {
	list-style-type:none;
}


/* 포스트 본문 마크업 */
.article ol,
.article ul,
.article il {
	padding-left:25px;
}

.article dt {
	padding-top:5px;
	text-decoration:underline;
}

.article dd {
	padding-left:25px;
	padding-bottom:5px;
}

.dual table td,
.triple table td {
	background-color:transparent;
}

.author {
	clear:both;
}


/* PNG24 관련 링크 버그 */
#blogMenu a,
#localog .info a,
.control a,
.actionTrail a,
.moreless_fold span,
.moreless_top span,
.moreless_bottom span {
	position:relative;
	cursor:pointer;
}


/* 블로그 레이아웃 */
.maintitle {
background-color:/*@title-background-color*/#000000/*@*/;
height:35px;
width:1920px;
}

.maintext{
position:absolute;
left:20px;top:8px;
}

.mainmenu {
position:absolute;
width:160px;
left:835px;top:5px;
}

#container {
	width:/*@post-width:330*/1100px/*@*/;
	margin:0 auto;
      border-right:1px solid #B1B3A6;
}

#content {
	float:left;
	width:/*@post-width*/710px/*@*/;
	overflow:hidden;
	word-break:break-all;
        padding-left:25px;
        border-right:1px solid #B1B3A6;
        border-left:1px solid #B1B3A6;
}

#sidebar {
	float:center;
	width:320px;
	margin-top:10px;
        padding-left:20px;
	overflow:hidden;
	word-break:break-all;
 
}



/* 해더 */
#header {
	height:/*@title-height*/20px/*@*/;
	padding-top:13px;
	background-color:/*@title-background-color*/ /*@*/;
	background-image:/*@title-background-image*/ /*@*/;
	background-repeat:/*@title-background-image-repeat*/ /*@*/;
	background-position:/*@title-background-image-position*/ /*@*/;
}

#header h1 a {
	background-color:/*@title-background-color*/ /*@*/;
	color:/*@title-color*/#060606/*@*/;
	font-weight:normal;
	font-size:/*@title-font-size*/12px/*@*/;
	font-family:/*@title-font-family*/dotum/*@*/;
	letter-spacing:-1px;
}



/* 방명록&댓글 */
#guestbook h3 {
	padding-top:19px;
	padding-bottom:21px;
	background:url(images/line.gif) no-repeat 0 0;
}

#guestbook h3 span {
	display:block;
	width:90px;
	height:31px;
	background:url(images/title_guestbook.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

*html #guestbook h3 span {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/title_guestbook.png', sizingMethod='crop');
}

.comment h3 {
	display:none;
}

/* 방명록&댓글 쓰기 */
.commentWrite {
	padding-bottom:20px;
}

#guestWrite .write-wrap,
.commentWrite .write-wrap {
	padding:7px 10px 9px 10px;
	border:1px solid #D5D5D5;
	background-color:#FAFAFA;
}

#guestWrite .info-write,
.commentWrite .info-write {
	width:628px;
	height:22px;
	border-bottom:1px solid #D5D5D5;
}


#guestWrite input,
#guestWrite label {
	vertical-align:middle;
}


#guestWrite .name input.text,
.commentWrite .name input.text {
	width:90px;
}

#guestWrite .password input.text,
.commentWrite .password input.text {
	width:91px;
}

#guestWrite .homepage input.text,
.commentWrite .homepage input.text {
	width:/*@post-width:-270*/300px/*@*/;
}


#guestWrite .info-write label,
.commentWrite .info-write label {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 4px;
	font-size:18px;
	line-height:18px;
	text-indent:-5000px;
	overflow:hidden;
}

#guestWrite .info-write input,
.commentWrite .info-write input {
	float:left;
}

#guestWrite .name label,
.commentWrite .name label {
	width:34px;
	margin-right:5px;
	background-image:url(images/txt_name.png);
}

#guestWrite .password label,
.commentWrite .password label {
	width:20px;
	margin:0 5px;
	background-image:url(images/txt_password.png);
}

#guestWrite .homepage label,
.commentWrite .homepage label {
	width:23px;
	margin:0 5px;
	background-image:url(images/txt_homepage.png);
}

.secretWrap {
	height:21px;
	padding-top:2px;
}

.secretWrap label {
	padding-left:42px;
	background:url(images/txt_secret.gif) no-repeat 0 4px;
}

.secretWrap label span {
	display:none;
}

*html #guestWrite .name label, *html .commentWrite .name label {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/txt_name.png', sizingMethod='crop');
}

*html #guestWrite .password label, *html .commentWrite .password label {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/txt_password.png', sizingMethod='crop');
}

*html #guestWrite .homepage label, *html .commentWrite .homepage label {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/txt_homepage.png', sizingMethod='crop');
}

input.text {
	height:18px;
	background-color:transparent;
	color:#222;
	line-height:14px;
}

textarea {
	width:/*@post-width:-32*/618px/*@*/;
	height:76px;
	padding:5px;
	background-color:#DFE0E0;
	color:#222;
	font-size:11px;
}

#guestWrite p.button,
.commentWrite p.button {
	width:/*@post-width*/650px/*@*/;
}

p.button {
	margin-top:4px;
	text-align:right;
}

p.button input.submit {
	width:89px;
	height:14px;
	background:url(images/btn_write.png) no-repeat;
	text-indent:-5000px;
	vertical-align:top;
	overflow:hidden;
	cursor:pointer;
}

*html p.button input.submit {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/btn_write.png', sizingMethod='crop');
}


/* 방명록&댓글 읽기 */
#guestList {
	padding-top:20px;
}

#guestList .floatWrapper,
.commentList .floatWrapper {
	width:/*@post-width*/650px/*@*/;

}

#guestList li,
.commentList li {
	padding-top:8px;
	border-top:1px solid #B1B3A6;

}

#guestList li,
.commentList li,
#guestList li a,
.commentList li a {
	font-family:dotum;
	font-size:12px;
	line-height:19px;
}

#guestList .name,
.commentList .name,
#guestList .name a,
.commentList .name a {
	color:#222;
	font-weight:bold;
	font-size:16px;
                font-family:바탕체;
}

#guestList .date,
.commentList .date {
	color:#989898;
}

#guestList p,
.commentList p {
	padding-bottom:10px;
	color:#636363;
                font-size:15px;
                font-family:dotum;
}

#guestList ul li .floatWrapper,
.commentList ul li .floatWrapper {
	width:/*@post-width:-22*/628px/*@*/;
}

#guestList ul li,
.commentList ul li {
	width:/*@post-width:-22*/628px/*@*/;
	padding-left:22px;
	background:url(images/iconIndentArrow_re.png) no-repeat;
}

*html #guestList ul li, *html .commentList ul li {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconIndentArrow_re.png', sizingMethod='crop');
}

.control {
	float:right;
}

.control a {
	display:block;
	float:right;
	height:14px;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	text-indent:-5000px;
	overflow:hidden;
}

.control a.address {
	width:61px;
	background:url(images/iconAddress.png) no-repeat;
}

.control a.modify {
	width:71px;
	background:url(images/iconModify.png) no-repeat;
}

.control a.write {
	width:61px;
	background:url(images/iconWrite.png) no-repeat;
}

*html .control a.address {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconAddress.png', sizingMethod='crop');
}

*html .control a.modify {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconModify.png', sizingMethod='crop');
}

*html .control a.write {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconWrite.png', sizingMethod='crop');
}


/* 검색결과 */
#searchList,
#searchRplist {
	padding-top:60px;
	padding-bottom:3px;
}

#searchList h3,
#searchRplist h3 {
	width:/*@post-width:-10*/640px/*@*/;
	height:17px;
	margin-bottom:7px;
	padding-top:4px;
	padding-left:10px;
	background:url(images/bg_actionTrail.png) no-repeat right top;
	color:#97212F;
	font:12px dotum;
}

*html #searchList h3, *html #searchRplist h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/bg_actionTrail.png', sizingMethod='scale');
}

#searchList li,
#searchRplist li {
	clear:both;
	width:/*@post-width*/650px/*@*/;
	padding-top:2px;
}

#searchList li,
#searchRplist li,
#searchList li a ,
#searchRplist li a {
	color:#636363;
	font:12px/16px dotum;
}

#searchList li a ,
#searchRplist li a {
	display:block;
	height:16px;
	padding-top:2px;
	padding-left:23px;
	background:url(images/iconList.png) no-repeat;
}

#searchList li a:visited ,
#searchRplist li a:visited {
	background:url(images/iconChecked.png) no-repeat;
}

#searchList li a ,
#searchRplist li a,
#searchList .cnt,
#searchRplist .cnt,
#searchList .name,
#searchRplist .name {
	float:left;
}

#searchList .date,
#searchRplist .date {
	float:right;
}

*html #searchList li a, *html #searchRplist li a {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconList.png', sizingMethod='crop');
}

*html #searchList li a:visited, *html #searchRplist li a:visited {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconChecked.png', sizingMethod='crop');
}




/* 포스트 타이틀영역 */
.month-01,
.month-02,
.month-03,
.month-04,
.month-05,
.month-06,
.month-07,
.month-08,
.month-09,
.month-10,
.month-11,
.month-12 {
	width:43px;
	height:15px;
	background-repeat:no-repeat;
}

.month-01 {
	background-image:url(./images/month01.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month01.png', sizingMethod='crop');
}

.month-02 {
	background-image:url(./images/month02.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month02.png', sizingMethod='crop');

}

.month-03 {
	background-image:url(./images/month03.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month03.png', sizingMethod='crop');

}

.month-04 {
	background-image:url(./images/month04.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month04.png', sizingMethod='crop');

}

.month-05 {
	background-image:url(./images/month05.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month05.png', sizingMethod='crop');

}

.month-06 {
	background-image:url(./images/month06.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month06.png', sizingMethod='crop');

}

.month-07 {
	background-image:url(./images/month07.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month07.png', sizingMethod='crop');
}

.month-08 {
	background-image:url(./images/month08.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month08.png', sizingMethod='crop');
}

.month-09 {
	background-image:url(./images/month09.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month09.png', sizingMethod='crop');
}

.month-10 {
	background-image:url(./images/month10.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month10.png', sizingMethod='crop');
}

.month-11 {
	background-image:url(./images/month11.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month11.png', sizingMethod='crop');
}

.month-12 {
	background-image:url(./images/month12.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month12.png', sizingMethod='crop');
}


/* 포스트 */
.titleWrap h2 a {
	color:/*@post-title-color*/#222/*@*/;
	font-size:/*@post-title-font-size*/20px/*@*/;
	font-family:/*@post-title-font-family*/dotum/*@*/;
	line-height:26px;
}

.article {
	width:/*@post-width*/690px/*@*/;
	padding-top:27px;
	color:/*@post-body-color*/black/*@*/;
	font-family:/*@post-body-font-family*/맑은 고딕/*@*/;
                font-size:/*@post-body-font-size*/11pt/*@*/;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}




/* 포스트 타이틀영역 */
.titleWrap {
	width:/*@post-width*/650px/*@*/;
	padding-top:35px;

}

.titleWrap .dateImg {
	float:left;
	width:66px;
	height:68px;
	margin-right:12px;
      
	background:url(./images/bg_date.png) no-repeat;
	color:#222;
	font:bold 23px/23px verdana;
	text-align:center;
}

.titleWrap .dateImg img {
	margin-top:11px;
}

.titleWrap .imgdate {
	display:none;	
}

.titleWrap .title-right {
	float:left;
	width:/*@post-width:-83*/567px/*@*/;
	padding-top:10px;
}

.titleWrap .category,
.titleWrap .category a {
	color:#636363;
	font:12px/18px dotum;
}

.titleWrap .admin,
.titleWrap .admin a {
	color:#999;
	font:11px/14px verdana;
}

.titleWrap .admin span,
.titleWrap .admin  span a {
	font:11px/14px dotum;
}


*html .titleWrap .dateImg {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/bg_date.png', sizingMethod='crop');
}


/* 이미지 */
.imageblock img {
	border:1px solid #000; padding:0px; margin:0px;
}


/* 인용문 */
.article blockquote {
	width:/*@post-width*/650px/*@*/;
	min-height:46px;
	_height:46px;
	margin:5px 0;
	padding-left:50px;
	background:url(images/iconBlockquote.png) no-repeat;
}

*html .article blockquote {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/iconBlockquote.png', sizingMethod='crop');
}




/* 액션 트레일 */
.actionTrail {
	margin-top:5px;

}

.actionTrail,
.actionTrail a,
.actionTrail a span {/* 폰트 지정시 필수 */
	color:#97212F;
	font:bold 15px/20px dotum;
}

.actionTrail {
	width:/*@post-width*/650px/*@*/;
	height:21px;
	background:url(images/bg_actionTrail.png) no-repeat left top;
}

.actionTrail .tb,
.actionTrail .rp {
	float:left;
	display:block;
	height:20px;
	background-repeat:no-repeat;
}

.actionTrail .tb {
	margin-left:8px;
	padding-left:45px;
	background-image:url(images/txt_trackback.png);
}

.actionTrail .rp {
	margin-left:5px;
	padding-left:30px;
	background-image:url(images/txt_comment.png);
}

.actionTrail .txt {
	display:none;
}

*html .actionTrail {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/bg_actionTrail.png', sizingMethod='scale');
}

*html .actionTrail .tb {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/txt_trackback.png', sizingMethod='crop');
}

*html .actionTrail .rp {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/txt_comment.png', sizingMethod='crop');
}





/* 페이지 */
#paging {
	margin-top:22px;
}

#paging a,
#paging a img {
	vertical-align:middle;
}

#paging .numbox a {
	padding-left:2px;
	padding-right:3px;
}

#paging {
	text-align:center;
}

#paging span,
#paging span a {
	color:#636363;
	font:bold 11px verdana;
}


/* 푸터 */
#footMenu,
#footMenu a {
	color:#222;
	font:11px verdana;
}

#copyright {
	padding-top:10px;
}

#copyright,
#copyright a {
	color:#B6B5B6;
	font:9px verdana;
}


/* 사이드바 */




#blogImage {
	float:center;
	padding-right:0px;padding-left:0px;
}



#blogDesc {
	padding-bottom:15px;
	color:#636363;
	font:12px/18px dotum;
}



/* 사이드바 타이틀 */
#sidebar .module_widget h3,
#sidebar .module_plugin h3 {
	margin:30px 0 5px;
	color:#222;
	font:bold 14px dotum;
}

h3.stit {
	text-indent:-5000px;
	overflow:hidden;
}

#category h3 {
	width:73px;
	height:25px;
	margin-top:30px;
	background:url(images/stit_category.png) no-repeat;
}

#notice h3 {
	width:72px;
	height:35px;
	background:url(images/stit_notice.png) no-repeat;
}

#recentPost h3 {

	width:94px;
	height:35px;
	background:url(images/stit_recentpost.png) no-repeat;
}

#recentComment h3 {
	width:77px;
	height:35px;
	margin-bottom:3px;
	background:url(images/stit_recentcomment.png) no-repeat;
}



*html #category h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_category.png', sizingMethod='crop');
}

*html #notice h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_notice.png', sizingMethod='crop');
}

*html #recentPost h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_recentpost.png', sizingMethod='crop');
}

*html #recentComment h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_recentcomment.png', sizingMethod='crop');
}

*html #recentTrackback h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_recenttrackback.png', sizingMethod='crop');
}

*html #link h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_link.png', sizingMethod='crop');
}

*html #archive h3 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/stit_archive.png', sizingMethod='crop');
}


/* 사이드바 리스트 */
.sbar-list {
	padding-bottom:28px;

}

.sbar-list li,
.sbar-list li a,
#archive li,
#archive li a,
#sidebar .module_widget li,
#sidebar .module_widget li a,
#sidebar .module_plugin li,
#sidebar .module_plugin li a {
	color:#636363;
	font:12px/18px dotum;
}


.sbar-list ul {
padding-left:3px;
}

.sbar-list li {
	width:282px;
	padding-left:8px;
	padding-bottom:2px;
	background:url(images/bull.png) no-repeat;
}

.sbar-list li .cnt,
#archive li .cnt {
	color:#97212F;
}

*html .sbar-list li {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/bull.png', sizingMethod='crop');
}

#archive li {
	float:left;
	display:block;
	width:96px;
	padding-bottom:2px;
}

.line-dot {
	width:290px;
	height:3px;
	background:url(images/line_dot.png) no-repeat;
	font-size:0;
}

*html .line-dot {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/line_dot.png', sizingMethod='crop');
}



/* PNG24 IE6 hack */
.png24 {
	tmp:expression(setPng24(this));
}

