﻿﻿@charset "utf-8";

/* 사이즈 설정 */
#body_wrap { margin-top:10px; }

/* container 설정 */
#container {
	width:1200px;
	margin:10px auto 8px;
	text-align:left;
}

#wrap_temp {
	width:950px;
	float:left;
}

#content {
	width:700px;
	float:right;
}

#wrap_sidebar1 {
	width:250px;
	float:left;
}

#wrap_sidebar2 {
	width:250px;
	float:right;
}

/* body 설정 */
body {
	background:#000000;
}

/* header 설정 */
#header {
}

h1, h2, h3, h4, h5 {
	margin:0px;
}

.blog_title {
	font:bold 20px Verdana;
	letter-spacing:1px;
	padding-bottom:30px;
	color:#FFFFFF
}

.blog_title a:link, .blog_title a:visited {
	font:bold 20px Verdana;
	letter-spacing:1px;
	padding-bottom:30px;
	color:#FFFFFF
}

.blog_info {
	font-family:Verdana;
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
}

/* 블로그 메뉴 설정 */
.top_menu {
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	margin:2px;
}

.top_menu a:link, .top_menu a:visited {
	color:#FFFFFF;
	font:bold 15px Verdana;
	padding-right:4px;
	padding-left:4px;
	letter-spacing:-1px;
}

.top_menu a:hover {
	color:#FFFFFF;
	font:bold 15px Verdana;
}

.top_menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font:bold 15px Verdana;
}

.top_menu li {
	display:inline;
	margin:0px;
	padding:0px;
	font:bold 15px Verdana;
}

/* 블로그 메뉴 Body Id 기능 추가 */
#tt-body-location .location a:link, #tt-body-location .location a:visited,
#tt-body-home .home a:link, #tt-body-home .home a:visited,
#tt-body-tag .tag a:link, #tt-body-tag .tag a:visited,
#tt-body-media .media a:link, #tt-body-media .media a:visited,
#tt-body-guestbook .guestbook a:link, #tt-body-guestbook .guestbook a:visited,
#tt-body-keylog .keylog a:link, #tt-body-keylog .keylog a:visited {
	color:#FFFFFF;
}

/* 관리, 포스팅 메뉴 */
.admin {
	padding-left:8px;
}

.admin a:link, .admin a:visited, .post a:link, .post a:visited, .logout a:link, .logout a:visited {
	color:#FFFFFF;
}

.admin a:hover, .post a:hover, .logout a:hover {
	color:#FFFFFF;
}

/* Side 설정 */
#sidebar {
	overflow:hidden;
	clear:both;
}

#sidebar ul {
	list-style:none;
}

#sidebar a:link, #sidebar a:visited { color:#000000; text-decoration:none; }

#sidebar a:hover { color:#FFFFFF; background-color:#000000; text-decoration:none; }

#sidebar h3 {
	font:bold 10px Verdana;
	color:#000000;
	cursor:pointer;
	margin-top:8px;
	margin-bottom:4px;
	padding:2px;
	text-align:left;
	border-bottom:1px dashed #000000;
}

#sidebar h5 {
	font:bold 10px Verdana;
	color:#000000;
	text-align:left;
	padding:2px;
	margin-top:8px;
	cursor:pointer;
}

#sidebar .blog_img {
	text-align:center;
	margin-top:8px;
	margin-bottom:5px;
}

/* 사이드 리스트 설정 */
.side_list, .notice { word-break:break-all; padding-left:4px; }

/* 최신글, 최신트랙백 info */
.recentInfo { font:11px Verdana; color:#000000; }

/* 사이드 태그 설정 */
.side_tagbox { text-align:justify; word-break:break-all; line-height:20px; }

.side_tagbox a { letter-spacing:-1px; }

/* 태그 클라우드 스타일 */
.cloud {
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#000000!important;
}
	
.side_tagbox a:hover{
	background-color:#000000;
	color:#FFFFFF;
}

.side_tagbox a:visited { color:#000000 }

/* 검색폼 설정 */
.s_search {
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
}

.search {
	width:100px;
	margin:0px;
	text-align:center;
}

.search_input {
	width:90px;
	height:18px;
	color:#000000;
	font-size:11px;
	padding-left:4px;
	background:#FFFFFF;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

.submit {
	border:1px solid #FFFFFF;
	font:bold 7pt Verdana;
	color:#FFFFFF;
	width:50px;
	height:22px;
	background:#000000;
	cursor:pointer;
}

/* 보관함 */
#sidebar .archive li {
	display:inline;
	list-style:circle;
	padding-left:8px;
	margin-left:0px;
	background:url(./images/bul.gif) no-repeat left center;
}

/* 카운트 설정 */
.side_counter {
	font:11px/16px Verdana;
	color:#FFFFFF;
	text-align:center;
	background:#000000;
	border:1px dashed #FFFFFF;
	padding:8px;
	margin-top:0px;
	margin-bottom:0px;
}

/* 배너 및 rss버튼 박스 설정 */
.side_button {
	text-align:left;
	margin-top:5px;
	margin-bottom:8px;
}

/* 전체 리스트 공통 설정 */
ul, li, p { margin:0px; padding:0px; }

/* 라운드 박스 - ncloud님 */
		.c_table { width:100%; }
		.c_table_lefttop { width:8px; height:8px; background-image:url(./images/contentbg_lefttop.gif); background-repeat:no-repeat; }
		.c_table_top { height:8px; background-image:url(./images/contentbg_top.gif); background-repeat:repeat-x; }
		.c_table_righttop { width:8px; height:8px;  background-image:url(./images/contentbg_righttop.gif); background-repeat:no-repeat; }
		.c_table_left { width:8px;background-image:url(./images/contentbg_left.gif); background-repeat:repeat-y; }
		.c_table_main { background-color:white; vertical-align:top; padding:15px 10px; overflow:hidden; }
		.c_table_right { width:8px;background-image:url(./images/contentbg_right.gif); background-repeat:repeat-y; }
		.c_table_leftbottom { width:8px; height:8px; background-image:url(./images/contentbg_leftbottom.gif); background-repeat:no-repeat; }
		.c_table_bottom { height:8px;  background-image:url(./images/contentbg_bottom.gif); background-repeat:repeat-x; }
		.c_table_rightbottom { width:8px; height:8px; background-image:url(./images/contentbg_rightbottom.gif); background-repeat:no-repeat; }

		/* table2 */
		.c_table2 { width:100%; }
		.c_table2_lefttop { width:12px; height:12px; background-image:url(./images/table2_ul.gif); background-repeat:no-repeat; }
		.c_table2_top { height:12px; background-image:url(./images/table2_um.gif); background-repeat:repeat-x; }
		.c_table2_righttop { width:12px; height:12px;  background-image:url(./images/table2_ur.gif); background-repeat:no-repeat; }
		.c_table2_left { width:12px;background-image:url(./images/table2_ml.gif); background-repeat:repeat-y; }
		.c_table2_main { background-color:white; vertitable2-align:top; padding:0px; overflow:hidden; }
		.c_table2_right { width:12px;background-image:url(./images/table2_mr.gif); background-repeat:repeat-y; }
		.c_table2_leftbottom { width:12px; height:12px; background-image:url(./images/table2_dl.gif); background-repeat:no-repeat; }
		.c_table2_bottom { height:12px;  background-image:url(./images/table2_dm.gif); background-repeat:repeat-x; }
		.c_table2_rightbottom { width:12px; height:12px; background-image:url(./images/table2_dr.gif); background-repeat:no-repeat; }

/* 컨텐츠 내용 설정*/
.article {
	line-height:150%;
	padding:10px 30px;
	word-break:break-all;
	text-align:left;
	clear:both;
	margin-top:4px;
	overflow:hidden;
}

.article p {
	text-decoration:none;
}

.article ul, .article li {
	margin-left:10px;
}

.article blockquote {
	word-break:break-all;
	background:url(./images/iconBlockquote.gif) top left no-repeat;
	padding-top:10px;
	padding-left:20px;
	margin:0px;
}

.article a:link, .article a:visited {
	color:#777777;
}

.article a:hover{ 
	color:#000000;
	text-decoration:none;
}

.article_bottom {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:16px;
	margin-bottom:8px;
}

/* 날짜 설정*/
.date, .notice_date {
	font:bold 11px Verdana;
	color:#000000;
	text-align:right;
}

.list_box .date, .rplist_box .date, .list_box .notice_date, .rplist_box .notice_date {
	color:#000000;
}

.cnt {
	font:10px Verdana;
}

/* 이름 설정*/
.name {
	font:bold 12px Verdana;
}

.name a:link, .name a:visited { color:#000000; text-decoration:none; }

.name a:hover { color:#777777; text-decoration:none; }

/* 댓글 등 글내용 설정*/
.desc {
	padding-left:5px;
	word-break:break-all;
}

.opt { 
	font:normal 10px Verdana;
	color:#000000;
	letter-spacing:-1px;
}

.opt a:link, .opt a:visited { color:#000000; text-decoration:none; }

.opt a:hover { color:#777777; text-decoration:none; }

/* 댓글 등 기본 박스 설정*/
.box {
	padding:10px;
	border-bottom:1px solid #000000;
}

.reply_box {
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px dashed #000000;
}

/* 입력폼 설정 */
.form_input {
	margin-top:4px;
	padding:1px;
	height:18px;
	border:1px solid #000000;
	font-size:11px;
}

.form_textarea {

	font-weight:normal;
	width:640px;
	margin-top:4px;
	border:1px solid #000000;
	overflow:hidden;
	clear:both;
}

.form_submit {
	border:1px solid #000000;
	font:bold 7pt Verdana;
	color:#FFFFFF;
	width:100%;
	height:22px;
	background:#000000;
	cursor:pointer;
}

/* 태그 설정*/
.tag_cloud {
	font:13px Verdana;
	line-height:24px;
	text-align:justify;
	margin:20px;
}

.tag_cloud .cloud {
	background-color:#000000;
	font-weight:bold;
  	font-size:20px;
	color:#FFFFFF;
}

.tag_cloud a:hover {
	background-color:#777777;
	color:#000000;
}

.tag_cloud a:visited {
}

.tag_cloud li {
	display:inline;
}

/* title, info 설정, 관리자 */
.head_title {
	color:#000000;
	word-spacing:4px;
	padding:2px 0px 0px 12px;
	font:bold 14px Verdana;
	margin-left:4px;
	background:url(./images/content_seq_t.gif) no-repeat left top;
	height:20px;
	border-bottom:1px solid #000000;
}

.head_title a:link, .head_title a:visited {color:#000000; text-decoration:none; }

.head_title a:hover{ text-decoration:none; color:#777777; }

/* 포스팅 head 설정 */
.articleHead {
	background:url(./images/content_seq.gif) no-repeat;
	border-bottom:none;
}

/* 따로 설정 가능
.tagHead, .noticeHead, .localHead, .guestHead, .mediaHead {
}
*/

.info {
	font:12px Verdana;
	color:#000000;
	background:url(./images/content_seq.gif) no-repeat left bottom;
	height:16px;
	margin:0px 4px 6px;
	padding:0px 0px 0px 12px;
	border-bottom:1px dashed #000000;
}

.owner {
	font:11px Verdana;
	color:#000000;
	letter-spacing:-1px;
	text-align:right;
	margin-right:8px;
}

.info a:link, .info a:visited { color:#000000; text-decoration:none; }

.owner a:link, .owner a:visited { color:#000000; text-decoration:none; }

.info a:hover, .owner a:hover{ color:#777777; text-decoration:none; }

/* 리스트 & 검색 결과 설정*/
.list_box {
	margin:10px;
}

.rplist_box {
	margin:10px;
}

.list {
	color:#000000;
	word-break:break-all;
	padding-left:10px;
	padding-bottom:4px;
	background:url(./images/bul.gif) no-repeat 0px 6px;
}

.list a:link, .list a:visited { color:#000000; text-decoration:none; }

.list a:hover{ color:#777777; text-decoration:none; }
	
.rplist {
	color:#000000;
	word-break:break-all;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	padding:8px;
}

.rplist a:link, .rplist a:visited { color:#000000; text-decoration:none; }

.rplist a:hover{ color:#777777; text-decoration:none; }


/* 위치로그 설정 */
#location {
	margin:10px;
}

.location_spot {
	color:#00FF00;
	margin-top:4px;
}

.location_info { color:#00FF00; }

.location_info a:link, .location_info a:visited { font-weight:bold; color:#00FF00; text-decoration:none; }

.location_info a:hover{ color:#00FF00; text-decoration:none; }

/* 방명록 설정*/
.guestbook_form_box {
	font:bold 11px Verdana;
	color:#000000;
	border-bottom:1px solid #000000;
	padding:10px;
	background:#FFFFFF;
}

/* 엔트리 설정*/
.tag_box {
	font:8pt Verdana;
	background:url(./images/entry_tag.gif) no-repeat left;
	float:left;
	padding-left:32px;
	padding-top:2px;
}

.tag_box a:link, .tag_box a:visited { color:#000000; text-decoration:none; }

.tag_box a:hover{ color:#777777; text-decoration:none; }

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn {
	font:11px Verdana;
	color:#000000;
	text-align:right;
	float:right;
}

.tb_cmt_btn a:link, .tb_cmt_btn a:visited { color:#000000; text-decoration:none; }

.tb_cmt_btn a:hover{ color:#777777; text-decoration:none; }

/* 트랙백 설정*/
.tb_box {
	padding-left:6px;
	padding-right:6px;
	background-color:#000000;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.tb_address {
	font:11px Verdana;
	color:#FFFFFF;
	text-align:center;
	padding:12px;
	clear:both;
	background:#000000;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.tb_list_box {
	padding:10px;
	border-top:1px dashed #000000;
}

.tb_name {
	font:11px Verdana;
	letter-spacing:0px;
	padding-left:10px;
}

.tb_title {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

.tb_title a:link, .tb_title a:visited { color:#000000; text-decoration:none; }

.tb_title a:hover { color:#777777; text-decoration:none; }

/* 코멘트(댓글/방명록 설정) */
.cmt_form_box { 
	font:11px Verdana;
	color:#000000;
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	border-bottom:1px solid #00000;
}

.cmt_box {
	border-top:1px solid #000000;
}

.secret {
	margin-top:-46px;
	margin-left:360px;
	position:absolute;
}

/* 코멘트, 트랙백, 방명록의 리스트 설정 */
.cmt_box ul, .box ul, .tb_list_box ul, .list_box ul, .rplist_box ul {
	list-style:none;
}

/* 페이징 */
.paging{
	font:11px Verdana;
	color:#FFFFFF;
	padding-top:0px;
	text-align:center;
	
}

.paging a:link, .paging a:visited { color:#FFFFFF; text-decoration:none; }

.paging a:hover { color:#777777; text-decoration:none; }

.selected { font-weight:bold; color:#FFFFFF; }

/* 푸터 설정 */
#footer {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top:0px;
	padding-bottom:10px;
	clear:center;
	width:100%;
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
}

#footer a:hover {
	color:#000000;
	font-weight:bold;
}


/* 이올린 설정 */
.EolinBmVote {
	font-size:11px;
	color:#00FF00;
}

/* 추가 */
.cal_day_sunday {
	color:#00FF00!important;
}

.cal_day_sunday a {
	color:#00FF00!important;
}

.copy a:hover {
	color:#00FF00;
	background-color:#00FF00;
	text-decoration:none;
}

.moreless_fold {
	background:url(./images/iconMore.gif) left no-repeat;
	padding-left:20px;
	text-decoration:none;
}

.moreless_top {
	background:url(./images/iconLess.gif) left no-repeat;
	padding-left:20px;
	text-decoration:none;
}

.moreless_bottom {
	background:url(./images/iconLess.gif) right no-repeat;
	padding-right:20px;
	text-align:right;
}

/* AA */
.aa{
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:16px;
line-height:18px;
}
