/*----------  영역별 크기  ----------*/
.wrap {width:900px;}
.header {width:850px;}
.container {width:900px;}
.content_wrap {width:650px;}
.content {width:600px;}
.post_content {width:600px;}
.widemenu {width:600px;}
#section_sidebar1 {width:200px;}
.column {width:200px;}
.column .widget {width:180px;}
.column .widget .widget_content {width:180px;}
.footer {width:900px;}
/*----------  영역별 배경색 & 배경이미지  ----------*/
.body {background-color:#fff;}
.wrap {background-color:#fff;}
.header {	background:#fff;
	border-bottom:1px solid #f1f1f1;
	}
.footer {
	background-image:url('http://pds20.egloos.com/pds/201009/04/64/back2.gif');
	border-top:2px solid #f1f1f1;
	}
/*---------- 영역별 글자크기/글자색/링크색 & 세부설정 ----------*/
/*---------- 본문 글자 크기 조정 -----------*/
.body {
	font:normal 14px/1.8em 돋움,tahoma;
	color:#333;
	margin:0 auto;
	padding:0;
	text-align:justify;
	}
.body a:link,.body a:visited {color:#999;text-decoration:none;}
.body a:hover,.body a:active {color:#f1f1f1;text-decoration:none;}
.wrap {margin:0 auto;text-align:left;}
/*--- 헤더 영역 ---*/
.header {
	margin: 0 auto 30px auto;
	padding:80px 25px 5px 25px;
	text-align:left;
	}
.header a:link,.header a:visited {color:#666;text-decoration:none;}
.header a:hover,.header a:active {color:#666;border-bottom: dotted #fff 1px;text-decoration:none;}
.header h1 {
	color:#333;
	letter-spacing:1px;	
	font:Italic 30px georgia;
	margin:0 auto;
	padding:1px 0;
	}
/*------- 헤더의 Url 표시 부분 --------*/
.header .url {
	color:#999;
	letter-spacing:1px;
	font:Italic 20px georgia;
	margin:0 0 5px 0;
	}
/*------ 헤더의 포토로그 등 메뉴 표시 부분 -------*/
.header .topmenu {
	color:#999;
	font:12px;
	text-align:right;
	}
.header .topmenu a {
	color:#999;
	font:12px;
	text-align:right;
	padding-left:10px;
	}
/*--- 콘텐츠 영역 ---*/
.container {margin:0 auto;text-align:center;}
.content_wrap {margin:0;padding:0 0 25px 0;float:left;display:inline;}
.content {margin:0 auto;text-align:left;overflow:hidden;_word-break:break-all;}
.content a:link {color:#666666;text-decoration:none;}
.content a:visited {color:#666666;text-decoration:none;}
.content a:hover,
.content a:active {color:#666;border-bottom: dotted #ddd 1px;text-decoration:none;}
.post_view {margin-bottom: 0px;}
.post_summary,.post_magazine,.post_tagcloud {margin-bottom:20px;}
/* --------- 블로그 글의 제목 부분 ---------- */
.post_view .post_title h2 {
	font:bold 16px 돋움,sans-serif;
	letter-spacing:0px;
	background-image:url('http://pds20.egloos.com/pds/201009/04/64/back2.gif');
	border:0px solid #fff;
	margin-bottom:10px;
	padding:15px 15px 15px 15px;
	text-align:center;
	}
.post_view .post_title h2 a:link,
.post_view .post_title h2 a:visited {
	color:#333;
	text-decoration:none;
	}
.post_view .post_title h2 a:hover,
.post_view .post_title h2 a:active {
	color:#777;
	border:0px solid #fff;
	text-decoration:none;
	}
/*----------블로그 글의 제목 옆 카테고리 표시 부분 --------*/
.post_view .post_title span {
	color:#999;
	}
.post_view .post_title span a:link,
.post_view .post_title span a:visited {
	font: bold 14px 돋움,sans-serif;
	color:#777;
	}
.post_view .post_title span a:hover,
.post_view .post_title span a:active {
	font: bold 14px 돋움,sans-serif;
	color:#999;
	border-bottom: dotted #dddddd 1px;
	text-decoration:none;
	}
/*----- 본문 글 정보 부분 ------*/
.post_view .post_info {
	font:normal 13px Tahoma;
	color:#999;
	}
/*----- 본문 글 부분 ------*/
.post_content {
	overflow:hidden;
	_word-break:break-all;
	}
.post_titlelist h2,.post_summary h2,.post_simplelist h2,.post_tagcloud h2 {
	font:bold 12px 돋움,sans-serif;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	color:#999;
	}
.post_summary h2 {border-bottom:0;}
.post_titlelist h2 a:link,.post_summary h2 a:link,.post_simplelist h2 a:link,.post_tagcloud h2 a:link,
.post_titlelist h2 a:visited,.post_summary h2 a:visited,.post_simplelist h2 a:visited,.post_tagcloud h2 a:visited {color:#999;text-decoration:none;}
.post_titlelist h2 a:hover,.post_summary h2 a:hover,.post_simplelist h2 a:hover,.post_tagcloud h2 a:hover,
.post_titlelist h2 a:active,.post_summary h2 a:active,.post_simplelist h2 a:active,.post_tagcloud h2 a:active {color:#fff;text-decoration:none;}
.post_meta_area ul.post_meta_content em.date {font:normal 12px Tahoma;color:#999;}
.post_footer_area {font-size:11px;}
.widemenu {margin:0 auto;text-align:left;}
.widemenu .wide_blank {display:none;}
.widemenu h3 {font-size:15px;color:#999;}
/*--- 덧글/트랙백 영역 ---*/
.post_link {
	font: normal 13px/1.5em 돋움,tahoma;
	color:#999;
	}
/*--- 트랙백, 핑백, 덧글 카테고리 타이틀 ----*/
.post_link h3 {
	font: bold 13px/1.5em 돋움,tahoma;
	color:#777;
	border-bottom:1px solid #666;
	}
/*--- 트랙백, 핑백, 덧글에 링크 부분 ---- */
.post_link h4 {font-size:13px;}
.post_trackback .trackback_help {
	border-bottom:1px solid #999;
	}
/*--- 덧글 내용---*/
.post_comment .comment_list { 
	font-family: verdana,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#333;
}
/*--- 덧글 표시 부분 사용자 이름 및 삭제 답글---*/
.post_comment .comment_list h4.comment_writer_info { 
	font-family: verdana,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666;
	margin-bottom: 5px;
}
/*----- 덧글 작성 일시 ------*/
.post_comment .comment_list h4.comment_writer_info span.comment_datetime { 
	font-size: 12px;
	font-weight: normal;
	color:#999;
}
/*----- 덧글 입력 영역 -----*/
.post_comment .comment_write {
	margin-top: 15px;
	padding: 5px 4px 5px 6px;  
	border:1px solid #f1f1f1;
}
/*--- 우측 메뉴 영역 ---*/
#section_sidebar1 {margin:0;float:left;display:inline;text-align:center;}
.column {
	font:normal 13px/1.6em 돋움,tahoma;
	letter-spacing:-1px;
	color:#999
	}
.column .widget {margin:1px auto;padding:10px 0;text-align:left;}
.column .widget h3 {
	font-size:14px;
	letter-spacing:-1px;
	color:#666;
	border-bottom:2px dotted #999;
	}
.column .widget .widget_content {padding-top:10px;overflow:hidden;_word-break:break-all;}
/*--- 푸터 영역 ---*/
.footer {
	font:Italic .8em georgia;
	letter-spacing:0px;
	color:#666;
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:right;
	}
.footer a:link,.footer a:visited {color:#666;text-decoration:none;}
.footer a:hover,.footer a:active {color:#666;text-decoration:none;}
.body {background-color:#fff;}
.body {background-color:#fff;}
.body {background-color:#fff;}
.header {background-image:url('');}
.header {background-position:center bottom;}.header {background-repeat:no-repeat;}
.header {background-image:url('');}
.header {background-position:center bottom;}.header {background-repeat:no-repeat;}

