/*----------  영역별 크기  ----------*/
.wrap {width:90%;}
.header {height:0px}
.container {}
.content_wrap {width:80%;}
.content {}
.post_content {width:80%, height:100%}
.widemenu {}
#section_sidebar1 {width:200px;}
.column {width:200px;}
.column .widget {width:200px;}
.column .widget .widget_content {width:200px;}
.sidebar_wrap {}
debar_wrap .column {width:25%;}
.sidebar_wrap .column .widget {}
.sidebar_wrap .column .widget .widget_content {}
.footer {}
/*----------  영역별 배경색 & 배경이미지  ----------*/
body {background:#fff;}
.body {background:#fff;}
.wrap {background:#fff;}
.header {
	background:#fff;
	border-bottom: 1px #ccc;
	}
.sidebar_wrap {
	background:#fff;
	border-top:1px dotted #fff;
	}
.post_link { 
background: #fff;
padding: 15px 20px;
width:50%;
}
.footer {
	background:#fff;
	border-top:1px #fff;
	}
/*---------- 영역별 글자크기/글자색/링크색 & 세부설정 ----------*/
.body {
	font:normal 11.5px/1.5em consolas;
	color:#808080;
	margin:0 auto;
	padding:0;
	text-align:center;}	
.body a:link,.body a:visited {color:#999;text-decoration:none;}
.body a:hover,.body a:active {color:#FFD100;text-decoration:none;}
.wrap {margin:0 auto;text-align:center;}
/*--- 헤더 영역 ---*/
.header {
	color:#808080;
	margin: 10px auto 10px auto;
	padding: 100px 0px 200px 0px;
	text-align:center; font: consolas regular;
	}
.header a:link,.header a:visited {color:#808080;text-decoration:none;}
.header a:hover,.header a:active {color:#FFD100;text-decoration:none;}
.header h1 {
	font-family: consolas; font-size: 24px; font-weight:normal; font-style:italic; font-color:#c3c3c3;
	margin:0; 
	padding:20px 0;
	}
.header .url {
	font:normal 3px;
	letter-spacing:1px;
	margin:0 0 7px 0;
	padding-left:5px;
       font-color: #808080;
	}
.header .topmenu {text-align:right;font:#808080;}
.header .topmenu a {font:#808080;}
/*--- 콘텐츠 영역 ---*/
.container {margin:0 auto;text-align:center;position:relative;}
.content_wrap {margin:0;padding-top:15px;display:inline;}
.content {margin:0 auto;padding-left:300px;padding-right:50px;text-align:left;overflow:hidden;}
.content a:link {color:#808080;text-decoration:none;}
.content a:visited {color:#808080;text-decoration:none;}
.content a:hover,
.content a:active {color:#FFD100;text-decoration:strike;}
.post_view,.post_oneview {margin-bottom:60px;}
.post_summary,.post_magazine,.post_tagcloud {margin-bottom:20px;}
.post_view .post_title h2 {
	font:normal 11.5px consolas;
	letter-spacing:0px;
	border-bottom:1px dotted #333;
	}
.post_view .post_title h2 a:link,
.post_view .post_title h2 a:visited {color:#808080;text-decoration:none;}
.post_view .post_title h2 a:hover,
.post_view .post_title h2 a:active {color:#FFD100;text-decoration:none;}
.post_view .post_title span {color:#999;}
.post_view .post_title span a:link,
.post_view .post_title span a:visited {color:#999;}
.post_view .post_title span a:hover,
.post_view .post_title span a:active {color:#FFD100;text-decoration:none;}
.post_view .post_info .post_info_author {
        font:#fff; font: consolas;
}
.post_content {overflow:hidden;_word-break:break-all;}
.post_titlelist h2,.post_summary h2,.post_simplelist h2,.post_tagcloud h2 {
	font:normal 10px;
	border-bottom:1px dotted #333;
	color:#333;
	}
.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:#333;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_info {color:#999;}
.post_meta_area ul.post_meta_content em.date {color:#999;font: consolas;}
.post_footer_area {font-size:.9em;}
.widemenu {margin:0 auto;padding-left:300px;padding-right:50px;text-align:left;}
.widemenu .wide_blank {display:none;}
.post_meta_area ul.post_meta_content em.fn {color:#999;font-size:11.5px;display:none;} 
.widemenu h3 {font-size:11px;color:#333;}
/*--- 덧글/트랙백 영역 ---*/
.post_link {color:#999;}
.post_link { 
background: none repeat scroll 0 0 #fff;
padding: 15px 20px;
width:80%;
}
.post_link h3 {
	font-size:10px consolas;
	letter-spacing:-1px;
	border-bottom:1px dotted #ccc;
	}
.post_trackback .trackback_help {
	border-bottom:1px dotted #ccc;
	}
.post_link h4 {font-size:1em;}
/*--- 하단 메뉴 영역 ---*/
#section_sidebar1 {margin:0;position:absolute;top:0;left:0;display:inline;text-align:center;}
.column {color:#999;}
.column .widget {margin:1px auto;padding:15px 0;text-align:center;}
.column .widget h3 {
	font-size:11px;font-weight:normal;
	color:#ccc;
	border-bottom:none;
	}
.column .widget .widget_content {font-size:11.5px;padding-top:10px;overflow:hidden;_word-break:break-all;}
.sidebar_wrap {clear:both;margin:0 auto;}
.sidebar_wrap .column {float:left;text-align:center;display:inline;}
/*--- 푸터 영역 ---*/
.footer {
	font:normal .8em ;
	color:#ccc;
	margin:0 auto;
	padding:1px 0 1px 0;
	}
.footer a:link,.footer a:visited {color:#999;text-decoration:none;}
.footer a:hover,.footer a:active {color:#FFD100;text-decoration:none;}
.body {background-color:#f5eddc;}
.body {background-position:center center;}.body {background-repeat:no-repeat;}
.header {background-color:#f5eddc;}
.body {background-color:#f5eddc;}
.body {background-position:center center;}.body {background-repeat:no-repeat;}
.header {background-color:#f5eddc;}
.post_comment .comment_write textarea.comment_field {background-color:#f5eddc;}
.post_comment .comment_write textarea.comment_field {background-color:#f5eddc;}

.post_comment .comment_write textarea.comment_field {background-color:#ffffff;}
.post_comment .comment_write textarea.comment_field {background-color:#ffffff;}
