@charset "utf-8";

* {
	margin:0;
	padding:0;
	}

html {font-size:62.5%}

body{
	font:9pt/1.5em Dotum, 돋움, AppleGothic, Sans-serif;
	background-color:#333;
	color:#000;
	}

a {text-decoration:none;}
a:link, a:visited {color:#af3281;}
a:hover, a:active {color:#603;}

/* misc */
button {border:none;}
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 {display:none;}

#footer {display:none;}

/*-------------------------------*/
/* 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;
	letter-spacing:0;
	}
.smallText a:link, .smallText a:visited  {color:#6b8984;}
.smallText a:hover, .smallText a:active {
	background-color:#eee;
	color:#35645c;
	}

/*smallText2*/
.smallText2 {
	font:0.8em 'Franklin Gothic Medium', Verdana, Sans-Serif;
	letter-spacing:0;
	}

/* date 부분, 밝은 글씨 */
.light {color:#ccc;}

/*-------------------------------*/
/* Header */
/*-------------------------------*/
.title {height:10em;}

.btn_title {
	background:url(./images/btn_title.gif) no-repeat 0 0;
	width:400px;
	height:70px;
	}

/*-------------------------------*/
/* Contents Column */
/*-------------------------------*/
/* Search list */
.searchList {
	margin-bottom:50px;
	font:1em/1.5em Dotum, 돋움, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	}

.searchList ol {list-style:none;}

.searchList ol li {border-bottom:1px solid #eee;}

/* Protected posts */
.protectedBody {
	padding:1em 0 5em;
	background:url(./images/bg_postBottom.gif) repeat-x 0 100%;
	}
.protectedBody p {
	font-size:0.9em;
	margin-bottom:0.8em;
	}
.protectedBody input.submitBtn {
	width:50px;
	height:19px;
	}

/* Entries */
.article {
	text-align:justify;
	letter-spacing:0;
	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;
	}

.article {padding-bottom:1.5em;}

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;
	letter-spacing:-1px;
	}

/* 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:20px 0 35px;
	}
.postInfo ul {
	list-style:none;
	}
.postInfo ul li{
	background: url(./images/bullet_postInfo.gif) 2px 50% no-repeat;
	padding-left:24px;
	font-size:0.9em;
	letter-spacing:-1px;
	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) 4px 6px no-repeat;
	margin:0;
	padding:0 0 0 20px;
	font-size:0.9em;
	}
.trackbackUrl span.url {
	text-decoration:underline;
	}
.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;
	letter-spacing:-1px;
	}
	
/* 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;
	letter-spacing:-1px;
	}

/* Reply */
.commentList .odd, .guestList .odd {
	background:#f7f7f7 url(./images/bullet_reply.gif) 2px 2px no-repeat;
	padding:5px 5px 5px 25px;
	}

/* Write form */
.writeForm {display:none;}

/* Tag cloud */
.taglog ul { 
	padding:5px; 
	margin:0; 
	text-align:justify;
	}
.taglog li { 
	display:inline; 
	font-family: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;
	}