@charset "utf-8";

* {
	margin:0;
	padding:0;
	}
	
html {font-size:62.5%}

body {
	font:1.2em/1.5em Dotum, 돋움, AppleGothic, Sans-Serif;
	background-color:#333;
	color:#808080;
	}

a {text-decoration:none;}
a:link, a:visited {color:#af3281;}
a:hover, a:active {color:#b6447c;}

/* misc */
button {border:none; cursor:pointer;}
img {border:none;}
br {letter-spacing:0;}
.clear {clear:both;}

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

/*-------------------------------*/
/* Layout */
/*-------------------------------*/
#wrapper {
    width:720px;
    margin:20px auto 0;
    position:relative;
	}
	
#header {
    height:150px;
    background:#fff url(./images/bg_header.gif) no-repeat 50% 0;
    padding:55px 40px 0 40px;
    text-align:center;
	}

#mBody {
    background-color:#fff;
    width:100%;
    clear:both;
	}
	
#contentColumn {
    float:left;
    display:inline;
    width:450px;
    padding:20px 0 0 40px;
    overflow:hidden;
	}

#sideBar {
    float:left;
    display:inline;
    width:160px;
    padding:0 0 30px 30px;
    overflow:hidden;
	}

#footer {
    clear:both;
    width:720px;
    height:60px;
    background:url(./images/bg_footer.gif) no-repeat 50% 0;
	}
	
/*-------------------------------*/
/* Headings */
/*-------------------------------*/
h1 { 
	font:2em 'Trebuchet MS', Gulim, 굴림, Helvetica, Sans-Serif;
	color:#edbed7;
	letter-spacing:-1px;
	}
h1 a:link, h1 a:visited {color:#edbed7;} 
h1 a:hover, h1 a:active {color:#b6447c;}

h2 { 
	color:#acb7b6;
	font:bold 1.2em Gulim, 굴림, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	margin:0 0 5px;
	}
h2 a:link, h2 a:visited {color:#b77695;}
h2 a:hover, h2 a:active {color:#b6447c;}

h3 { 
	font:1.4em 'Trebuchet MS', Verdana, Sans-Serif;
	margin:25px 0 0;
	color:#7a7a7a;
	}

h4 { 
	font-size:1.2em;
	}
h4 a:link, h4 a:visited {color:#669818;}
h4 a:hover, h4 a:active {color:#7ab61a;}

/*smallText*/
.smallText {
	font:0.75em 'Franklin Gothic Medium', Verdana, Sans-Serif;
	color:#999;
	}
.smallText a:link, .smallText a:visited  {color:#6b8984;}
.smallText a:hover, .smallText a:active {color:#35645c; background-color:#eee;}

/*smallText2*/
.smallText2 {
	font:0.8em 'Franklin Gothic Medium', Verdana, Sans-Serif;
	}

/* date 부분, 밝은 글씨 */
.light {color:#ccc;}	

/*-------------------------------*/
/* Header */
/*-------------------------------*/
.title {height:10em;}

.btn_title {
	background:url(./images/btn_title.gif) no-repeat 0 0;
	width:400px;
	height:70px;
	}

/* menu */
.tabMenu ul {
	text-align:center;
	list-style:none;
	border-bottom:1px solid #ddd;
	}

.tabMenu li {
	display:inline;
	margin:0 .2em;
	}

.tabMenu a {
	padding:0 .5em .1em;
	text-decoration:none;
	border:1px solid #ddd;
	border-bottom:0 none;
	background-color:#f7f7f7;
	font:1em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.tabMenu a:link, .tabMenu a:visited {color:#666;}
.tabMenu a:hover {color:#666; background-color:#fff;}

/* 활성화된 메뉴 글꼴 */
#tt-body-page .tab_page a, #tt-body-page .tab_page a:hover,
#tt-body-search .tab_page a, #tt-body-search .tab_page a:hover,
#tt-body-archive .tab_page a, #tt-body-archive .tab_page a:hover,
#tt-body-category .tab_page a, #tt-body-category .tab_page a:hover,
#tt-body-entry .tab_page a, #tt-body-entry .tab_page a:hover,
#tt-body-tag .tab_tag a, #tt-body-tag .tab_tag a:hover,
#tt-body-notice .tab_notice a, #tt-body-notice .tab_notice a:hover,
#tt-body-guestbook .tab_talk a, #tt-body-guestbook .tab_talk a:hover,
#tt-body-media .tab_media a, #tt-body-media .tab_media a:hover
	{
	background-color:#fff;
	padding:0 .5em .2em;
	color:#91155b;
	}

/* 활성화된 메뉴 탭 스타일 */
#tt-body-page .tabMenu ul li.tab_page,
#tt-body-search .tabMenu ul li.tab_page,
#tt-body-archive .tabMenu ul li.tab_page,
#tt-body-category .tabMenu ul li.tab_page,
#tt-body-entry .tabMenu ul li.tab_page,
#tt-body-tag .tabMenu ul li.tab_tag,
#tt-body-notice .tabMenu ul li.tab_notice,
#tt-body-guestbook .tabMenu ul li.tab_talk,
#tt-body-media .tabMenu ul li.tab_media
	{
	border-bottom:1px solid #fff;
	font-weight:bold;
	}
/*-------------------------------*/
/* Contents Column */
/*-------------------------------*/
/* Search list */
.searchList ol {
	padding-top:10px;
	list-style:none;
	}

.searchList ol li {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #eee;
	}

.searchList ol li span {
	float:right;
	font:0.75em 'Franklin Gothic Medium', Verdana, Sans-Serif;
	color:#999;
	}

.searchList ol li a {
	padding-left:12px;
	background:url(./images/bullet_arrow.gif) no-repeat 0 50%;
	font:bold 1em Dotum, 돋움, AppleGothic, Sans-Serif;
	color:#b6447c;
	}
	.searchList ol li a:hover {color:#e793bc;}

/* Entries */
.article {
	text-align:justify;
	padding-bottom:1em;
	width:100%;
	overflow:hidden;
	}

/* Administer */
.adminMenu {
	margin-bottom:2em;
	background-color:#fbfbf1;
	padding:.4em 5px;
	border:1px dashed #ddd;
	font-size:.9em;
	}

.subject {margin-bottom:20px;}

.subject .sInfo {
	padding-left:15px;
	background:url(./images/bullet_clock.gif) left 50% no-repeat;
	font:.8em 'Trebuchet MS', Sans-Serif;
	color:#999;
	}

.subject .sInfo a {text-decoration:none;}
.subject .sInfo a, .subject .sInfo a:visited {color:#999;}
.subject .sInfo a:hover, .subject .sInfo a:active {color:#323232;}

blockquote {
    padding:30px 20px 0 20px;
    margin:10px 10px 10px 15px;
	background:url(./images/bullet_qu.gif) no-repeat 0 0;
	color:inherit;
	letter-spacing:-1px;
	}

.imageblock {
	margin:0 0 1.5em;
	border:none;
	}
.imageblock * {
	border:none !important;
	}
.imageblock img {
	background-color:#fff;
	padding:6px;
	border:1px solid #ddd !important;
	vertical-align:middle;
	}
	
/* caption */
.cap1 {
    margin-top:.5em;
	font-size:0.9em;
	text-align:center;
	color:#999;
    }

/* More/Less */
.moreless_fold {
	padding-left:20px; 
	background:url(./images/ico_plus.gif) no-repeat 0 50%;
	} 

.moreless_top  {
	padding-left:20px; 
	background:url(./images/ico_minus.gif) no-repeat 0 50%;
	margin-bottom:.5em;
	}

.moreless_bottom {
	display:none;
	}

.moreless_fold span, .moreless_top span, .moreless_bottom span {
	background:#f5f5f5;
	color:#333;
	}

.moreless_content {
	background-color:#fafaf8;
	padding:1em;
	margin-bottom:2em;
	border:solid 1px #f0f0e6;
	}

/* list */
.article ul {
	list-style:none;
	margin-left:20px;
	}

.article ul li{
	padding-left:20px;
	background:url(./images/bullet_ul.gif) no-repeat 0 45%; 
	}

.article ol {margin-left:40px;}

.article em {
	font-style:normal;
	font-weight:bold;
	color:#666;
	background-color:#eee;
	}

.article del {color:#ccc;}

/* Post infomation */
.postInfo {
	background:url(./images/bg_postBottom.gif) 0 bottom repeat-x;
	padding:10px 0 35px;
	}

.postInfo ul {
	list-style:none;
	}

.postInfo ul li{
	background: url(./images/bullet_postInfo.gif) 2px 50% no-repeat;
	padding-left:15px;
	font-size:0.9em;
	color:#aaa;
	}

.postInfo ul li a {text-decoration:none;}
.postInfo ul li a, .postInfo ul li a:visited {color:#999;}
.postInfo ul li a:hover, .postInfo ul li a:active {color:#323232;}

/* toggle button */
.cntBtn a {font-weight:bold;}
.cntBtn a:link, .cntBtn a:visited {color:#999; border:none;}
.cntBtn a:hover, .cntBtn a:active {color:#323232;}

/* Trackback */
.trackbackUrl {
	background:url(./images/bullet_uri.gif) no-repeat 4px 6px;
	margin:0;
	padding:0 0 0 20px;
	font-size:0.9em;
	}

.trackback ol {
	margin:10px 0 10px 0;
	list-style:none;
	border-bottom:1px dashed #ddd;
	}

.trackback ol li{
	background:url(./images/bullet_trackback.gif) left 7px no-repeat;
	margin-bottom:5px;
	padding:5px 0 5px 25px;
	}

.trackback ol li p {
	text-align:justify;
	}
	
/* Comment list */
.commentList {margin-bottom:20px;}
.guestList {margin-top:20px;}

.commentList ol, .guestList ol {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	}

.commentList ol li, .guestList ol li {
	background: url(./images/bullet_comment.gif) 0 3px no-repeat;
	margin:5px 0 8px 0;
	padding-left:25px;
	}

.commentList ol li p, .guestList ol li p {
	margin: 5px 0 8px;
	}

/* Reply */
.commentList ol li.odd, .guestList ol li.odd {
	background:#f7f7f7 url(./images/bullet_reply.gif) 2px 2px no-repeat;
	padding:5px 5px 5px 25px;
	}

/* Write form */
.writeForm {
	margin:20px 0 30px;
	}

.writeForm span.message {
	background:url(./images/bullet_message.gif) left 50% no-repeat;
	padding-left:15px;
	}

fieldset {
	margin-top:10px;
	border:none;
	}

.writer {margin:5px 0;}

label {
	padding-left:2px;
	width:85px;
	font:0.8em Verdana;
	}

label span {
	color:#bbb;
	}

input{
	background-color:#fff;
	padding:2px 5px 0 5px;
	width: 150px;
	height:15px;
	font-size:11px;
	color:#666;
	border:1px solid #ddd;
	}

textarea {
	padding:5px 0;
	width:100%;
	height:100px;
	overflow:auto;
	border:1px solid #ddd;
	background:#fff;
	font:12px dotum;
	color:#666;
	}

.checkbox {
	border:0;
	background:none;
	width:15px;
	margin:0 0 0 2px;
	padding:0;
	}

.submit input {
	background-color:#fff;
	margin:15px 0;
	padding-bottom:5px;
	width:80px;
	height:25px;
	border:1px solid #aaa;
	}

/* Round Box */
.writeForm {background:#f7f7f7;}

.rTop div {background:url(./images/r_tl.gif) no-repeat top left;}
.rTop {background:url(./images/r_tr.gif) no-repeat top right;}
.rBottom div {background:url(./images/r_bl.gif) no-repeat bottom left;}
.rBottom {background:url(./images/r_br.gif) no-repeat bottom right;}

.rTop div, .rTop, .rBottom div, .rBottom {
	width:100%;
	height:7px;
	font-size:1px;
	}

.rContent { 
	margin:0 7px; 
	padding:10px; 
	}

/* Tag Cloud */
.taglog ul { 
	padding:5px; 
	margin:0; 
	text-align:justify;
	}

.taglog li { 
	display:inline; 
	font-family:'Malgun Gothic', '맑은 고딕', Dotum, 돋움, AppleGothic, Helvetica, Sans-Serif;
	line-height:2em
	}

.taglog li a.cloud1 {font-weight:bold; font-size: 2.2em; color:#b6447c;}
.taglog li a.cloud2 {font-weight:bold; font-size: 1.8em; color:#cc7ba3;}
.taglog li a.cloud3 {font-weight:bold; font-size: 1.4em; color:#dbb2c6;}
.taglog li a.cloud4 {font-size:1.1em; color:#d4c6cd;}
.taglog li a.cloud5 {font-size:0.9em; color:#999;}
.taglog li a:hover {color:#b6447c; background-color:#f5f5f5;}

/* page navigation */
.paging {
	margin:50px 0 70px;
	color:#ccc;
	font:0.8em Verdana;
	text-align:center;
	}

.paging a:link, .paging a:visited {color:#666;}

/* selected */
.paging .selected {
	font-weight:bold;
	color:#b6447c;
	border-bottom:1px solid #c09;
	}

/* Notice to Profile */
#tt-body-notice .paging {display:none;}

/*-------------------------------*/
/* Side bar */
/*-------------------------------*/
.searchForm .sInput {
	background-color:#f7f7f7;
	padding-top:3px;
	width:120px;
	height:14px;
	border:1px solid #e9e9e9;
	}
	
/* Search */
.searchForm .searchSubmit {
	background:url(./images/btn_search.gif) 50% 50% no-repeat;
	margin-left:3px;
	width:20px;
	height:20px;
	border:none;
	}

/* Categories */
.category ul {
	margin-top:.5em;
	list-style:none;
	}

.category li a {
	font-size:.9em;
	display:block;
	background-color:#f5f5f5;
	border-bottom:1px solid #fff;
	}

.category li a:link, .category ul a:visited {color:#808080;}
.category li a:hover, .category li a:active {color: #e793bc; background-color:#eee;}

/* 1 depth */
.category ul li ul {
	margin:0;
	}

.category ul li ul li a {
	background-color:#fff;
	border-bottom:1px solid #eee;
	}

.category ul li ul li a:link, .category ul li ul li a:visited {color:#b6447c;}
.category ul li ul li a:hover, .category ul li ul li a:active{color: #e793bc; background-color:#f5f5f5;}

/* selected */
.category ul li .selected a {
	background:#f5f5f5;
	font-weight:bold;
	}

.category ul li .selected ul li a {
	background:#fff url(./images/bullet_arrow.gif) no-repeat 0 45%;
	font-weight:normal;
	}

.category ul li ul li .selected a {
	background:#f5f5f5 url(./images/bullet_arrow.gif) no-repeat 0 45%;
	}

/* count  */
.c_cnt { font:0.9em Verdana; color:#cb89b3;}

/* common */
.recent ul {
	margin:10px 0 0 5px;
	padding:0;
	list-style:none;
	}

.recent ul li {
	font:0.9em/1.5em Dotum, Verdana, Sans-Serif;
	border-bottom:1px solid #eee;
	}

.recent ul li a:link, .recent ul li a:visited {
	color:#9a9a9a;
	width:155px;
	overflow:hidden;
	}

.recent ul li a:hover, .recent ul li a:active {
	color:#b6447c;
	background-color:#f5f5f5;
	}

.recent ul li a {
	display:block;
	height:35px;
	}
.recent a:link .sbName, .recent a:visited .sbName {color:#bbb;}
.recent a:hover .sbName, .recent a:active .sbName {color:#be91a7;}
.recent a:link .sbDate, .recent a:visited .sbDate {color:#cacaca;}
.recent a:hover .sbDate, .recent a:active .sbDate {color:#666;}

/* calendar */
.cal_week1, .cal_week2, .cal_day  {
	text-align:center;
	}

.cal_month { 
	text-align:left;
	font:0.75em 'Franklin Gothic Medium', Helvetica, Sans-Serif;
	}

.cal_week1, .cal_week2 {
	border-top:1px solid #eee; 
	border-bottom:1px solid #eee; 
	height:15px;
	font: normal 0.8em Dotum, 돋움, AppleGothic, Sans-Serif !important;
	color:#999;
	}

.cal_week { 
	background-color:#f5f5f5; 
	height: 15px;
	font: normal 0.8em 'Trebuchet MS', Helvetica, Sans-Serif !important;
	}

.cal_day4 {
	background-color:#fff; 
	font-weight:bold;
	}

a.cal_click {
	display:block;
	width:100%; 
	}

a.cal_click:link, a.cal_click:visited {text-decoration:underline;}
a.cal_click:hover, a.cal_click:active {color:#ff007d; font-weight:bold;}

/* License */
.license {margin-top:25px;}

.license p {
	margin:10px 0;
	padding-left:5px;
	}

.license a:hover {text-decoration:underline;}

.btn_tattertools {
	background:url(./images/btn_tattertools.gif) no-repeat 0 0;
	width:30px;
	height:25px;
	}

/* Counter */
.counter {
	margin-top:15px;
	padding:0 4px;
	}

.counter ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.counter ul li {
	font:0.75em/1.2em 'Franklin Gothic Medium', Verdana, Sans-Serif;
	color:#5a5a5a;
	}

.counter ul li.cloudy {color:#aaa;}

/* RSS */
.btn_rss {
	background: url(./images/btn_rss.gif) left 50% no-repeat;
	margin:15px 0 0 2px;
	padding:2px 0 0 15px;
	width:70px;
	color:#666;
	}

/*-------------------------------*/
/* AdSense */
/*-------------------------------*/
.ad125 {
    float:right;
    width:204px;
    height:178px;
    background:url(./images/bg_paper.jpg) top no-repeat;
    }

.ad125Paper {
    padding:28px 0px 0px 45px;
    }
 
.ad336 {
    margin-top:20px;
    padding:10px;
    border:1px solid #eee;
    text-align:center;
    }