﻿@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;
}

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: calibri, gulim, dotum, serif;
	font-size: 11px;
	color: #555;
}

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

.wrap {
	position: relative;
	margin: 50px auto 30px;
	width: 960px;
}

.contents {
	float: left;
	margin: 0 10px;
	width: 780px;
}

.contents .searchList {
	margin-bottom: 50px;
}

	.contents .searchList .title {
		height: 20px;
		line-height: 20px;
		text-align: right;
		border-bottom: 1px solid #ddd;
	}
	
	.contents .searchList li {
		height: 25px;
		line-height: 25px;
		border-bottom: 1px dashed #ddd;
		overflow: hidden;
	}
	
		.contents .searchList li a {
			padding: 0 10px;
			display: block;
		}
		
		.contents .searchList li a:hover {
			background-color: #eee;
		}
		
		.contents .searchList li a .date {
			margin-right: 10px;
			color: #aaa;
		}
		
.entryProtected {
	text-align: center;
	margin-bottom: 100px;
}

	.entryProtected input[type="password"] {
		padding: 0 10px;
		width: 120px;
		height: 20px;
		border: 0 none;
		border-bottom: 1px dashed #ddd;
		outline: 0;
	}
	
	.entryProtected input[type="button"] {
		padding: 0 10px;
		height: 20px;
		background-color: #fff;
		border: 0 none;
		outline: 0;
	}
		
.entryNotice {
	margin-bottom: 50px;
}
		
	.entryNotice .entryNoticeTitle {
		height: 25px;
		line-height: 25px;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
		text-align: center;
	}
	
	.entryNotice .article {
		padding: 10px 0;
		line-height: 15px;
	}
	
		.entryNotice .article .another_category {
			display: none;
		}
		
		.entryNotice .article .entry-ccl {
			display: none;
		}
		
		.entryNotice .article .imageblock {
			width: 780px !important;
		}
		
		.entryNotice .article .imageblock img {
			max-width: 780px;
			height: auto;
		}		
		
.entry {
	margin-bottom: 100px;
}
		
	.entry .entryTitle {
		height: 25px;
		line-height: 25px;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
		text-align: center;
	}

	.entry .admin {
		height: 25px;
		line-height: 25px;
		border-bottom: 1px dashed #ddd;
		text-align: right;
		color: #aaa;
	}
	
.entry .article {
	padding: 10px 0;
	line-height: 15px;
}

	.entry .article .another_category {
		display: none;
	}
	
	.entry .article .entry-ccl {
		display: none;
	}
	
	.entry .article .imageblock {
		width: 780px !important;
	}
	
	.entry .article .imageblock img {
		max-width: 780px;
		height: auto;
	}
	
.entry .tag {
	height: 25px;
	line-height: 25px;
	color: #aaa;
}

.entry .entryActionTrail {
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

	.entry .entryActionTrail a {
		display: block;
	}
		
/* reply */
		
.entry .replyList {
	padding-top: 10px;
}

	.replyList ul li {
		margin-bottom: 20px;
	}

	.replyList ul li .date {
		color: #aaa;
	}
	
	.replyList ul li .control a {
		margin-left: 5px;
	}
	
	.replyList ul li div p {
		margin: 5px 0 10px;
		line-height: 15px;
	}
	
	.replyList ul li ul li {
		margin-left: 20px;
		margin-bottom: 0;
	}
	
.entry .replyWrite {
}

	.replyWrite .replyWriteHeader {
		margin: 10px 0;
	}
	
	.replyWrite .replyWriteHeader input[type="text"],
	.replyWrite .replyWriteHeader input[type="password"] {
		margin-right: 10px;
		width: 120px;
		height: 20px;
		border: 0 none;
		border-bottom: 1px dashed #ddd;
		outline: 0;
	}

	.replyWrite .replyWriteHeader .checkbox {
		float: right;
		line-height: 30px;
	}
	
		.replyWrite .replyWriteHeader .checkbox .check {
			color: #aaa;
			cursor: pointer;
		}
	
		.replyWrite .replyWriteHeader .checkbox input[type="checkbox"] {
			display: none;
		}
	
	.replyWrite textarea {
		width: 774px;
		height: 100px;
		resize: vertical;
		border: 1px solid #ddd;
		outline: 0;
	}
	
	.replyWrite input[type="submit"] {
		width: 780px;
		height: 20px;
		border: 0 none;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
		cursor: pointer;
		outline: 0;
	}

/* guest */

.guest .guestList {
	padding-top: 10px;
	margin-bottom: 50px;
}

		.guestList ul li {
			margin-bottom: 50px;
		}
	
		.guestList ul li .date {
			color: #aaa;
		}
		
		.guestList ul li .control a {
			margin-left: 5px;
		}
		
		.guestList ul li div p {
			margin: 5px 0 10px;
			line-height: 15px;
		}
		
		.guestList ul li ul li {
			margin-left: 20px;
			margin-bottom: 0;
		}
		
.guest .guestWrite {
	margin-bottom: 20px;
}

	.guestWrite .guestWriteHeader {
		margin-bottom: 10px;
	}
	
	.guestWrite .guestWriteHeader input[type="text"],
	.guestWrite .guestWriteHeader input[type="password"] {
		margin-right: 10px;
		width: 120px;
		height: 20px;
		border: 0 none;
		border-bottom: 1px dashed #ddd;
		outline: 0;
	}

	.guestWrite .guestWriteHeader .checkbox {
		float: right;
		line-height: 20px;
	}
	
		.guestWrite .guestWriteHeader .checkbox .check {
			color: #aaa;
			cursor: pointer;
		}
	
		.guestWrite .guestWriteHeader .checkbox input[type="checkbox"] {
			display: none;
		}
	
	.guestWrite textarea {
		width: 774px;
		height: 100px;
		resize: vertical;
		border: 1px solid #ddd;
		outline: 0;
	}
	
	.guestWrite input[type="submit"] {
		width: 780px;
		height: 20px;
		border: 0 none;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
		cursor: pointer;
		outline: 0;
	}
	

/* header */

.header {
	position: absolute;
	top: 0;
	right: 0px;
	margin: 0 10px;
	width: 140px;
	height: 500px;
}

	.header .profile img {
		width: 100%;
	}

	.header .menu { /*ul*/
		display: inline-block;
		width: 100%;
		margin: 10px 0;
		border-top: 1px solid #ddd;;
	}
	
	.header .menu li {
		width: 100%;
		line-height: 20px;
		border-bottom: 1px solid #ddd;
	}
	
	.header .menu li a {
		display: block;
		padding: 0 10px;
	}
	
	.header .menu li a:hover {
		background-color: #eee;
	}
	
	.header input[type="text"] {
		padding: 0 10px;
		width: 120px;
		height: 20px;
		border: 0 none;
		border-bottom: 1px dashed #ddd;
		outline: 0;
	}
	
	.header .counter {
		margin: 10px 0;
		text-align: right;
	}
	
	.header .submenu {
	}
	
	.header .submenu a {
		margin-right: 10px;
	}
	
	.header .submenu .top {
		float: right;
	}
	
.copyright {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
