@charset "utf-8";

body {
	font-size: 12px;
	font-family:Helvetica, sans-serif, "돋움";
	color:#888;
	background:#303030;
	margin:0;
	padding:0;
	}

a { 
	color: #666;
	font-family:Helvetica, sans-serif, "돋움";
	text-decoration:none;
	font-size:11px;
	}
a:hover {
	color: #ffcc00;
	font-family:Helvetica, sans-serif, "돋움";
	text-decoration: none;
	font-size:11px;
	}

img { border : 0; }
	
h1 {
	text-align:center; 
	font-family:Helvetica, sans-serif, "돋움";
	font-size: 12px;
	margin-bottom: 10px;
	}

h1 a {
	color: #ffcc00;
	text-decoration:none;
	}
h1 a:hover {
	color: #ffcc00;
	background-color: #ffcc00;
	text-decoration: none;
	}
		
/* ===================================================================
   Layout
=====================================================================*/
#header {
	width : 650px; 
	margin:0 auto;
	padding: 20px 0 0 0;
	}

#page {
	width : 650px; 
	margin: 0 auto;
	background:#303030; 
	padding: 0 20px;
	}
	
.content {
	margin: 50px 0;
	}

#footer {
	width :500px; 
	margin: auto;
	margin-top:20px;	
	text-align:center;
	font-family:Helvetica, sans-serif, "돋움";
	font-size:10px;
	color: #999;
	}	

#counter {
	width :500px; 
	margin: auto;	
	text-align:center;
	font-family:Helvetica, sans-serif, "돋움";
	font-size:10px;
	color: #999;
	}	
	
/* ===================================================================
   Contents
=====================================================================*/
.date, .cnt, .name, .from, .delete { font-size: 10px; color: #999; font-family:Helvetica, sans-serif, "돋움";}
.name2 { font: 0.95em; font-weight: bold; color:#666;}

/* ===================================================================
   Header
=====================================================================*/
.blogmenu {
	margin:2px 0;
	text-align:center;
}

.blogmenu a.linkstyle {
  padding: 0 20px 0 0;
  background:#303030; 
  color: #666;
  font-size:10px;
  font-family:Helvetica, sans-serif, "돋움";
  text-decoration: none;
}

.blogmenu a.linkstyle:hover {
  color: #ffcc00;
}

/* ===================================================================
   Search
=====================================================================*/
.search { 
	border: 0px;
	background: #ffcc00;
	padding: 2px;
	margin-bottom: 2px;
	width:180px;  
	height:13px;
	font-family:Helvetica, sans-serif, "돋움";
	font-size:0.9em;
	color:#999;
	}



/* ===================================================================
   Contents (태그, 키워드등 타이틀)
=====================================================================*/
.content {
	line-height: 160%;
	}
	
.content h2 {
	font-weight: bold; 
	color: #E8E8E8; 
	font-size : 12px;
	font-family:Helvetica, sans-serif, "돋움";
	}

/* ===================================================================
   Search List
=====================================================================*/

.searchList h3 {
	font-weight: normal;
	font-size : 11px;
	font-family:Helvetica, sans-serif, "돋움";
	}

.searchList ul, .searchList ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	list-style:none;
	}
.searchList li {
	padding: 0;
	}

.searchList a:hover {
	color: #ffcc00;
	background-color: #ffcc00;
	text-decoration: underline;
	}

/* ===================================================================
   Local Log
=====================================================================*/
.localog .spot { 
	background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  
	padding-left:20px;  
	margin-top:5px;
	}
.localog .info  { 
	background:url(images/iconIndentArrow_localinfo.gif) 0 50% no-repeat;
	padding:3px 6px 3px 8px;
	margin-top:2px;
	}

/* ===================================================================
   Tag
=====================================================================*/
.taglog ul, .keywords ul { 
	padding:10px; 
	margin:0; 
	text-align:justify;
	}
.taglog li, .keywords li { 
	display:inline;
	}

.taglog  a { text-decoration:none; }
.taglog li .cloud1 {
	font: 1.3em Helvetica, sans-serif, "돋움";
	color:#ffcc00;
	}
.taglog li .cloud2 {
	font: 1.2em Helvetica, sans-serif, "돋움";
	color: #FFCCFF;
	}
.taglog li .cloud3 {
	font: 1.0em Helvetica, sans-serif, "돋움";
	color:#444;
	}
.taglog li .cloud4 {
	font: normal 0.9em Helvetica, sans-serif, "돋움";
	color:#666;
	}
.taglog li .cloud5 {
	font: normal 0.9em Helvetica, sans-serif, "돋움";
	color:#999;
	}


/* ===================================================================
   Page Error
=====================================================================*/
#page-error { 
	font : bold 1.3em tahoma, sans-serif;
	text-align:center;
	padding: 80px;
	}

/* ===================================================================
   Article
=====================================================================*/
.entry h2.title {
	color: #E8E8E8; 
	margin-bottom: 0;
	padding:60px 0 0 0;
	}
.entry h2 a{
	color: #E8E8E8;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
	}
.entry h2 a:hover {
	color: #E8E8E8;
	text-decoration:underline;
	}

.posted { 
	margin: 0 0 5px 0; 
	}
		
.admin {
	margin: 0; 
	font-size: 0.9em;
	text-align: right;
	}
	
.article {
	margin: 5px 0 19px 0;
	text-align: justify;
	font-size: 1.0em;
	}

.article a {
	color: #ffcc00;
	text-decoration:none;
	}
	
.article a:hover {
	color: #ffcc00;
	background-color: #ffcc00;
	text-decoration: none;
	}
	
.article img { border: 0;}
.article .cap1  { font-size: 1.0em; margin:3px ; color: #999; text-align: center;}
.article .dual  { margin-bottom:5px; } /* 그림 2개 */
.article .triple { margin-bottom:5px; } /* 그림 3개 */

/* ===================================================================
   Trackback
=====================================================================*/
.trackback .tbadd {
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	}
.trackback ol {
	margin: 5px 0;
	padding: 0;
	list-style: inside;
	}
.trackback li {
	padding-bottom: 3px; 
	}
		
/* ===================================================================
   Comment - List
=====================================================================*/
.comment img {border: 0; }

.comment a {
	color: #666;
	text-decoration:none; 
	}
.comment a:hover {
	color :#888;
	text-decoration: underline;
	}

.comment .commentList  { 
	padding:0;
	}
	
.comment ol     { 
	padding:0; 
	margin:0;	
	list-style: none; 
	border-top: 1px solid #363636;		
	} /* 댓글 전체를 감싸는 부분의 스타일 */
	
.comment ul	{ 
	padding:8px; margin:10px 0 0 30px;	
	list-style: none; 
	border: 1px dashed #363636;
	} /* 댓댓글 전체를 감싸는 부분의 스타일 */

.comment ol li	{ 
	padding: 15px 0;
	border-bottom: 1px solid #363636;	
	}
.comment ol li ul li {
	padding-top : 0; 
	border:0;
	}
.comment .rp { margin-bottom: 7px; }


/* ===================================================================
   Comment - Form
=====================================================================*/

.comment fieldset 	{ margin:15px 0 0 0; border:0; letter-spacing:0;}
* html fieldset 		{/* \ Not Mac */position:relative; clear:both;margin-top:1.8em;padding:2em 1em 1em;/* */}

.comment legend 	  {font:bold 1.0em Helvetica, sans-serif, "돋움"; color:#696969;}
* html fieldset legend  {/* \ Not Mac */position:absolute;top:-9px;left:20px;/* */}

.comment fieldset div {margin:.3em 0;}

.comment label 		{padding-left:.2em;font:0.9em Helvetica, sans-serif, "돋움";color:#666;vertical-align:middle;}
.comment label span	{color:#999;}

.comment input		{padding:2px .5em;width: 300px; font:1.0em Helvetica, sans-serif, "돋움";vertical-align:middle;color:#666;border:1px solid #262626; background:#262626; }
.comment textarea 	{padding:2px .5em;width:650px;height:100px;border:1px solid #262626;font:1.0em Helvetica, sans-serif, "돋움";overflow:hieedn; background:#262626;}
.comment .checkbox 	{background:none;padding:0;width:12px;border:0 none;}
.comment .submit input {padding:.3em;width:100px;height:25px;font-size:.9em;color:#666;cursor:pointer; background:#262626;}

/* ======================================
	Content - Paging 
=========================================*/
.paging {
	text-align:light;
	font:8px helvetica;	
	margin: 20px 0;
	}

.paging .numbox { 
	padding-left:6px; 
	margin-left:6px;  
	}
		
.paging .num { 
	padding-right:8px; 
	margin-right:5px;
	}
		
.selected { 
	font-weight:bold; 
	}
	

/* IE 버그 */
*:first-child+html .rss_feed .rss			{position:relative; top:1px;}
* html .rss_feed .rss						{position:relative; top:1px;}
* html .rss_feed							{padding:2px 0 0 0;}

*:first-child+html .tag .article_post		{padding:7px 15px 21px 15px;}
* html .tag .article_post					{padding:7px 15px 21px 15px;}

* html .ib	{height:18px;}
*:first-child+html	.ib	{height:18px;}/* CSS Document */
