@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
.tedition_blog .box_tedition {background:#fff;}

/* 본문 공통 */
input,select,textarea,button {vertical-align:middle;}
button {border:0 none;background-color:transparent;cursor:pointer;}
body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {font:12px/1.5 '돋움',dotum,Tahoma,AppleGothic,Sans-serif;color:#898989;}
a {color:#898989;text-decoration:none;cursor:pointer;}
a:active, a:hover {text-decoration:underline;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
hr {display:none;}

.f_l {float:left;}
.f_r {float:right;}
.hidden {overflow:hidden;position:absolute;left:-9999in;width:0;height:0;font-size:0;line-height:0;}
.screen_hide {font-size:0;line-height:0;visibility:hidden;}
.box {position:relative;background:url(images/bg_content.gif) repeat 0 0;}
.check {float:left;width:13px;height:13px;}
/* 버튼 */
.btn {display:block;overflow:hidden;border:0 none;font:0/0 arial;text-indent:-9999em;cursor:pointer;}
.btn_submit {width:63px;height:21px;background:url(images/btn_confirm.gif) no-repeat 0 0;}
.btn_submit_b {width:70px;height:26px;margin:0 auto;background:url(images/btn_confirm_b.gif) no-repeat 0 0;}
.btn_addr {display:inline-block;height:13px;margin-right:3px;padding-left:34px;background:url(images/btn_addr.gif) 0 0 no-repeat;}
.btn_addr:hover {text-decoration:none;}
.btn_edit {display:inline-block;height:13px;margin-right:3px;padding-left:49px;background:url(images/btn_edit.gif) 0 0 no-repeat;}
.btn_edit:hover {text-decoration:none;}
.btn_reply {display:inline-block;height:13px;margin-right:3px;padding-left:37px;background:url(images/btn_reply.gif) 0 0 no-repeat;}
.btn_reply:hover {text-decoration:none;}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

/* ******* layout ******* */
body {
	background-color:/*@background-color*/#fff/*@*/;
	background-image:/*@background-image*/url(images/bodybg.gif)/*@*/;
	background-repeat:/*@background-image-repeat*/repeat/*@*/;
	background-position:/*@background-image-position*/0 0/*@*/;
}
#container {
	overflow:hidden;
	width:/*@post-width:250*/750px/*@*/;
	margin:0 auto;
	padding:0;
	word-wrap:break-word;
}
#header {
	margin:0 12px 0 13px;
	padding:/*@title-height:-47=padding-top:*/66px/*@*/ 0 26px;
	background-color:/*@title-background-color*/ /*@*/;
	background-image:/*@title-background-image=*/ /*@*/;
	background-repeat:/*@title-background-image-position=*/ /*@*/;
	background-position:/*@title-background-image-repeat=*/ /*@*/;
}
#content {
	overflow:hidden;
	float:right;
	width:/*@post-width:12*/512px/*@*/;
}
.wrap_side {float:left;width:230px;}
.wrap_side #sidebar {padding-left:13px;width:212px;}
.wrap_side .box_shadow_right {width:212px;background:url(images/bg_shadow_right.png) repeat-y right top;}
* html .wrap_side .box_shadow_right {_background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_shadow_right.png', sizingMethod='scale');}
.wrap_side .box {width:210px;}
.wrap_side .box_shadow_bot {width:212px;height:2px;padding:0;font-size:0;background:url(images/bg_shadow_side.png) no-repeat right bottom;}
* html .wrap_side .box_shadow_bot {_background-image:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_shadow_side.png', sizingMethod='crop');}
.wrap_side #footer {display:inline;float:left;width:205px;margin-top:16px;padding:0 0 20px 5px;}

/* ***** Header ***** */
/* title */
#header h1 {font-family:/*@title-font-family*//*@*/;font-size:/*@title-font-size*//*@*/;color:/*@title-color*//*@*/;}
#header h1 a {overflow:hidden;display:block;width:366px;height:35px;margin:0 auto;background:url(images/title.png) left top no-repeat;text-indent:-9999em;}
* html #header h1 a {background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/title.png', sizingMethod='crop');}
#header h1 a:hover {text-decoration:none;}

/* blog menu */
#header .list_blogmenu {padding:38px 0 0;font-size:10px;text-align:center;}
#header .list_blogmenu li {display:inline;margin-right:17px;font-weight:bold;}
#header .list_blogmenu .last {margin-right:0;}
#header .list_blogmenu a{font-size:11px;line-height:13px;color:#574835;white-space:nowrap;}

/* ***** content ***** */
#content .tit_menu {margin-bottom:10px;padding:4px 9px 16px 4px;font-weight:bold;font-size:14px;line-height:16px;font-family:Tahoma;color:#000;background:url(images/line_menu.gif) repeat-x 0 bottom;}
#content .box_shadow_bot {width:/*@post-width*/500px/*@*/;margin-bottom:12px;padding-bottom:3px;background:url(images/bg_shadow_bot.png) no-repeat left bottom;}
* html #content .box_shadow_bot {_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_shadow_bot.png', sizingMethod='crop');}
#content .box_shadow_right {width:/*@post-width:2*/502px/*@*/;background:url(images/bg_shadow_right.png) repeat-y right top;}
* html #content .box_shadow_right {_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_shadow_right.png', sizingMethod='scale');}
#content .box {width:/*@post-width:-40*/460px/*@*/;padding:26px 20px 52px;}
#content .box_search {width:/*@post-width:-40*/460px/*@*/;padding:20px;background:url(images/bg_content.gif) repeat 0 0;}
#content .shadow_top {position:absolute;top:0;left:0;width:/*@post-width*/500px/*@*/;height:20px;background:url(images/bg_gradation1.png) no-repeat 0 0;}
* html #content .shadow_top {_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_gradation1.png', sizingMethod='crop');}
#content .shadow_bot {position:relative;width:/*@post-width*/500px/*@*/;height:52px;margin-top:23px;margin-top:-52px;background:url(images/bg_gradation2.png) no-repeat 0 0;z-index:5;}
* html #content .shadow_bot {_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_gradation2.png', sizingMethod='crop');}

/* 검색결과 리스트 */
#content .wrap_search {width:/*@post-width:-89*/411px/*@*/;margin:0;padding:19px 23px 16px;border:1px solid #000;}
.wrap_search .tit_search {overflow:hidden;}
.wrap_search .list_search {margin-top:11px;}
.wrap_search .list_search li {overflow:hidden;margin-bottom:2px;}
.wrap_search .list_search .date {margin-right:6px;}
.wrap_search .list_search .cnt {color:#c03e2f;}

/* 위치결과 리스트 */
#localog {}
#localog .wrap_location {padding:4px 10px 15px 9px;}
.wrap_location div {margin-bottom:2px;}
.wrap_location .spot {display:block;overflow:hidden;position:relative;padding-left:27px;font-family:Gulim;color:#898989;background:url(images/ico_location.gif) no-repeat 0 6px;z-index:25;}
.wrap_location .info {overflow:hidden;position:relative;padding-left:11px;color:#c03e2f;background:url(images/ico_location_info.gif) no-repeat 0 4px;}
* html .wrap_location .info {display:inline-block;}

/* tag */
#content .taglog {padding-bottom:56px;}
.taglog ul {overflow:hidden;margin-bottom:19px;padding:5px 0 0 5px;text-align:justify;}
.taglog li {display:inline;}
.taglog li a {line-height:22px;}
.taglog li .cloud1,
.taglog li .cloud2 {font-weight:bold;font-size:14px;line-height:22px;color:#c03e2f;background:#faefe6;}
.taglog li .cloud3,
.taglog li .cloud4 {color:#222;background-color:#efefef;}
.taglog li .cloud5 {}

/* 방명록 */
#content .wrap_guestbook {width:/*@post-width:-20*/480px/*@*/;height:1%;padding:26px 0 62px 20px;}
#content .wrap_guestbook .tit_menu {margin:0;background:none;}
.wrap_guestbook .wrap_guestwrite {overflow:hidden;width:/*@post-width:-72*/428px/*@*/;height:1%;margin:-1px 0 35px 1px;padding:12px 14px 11px;background-color:#f2f2f2;border:1px solid #ddd;}
.wrap_guestwrite .box_tf {float:left;height:19px;margin:2px 12px 0 0;border:1px solid #e2e2e2;background-color:#fff;}
.wrap_guestwrite .text {float:left;height:14px;margin-top:4px;font-size:11px;line-height:14px;color:#000;background-color:#fff;text-indent:5px;letter-spacing:-1px;cursor:text;}
.wrap_guestwrite .tf_txt {float:left;height:14px;line-height:14px;margin-top:4px;border:0 none;}
.wrap_guestwrite .box_name {width:120px;}
.wrap_guestwrite .box_name .text {width:30px;}
.wrap_guestwrite .box_name .tf_txt {width:87px;}
.wrap_guestwrite .box_password {width:123px;margin-right:11px;}
.wrap_guestwrite .box_password .text {width:51px;}
.wrap_guestwrite .box_password .tf_txt {width:67px;}
.wrap_guestwrite .box_homepage {width:155px;margin-right:0;}
.wrap_guestwrite .box_homepage .text {width:42px;letter-spacing:0;}
.wrap_guestwrite .box_homepage .tf_txt {width:113px;}
.wrap_guestwrite .tf_write {width:/*@post-width:-85*/415px/*@*/;height:55px;margin:0 0 10px 0;padding:5px;border:1px solid #e2e2e2;line-height:14px;clear:both;}
.wrap_guestwrite .wrap_secret {display:inline;float:left;width:/*@post-width:-150*/350px/*@*/;margin:0 0 7px 8px;padding-top:9px;}
.wrap_guestwrite .wrap_secret .check {margin-right:4px;}
.wrap_guestwrite .wrap_secret .txt {float:left;font-size:11px;line-height:15px;}
.wrap_guestwrite .btn_submit_b {clear:both;}

#content .wrap_guestlist {width:/*@post-width:-40*/460px/*@*/;margin-bottom:10px;}
.wrap_guestlist .list_guest li {overflow:hidden;width:/*@post-width:-70*/430px/*@*/;margin:0 0 22px 8px;padding:0 10px 22px;background:url(images/line_menu.gif) repeat-x 0 bottom;}
.wrap_guestlist .list_guest_reply {width:/*@post-width:-80*/420px/*@*/;}
.wrap_guestlist .list_guest_reply li {width:/*@post-width:-100*/400px/*@*/;margin:0;padding:11px 0 0 20px;background:url(images/ico_reply.gif) no-repeat 2px 15px;border:0 none;}
.wrap_guestlist .list_guest .btn {margin-top:3px;}
.wrap_guestlist .name {height:16px;font-weight:bold;color:#222;margin-right:5px;}
.wrap_guestlist .name img {margin-right:4px;}
.wrap_guestlist .name a {margin-right:4px;line-height:14px;color:#222;}
.wrap_guestlist .date {margin:2px 7px 0 0;font-size:10px;line-height:14px;font-family:Tahoma;white-space:nowrap;}
.wrap_guestlist .desc {width:/*@post-width:-80*/420px/*@*/;padding-top:9px;line-height:18px;clear:both;}
.list_guest_reply .desc {width:/*@post-width:-100*/400px/*@*/};
.wrap_guestlist .guest_secret {height:1%;width:100%;}

/* 종류별 방명록 글 [##_guest_rep_class_##] */
.guest_general {}
/*.guest_admin {background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}*/

/* 공지사항 */

/* 글 */
#content .entry {width:/*@post-width*/500px/*@*/;position:relative;padding:26px 0 21px;}
.entry .tit {width:/*@post-width:-40*/460px/*@*/;margin:0 20px 11px;padding:1px 0 12px 0;background:url(images/line_menu.gif) repeat-x 0 bottom;}
.entry .tit .link {display:block;overflow:hidden;width:/*@post-width:-170*/330px/*@*/;color:/*@post-title-color*/#000/*@*/;font-family:/*@post-title-font-family*/Dotum/*@*/;font-size:/*@post-title-font-size*/24px/*@*/;line-height:1.3em;letter-spacing:-1px;/*white-space:-moz-pre-wrap;*/}

.entry .category {overflow:hidden;position:absolute;top:30px;right:-16px;width:144px;height:28px;padding:4px 0 0 10px;z-index:1;}
.entry .category a {line-height:21px;}
.entry .category .bg {position:absolute;top:0;right:0;width:142px;height:28px;padding:4px 0 0 12px;background:url(images/bg_category.png) no-repeat 0 0;z-index:-1;}
* html .entry .category .bg{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_category.png', sizingMethod='crop');}
.entry .category .link {overflow:hidden;float:left;max-width:78px;height:14px;line-height:14px;color:#fff;letter-spacing:-1px;margin:1px 6px 0 0;}
.entry .category .link a {overflow:hidden;width:78px;line-height:14px;color:#fff;letter-spacing:-1px;}
.entry .category .date {overflow:hidden;float:left;max-width:52px;height:14px;font-size:10px;line-height:14px;font-family:Tahoma;color:#fff;}

.entry .wrap_edit {position:relative;margin:8px 0 0;padding:13px 0 0 12px;z-index:10;}
.entry .wrap_edit .bg {position:absolute;top:0;left:0;width:/*@post-width*/500px/*@*/;height:49px;background:url(images/bg_gradation2.png) no-repeat 0 0;z-index:-1;}
* html .entry .wrap_edit .bg {margin-left:-12px;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_gradation2.png', sizingMethod='crop');}

.entry .del {margin-left:3px;}
.entry .admin {overflow:hidden;width:/*@post-width:-42*/458px/*@*/;margin-left:12px;padding-bottom:8px;font-size:11px;}

/* 보호글 */
.entry .wrap_prot {width:/*@post-width:-52*/448px/*@*/;margin:10px 25px 66px;padding:36px 0 43px;border:1px solid #cdcdcd;background-color:#f1f1f1;}
.entry .tit_prot {width:/*@post-width:-40*/460px/*@*/;margin:0 20px 13px;padding:1px 0 12px 0;background:url(images/line_menu.gif) repeat-x 0 bottom;}
.entry .tit_prot .link {display:block;overflow:hidden;width:/*@post-width:-170*/330px/*@*/;color:/*@post-title-color*/#000/*@*/;font-family:/*@post-title-font-family*/Dotum/*@*/;font-size:/*@post-title-font-size*/24px/*@*/;line-height:1.3em;letter-spacing:-1px;/*white-space:-moz-pre-wrap;*/}
.entry .text {overflow: hidden;line-height:18px;text-align:center;}
.entry .wrap_pass {overflow:hidden;width:246px;margin:12px auto 0;}
.entry .tf_pass {float:left;width:167px;height:19px;margin-right:4px;padding:0 5px;border-left:1px solid #b6b6b6;border-top:1px solid #b6b6b6;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;}
.entry .btn_submit {float:left;}

/* 본문 */
.entry .desc {overflow:hidden;width:/*@post-width:-45*/455px/*@*/;margin-left:22px;padding:0 0 24px;font-family:/*@post-body-font-family*//*@*/;font-size:/*@post-body-font-size*/12px/*@*/;color:/*@post-body-color*/#898989/*@*/;line-height:1.65em;}
.entry .tagTrail {overflow:hidden;margin:0 25px;background:url(images/ico_tag.gif) no-repeat 0 6px;letter-spacing:-1px;padding-left:31px;} /* 2011-08-02 */
.entry .tagTrail a {line-height:24px;color:#b1b1b1;}
.entry .admin {margin-bottom:6px;}
.entry .admin .new_open {display:inline-block;float:left;margin-left:7px;}
.entry .admin .txt_admin, .entry .admin .txt_correct{float:left;}
.entry .admin .bar {display:block;float:left;padding:0 4px;filter:alpha(opacity=50);opacity:0.5;}
* html .entry .admin .bar {filter:alpha(opacity=50);}
.entry .admin .f_r {padding-top:1px;white-space:nowrap;}
/* 본문 - 인용구 */
.entry blockquote {width:/*@post-width:-45*/455px/*@*/;padding-top:3px;background:url(images/ico_blockquote.gif) no-repeat 2px 1px;text-indent:20px;}

/* 본문 - more / less */
.moreless_fold span,
.moreless_top span,
.moreless_bottom span {display:block;height:9px;font:0/0 arial;text-indent:-9999em;}
.moreless_fold span {width:37px;background:url(images/ico_more.gif) no-repeat 0 0;}
.moreless_top span,
.moreless_bottom span {width:33px;background:url(images/ico_less.gif) no-repeat 0 0;}
.moreless_body { }
.moreless_content {margin:10px 0;}

/* 트랙백, 댓글 */
.entry .trackback {overflow:hidden;width:/*@post-width:-40*/460px/*@*/;letter-spacing:0;color:#b2b2b2;}
.trackback {margin:0 0 5px 12px;}
.trackback .copy {overflow:hidden;width:/*@post-width:-42*/458px/*@*/;text-align:right;}
.trackback .trackback-url {float:left;font-size:11px;line-height:13px;font-family:Tahoma;letter-spacing:0;}
.trackback .list li {padding-top:10px;}
.trackback .list .tit {width:auto;margin:0 5px 0 0;padding:0 0 5px;background:none;line-height:14px;}
.trackback .list .delete {height:11px;padding-left:11px;background:url(images/btn_close.gif) no-repeat 0 0;text-decoration:none;}
.trackback .list .from {display:block;margin:3px 0 5px;font-size:11px;clear:both;}
.trackback .list .txt {overflow:hidden;width:/*@post-width:-50*/450px/*@*/;}
.trackback .copy a:hover {text-decoration:none;}

.entry .comment {margin-top:5px;}
.comment .list_comment {width:/*@post-width:-50*/450px/*@*/;margin:0 0 15px 12px;}
.comment .list_comment li {margin-top:12px;}
.comment .desc {margin:0;padding:5px 0 0 0;font-size:12px;line-height:20px;font-family:Dotum;color:#898989;line-height:1.4em;clear:both;}
.comment .name {height:16px;font-weight:bold;margin-right:5px;}
.comment .name img {margin-right:4px;}
.comment .name a {margin-right:4px;}
.comment .date {margin:1px 12px 0 0;font-size:10px;line-height:16px;font-family:Tahoma;white-space:nowrap;}
.comment .reply {overflow:hidden;width:/*@post-width:-71*/429px/*@*/;margin-top:12px;padding-left:23px;background:url("images/ico_reply.gif") no-repeat 5px 2px;}
.comment .reply .desc {width:100%;}

.comment .wrap_write {width:/*@post-width:-49*/452px/*@*/;margin-bottom:6px;padding:12px 11px 10px 12px;background-color:#f4f4f4;border:1px solid #cdcdcd;}
.comment .box_tf {float:left;height:19px;margin:2px 12px 0 0;border:1px solid #cdcdcd;color:#898989;background-color:#fff;}
.comment .text {float:left;height:14px;margin-top:3px;font-size:11px;line-height:14px;background-color:#fff;text-indent:5px;letter-spacing:-1px;cursor:text;}
.comment .tf_txt {float:left;height:14px;line-height:14px;margin-top:4px;border:0 none;}
.comment .box_name {width:120px;}
.comment .box_name .text {width:30px;}
.comment .box_name .tf_txt {width:87px;}
.comment .box_password {width:123px;margin-right:11px;}
.comment .box_password .text {width:51px;}
.comment .box_password .tf_txt {width:67px;}
.comment .box_homepage {width:180px;margin-right:0;}
.comment .box_homepage .text {width:42px;letter-spacing:0;}
.comment .box_homepage .tf_txt {width:138px;}
.comment .tf_desc {width:/*@post-width:-60*/440px/*@*/;height:75px;margin:3px 0 11px;padding:5px;border:1px solid #cdcdcd;clear:both;line-height:14px;}
.comment .wrap_secret {float:right;width:50px;height:21px;}
.comment .wrap_secret .check {float:left;margin:6px 5px 0 0;}
.comment .wrap_secret .txt {float:left;width:32px;margin-top:8px;font-size:11px;line-height:13px;letter-spacing:-1px;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general { }
.rp_admin {}
.rp_secret {}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
.hiddenComment .name {margin-right:0;}
/* 이미지 아래 캡션 스타일 */
.cap1 {}
/* 그림 */
.imageblock {}
.imageblock img {}
/* 왼쪽 */
.left { }
/* 가운데 */
.center { }
/* 오른쪽 */
.right { }
/* 그림 2개 배치 */
.dual {margin-bottom:5px;}
/* 그림 3개 배치 */
.triple {margin-bottom:5px;}

/* 키워드 */
.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }

/*#uibgmplayer { margin:5px 0 0 5px; width:181px;} */

/* paging */
#content .paging {width:/*@post-width*/500px/*@*/;padding-top:11px;text-align:center;}
.paging .inner {display:table;display:inline-block;margin:0 auto;text-align:center;}
.paging .numbox {display:block;float:left;margin:1px 10px 0 0;font-size:11px;line-height:13px;font-family:Tahoma;color:#000;background:url(images/line_paging.gif) no-repeat left 2px;}

.paging .num {float:left;cursor:pointer;}
.paging .num a {color:#000;}
.paging .interword {float:left;} /* 1 ... 10 11 12 페이지중략 */
.paging .interword,
.paging .num span {display:block;padding:0 6px;background:url(images/line_paging.gif) no-repeat right 2px;}
.paging .link_prev,
.paging .link_next {float:left;width:46px;height:15px;font:0/0 arial;text-indent:-9999em;cursor:pointer;}
.paging .link_prev {margin-right:10px;background:url(images/ico_prev.gif) left 0 no-repeat;}
.paging .link_next {background:url(images/ico_next.gif) right 0 no-repeat;}
/* 페이징 - 현재 페이지 */
.paging .num .selected {padding:0 6px 0 6px;font-weight:bold;color:#000;}
.paging .no-more-prev {float:left;width:46px;height:15px;margin-right:10px;cursor:default;}
.paging .no-more-next {float:left;width:46px;height:15px;cursor:default;}

#content .footMenu {width:/*@post-width*/500px/*@*/;margin:17px 0 25px;color:#6d5b47;text-align:center;}
#content .footMenu a {font-size:11px;line-height:13px;color:#6d5b47;letter-spacing:-1px;}

/* 티에디션 */
div#ttCanvas .tt-item-title-inner {word-wrap:normal;}

/* 미디어 로그
#mediaCategorySelect {width:300px;} */

/* ***** sidebar ***** */
.module, .wrap_side .p_r {position:relative;z-index:1;}
.module,
.wrap_side .box_sidebar {overflow:hidden;width:170px;height:1%;padding:55px 20px 14px;}
.wrap_side .box_sidebar .bg {position:absolute;top:0;left:0;width:210px;height:20px;background:url(images/bg_gradation1.png) no-repeat left top;z-index:-1;}
* html .wrap_side .box_sidebar .bg  {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/bg_gradation1.png', sizingMethod='crop');}
.module {padding-top:15px;}
.module h3 {font-weight:bold;color:#000;margin-bottom:10px;}

.wrap_side .tit_side {position:absolute;top:20px;left:-8px;width:121px;height:34px;padding:5px 0 1px 27px;font-weight:bold;font-size:11px;line-height:13px;font-family:Tahoma;color:#fff;background:url(images/postit.png) no-repeat 0 0; }
* html #sidebar .tit_side {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/postit.png', sizingMethod='crop');}

.wrap_side ul {width:170px;letter-spacing:-1px;}
.wrap_side a,
.wrap_side .date {font-weight:bold;font-size:11px;line-height:20px;}
.wrap_side .date {padding-left:7px;background:url(images/bar_date.gif) no-repeat 2px 0;letter-spacing:0;}
.wrap_side .cnt {color:#b1b1b1;} {}
.wrap_side .name {}

/* blog img + blog id */
.wrap_side .blogimg {overflow:hidden;width:170px;padding:20px 19px;margin:0 auto;display:block;}
.blogimg img {width:170px;}

/* category */
.category ul {overflow:hidden;margin-top:1px;}
.category ul li li li a {padding-left:11px;background:url(images/bar_category.gif) no-repeat 3px 5px;}
.category .selected a { }
.category .ib { cursor:pointer;} /* 카테고리 - 이미지 버튼 */
.category .branch3 { cursor:pointer;} /* 카테고리 - 트리 셀 */
.category .c_cnt { margin-right:3px;color:#b1b1b1;} /* 카테고리 - 카테고리 옆 개수 스타일 */
.category .selected .c_cnt {}

/* tag */
#sidebar .tagbox .list {overflow:hidden;width:100%;}
.tagbox .list li {float:left;height:18px;margin:0 15px 3px 0;}
.tagbox .list li a {line-height:16px;white-space:nowrap;}
.tagbox .list li .cloud1,
.tagbox .list li .cloud2 {font-size:14px;color:#c03e2f;background:#faefe6;}
.tagbox .list li .cloud3,
.tagbox .list li .cloud4 {color:#222;background-color:#efefef;font-weight:normal;}
.tagbox .list li .cloud5 {}

/* recent posts */

/* recent comment */

/* recent trackback */

/* archive */
.wrap_side .archive {letter-spacing:0;}

/* calendar */
.wrap_side .calendar {width:195px;padding:54px 0 20px 13px;}

.calendar .cal_month {overflow:hidden;width:100px;margin-left:56px;} /* 달력 월 표시 */
.calendar .cal_month .prev,
.calendar .cal_month .next {float:left;width:11px;height:11px;margin-top:5px;font:0/0 arial;text-indent:-9999em;}
.calendar .cal_month .prev {margin-right:4px;background:url(images/cal_pre.gif) no-repeat 2px 2px;}
.calendar .cal_month .next {background:url(images/cal_next.gif) no-repeat 2px 2px;}
.calendar .cal_month .now {float:left;margin:3px 7px 0 0;font-size:11px;line-height:13px;color:#000;}

.calendar .tbl {width:169px;margin:5px 0 0 6px;border-collapse:separate;border-spacing:0;}
.calendar .tbl td {height:17px;padding:0;margin:0;}
.calendar .tbl .txt {float:right;width:13px;font-size:11px;line-height:13px;font-weight:bold;font-family:Tahoma;color:#7d7d7d;text-align:center;letter-spacing:-1px;}

.calendar .tbl .cal_week1 {}/* 달력 요일 표시(th 영역) */
.calendar .tbl .cal_week2 {}/* 달력 일요일 표시(th 영역) */
.calendar .tbl .cal_week {}/* 달력 Week(tr 영역)  */
.calendar .tbl .cal_current_week {}/* 달력 Week(tr 영역)  */
.calendar .tbl .cal_day {}/* 달력 Day(td 영역) */

.calendar .tbl .cal_day1 {color:#7d7d7d;}/* 달력 지난 달 날짜 표시(td)   */
.calendar .tbl .cal_day2 {color:#7d7d7d;}/* 달력 다음 달 날짜 표시(td)   */
.calendar .tbl .cal_day3 {color:#7d7d7d;}/* 달력 이번 달 날짜 표시(td) */
.calendar .tbl .cal_day4 .txt {color:#000;}/* 달력 오늘 날짜 표시(td) */
.calendar .tbl .cal_day4 .txt .cal_click {color:#000;}/* 달력 오늘 날짜 표시(td) */
.calendar .tbl .cal_day4 .cal_click {color:#000;}/* 달력 오늘 날짜 표시(td) */
.calendar .tbl .cal_click {line-height:13px;color:#f1631b;}
.calendar .tbl .cal_click:link {}/* 달력 글쓴 날 링크 스타일 */
.calendar .tbl .cal_click:visited {}/* 달력 글쓴 날 링크 스타일 */
.calendar .tbl .cal_click:hover {}/* 달력 글쓴 날 링크 스타일 */

.calendar .tbl .cal_day_sunday {}
.calendar .tbl .cal_day_sunday .txt {margin-left:0;color:#f00;}/* 달력 Day, 일요일 (td 영역)  */

/* notice */

/* link */

/* counter */
.wrap_side .counter {padding:20px 19px 22px;font-weight:bold;font-size:10px;line-height:14px;font-family:Tahoma;}

/* search bar */
.wrap_side .box_search {overflow:hidden;width:210px;margin-top:13px;background:url(images/bg_search.png) no-repeat 0 0;}
.wrap_side .box_search .tf {display:inline;float:left;overflow:hidden;width:175px;height:18px;padding:3px 0;margin:0 5px;border:0 none;background:none;}
.wrap_side .box_search .btn {overflow:hidden;float:left;width:25px;height:24px;background:none;}

/* ***** footer ***** */
#footer .copyright {margin-bottom:17px;}
#footer .copyright,
#footer .copyright a {font-weight:normal;font-size:11px;line-height:14px;font-family:Tahoma;color:#6a5742;}
/* tistory + RSS */
#footer .btn_tistory,
#footer .btn_rss {display:block;overflow:hidden;font:0/0 arial;text-indent:-9999em;}
#footer .btn_tistory {width:99px;height:22px;margin-bottom:7px;background:url(images/tistory.png) no-repeat 0 0;}
* html #footer .btn_tistory {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/tistory.png', sizingMethod='crop');}
#footer .btn_rss {width:38px;height:16px;background:url(images/rss.png) no-repeat 0 0;}
* html #footer .btn_rss {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_photoDiary/images/rss.png', sizingMethod='crop');}

.txt_em {font-weight:bold;color:#c03e2f;}
#content .tistoryProfileLayerTrigger {display:inline;width:0;height:13px;margin:0;padding:3px 0 0 40px;}