@charset "utf-8";

html {
	background:#fff;
}

body {
	font:11pt Dotum, 돋움, Tahoma, AppleGothic, Sans-serif;
	color:#333;
}

a { text-decoration:none; }
a:link, a:visited {color:#c33; }
a:hover, a:active {color:#f66; }

/* Misc */
button { border:none; cursor:pointer;}
img {border:none;}
br {letter-spacing:0;}
.clear {clear:both;}

/* Clearing fix */
.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 */


#menu, .cWriteForm, .gWriteForm, .paging, #category, #footer, #misc, .admin, .list img 
{display:none;}

/*-------------------------------*/
/* Layout */
/*-------------------------------*/
#wrapper { width:640px; }
#header { height:50px;}
#contentColumn { 
	padding:30px 0 0; 
	width:640px; 
}

/*-------------------------------*/
/* Default font */
/*-------------------------------*/
h1 {
	font:1.8em 'Trebuchet MS',Helvetica, Arial, Sans-Serif;
}
h1 a:link, h1 a:visited {color:#000 !important;} 
h1 a:hover, h1 a:active {color:#fff !important;}

h2 {
	font:bold 1.3em gulim, 굴림, Tahoma, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	color:#900;
	margin:0;
}

h3 {
	font:bold 1em gulim;
	letter-spacing:-1px;
	color:#acb7b6;
}

h4 {
	margin:25px 0 0;
	font:1.4em 'Trebuchet MS',Helvetica, Arial, Sans-Serif;
	color:#888;
}

.smallText {
	font:0.8em 'Franklin Gothic Medium','Trebuchet MS',Helvetica, Arial, Sans-Serif;
	letter-spacing:0;
	color:#999;
}
.smallText a:link, .smallText a:visited  { color:#999 !important; }
.smallText a:hover, .smallText a:active { background-color:#eee !important; color:#333 !important;}

/*===============================*
/* Content *
/*===============================*
/*-------------------------------*/
/* Search list */
/*-------------------------------*/
.searchList {
	margin-bottom:50px;
}

.searchList ol {
	list-style:none;
}

.searchList ol li {
	border-bottom:1px solid #eee;
}

.searchList span.cnt {
	font-size:0.9em
	color:#999; 
}

/*-------------------------------*/
/* Protected contnet */
/*-------------------------------*/
.protectedBody {
	padding-bottom:20px;
}

.protectedBody .warn {
	margin:30px 0 10px;
	font-size:0.9em;
}

.protectedBody input.ppw {
	width:100px;
}

.protectedBody input.submitBtn {
	width:50px;
	height:19px;
	font-size:0.9em;
}


/*-------------------------------*/
/* Subject */
/*-------------------------------*/
.subject {
	margin-bottom:20px;
}

.article {
	padding:10px 0 20px;
	width:640px;
	overflow:hidden;
	letter-spacing:-1px;
	text-align:justify;
}
.article a {border-bottom:1px dashed tomato;}

blockquote {
	margin:20px 0;
	padding:5px 10px;
	width:620px;
	border-left:2px solid #c66;
	font-size:0.9em;
	color:#933;
}

.imageblock {
	border:none;
	margin:0 0 15px;
}
.imageblock * { 
	border:none !important; 
}
.imageblock img {
	border:6px solid #eee !important;
	background-color:#fff;
	vertical-align:middle;
}

.cap1 {
	padding-top:3px;
	text-align:center;
	font-size:0.9em;
	color:#666;
}

.moreless_bottom {
	display:none;
}
.moreless_fold span, .moreless_top span, .moreless_bottom span {
	background:#f5f5f5;
	color:#333;
}
.moreless_content {
	margin-top:5px;
	padding:15px 0;
	background-color:#f7f7f7;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

/*tag */
p.pTag {
	font-size: 0.9em
}

/* Comment, Trackback toggle button */
.ctBtn {
	padding-bottom:8px;
}

.ctBtn a { font:1em 'Franklin Gothic Medium','Trebuchet MS', Helvetica, Arial, Sans-Serif; }
.ctBtn a:link, .ctBtn a:visited { color:#999 !important; border:none; }
.ctBtn a:hover, .ctBtn a:active { color:#333 !important; }

/*-------------------------------*/
/* Trackback */
/*-------------------------------*/
.trackbackUrl {
	font:0.9em 'Franklin Gothic Medium','Trebuchet MS', Helvetica, Arial, Sans-Serif;
	color:#808080;
	background-color:#eee;
}

.trackback ol {
	list-style:none;
	margin:0;
	padding:0 0 15px;
}

.trackback ol li {
	margin:0 0 15px;
	padding:10px 0 0;
	text-align:justify;
}

/*-------------------------------*/
/* Comment, Guestbook list */
/*-------------------------------*/
.commentList {
	margin-bottom:20px;
}

.commentList ol {
	margin-top:5px;
	list-style:none;
	margin:0;
	padding:0;
}

.guestList ol {
	list-style:none;
	margin:0;
	padding:0;
}

.list li {
	
	margin:2px 0 0;
	padding:0 0 5px;
	background-color:#f7f7f7;
	border-bottom:1px solid #eee;
	overflow:hidden;
}

.list ol li div {
	padding-top:6px;
}

.list ol li span {
	display:block;
}


.list ol li p {
	margin: 15px 0 8px;
}

/* Reply */
.list ol li.odd {
	margin-top:1px;
	background-color:#e9e9e9;
	border:none;
	padding-left:30px;
}



/*-------------------------------*/
/* Location log */
/*-------------------------------*/
.location {
	margin-bottom:30px;
}

.location .place 
{
	border-top:solid 3px #fff;
	border-bottom:solid 1px #eee;
	color:#999;
}

.location .info {
	border-top:solid 3px #fff;
	border-bottom:solid 1px #eee;
}

.location .indent0 {
	color:#666;
	font-weight:bold;
}
.location .indent20 {color:#666; }
.location .indent40 {color:#888; }
.location .indent60 {color:#999; }

/*-------------------------------*/
/* Tag cloud */
/*-------------------------------*/
.taglog ul {
	margin-bottom:30px; 
	text-align:justify;
}

.taglog li {
	display:inline;
	font-family: Tahoma, 'Franklin Gothic Medium', Verdana, gulim, 굴림, Sans-Serif; 
	line-height: normal;
	text-align: center;
}

.taglog li a.cloud1 { font-size: 2.5em; }
.taglog li a.cloud2 { font-size: 2.2em; color:#1c79a8 !important; }
.taglog li a.cloud3 { font-size: 1.8em; color:#4c91b4 !important; }
.taglog li a.cloud4 { font-size: 1.3em; color:#76a7bf !important; }
.taglog li a.cloud5 { font-size: 0.9em; color:#9cb3bf !important; }