@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html { cursor: url(http://cur.cursors-4u.net/nature/nat-10/nat943.cur),default;}


a:hover { cursor: url(http://cur.cursors-4u.net/nature/nat-10/nat943.cur), progress !important;}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}

/* STYLE */

* {
	font-family: gulim, dotum, serif;
	font-size: 11px;
	color: #555;
}

div>div>a[href^='/toolbar']{display:none;}

body {
	font-family: gulim, dotum, serif;
	font-size: 11px;
	color: #555;
	background: url(./images/bg.jpg);
}

.wrap {
	width: 960px;
	height: 750px;
	margin: 50px auto;
	padding: 20px;
	padding-bottom: 0;
	background-color: rgba(255,255,255,.4);
}

/*header*/

.header {
	float: left;
	margin: 0 10px;
	width: 220px;
	height: 700px;
	text-align: right;
}

	.header .profile img {
		margin: 50px 0 20px;
		width: 220px;
		height: 220px;
	}
	
	.header .menu {
		display: inline-block;
	}
	
		.header .menu li {
			float: right;
			clear: both;
			margin-bottom: 10px;
		}
	
		.header .menu li a:hover {
			background-color: #b05ea9;
			color: #fff;
		}
	
	.header .category {
		margin-top: 20px;
	}
		
		.header .category select {
			padding: 2px;
			width: 100px;
			border: 1px solid #eee;
		}
		
	.header .search {
		margin-top: 5px;
	}

		.header .search input[type="text"] {
			padding: 2px;
			width: 94px;
			border: 1px solid #eee;
		}
		
	.header .counter {
		margin-top: 20px;
	}

.contents {
	float: left;
	margin: 0 10px;
	width: 700px;
	height: 700px;
	overflow-x: visible;
	overflow-y: scroll;
	-ms-overflow-style: none; 
	overflow: -moz-scrollbars-none;
}

	::-webkit-scrollbar { 
		display: none; 
	}

/* search list */

.searchList {
	margin-bottom: 20px;
}

	.searchList .title {
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
	}
	
	.searchList ul {
		padding: 20px;
		background-color: rgba(255,255,255,.6);
	}
	
	.searchList li {
		height: 35px;
		line-height: 35px;
		border-bottom: 1px dashed rgba(255,255,255,.4);
		overflow: hidden;
	}
	
		.searchList .date {
			color: #b05ea9;
		}
		
		.searchList a {
			margin-left: 5px;
		}
		
		.searchList .cnt {
			color: #fff;
		}
		
.guest {
}

.guest .title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

/* guest write */

.guest .guestWrite {
	margin-bottom: 20px;
	padding: 20px;
	background-color: rgba(255,255,255,.6);
}

	.guestWrite table {
		width: 100%;
	}
	
		.guestWrite table tr {
			height: 30px;
		}
		
		.guestWrite table th {
			padding-right: 5px;
			text-align: right;
			vertical-align: middle;
		}
		
		.guestWrite table td {
			vertical-align: middle;
		}
		
		.guestWrite td input[type="text"],
		.guestWrite td input[type="password"] {
			width: 100px;
			padding: 2px;
			border: 1px solid #eee;
		}
		
		.guestWrite td textarea {
			margin-top: 10px;
			width: 654px;
			height: 60px;
			padding: 2px;
			border: 1px solid #eee;
			resize: vertical;
		}
		
		.guestWrite .submit {
			text-align: right;
		}
		
		.guestWrite td input[type="submit"] {
			background-color: rgba(0,0,0,0);
			border: 0 none;
			cursor: pointer;
		}

/* guest list */

.guest .guestList {
	margin-bottom: 20px;
	padding: 0 20px;
	background-color: rgba(255,255,255,.6);
}

	.guest .guestList ul {
		display: inline-block;
		width: 100%;
	}

		.guestList ul li {
			margin: 20px 0;
			line-height: 20px;
		}
		
			.guestList ul li .name, .guestList ul li .name a {
				color: #b05ea9;
				font-weight: bold;
			}
			
			.guestList ul li .date {
				color: #fff;
			}
			
			.guestList ul li .control a {
				color: #ccc;
			}
			
		.guestList ul li ul li {
			margin-bottom: 0;
			padding-left: 10px;
			border-left: 5px solid #fff;
		}

/* entry notice */

.noticeWrap {
	margin: 0;
}

.entryNotice {
	display: inline-block;
	margin: 0 10px 20px;
	width: 155px;
	height: auto;
	background-color: rgba(255,255,255,.6);
}

	.entryNotice .date {
		padding-right: 10px;
		height: 30px;
		line-height: 30px;
		text-align: right;
		color: #fff;
	}
	
	.entryNotice .article {
		padding: 10px;
		padding-top: 0;
		line-height: 15px;
		white-space: normal;
		word-break: break-all;
	}
	
	.entryNotice .article .entry-ccl {
		display: none;
	}
	
	.entryNotice .article .imageblock {
		width: 135px !important;
	}
	
	.entryNotice .article .imageblock img {
		max-width: 135px;
		height: auto;
	}

/* entry protected */

.entryProtected {
	height: 50px;
	line-height: 50px;
	text-align: center;	
}

	.entryProtected input[type="password"] {
		width: 100px;
		padding: 2px;
		border: 1px solid #eee;
	}
	
	.entryProtected input[type="button"] {
		background-color: rgba(0,0,0,0);
		border: 0 none;
		cursor: pointer;
	}
		
.entry {
	margin-bottom: 10px;
}

/* entry */

.entry .entryTitle {
	padding-top: 10px;
	height: 40px;
	line-height: 15px;
	text-align: center;
}

	.entryTitle .title {
		font-weight: bold;
	}
	
	.entryTitle .date {
		color: #fff;
	}
	
	.admin {
		color: #fff;
		letter-spacing: 3px;
	}
	
		.admin a {
			letter-spacing: 0;
		}
		
.entry .article {
	padding: 20px 0;
	text-align: center;
	line-height: 20px;
	background-color: rgba(255,255,255,.6);
}

	.entry .article .another_category {
		display: none;
	}
	
	.entry .article .entry-ccl {
		display: none;
	}
	
	.entry .article .imageblock {
		width: 700px !important;
	}
	
	.entry .article .imageblock img {
		max-width: 700px;
		height: auto;
	}

/* tag */

.entry .tag {
	position: relative;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,.6);
}

	.entry .tag a {
		color: #b05ea9;
	}
	
	.entry .tag .trackback {
		float: right;
	}
	
		.entry .tag .trackback a {
			color: #fff;
		}

/* trackback, reply */		

.entry .entryActionTrail a {
	display: block;
	margin: 10px auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #b05ea9;
	font-size: 16px;
	color: #fff;
}

/* reply list */

.reply .replyList {
	margin-bottom: 20px;
	padding: 0 20px;
	background-color: rgba(255,255,255,.6);
}

	.reply .replyList ul {
		display: inline-block;
		width: 100%;
	}

		.replyList ul li {
			margin: 20px 0;
			line-height: 20px;
		}
		
			.replyList ul li .name,
			.replyList ul li .name a {
				color: #b05ea9;
				font-weight: bold;
			}
			
			.replyList ul li .date {
				color: #fff;
			}
			
			.replyList ul li .control a {
				color: #ccc;
			}
			
		.replyList ul li ul li {
			margin-bottom: 0;
			padding-left: 10px;
			border-left: 5px solid #fff;
		}

/* reply write */

.reply .replyWrite {
	padding: 20px;
	background-color: rgba(255,255,255,.6);
}

	.replyWrite table {
		width: 100%;
	}
	
		.replyWrite table tr {
			height: 30px;
		}
		
		.replyWrite table th {
			padding-right: 5px;
			text-align: right;
			vertical-align: middle;
		}
		
		.replyWrite table td {
			vertical-align: middle;
		}
		
		.replyWrite td input[type="text"],
		.replyWrite td input[type="password"] {
			width: 100px;
			padding: 2px;
			border: 1px solid #eee;
		}
		
		.replyWrite td textarea {
			margin-top: 10px;
			width: 654px;
			height: 60px;
			padding: 2px;
			border: 1px solid #eee;
			resize: vertical;
		}
		
		.replyWrite .submit {
			text-align: right;
		}
		
		.replyWrite td input[type="submit"] {
			background-color: rgba(0,0,0,0);
			border: 0 none;
			cursor: pointer;
		}
		
/* page */
		
.page {
	clear: both;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

	.page a {
		color: #fff;
	}

	.page .numbox a {
		margin: 0 2px;
		color: #555;
	}
	
	.page .numbox .selected {
		color: #b05ea9;
	}

/* footer */

.footer {
	clear: both;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}

	.footer a {
		color: #fff;
	}

/* secret */

.checkbox {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 20px;
	height: 12px;
}

	.checkbox input[type="checkbox"] {
		display: none;
	}

	.checkbox .bar {
		position: absolute;
		display: inline-block;
		top: 3px;
		left: 0;
		width: 20px;
		height: 6px;
		background-color: #ddd;
		border-radius: 5px;
	}

	.checkbox .check {
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		height: 12px;
		background-color: rgba(255,255,255,.4);
		border-radius: 10px;
		cursor: pointer;
	}

