@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */
body, table, td, input, textarea {
	font:12px Gulim, Tahoma, sans-serif;
	color:#555; 
	margin:0px;
}
/* 2. 기본 링크 */
	a:link, a:visited { /* color : #000000;  */ text-decoration: none; }
	a:hover { color : #FF6600;	text-decoration: underline;}

/* 3. 이미지 */
	img { border-width: 0px; }
	
/* 4. 이미지 버튼 */
	.ib { cursor: pointer; }

/* 5. 입력 텍스트 */
	.text { border:1px solid #999; }

/* 6. 트리 테이블 */
	.branch2 {	}
	
/* 7. 트리 셀 */
	#imp0 {
	height : 20px;
}
	.branch3 {
	cursor: pointer;
	font: 11px "돋움", "돋움체";
}

/* 8. 달력 월 표시 */
	.cal_month { font-size : 11px; height: 18px; }

/* 9. 달력 요일 표시 */
	.cal_week1 { font-size : 11px; height:18px; }

/* 10. 달력 일요일 표시 */
	.cal_week2 { color: #f30; font-size:12px; text-align: center; }

/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {	color: #777; font-size:12px; text-align:center; }

/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {	color: #777; font-size : 11px; text-align: center; }

/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {	color: #777; font-size : 11px; text-align: center; }

/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background: #66CC33;
}
	#sidebar .cal_day4 a.cal_click:link, #sidebar .cal_day4 a.cal_click:visited{
	color: #FFFFFF;
}

/* 15. 달력 글쓴 날 링크 스타일 */
	#sidebar a.cal_click:link, #sidebar a.cal_click:visited {
	color : #339900;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
	#sidebar a.cal_click:hover {
	font-weight: bold;
 }


/* 17. 키워드 스타일 */
	.key1 {	cursor: pointer; border-bottom: 1px dashed #ccc; }

/* 18. 카테고리 옆 개수 스타일 */
	.c_cnt { font: 9px Tahoma; color : #61AAD6; }

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt {
	font:10px Tahoma;
	color : #61AAD6;
}


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */





/* body 설정 */
body {
	/* background:  #f5f5f5 /*url("")*/ center top  repeat ; */

margin: 0px auto;
}


#top_ground{
width: 608px;
height: 40px;
margin: auto;
}



/* container 설정 */
#container {
	width: 608px;
	margin: 10px auto;

         padding: 10px;
        border: 2px solid #2c79a7 ;
         
    }













/* header 설정 */
#header {
	width: 608px;
	float: left;
         
}


.blog_title {
	
         margin-top: 5px;
         
         padding: 4px 0px;
         width: 588px;
         
         text-align: center;
         
}

.blog_title a {
	color: #2c79a7;
         font: bold 18px dotum;
}



.blog_info {
	color: #666666;
	font: normal 11px Dotum;
	float: left;
	padding-left: 4px;
}


/* 블로그 메뉴 설정 */
.top_menu {
         
         width: 608px;
	font-size:9px;
         float: left;
	white-space: nowrap;
         margin-bottom: 8px;
	
         
}
.top_menu a:link, .top_menu a:visited {
        /* color: #2c79a7; */
	margin-right: 10px;
	margin-left: 10px;
	font: bold 10px Tahoma, "굴림", sans-serif;
	text-transform: uppercase;
          
}
.top_menu a:hover {
	color: #FF6666;
}
.top_menu ul {
         width: 300px;
         float: left;
         margin-top: 13px;
         padding: 0px 10px;
}
.top_menu li {
	display: inline;
	height : 26px;
	text-transform: none;
         
}



.ggsearch{
             float: right;
}




#bigbox {
     float: left;
     width:608px;
     margin-bottom:4px;
}



/* 블로그 메뉴 Body Id 기능 추가 */
#tt-body-page .blog a:link, #tt-body-page .blog a:visited,
#tt-body-article .article a:link, #tt-body-article .article a:visited,
#tt-body-category .category a:link, #tt-body-category .category a:visited,
#tt-body-entry .entry a:link, #tt-body-entry .entry a:visited,
#tt-body-location .location a:link, #tt-body-location .location 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
{
	border-bottom: 2px solid #FF6666;
}

/* 사이드 리스트 설정 */
.side_list, .notice { 
	padding-left:2px;
}
/* 최신글, 최신트랙백 info */
.recentInfo {
	font: 11px "돋움";
	color: #999999;
	margin-bottom: 3px;
}

/* 사이드 태그 설정 */
.side_tagbox { text-align: justify;  line-height:100%; }
.side_tagbox a { letter-spacing: 1px; }	
.side_tagbox a:hover{
	background-color:#E7E7E7;
}

/* 태그 클라우드 스타일 */
.cloud1 {
	font-weight: bold;
	font-size :12px;
	color :#FF0000!important ;
}
.cloud2 {
	font: bold 11px "돋움";
	color :#FF6633!important ;
}
.cloud3 {
	font: bold 11px "돋움";
	color :#009966!important;
}
.cloud4 {
	font-family:돋움;
	font-size :11px;
	color :#0099CC!important ;
}
.cloud5 {
	font-family:돋움;
	font-size :11px;
	color :#888888!important ;
}
/* 검색폼 설정 */
form {
	margin: 0px;
}
.s_search {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.search {
	width: 180px;
	margin:0px;
	text-align: center;
}
.search_input {
	width:80px;
	height:18px;
	font-size: 11px;
	padding-left: 4px;
	background: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
.submit {
	font:bold 7pt Verdana;
	color:#FFFFFF;
	width:50px;
	height:19px;
	background: #0099CC;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #2C79A7;
}
/* 보관함 */
#sidebar .archive li {
	display: inline;
	list-style: circle;
	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;         
	font-size: 11px;
	line-height: 130%;
}
/* 컨텐츠 설정 */
 #content {
	float: left;
	width:580px;
	background: #FFFFFF /* url(images/bgbox.gif)*/ repeat-x left top;
	padding: 13px 13px 13px;
	overflow: hidden;
         border-top: 1px dashed #2c79a7;
	
}

/* 전체 리스트 공통 설정 */
ul, li, ol, p {
         	margin: 0px;
	padding: 0px;
}




/* 구글 광고 */

.google_top_right {
background:#FFFFFF;
float:right;
margin-bottom:;
margin-left:;
width:250px;
}

        

/* 컨텐츠 내용 설정*/
.article {
	line-height:22px;
	word-break:break-all;
	text-align: justify;
	clear: both;
	overflow: hidden;
         font-size: 12px;
	/*background: url(images/bg_contents.gif);*/
	padding: 0px 0px 10px 0px;
}

.article ul, .article ol {
          
	/*margin-left: 10px;*/
}
.article li {
	margin-left: 10px;
}
.article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 22px 20px;
	padding-left: 10px;
	word-break:break-all;	
}	
.article a:link, .article a:visited {
         
	
         font-weight: bold;
}	
.article a:hover{
	
	text-decoration: none;
	
}	
.article_bottom {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 16px;
	margin-bottom: 2px;
}






/*구독*/
#subscribe {
              width:580px;
              margin:8px auto;
              
              text-align: center;
              
              font: bold 11px Dotum ;
              color: #ff6666;
}




/* 날짜 설정*/
.date, .notice_date {
	font:bold 11px Tahoma;
	color: #999999;
	text-align: right;
}
.list_box .date, .rplist_box .date, .list_box .notice_date, .rplist_box .notice_date {
	color: #999999;
	font-weight: normal;
}
.cnt { 
	font:10px Tahoma; 
}

/* 이름 설정*/
.name {
	font:bold 12px Tahoma;
	color:#444;
}
.name a:link, .name a:visited { color:#444; text-decoration:none;}
.name a:hover { color:#4990CC; text-decoration:none;}
.name img {
	vertical-align: middle;
}
/* 댓글 등 글내용 설정*/
.desc {
	padding-left:5px;
	word-break:break-all;
}

.opt { 
	font:normal 10px Verdana;
	color:#777;
	letter-spacing:-1px;
}
.opt a:link, .opt a:visited { color:#777; text-decoration:none;}
.opt a:hover{ color:#D93343; text-decoration:none;}

/* 댓글 등 기본 박스 설정*/
.box {
	padding:10px;
	border-bottom:1px solid #e9e9e9;
}
.reply_box {
	margin-top:10px;
	margin-left:40px;
	padding:10px;
	border:1px dashed #CCCCCC;
	background: #fafafa;
	}	

/* 입력폼 설정 */
.form_input {
	margin-top:4px;
	padding:1px;
	height:18px;
	border:1px solid #ddd;
	font-size: 11px;
}
.form_textarea {
	font-weight:normal;
	margin-top:4px;
	height:120px;
	width:99%;
	border:1px solid #ddd;
	overflow:visible;
	clear: both;
}
.form_submit {
	font:bold 11px tahoma;
	color:#FFFFFF;
	margin-top:4px;
	height:25px;
	width:99%;
	cursor: pointer;
	background: #B7B7B7;
	border: 1px solid #999999;
}

/* 태그 설정*/
.tag_cloud {
	font:13px Dotum;
	line-height:24px;
	text-align: justify;
	margin: 20px;
	}	
.tag_cloud .cloud1 {
	background-color:#eee;
	font-weight:bold;
  	font-size : 20px;
	color : #657700;
    }
.tag_cloud .cloud2 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 18px;
  color : #5E7E7D;
    }
.tag_cloud .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  	font-size : 16px;
  	color : #6B5E7E;
    }
.tag_cloud .cloud4 {
	background-color:#eee;
  	font-size : 14px;
  	color : #84604E;
    }
.tag_cloud .cloud5 {
	font-size : 12px;
  	color : #777;
    }	
.tag_cloud a:hover {
	background-color:#f5f5f5;
	color:#555;
    }	
.tag_cloud a:visited {
	color:#777
}
.tag_cloud li {
	display: inline;
}

/* 프롤로그 설정 */
.mt_post h2 {
	font: bold 12px "돋움";
}

/* title, info 설정, 관리자 */
.head_title {
	
	padding: 0px 0px 2px 8px;
	font:bold 14px "돋움", "돋움체";
	border-left: 3px solid #0066CC;
	border-bottom: 1px solid #E6E6E6;
	margin: 0px 0px 16px;
}
.head_title a:link, .head_title a:visited {color:#2c79a7; text-decoration:none;}
.head_title a:hover{
	text-decoration:none;
	color: #0066CC;
}

/* 포스팅 head 설정 */
.articleHead {
	border-bottom: none;
	margin-bottom: 0px;
}
/* 
따로 설정 가능.tagHead, .noticeHead, .localHead, .guestHead, .mediaHead {  
}
*/
.info {
	font:11px "돋움";
	color:#999;
	height: 12px;
	margin: 0px 4px 6px 0px;
	padding: 2px 0px 0px 8px;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 3px solid #0066CC;
}
.owner {
	color:#777;
	font:11px "돋움";
	color:#777;
	letter-spacing: -1px;
	text-align: right;
	margin-right: 8px;
}
.info a:link, .info a:visited {color:#666666; text-decoration:none;}
.owner a:link, .owner a:visited {color:#666; text-decoration:none;}
.info a:hover, .owner a:hover{
	color:#009900;
}

/* 리스트 & 검색 결과 설정*/
.list_box {
	margin: 10px;
}

.rplist_box {
	margin: 10px;
}

.list {
	color:#777;
	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:#777; text-decoration:none;}
.list a:hover{ color:#D93343; text-decoration:none;}
	
.rplist {
	color:#777;
	word-break:break-all;
	border-bottom:1px solid #eee;
	margin-bottom: 10px;
	padding: 8px;
}
.rplist a:link, .rplist a:visited { color:#777; text-decoration:none;}
.rplist a:hover{ color:#D93343; text-decoration:none;}



/* 방명록 설정*/
.guestbook_form_box {
	font:11px tahoma;
	color:#555;
	border-bottom:1px solid #eee;
	padding: 10px;
	background: #F7F7F7;
}

/* 엔트리 설정*/
.tag_box {
	font :8pt Dotum;
	background:url('images/entry_tag.gif') no-repeat left;
	float: left;
	padding-left: 34px;
	padding-top: 2px;
}
.tag_box a:link, .tag_box a:visited { color:#666; text-decoration:none;}
.tag_box a:hover{ color:#D93343; text-decoration:none;}

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn {
	font:11px dotum, tahoma;
	color:#369;
	text-align:right;
	float: right;
	white-space: nowrap;
}
.tb_cmt_btn a:link, .tb_cmt_btn a:visited { color:#777; text-decoration:none;}
.tb_cmt_btn a:hover{ color:#D93343; text-decoration:none;}

.tb_cmt_btn .cnt   { color:#ff6666; font-weight:bold; }

/* 트랙백 설정*/
.tb_box {
	padding-left:6px;
	padding-right:6px;
	background-color:#FAFAFA;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tb_address {
	font: 11px tahoma;
	color:#666;
	padding:10px;
	clear: both;
	background: #F7F7F7;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 8px;
         overflow:hidden;
}

.tb_address_box {
         margin-bottom: 5px;
         padding-left: 10px;
}

.tb_list_box {
	padding:10px;
	border-top:1px dashed #ccc;
}
.tb_name {
	font: 11px Tahoma;
	letter-spacing:0px;
	color: #666;
}
.tb_name a:link, .tb_name a:visited {
	color:#444;
	text-decoration:none;
	font: bold 11px dotum;
}
.tb_name a:hover { color:#369; text-decoration:none;}
.tb_title {
	color:#666;
	font: 11px Tahoma;
}
.tb_title a:link, .tb_title a:visited { 
         color:#444; 
         text-decoration:none;
         font: bold 11px dotum;
}
.tb_title a:hover { color:#369; text-decoration:none;}

.tb_list_box p {
	font: 11px "돋움", "돋움체";
	color: #777777;
}
/* 코멘트(댓글/방명록 설정*/
.cmt_form_box {
	font:11px tahoma;
	color:#555;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	background: #F7F7F7;
}
.cmt_box {
		border-top:1px solid #eee;
}
.secret {
	margin-top: -19px;
	position: absolute;
	margin-left: 400px;
}

/* 코멘트, 트랙백, 방명록의 리스트 설정 */
.cmt_box ul, .box ul, .tb_list_box ul, .list_box ul, .rplist_box ul {
	list-style: none;
}

/* 페이징 */
.paging{
	color:#777;
	padding-top:8px;
	text-align:center;
	padding-bottom: 8px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.paging a:link, .paging a:visited {
	color:#666666;
	text-decoration:none;
	padding-right: 4px;
	padding-left: 4px;
}
.paging a:hover { color:#009999; text-decoration:none;}
.paging .selected {
	color:#009900;
	text-decoration:none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
/* 푸터 설정 */
#footer {
         
	font-size: 10px;
	color: #B7B7B7;
	text-align: center;
	clear: left;
	width: 608px;
	padding: 10px 0px 10px 0px;
}

#footer a {
	color: #B7B7B7;
	font-weight: bold;
}

/* 이올린 설정 */
.EolinBmVote {
	margin-right: 0px;
	padding-right: 0px;
	float: right;
	clear: both;
}
.EolinBmVote, .EolinBmVote a:link, .EolinBmVote a:visited  {
	color: #777;
	font: 11px "돋움";
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
	border: none;
}
.EolinBmVote a:hover {
	color: #FF6600;
}

/* 기념일 설정 */
#loveDate {
	font-size: 10px;
	color: #7AA4B8;
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/* 이메일 이미지 설정 */
.mail {
	text-align: center;
	margin-top: 4px;
}
.tatter_birthday {
	text-align: center;
}
.me2day_daily_digest {
	padding-left: 8px;
	padding-right: 30px;
	vertical-align: middle;
	line-height: 24px;
	margin-bottom: 30px;
	background: url(images/bg_me2day.gif) no-repeat left top;
	padding-top: 48px;
	margin-top: -24px;
}
.me2day_daily_digest li {
	list-style: circle;
}
.me2day_daily_digest .datetime {
	font: 10pt "돋움", "돋움체";
}
.me2day_daily_digest .datetime a {
	color: #999999;
}
.moreless_fold span {
	font-weight: bold;
	color: #6699CC;
	border-bottom: 1px dashed #009999;
}
