@charset"utf-8";
::-moz-selection {
	background: #eee;
}
::selection {
	background: #eee;
}
/* ------------------------------------------------------------------- */

/* ***** 공통 ***** */

/* ------------------------------------------------------------------- */
/* 본문 공통 */
body {
	padding: 0;
	margin: 0;
	font: 11px '돋움';
	color: #333;
	background-color: #fff;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
/* 비밀 댓글 */
.hiddenComment .date {
	margin: 0 !important;
}
/* 이미지 아래 캡션 스타일 */
.cap1 {
	color: #333;
	text-align: center;
}
/* 그림 */
.imageblock {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* 그림 2개 배치 */
.dual {
	margin-bottom: 0px;
}
/* 그림 3개 배치 */
.triple {
	margin-bottom: 0px;
}
/* 본문 - more / less */
.moreless_fold span, .moreless_top span {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.moreless_fold span:hover, .moreless_top span:hover {
	background-color: #f5f5f5;
}
.moreless_bottom {
	display: none;
}
.moreless_content {
	padding-top: 20px;
}
/* 기타 */
hr {
	display: none;
}
img {
	border: 0;
}
textarea {
	border: 0;
}
.clear {
	clear: both;
}
.control a {
	color: #bbb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ------------------------------------------------------------------- */

/* ***** 레이아웃 ***** */

/* ------------------------------------------------------------------- */
#container {
	width: 734px;
	margin: 60px auto 10px;
	position: relative;
	overflow: hidden;
}
#sideWrap {
	display: block;
	float: left;
	position: relative;
}
#content {
	display: block;
	float: right;
	width: 542px;
	overflow: hidden;
	text-align: left;
	line-height: 190%;
}
#ttCanvas {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 50px !important;
	padding: 0 25px !important;
}
/* ------------------------------------------------------------------- */

/* ***** 프로필 ***** */

/* ------------------------------------------------------------------- */
#profile {
	float: left;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#profile:hover {
	background-color: #f5f5f5;
}
#profile:hover #profileimg {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
#profile a {
	text-decoration: none;
}
#profileimg {
	width: 140px;
	height: 140px;
	background: url(images/profile.jpg) no-repeat center;
	border-radius: 4px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#blogtitle {
	display: block;
	color: #333;
	border-top: 1px dashed #ddd;
	padding: 15px 20px;
	font: 10px 'calibri', '돋움';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ------------------------------------------------------------------- */

/* ***** 메뉴 ***** */

/* ------------------------------------------------------------------- */
#sidemenu {
	position: fixed;
	width: 152px;
}
#menu {
	float: left;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	font: 10px 'calibri', '돋움';
}
#menu ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
}
#menu ul li {
	line-height: 100%;
	border-bottom: 1px solid #ddd;
}
#menu ul li a {
	display: inline-block;
	color: #333;
	width: 110px;
	padding: 15px 20px;
	font: 10px 'calibri', '돋움';
	text-align: left;
	text-transform: uppercase;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}
#categoryBtn {
	cursor: pointer;
}
#category {
	display: none;
}
#category ul {
	background-color: #fff;
	margin-bottom: 0px;
}
#category ul li {
	margin: 0;
	border-top: 1px dashed #ddd;
	border-bottom: 0px;
}
#category ul li a {
	display: block;
	color: #333;
	text-align: right;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#category ul li a:hover {
	background-color: #f5f5f5;
}
#searchbar {
	line-height: 100%;
}
#searchbar input {
	display: inline-block;
	width: 93px;
	padding: 13px 20px 14px 37px;
	background: url(images/search.png) 20px center no-repeat;
	color: #333;
	font: 11px 'calibri', '돋움';
	text-align: left;
	text-transform: uppercase;
	line-height: 100%;
	border: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#searchbar input:hover, #searchbar input:focus {
	background-color: #f5f5f5;
}
/* ------------------------------------------------------------------- */

/* ***** paging ***** */

/* ------------------------------------------------------------------- */
.paging {
	display: block;
	float: left;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 20px;
}
.prev {
	display: inline-block;
	float: left;
	width: 49px;
	padding: 15px 0px;
	font: 10px 'calibri' !important;
	color: #333;
	border-right: 1px dashed #ddd;
	text-align: center;
	text-transform: uppercase;
	line-height: 100% !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.next {
	display: inline-block;
	float: left;
	width: 49px;
	padding: 15px 0px;
	font: 10px 'calibri' !important;
	color: #333;
	border-right: 1px solid #ddd;
	text-align: center;
	text-transform: uppercase;
	line-height: 100% !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev:hover, .next:hover, #top:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}
#top {
	display: inline-block;
	float: left;
	width: 50px;
	padding: 15px 0px;
	font: 10px 'calibri' !important;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	line-height: 100% !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
/* ------------------------------------------------------------------- */

/* ***** entry ***** */

/* ------------------------------------------------------------------- */
.entry, .entryProtected, .searchList, .entryNotice, .guestbook, .absent_post {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 50px;
}
.box_date {
	display: inline-block;
	float: left;
	width: 70px;
	padding: 15px 0px;
	font: 10px 'calibri';
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	line-height: 100%;
}
.txt_day {
}
.txt_month {
	padding-right: 3px;
}
.box_cnt {
	display: inline-block;
	float: left;
	padding: 15px 20px;
	font: 10px 'calibri';
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	line-height: 100%;
}
.titleWrap {
	display: inline-block;
	width: 540px;
	border-bottom: 1px solid #ddd;
	line-height: 100%;
}
.title {
	display: inline-block;
	float: left;
	width: 429px;
	padding: 14px 20px 15px;
	font: 11px 'calibri', '돋움';
	color: #333;
	border-left: 1px dashed #ddd;
	overflow: hidden;
	line-height: 100%;
}
.entryNotice .title, .guestbook .title {
	border-left: 0;
	width: 500px;
	text-transform: uppercase;
}
.searchList .title {
	width: auto;
	text-transform: uppercase;
}
.title a {
	font: 11px 'calibri', '돋움';
	color: #333;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.admin {
	padding-left: 5px;
	line-height: 100%;
}
.admin a {
	margin: 0;
}
.article {
	display: inline-block;
	width: 500px;
	padding: 20px;
	background: #fff;
	color: #333;
	text-align: justify;
	overflow: hidden;
	line-height: 190%;
}
.article a:visited {
	text-decoration: none;
}
.article dt {
	text-decoration: none;
}
.article dd {
	margin-left: 20px;
	padding-bottom: 10px;
}
.article blockquote {
	padding-left: 10px;
	margin: 0;
	border-left: 1px solid #ddd;
	color: #999;
}
.warning {
	display: inline-block;
	margin: 0;
	padding: 55px 189px;
	color: #333;
	line-height: 190%;
	text-align: center;
	overflow: hidden;
}
.warning input {
	float: left;
	width: 100px;
	height: 18px;
	padding: 10px;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px dashed #ddd;
	border-left: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	font: 10px 'calibri';
	color: #bbb;
	text-transform: uppercase;
	line-height: 100%;
}
.warning .submit {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding: 10px;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.warning .submit:hover {
	background-color: #f5f5f5;
}
.trail {
	display: inline-block;
	width: 540px;
	border-top: 1px solid #ddd;
	line-height: 100%;
	font: 10px 'calibri', '돋움';
}
.actionTrail {
	display: inline-block;
	float: left;
	line-height: 100%;
	font: 10px 'calibri', '돋움';
}
.actionTrail a {
	display: inline-block;
	float: left;
	padding: 15px 20px;
	border-right: 1px dashed #ddd;
	font: 10px 'calibri', '돋움';
	color: #333;
	text-transform: uppercase;
	line-height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.actionTrail a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}
.tagTrail {
	float: right;
	display: inline-block;
	padding: 14px 20px 15px;
	font: 11px 'calibri', '돋움';
	color: #bbb;
	line-height: 100%;
	text-transform: capitalize;
}
.tagTrail a {
	margin: 0;
	color: #bbb;
}
.tagText {
	padding: 0;
}
/* ------------------------------------------------------------------- */

/* ***** searchList ***** */

/* ------------------------------------------------------------------- */
.searchList ol {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.searchList li {
	display: block;
	border-top: 1px dashed #ddd;
	padding: 10px 20px;
	margin-top: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.searchList li:hover {
	background-color: #f5f5f5;
}
.searchList li a {
	font: 11px 'calibri', '돋움';
	padding: 0;
	margin-left: 10px;
}
.searchList a:hover {
	text-decoration: underline;
	color: #555;
}
.searchList .date {
	display: inline-block;
	width: 48px;
	font: 10px 'calibri';
	color: #bbb;
	text-transform: uppercase;
	text-align: right;
}
.searchList .cnt {
	color: #bbb;
	font: 10px 'calibri';
}
/* ------------------------------------------------------------------- */

/* ***** comment ***** */

/* ------------------------------------------------------------------- */
.label {
	float: left;
}
.submitWrap {
	float: right;
	width: 90px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	overflow: hidden;
}
.comment {
	width: 100%;
	overflow: hidden;
	line-height: 190%;
	border-top: 1px solid #ddd;
}
.comment p {
	margin: 0;
	padding: 0;
}
.comment h3 {
	display: none;
}
.comment ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment ul {
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
}
.comment ol li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: justify;
	border-top: 1px solid #ddd;
}
.comment ol li ul li {
	border: 0;
	padding: 20px;
	margin: 0;
	border-top: 1px dashed #ddd;
}
.comment ol li .rp_admin, .comment ol li .rp_general, .comment ol li .rp_secret {
	padding: 20px;
}
.comment ol li ul li .rp_admin, .comment ol li ul li .rp_general, .comment ol li ul li .rp_secret {
	padding: 0px;
}
.comment .date {
	font: 10px 'calibri';
	color: #333;
	margin-left: 5px;
}
.comment .name {
	font-weight: bold;
	color: #333;
}
.comment .control a.address span, .comment .control a.modify span, .comment .control a.write span {
	margin-left: 5px;
	font: 10px 'calibri';
	color: #bbb;
	text-transform: uppercase;
}
.commentWrite {
	padding: 20px;
	margin: 0;
	font: 11px 'calibri';
}
.commentWrite input {
	font: 11px '돋움';
	width: 80px;
	color: #333;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0px;
	padding-bottom: 2px;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.commentWrite textarea {
	float: left;
	font: 11px '돋움';
	color: #333;
	width: 397px;
	height: 100px;
	padding: 5px;
	top: 5px;
	overflow: visible;
	line-height: 190%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
}
.commentWrite .homepage {
	width: 185px;
	margin-right: 0;
}
.commentWrite .submit {
	height: 55px;
	width: 90px;
	background-color: #fff;
	font: 10px 'calibri';
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.commentWrite .submit:hover {
	background-color: #f5f5f5;
}
.commentWrite .checkbox {
	width: 16px;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
}
.commentWrite .secret {
	display: block;
	height: 14px;
	padding: 20px 0px;
	background-color: #fff;
	border-bottom: 1px dashed #ddd;
	font: 10px 'calibri';
	text-align: center;
	text-transform: uppercase;
}
.commentWrite label {
	vertical-align: middle;
	font: 10px 'calibri';
	text-transform: uppercase;
}
/* ------------------------------------------------------------------- */

/* ***** guest ***** */

/* ------------------------------------------------------------------- */
.guestbook p {
	margin: 0;
	padding: 0;
}
.guestList {
	width: 100%;
	overflow: hidden;
	line-height: 190%;
}
.guestList ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.guestList ul {
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
}
.guestList ol li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: justify;
	border-top: 1px solid #ddd;
}
.guestList ol li p {
	border: none;
}
.guestList ol li ul li {
	border: 0;
	padding: 20px;
	margin: 0;
	border-top: 1px dashed #ddd;
}
.guestList ol li .guest_admin, .guestList ol li .guest_general, .guestList ol li .guest_secret {
	padding: 20px;
}
.guestList ol li ul li .guest_admin, .guestList ol li ul li .guest_general, .guestList ol li ul li .guest_secret {
	padding: 0px;
}
.guestList ol li .date {
	font: 10px 'calibri';
	color: #333;
	margin-left: 5px;
}
.guestList ol li .name {
	font-weight: bold;
	color: #333;
}
.guestList ol li a.modify span, .guestList .control a.write span {
	margin-left: 5px;
	font: 10px 'calibri';
	color: #bbb;
	text-transform: uppercase;
}
.guestWrite {
	padding: 20px;
	margin: 0;
	font: 11px 'calibri';
}
.guestWrite input {
	font: 11px '돋움';
	width: 80px;
	color: #333;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0px;
	padding-bottom: 2px;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.guestWrite textarea {
	float: left;
	font: 11px '돋움';
	color: #333;
	width: 397px;
	height: 100px;
	padding: 5px;
	top: 5px;
	overflow: visible;
	line-height: 190%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
}
.guestWrite .homepage {
	width: 185px;
	margin-right: 0;
}
.guestWrite .submit {
	height: 55px;
	width: 90px;
	background-color: #fff;
	font: 10px 'calibri';
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.guestWrite .submit:hover {
	background-color: #f5f5f5;
}
.guestWrite .checkbox {
	width: 16px;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
}
.guestWrite .secret {
	display: block;
	height: 14px;
	padding: 20px 0px;
	background-color: #fff;
	border-bottom: 1px dashed #ddd;
	font: 10px 'calibri';
	text-align: center;
	text-transform: uppercase;
}
.guestWrite label {
	vertical-align: middle;
	font: 10px 'calibri';
	text-transform: uppercase;
}
/* ------------------------------------------------------------------- */

/* ***** etc ***** */

/* ------------------------------------------------------------------- */
.absent_post {
	font-size: 11px !important;
	font-weight: normal !important;
	color: #333 !important;
	background: url(http://totaleclipse.kr/image/warning.gif) no-repeat center 60px !important;
	background-color: #fff !important;
	padding-top: 111px !important;
	padding-bottom: 60px !important;
	margin-top: -50px !important;
	margin-bottom: -10px !important;
}
#copyright {
	font: 11px 'calibri', '돋움';
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 100;
}
#copyright a {
	color: #999;
}
#copyright a:hover {
	color: #333;
}
/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
	height: 50px;
	width: 50px;
	background-color: #aaa;
}
/* FF */
 @-moz-document url-prefix() {
	.submitWrap {
		margin-top: 1px;
	}
}