@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cabin+Sketch:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 반드시 들어가야 하는 스타일 시작 */
* {margin:0; padding:0; border:0; }
body {
	background-color:/*@background-color=*/ #fff /*@*/;
	background-image:/*@background-image=*/ none /*@*/;
	background-repeat:/*@background-image-repeat=*/ no-repeat /*@*/;
	background-position:/*@background-image-position=*/  /*@*/;
	font:11px/1.0 georgia;
} 
A {text-decoration:none; color:#a5a5a5; }
A:link {text-decoration:none; color:#a5a5a5; }
A:visited {text-decoration:none; color:#a5a5a5; }
A:active {text-decoration:none; color:#a5a5a5; }
A:hover {text-decoration:none; color:#7ab7dd; }



/* 페이징 - 현재 페이지 */
	.selected		{color:#545252; font-weight:bold; }
	.no-more-prev	{background:url(http://postfiles16.naver.net/20121023_159/llno95ll_13509208172378cN0o_JPEG/prev.jpg?type=w2) no-repeat left 4px !important; }
	.no-more-next	{background:url(http://postfiles8.naver.net/20121023_87/llno95ll_1350920816970QhQ1Q_JPEG/next.jpg?type=w2) right 4px no-repeat !important; }

/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:9px/9px tahoma; letter-spacing:0px; color: #b7b7b7; }

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; }
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif; }

/* 달력 Week(tr 영역)  */
	.cal_week               { }
	.cal_current_week       { }
/* 달력 Day(td 영역) */
	.cal_day                { height:16px; color:#A3A3A3; font:10px/10px tahoma; text-align:center; }
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { }
	.cal_day_sunday a		{ }
/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { }
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { }
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { }
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { background:url(images/bg_today.gif) no-repeat 5px 2px; color:#fff; }
/* 달력 글쓴 날 링크 스타일 */
	#sidebar .cal_click		{ color:#24a0ff; font:10px/12px tahoma; }
	a.cal_click:link        { }
	a.cal_click:visited     { }
	a.cal_click:hover       { }

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               {padding-left:50px; }
	.rp_secret              { color:#f30;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:50px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.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                   { margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { margin-bottom:5px;}

/* 본문 - more / less */
	.moreless_fold, .moreless_top, .moreless_bottom {color:#909090; font:12px Trebuchet MS; text-decoration:none; }
	.moreless_fold {margin-top:0px; padding-left:14px; background:url(images/iconMore.gif) no-repeat left 5px; }
	.moreless_top {margin-top:0px; padding-left:14px; background:url(images/iconLess.gif) no-repeat left 5px; }
	.moreless_content {margin:5px 0 5px 0; }
	.moreless_bottom {padding-left:14px; background:url(images/iconLess.gif) no-repeat left 5px; }

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

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

hr {display:none; }

#taglog ul, #tagbox ul {text-align:justify; margin-top:3px; }
#counter li, #tagbox li, #taglog li {display:inline; }
.nonEntry li, .listEntry li, #sidebar li, #conter li, .trackback li, .commentList li {list-style-type:none; }

/* 포스트 본문 마크업 */
#content .entry { margin-bottom: 100px; }
#content .entry .article ol, #content .entry .article ul, #content .entry .article il {padding-left:25px; }
.article dt {padding-top:5px; text-decoration:none; }
.article dd {padding-left:25px; padding-bottom:5px; }

/* 표만들기 color */
.article table th {background-color:#ccc; } 
.article table td {background-color:#eee; }
/* 카테고리 글 더보기 테이블 */
.another_category th, .another_category td { background-color: transparent !important; font-size:11px !important; }


/* 이미지를 둘러싼 테이블 bg */
.dual table td, .triple table td {background-color:transparent; } 

/* 블로그 레이아웃 */
#container {width:/*@post-width:100=*/ 600px /*@*/; background-color:#fff; margin:0px auto;}
#header {float:left; width:/*@post-width:100=*/ 600px /*@*/; position: relative; }
#header h1 {float:left; width:/*@post-width:-100=*/ 400px /*@*/;  margin-top:/*@title-height:-27=*/ 74px /*@*/; word-break:break-allt:left; word-wrap:break-word; }
#lWindow {float:left; width:195px; height:74px; margin-top:62px; }
#blogMenu {float:left; width:86px; padding-top:0; }
#subMenu {float:left; width:85px; margin-top:14px; margin-left:5px; }
#topImage {float:left; width:200px; height:98px; margin-top:50px; margin-left:7px; }
/* #onAir {float:right; width:140px; height:55px; margin-top:20px; margin-right:15px; } */
#watch {float:right; display:block; margin-top:10px; margin-right:17px; height:110px; }
/* #pandora {float:left; display:block; margin-top:45px; height:76px; } */
#bg {float:left; display:block; width:145px; height:88px; margin-top:33px; margin-right:10px; }
#searchBox {float:right; display:block; width:145px; height:20px; margin-top:10px; margin-right:16px; }
#topOpen {float:left; overflow:hidden; width:27px; height:17px; margin-top:30px; padding-left:289px; }
#topLine {width:600px; margin-top:2px; }
#sidebar {display:none; padding-top:30px; }
.sidebar-one, .sidebar-two, .sidebar-three, .sidebar-four {word-break:break-allt:left; width:155; word-wrap:break-word; overflow:hidden; }
.sidebar-one {float:left; width:155px; margin-left:10px; margin-right:45px; }
.sidebar-two {float:left; width:115px; margin-right:15px; }
.sidebar-three {float:left; width:245px; margin-right:5px; }
.sidebar-four {float:left; }
.sidebarLine {width:600px; height:2px; margin-top:20px; }
#content {float:left; width:/*@post-width=*/ 550px /*@*/; padding:45px 25px 0; }
#tt-body-media #content { padding-top: 30px; }
#footer {width:/*@post-width:100=*/ 600px /*@*/; margin-top:/*65px*/45px; margin-bottom:66px; border-top:1px solid #E7E7E7; }

/* 해더 */
#header {
	padding-top:30px;
                padding-bottom:0px;
	background-color:/*@title-background-color=*/ transparent /*@*/;
	background-image:/*@title-background-image=*/ none /*@*/;
	background-repeat:/*@title-background-image-repeat=*/ no-repeat /*@*/;
	background-position:/*@title-background-image-position=*/  /*@*/;
}
#header h1 a {
	height:16px;
	overflow:visible;
	color:/*@title-color=*/ #000 /*@*/;
	font-size:/*@title-font-size=*/ 16px /*@*/;
	line-height:1.1em;
	font-family:/*@title-font-family=*/ tahoma /*@*/;
	letter-spacing:0px; 
}

#btnRSS {padding-right:12px; margin-right:5px; background:url(images/rss.gif) no-repeat right center; font-size:/*@title-font-size=*/ 16px /*@*/; }
#btnRSS:hover {text-decoration:none; }


/* 블로그 메뉴 */
#blogMenu {
                 background-repeat:no-repeat;
                 height:60px; 
                 overflow:hidden;
                 }
#blogMenu li {float:left; text-align:right; width:86px; display:block; height:11px; overflow:hidden; padding-bottom:0px;}
#blogMenu li a {font:10px Arial; color:#000; }
#blogMenu li a:hover { color:#7ab7dd; }
#subMenu {
                 background-image:url(http://blogfile.paran.com/BLOG_965283/200912/1260512700_sub_bg.jpg);
                 background-repeat:no-repeat;
                 height:65px;
                 /* overflow:hidden; */
                 }
#subMenu ul {margin-top:-2px; }
#subMenu li {float:left; display:block; width:85px; padding-left:5px; height:12px; overflow:hidden; margin-top:-1px;}
#subMenu li a {font:10px Arial; color:#777; }
#subMenu li a:hover {color:#7ab7dd; }

#topOpen ul, #topOpen li {display:block; height:17px; }

/* search */
#searchBox input {vertical-align:top; }
#searchBox input.text {float:left; width:105px; height:14px; padding-top:3px; padding-right:2px; border:1px, none; color:#777; font:11px/14px tahoma; }
#searchBox .submit {float:left; width:34px; height:20px; background:url(https://lh5.googleusercontent.com/-hdMGMQJJxPU/UUqxwc6NesI/AAAAAAAAABA/qAymV9Pxxgg/s128/searchbox_bg.jpg) no-repeat; vertical-align:middle; }

/* footer 레이아웃 */
#adTistory {float:left; }
#footer .wrap {float:right; text-align:right; padding-right: 3px; }

/* 태그로그 */
#taglog li {line-height:20px; font:11px/20px georgia; vertical-align:middle; }
#taglog li .cloud1 {background-color:#000; color:#fff; font-weight:bold; font-size:14px; }
#taglog li .cloud2 {color:#000; font-weight:bold; font-size:14px; }
#taglog li .cloud3 {background-color:#9E9E9E; color:#fff; font-weight:bold; font-size:12px; }
#taglog li .cloud4 {color:#939393; font-weight:bold; font-size:14px; }
#taglog li .cloud5 {color:#939393; font-size:12px; }

/* 지역로그 */
#localog, #localog a {color:#888; font:11px/18px georgia; }
#localog .spot {padding-left:14px; background:url(images/iconIndentArrow_local.gif) no-repeat 0px 1px; }
#localog .info {padding-left:9px; background:url(images/iconIndentArrow_localinfo.gif) no-repeat 0px 5px; }

/* 공통 */
input.text {height:15px; padding-top:2px; padding-left:2px; padding-bottom:1px; border-top:1px solid #D6D6D6; border-left:1px solid #D6D6D6; color:#979796; font:12px/12px dotum, verdana; background-color:#fafafa; } /* 방명록 댓글 기준 */
textarea {width:/*@post-width:-12=*/ 550px /*@*/; height:80px; padding:3px; border-top:1px solid #D6D6D6; border-left:1px solid #D6D6D6; color:#A4A4A4; font:12px/14px dotum, verdana; background-color:#fafafa; }
.submit {text-indent:-5000px; overflow:hidden; cursor:pointer; }


/* 방명록 CONTACT */
#contact {margin-bottom:30px; }
#contact .name {font:11px/16px 맑은 고딕, 돋움, arial, sans-serif; color:#777;}
#contact .name a {color:#000;}
#contact .name a:hover {color:#7ab7dd;}
/* 방명록 댓글 */
.comment {margin-top:50px; }
/* 쓰기 */
#guestWrite, .commentWrite {width:/*@post-width=*/ 500px /*@*/; }
#guestWrite {margin-top:5px; }
.commentWrite {margin-top:19px; }
.head label {margin-bottom:3px; color:#a3a3a3; font:11px tahoma, sans-serif; text-transform:lowercase; }
.head {}
.name, .password {width:300px; margin-bottom:3px; }
.name input.text {width:80px; }
.password input.text {width:122px; }
.homepage {width:300px; margin-bottom:3px; }
.homepage input.text {width:/*@post-width:-273=*/ 227px /*@*/; }
.secretWrap {clear:both; margin-bottom:3px; }
.secretWrap label {color:#979796; font:11px/12px tahoma; }
.secretWrap label, .secretWrap input {vertical-align:middle}
.btn-write {width:/*@post-width=*/ 500px /*@*/; height:15px; margin-top:8px; }
.btn-write input.submit {float:left; width:67px; height:15px; background:url(https://lh5.googleusercontent.com/--uzh4kKfQA0/UX9rpW5Q_jI/AAAAAAAAAGM/Tc7zK1wiYb4/s67/btn_confirm.jpg) no-repeat; margin-left:5px; }
/* 읽기 */
#guestList {margin-top:50px; }
#guestList li, .commentList li {width:/*@post-width=*/ 500px /*@*/; word-break:break-all; word-wrap:break-word; overflow:hidden; }
#guestList .name, #guestList .name a, .commentList .name, .commentList .name a {color:#585858; font:13px/20px 맑은 고딕, sans-serif; font-weight:bold; }
#guestList .date, .commentList .date {color:#b0b0b0; font:9px/20px verdana; }
#guestList p, .commentList p {padding:5px 0 25px 0; color:#A4A4A4; font:11px/18px 맑은 고딕, 돋움, verdana, sans-serif; }
.control {color:#666; font:8px/20px tahoma; margin-left:10px; }
.control a {color:#b5b4b4; font:9px/20px tahoma; letter-spacing:1px; }
.guest_admin .date, .guest_secret .date, .guest_general .date, .rp_admin .date, .rp_general .date, .rp_secret .date { margin-left:10px; }
#guestList .name a:hover, .commentList .name a:hover {text-decoration:none; color:#7ab7dd}
.control a:hover {text-decoration:none; color:#7ab7dd}

/* 트랙백 */
.trackback {margin-top:22px; }
.trackback h3 {margin-bottom:12px; color:#555555; font:11px/12px tahoma; }
.trackback ol {margin-top:14px; padding-bottom:2px; border-bottom:1px solid #ECECEC; }
.trackback li {width:/*@post-width=*/ 500px /*@*/; word-break:break-all; word-wrap:break-word; overflow:hidden; }
.trackback h4 a {color:#9D9D9D; font:11px/18px 맑은 고딕, sans-serif; }
.trackback .delete {padding-left:9px; background:url(images/iconDelete.gif) no-repeat right 3px; font:11px/18px Arial; }
.trackback .from {color:#A3A3A3; font:11px/15px 맑은 고딕; }
.trackback .date {color:#A3A3A3; font:9px/15px tahoma; }
.trackback p {padding:5px 0 14px 0; color:#B6B6B6; font:11px/16px 맑은 고딕, sans-serif; letter-spacing:-1px; }

/* 보호글 */
.entryProtected .article {padding:30px 0 35px 0; border:1px solid #ECECEC; text-align:center; }
.entryProtected p {padding:4px; }
.entryProtected label {color:#A3A3A3; font:11px/12px georgia; letter-spacing:1px; }
.entryProtected input.submit {width:49px; height:15px; margin-left:4px; background:url(https://lh5.googleusercontent.com/--uzh4kKfQA0/UX9rpW5Q_jI/AAAAAAAAAGM/Tc7zK1wiYb4/s67/btn_confirm.jpg) no-repeat; }

/* 검색결과 */
.listEntry { margin-bottom: 50px; }
.listEntry h3 { margin-bottom:15px; color:#424242; font:12px/18px 맑은 고딕; }
.listEntry h3 b {font-weight:bold; }
.listEntry .date {display:block; float:left; width:64px; color:#A5A5A5; font:11px/14px tahoma; margin-bottom:2px; }
.listEntry .list {float:left; width:/*@post-width:-64=*/ 446px /*@*/; }
.listEntry, .listEntry a, listEntry span {color:#888; font:12px/14px 맑은 고딕, sans-serif; }
.listEntry li {margin-bottom:5px; }
.listEntry .cnt {color:#7ab7dd; font:10px tahoma; }
.listEntry .list {margin-top:0px; }
.listEntry a:hover {text-decoration:none; color:#7ab7dd}

/* 포스트 */
.titleWrap {padding-bottom:30px; }
.titleWrap h2, .titleWrap h2 a {
	color:/*@post-title-color=*/ #585858 /*@*/;
	font-size:/*@post-title-font-size=*/ 20px /*@*/;
	line-height:1.4em;
	font-family:/*@post-title-font-family=*/ 'cabin sketch', 'nanum gothic', georgia /*@*/;
         font-weight:700;
}
.titleWrap h2 {margin-bottom:20px; }
.titleWrap .date, .titleWrap .category {color:#B7B7B7; font:9px/9px tahoma; }
.titleWrap .category a {color:#7ab7dd; font:10px/14px tahoma;}
.titleWrap .category a:hover {text-decoration:none; color:#7ab7dd}
.admin {margin-top:12px; margin-bottom:2px; }
.admin, .admin a, .admin a:hover {color:#b7b7b7; font:11px/18px tahoma; }
.article {
	width:/*@post-width=*/ 550px /*@*/; 
	padding-bottom:25px;
	color:/*@post-body-color=*/ #303030 /*@*/;
	font-size:/*@post-body-font-size=*/ 12px /*@*/;
	line-height:1.3;
	font-family:/*@post-body-font-family=*/ 맑은 고딕 /*@*/; 
	word-break:break-all; word-wrap:break-word; overflow:hidden; 
}
/* .article a {color:/*@post-body-color=*/ #303030 /*@*/; text-decoration:none; } */
.article a:hover {text-decoration:none; color:#7ab7dd; }

/* 포스트본문 */
.article blockquote {padding-left:10px; background:url(images/iconBlockquote.gif) no-repeat; }

/* 테그트레일 */
/* .tagTrail {margin-bottom:8px; padding-left:16px; background:url(images/icon_tag.gif) no-repeat 0px 0px; } */
.tagTrail .tag {letter-spacing:normal; font-weight:bold;}
.tagTrail, .tagTrail a {color:#b7b7b7; font:10px/10px tahoma; text-transform:uppercase;}
.tagTrail a:hover {text-decoration:none; color:#7ab7dd; }
/* 액션트레일 */
.actionTrail, .actionTrail a, .actionTrail a span, .actionTrail b {color:#a5a5a5; font:10px/14px tahoma; }
.author {color:#999999; font:10px/14px tahoma, sans-serif; letter-spacing:0px; margin-left:3px; }
.author .text {text-transform:uppercase; color:#B7B7B7; }
.actionTrail span.cnt { font: bold 10px verdana; color: #545252; }

/* 페이지 */
#paging {text-align:center; height:16px; }
.numbox a {padding:0 4px; }
#paging, #paging a {color:#8E8E8E; font:11px verdana; line-height:16px; }
#paging A:hover {text-decoration:none; color:#7ab7dd; }

/* 이전 다음 버튼 */
#prevPage {padding-left:40px; padding-top:3px; background:url(images/prev.jpg) no-repeat left 4px; }
#nextPage {padding-right:38px; padding-top:4px; background:url(images/next.jpg) no-repeat right 4px; }
.no-more-prev:hover, .no-more-next:hover {text-decoration:none; }

/* footer */
#footer {padding-top:15px; }
#adTistory {width:80px; height:10px; margin-top:1px; padding-top:6px; padding-left:88px; background:url(images/tistory.gif) no-repeat; }
#adTistory a {color:#bbb; font:9px/9px verdana; padding-right:6px; background:url(images/bul_tistory.gif) no-repeat right 5px; }
#footMenu {color:#a5a5a5;  font:11px/14px tahoma, sans-serif; }
#footMenu a {color:#a5a5a5; font:11px/14px tahoma, sans-serif; letter-spacing:0px; }
#copyright, #copyright a {color:#a5a5a5; font:10px/14px tahoma, sans-serif; letter-spacing:0px; }
/* #copyright, #copyright a {text-transform:uppercase; } */
#footMenu A:hover {text-decoration:none; color:#7ab7dd; }
#copyright A:hover {text-decoration:none; color:#7ab7dd; }

/* sidebar */
#blogImage {margin-bottom:9px; }
#blogImage img {width:155px; }
#userID, #blogDesc {color:#919191; font:11px/14px tahoma; }
#userID {color:#919191; }
#blogDesc {margin-bottom:16px; color:#A7A6A6; }

/* 달력테이블 */
#calendar {margin-bottom:16px; }
.cal_month {padding:0 4px 9px 4px; }
.prev-month, .next-month {width:3px; height:5px; margin-top:3px; background-repeat:no-repeat; background-position:0px 0px; text-indent:-1000px; overflow:hidden; }
.prev-month {float:left; background-image:url(images/btn_prev.gif); }
.next-month {float:right; background-image:url(images/btn_next.gif); }
.tt-calendar thead {display:none; }
#sidebar .cal_month a {display:block; }
#sidebar .this-month {color:#9E9E9E; font:10px/10px tahoma; }

/* counter */
#counter {margin-bottom:16px; color:#9E9E9E; font:9px/12px tahoma; }
#counter span {float:right; }


/* 사이드바 */
/* 타이틀 */
#sidebar h3 {height:18px; background:url(https://lh6.googleusercontent.com/-x0oXVYN_iAM/UX9xWEma6tI/AAAAAAAAAGg/WehncTQGPLE/s800/subtitle_name_bg.jpg) no-repeat scroll 0 0 transparent; line-height:21px; /* overflow:hidden; */ text-indent:-5000px; }
#category h3 {background-position:0 0; }
/* #tagbox h3 {background-image:url(images/stit_tag.gif); } */
#notice h3 {background-position:0 -16px; }
#recentPost h3 {background-position:0 -70px; }
#recentComment h3 {background-position:0 -87px; }
#recentTrackback h3 {background-image:url(http://blogfile.paran.com/BLOG_965283/200910/1254653038_side_recenttrackback.jpg); }
#archive h3 {background-position:0 -52px; }
#link h3 {background-position:0 -34px; }

.module { margin-bottom: 16px; }
.module_widget h3, .module_plugin h3 {margin-bottom:6px; color:#757575; font:bold 11px tahoma, sns-serif; line-height:14px !important; overflow:visible; } /* 플러그인 위젯 타이틀 */

/* 목록 */
#sidebar, #sidebar a {color:#9C9C9C; font:11px/14px 맑은 고딕; }
#sidebar ul {margin-bottom:30px; margin-left:3px; }
#sidebar li {padding:1px 0; }
#recentComment .rcFont {font:11px/14px 맑은 고딕, 돋움, verdana;}
.info .name {font:11px/14px 맑은 고딕, tahoma; color:#b7b7b7; }
.info .date {margin-left:0px; }
#sidebar .cnt, #sidebar .date .c_cnt {font:9px/9px tahoma; letter-spacing:0px; color: #b7b7b7; }
/* 카테고리 */
#category {margin-bottom:16px; }
#sidebar #category ul {margin:0px; }
#sidebar #category li {padding:0; }
#sidebar #category li a {display:block; padding:1px 0; font:11px/14px 맑은 고딕; }
#category ul li ul li ul li { 
	padding-left:9px !important;
	background:url(images/iconDepth3.gif) no-repeat 0px 5px;
}

.hide { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; } 
.clear {clear:both; }


#notice li a {font:11px/14px 맑은 고딕; }
#archive li a {font:11px/14px 맑은 고딕; }
#sidebar a:hover {text-decoration:none; color:#7ab7dd; }

/* 배너 
#banner {float:right; width:110px; padding-top:285px; background-color:#fff; }
#banner ul {float:left; }
#banner li {display:block; width:110px; height:30px; padding-bottom:5px; }
*/

/* 트위터 */
#twitter { width:525px; }

#twitter a:hover {text-decoration:none; color:#7ab7dd;}
#twitter a {color:#7D7D7D;}

#twitter .twitter-title{
width:525px;
font-family:verdana;
display:block;
font-weight:bold;
letter-spacing:-1px;
padding:17px 0 2px;
font-size:9pt;
}

.follow {
font-family:verdana;
color:#C99999;
float:right;
font-size:8pt !important;
font-weight:normal !important;
letter-spacing:1px;
}

#twitter .tweet {
margin:10px 0;
white-space:pre-wrap;
}

#twitter p {
width:525px;
margin:0;
padding-top:1px;
line-height:13px;
overflow:hidden;
}



#twitter p.tweet-time {
font-family:verdana;
color:#C0C0C0;
font-size:7pt;
letter-spacing:1px;
margin-top:1px;
padding-top:1px;
}

.entry-ccl {
display:none;
}


/* Float 버그 */
.floatWrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.floatWrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html .floatWrapper {height: 1%;}
/* End hide from IE-mac */
