@charset "utf-8";
/*#############################################################
Name: The Hobbit
Date: 2006-10-11
Description: Submission for OWD template contest "Favourite Book".
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* { margin: 0;	padding: 0; }

a {color: #677c68; text-decoration: none; }
a:hover {color: #445044; text-decoration: underline;}

body {
	background: #4E5D3C url(images/bg.jpg);
	color: #445044;
	font: normal 62.5% 맑은고딕, "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}
.divider2 {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 0;
}
/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;  
}

.gfx {
	background: url(images/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

/*  header */
.header {
	background: #56644A url(images/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}
.header a {color: #ffc; /* #36C */;}
.header a:hover {color: #ffc; /* #06F */; }

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}


/* navigation */
.navigation {
	margin: 0 24px;
	font: 1.5em "Lucida Grande", sans-serif;
	}

.navigation a {
	line-height: 50px;
	margin: 0 ;
	text-decoration: none;
}

ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0 5px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#navmenu-h ul {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: 25px;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  padding:0;
  background-color:#e1e1c4;
}

/* Root Menu */
ul#navmenu-h a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #6C7151;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #2C3111;
}

/* 2nd Menu */
ul#navmenu-h li:hover ul {
  border:3px dotted #a7b88e; 
}
ul#navmenu-h li:hover li,
ul#navmenu-h li.iehover li  {
  font: 0.9em "Lucida Grande", sans-serif;
}

ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background:  #e1e1c4;
  color: #6C7151;
  font: 0.9em "Lucida Grande", sans-serif;

}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background:  #e1e1c4;
  color: #2C3111;
}

/* 3rd Menu */
ul#navmenu-h li:hover ul li ul {
  border:3px dotted #a7b88e; 
  font: 1.0em "Lucida Grande", sans-serif;
}

ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background:  #e1e1c4;
  color: #6C7151;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background:  #e1e1c4;
  color: #2C3111;
}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/* CATEGORY */
    .ib { cursor: pointer; }
    .branch3 {cursor: pointer;height: 10px;}
    .c_cnt { font:0.5em Tahoma; color : #999; }
    .selected { background-color:#e1e1c4; }

/* content */
.content {
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}
.content h2 { 
	color: #445044;
	font: bold 1.3em serif;
}
.content .date, .cnt, .name  {
	font-size: 11px;
	margin-bottom: 6px;
}

/* searchList */
.searchList { line-height: 180%; }
.searchList a { 
	color: #677c68;
	text-decoration: none; 
}
.searchList a:hover {
	color: #445044;
	text-decoration : underline; 
}
.searchList ul, ol { 
	list-style: none;
	margin-bottom: 15px; 
}	
.searchList li { }

/* 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) 5px 3px no-repeat;
	padding:0 0 15px 15px;
	margin-top:2px;
}
.localog a  { color:#36C;}
.localog a:hover  { color:#06F; text-decoration:underline;}

/* tag log */
.taglog ul                  { padding:10px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#eee;  color:#000;}
.taglog li .cloud1          { background-color:#eee;  color:#a2348f;  font-weight:bold;  font-size:16px;}
.taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:15px;}
.taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:14px;}
.taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px;}
.taglog li .cloud5          { font-size:12px;  color:#999; }

/* entry */
.entry {
	font-size: 12px;
	clear: both;}

.entry img {border: 1px dashed #8A6;}

.entry h1 {
	color: #445044;
	font: bold 1.5em serif;
}
.entry h1 a , a:hover { color: #445044; } 
.entry p.text   { 
	background:url(images/imgProtection.gif) 0 no-repeat ; 
	padding: 10px 0 10px 80px; 
}
.entry a {
	color: #06f;
}
.entry a:hover {
	color: #445044;
	text-decoration: underline;
}
.date_a, .category_a, .author {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}
.article {
	clear: both;
	margin: 15px 0;
	line-height: 170%;
	text-align:justify; 
}
blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	padding-left: 22px;
	margin: 10px 0;
}

blockquote p {padding: 6px;}
.key1 { 
	cursor: pointer; 
	border-bottom: 1px dotted #008000; 
}
.moreless_fold  { padding-left:20px; background:url(images/16-square-green-add.png) no-repeat 0 50%;} 
.moreless_top    { padding-left:20px; background:url(images/16-square-green-remove.png) no-repeat 0 50%; margin-bottom:.5em;}
.moreless_bottom   { display:none;}

.entry .admin {
	text-align: right; 
	margin-top : 5px;  
}
.entry .tagTrail { 
	background:url(images/16-cube-green.png) 0 50% no-repeat; 
	padding-left : 20px; 
	margin-bottom: 15px;
}

.entry .tagTrail a {
	color: #677c68;
	text-decoration: none; 
}
.entry .tagTrail a:hover {
	color: #445044;
	text-decoration : underline; 
}
.entry .actionTrail {
	text-align: right; 
	padding: 5px; 
}
.entry .actionTrail a {
	color:#444;
	text-decoration: none;
}
.entry .actionTrail a:hover {
	text-decoration: underline; 
}

/* trackback */
.trackback h3 {
	margin-top:10px;
}

.tbadd	   { 
	text-align:center; 
	color: #444; 
	padding: 5px 0;
	text-decoration:underline;
}
.trackback a {
	color: #677c68;
	text-decoration: none; 
}
.trackback a:hover { 
	color: #445044;
	text-decoration : underline; 
}

.trackback ol	 { 
	margin: 0 0 10px 0;  
	padding: 0 ; 
	list-style:none; 
}
.trackback li	{  
	color:#696969;
}
.trackback p	{ 
	text-align: justify; 
	margin:3px 0 0 0; 
	padding:3px 0 ;  
}
.trackback .delete2 { display:none;}
.trackback a.delete { background:url(images/12-em-cross.png) 0 50% no-repeat;}

/* comment */
.comment .commentList  { 
	margin: 10px 0; 
}
.comment a { 
	color: #677c68;
	text-decoration: none;
}
.comment a:hover { 
	color: #445044;
	text-decoration: underline;
}
.comment ol     { 
	padding:0;
	margin:0;
	list-style: none; 
	border-bottom :1px dotted #969696; 
}
.comment li	{ 
	
}
.comment ul	{ 
	list-style: none; 
	background:url(images/imgReply.gif) 0 5px no-repeat;
}
.comment li ul li { 
	padding:5px;   
	margin-left: 15px;
	margin-bottom: 10px;
	border:1px dotted #6f7b5e; 
	background: #e1e1c4;
}

.hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}	
.comment .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none; }
.comment .control a.modify        {  background:url(images/iconModify.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none; }
.comment .control a.modify span   { display:none;}
.comment .control a.write         { background:url(images/iconWrite.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none; }

.comment p.rp  { 
	padding-top: 5px;
	
	}
.comment p.rp2 { 
	padding-top: 5px;
	
}

/* comment & guest book area */
.comment .LeaveMsg { 
	background: url(images/imgLeave.gif) no-repeat 0 50%; 
	width : 130px; height: 30px; 
	margin: 0; padding: 0;
	}
.comment fieldset 	{ 
	padding:1em; 
	border:0; 
	letter-spacing:0;
}
* html fieldset 		{/* \ Not Mac */position:relative; clear:both;margin-top:1.8em;padding:2em 1em 1em;/* */}

.comment legend 	  {
	font:1.5em 'Franklin Gothic Medium', Helvetica, Sans-Serif;
	color:#696969;
}
* html fieldset legend  {/* \ Not Mac */position:absolute;top:-.8em;left:.4em;/* */}

.comment fieldset div {margin:.3em 0;}

.comment label 		{
	padding-left:.2em;
	font:1.0em 'Franklin Gothic Medium', Helvetica, Sans-Serif;
	vertical-align:middle;
}
.comment label span	{color:#999;}

.comment input	{ 
	border: 1px solid #c5cfb2;
	background: #efefd6;
	padding:2px .5em;
	width: 300px; height: 15px;
	font:1.2em Gulim, AppleGothic,Sans-Serif;
	vertical-align:middle;
	color:#445044;
}

.comment textarea 	{
	border: 1px solid #c5cfb2;
	background:url(images/imgTextarea.gif) no-repeat; 
	padding:0;
	width:500px;
	height:200px; 
	font:1.2em Gulim,AppleGothic, Sans-Serif;
	color:#445044; 
	overflow:hidden;
}
.comment .checkbox 	{
	background:none;
	padding:0;
	width:12px;
	border:0 none;
}
.content .comment .submit input {
	margin-top:1em;
	padding:.3em;
	width:500px;
	height:20px;
	font-size:.9em;
	color:#445044;
	cursor:pointer;
}

/* paging */
.paging           { padding:10px;  text-align:center; margin-bottom: 15px;}
.paging .numbox   { padding-left:6px; margin-left:6px; }
.paging .num      { padding-right:8px; margin-right:5px;}
.selected         { font-weight:bold; }

/* searchForm */
#searchform { text-align : center; margin-bottom: 10px; }
#searchform input { border: 1px solid #DEDED1; 	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;	}
#searchform input.text { padding: 11px; background: #FDFDFB url(images/img06.gif) repeat-x; }
#searchform input.button { background: #763320 url(images/img07.gif) repeat-x; color: #FFFFFF; }


/* footer */
.footer {
	background: url(images/bgfooter2.gif) bottom no-repeat;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 632px;
	line-height: 160%;
	height: 100px; 
}
.footer img { border:0; }
.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}