/*
	This is the CSS stylesheet that is used for "[dtk] Plain" Nucleus skin.
	
	Here's how the pages are built up:

	MAIN PAGE
	---------
	body
	  div#header
	  div#mainbody
	    div#contents
	      h1 (site title)
	        h2 (date header)
	          h3 (item title)
	            div.itembody (item text)
	              div.btnspace (read more button)
	            div.iteminfo-short
		           div.iteminfo-l (author / comment(amt) / trackback(amt) / edit / ping)
		           div.iteminfo-r (category / time)
	    div#menu
	      h1 (navigation, hidden link)
	        h2 (menu titles)
	  div#footer
	
	DETAILED PAGE
	-------------
	body
	  div#header
	  div#mainbody
	    div#contents
	      h1 (site title)
	        h2 (date header)
	          h3 (item title)
	            div.itembody (item text)
	            div.iteminfo (category / time / author / edit)
	            div.btnspace (back button)
	        h2 (comment header)
	          h3 (comment title)
	            div.commentbody
	            div.commentinfo
	        h2 (trackback header)
	          h3 (trackback title)
				   span.commentinfo
				   div.commentbody
	            div.btnspace (pagetop button)
	    div#menu
	      h1 (navigation, hidden link)
	        h2 (menu titles)
	  div#footer

	OTHER PAGES
	-----------	
	other pages are similar, having a #contents and a #menu part
*/
 

/*
	The body definitions define how the page should globally look
*/
html {
	height: 100%; /* for Mozilla */
	margin: 0;  /* for Opera */
	padding: 0; /* for Opera */
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
}

body,th,td {
	color: #333;
}

form {
	margin: 0;
	padding: 0;
}



/* 
	The definitions below determine how the page looks.
	There are 3 main div-elements.
	
	#container
	#pageheader
	#mainbody
	#footer

	#mainbody has 2 div-elements.	
		#contents: contains the main contents of the page.
		#menu: sidebar with menu
*/
#container {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#pageheader {
	margin: 0 0 10px 0;
	padding: 0;
}

#mainbody {
	width:530px;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}
.extra {
	background: #E6E6E6;
	/*border-left: 1px solid #4D82D6;*/
}



/*
	Definitions for elements in the header block.
*/
/* 
h1 {
	margin: 0;
	padding: 10px 0;

	text-align: center;
}
h1 a, h1 a:hover {
	background-color: transparent;
	
	color: black;
	text-decoration: none;
}
*/

/*
	Definitions for elements in the contents block.
*/
/* Headings defalut
--------------------------------------------------*/
#contents h1 {
}
#contents h2 {
	margin: 5px 0;
	padding: 0;
	color: #000;
	font-size: x-large;
	letter-spacing: 0.1em;
	line-height: 120%;
	border-bottom: 3px solid #0066CC;
}
#contents h3 {
	margin: 20px 0 10px 0px;
	padding: 8px 5px 5px 5px;
	color: #000000;
	font-size: medium;
	border-left: 8px double #0066CC;
	/*border-bottom: 1px dotted #333333;*/
}
#contents .btnspace {
	margin: 20px 0px;
	padding: 0;
	
	text-align: center;
}
.headimgtxt {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-indent: 0;
}


/*
	Definitions for elements in the menu block.
*/
#menu h1 {
	background: #2063CC /*url(img/bg_menuhead.gif)*/;
	margin: 0px 0 10px;
	padding: 5px 5px 5px 10px;
	
	color: #FFFFFF;
	font-size: medium;
	line-height: 120%;
	text-align:left;
}
#menu h1 a:link { color: #FFF; text-decoration: none}
#menu h1 a:visited { color: #FFF; text-decoration: none}
#menu h1 a:active { color: #FFF; text-decoration: none}
#menu h1 a:hover{ color: #990000; text-decoration: none}

#menu h2 {
	background: url(../live_def/img/point_1.gif) no-repeat left 5px;
	margin: 10px 5px 5px 10px;
	padding: 5px 5px 5px 14px;
	letter-spacing: 0;
	color: #0066CC;
	font-size: small;
	line-height: 120%;
}
#menu h2.nobg {
	background: transparent;
}

#menu p {
	margin: 5px 10px 5px 10px;
}
#menu ul {
	margin: 0;
}
#menu div.searchform{
	width:auto;
	margin: 0 5px 10px 10px;
}
	
#menu input.formfield {
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (mojibake) */	
}
#menu div.searchform input.formfield {
	width: 150px;
}

/*
	Some rules that apply to lists in the menu block
	- navigation (ul.link)
	- categorylist
*/

ul.link {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.link li {
	padding-left: 14px;
	margin: 0px 5px 5px 10px;
	background: url(../live_def/img/point_2.gif) no-repeat left top;
}

ul.categorylist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.categorylist li {
	padding-left: 14px;
	margin: 0px 5px 5px 10px;
	background: url(../live_def/img/ico_cat.gif)  no-repeat left top;
}
ul.categorylist li.nocat {
	padding-left: 14px;
	margin: 0px 5px 5px 10px;
	background: url(../live_def/img/ico_cat2.gif)  no-repeat left top;
}
ul.link a:link, ul.categorylist a:link {
	color: #333333; text-decoration: underline;
}
ul.link a:visited, ul.categorylist a:visited{
	color: #333333; text-decoration: underline;
}
ul.link a:active, ul.categorylist a:active{
	color: #333333; text-decoration: underline;
}
ul.link a:hover, ul.categorylist a:hover{
	color: #0066CC; text-decoration: underline;
}


/* for e-tabinet default menu links -------------------------------
*/
.exlink0 a:link { color: #333; text-decoration: none}
.exlink0 a:visited { color: #333; text-decoration: none}
.exlink0 a:active { color: #333; text-decoration: underline}
.exlink0 a:hover{ color: #333; text-decoration: underline}

p.exlink1,
p.exlink2 {
	margin: 0;
	padding: 0;
	width: 189px;
	height: 21px;
	line-height: 21px;
	text-indent: 28px;
	color: #FFF;
	display: block;
}

.exlink1 a:link { color: #FFF; text-decoration: none}
.exlink1 a:visited { color: #FFF; text-decoration: none}
.exlink1 a:active { color: #FFF; text-decoration: underline}
.exlink1 a:hover{ color: #FFF; text-decoration: underline}

.exlink2 a:link { color: #FFF; text-decoration: none}
.exlink2 a:visited { color: #FFF; text-decoration: none}
.exlink2 a:active { color: #FFF; text-decoration: underline}
.exlink2 a:hover{ color: #FFF; text-decoration: underline}

.exlink1 {
	background: url(../../lib_image/common/bg_exlink01.gif) no-repeat 0 0;
}
.exlink2 {
	background: url(../../lib_image/common/bg_exlink02.gif) no-repeat 0 0;
}
.exlink1 a,
.exlink2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
}



/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	padding-left: 28px;
	background: url(../live_def/img/ico24_title.gif) left no-repeat;
}

div.itembody {	
	width: 490px; /* for IE (to enable overflow:auto)*/
	overflow: auto;
	margin: 5px 0;	
}

div.iteminfo, div.iteminfo-short {	
	border-top: 2px dotted #ccc;
	margin-top: 10px;
	padding: 2px;

	color: gray;
	font-size: small;
}
div.iteminfo-short {
	padding-bottom: 40px;
}
div.iteminfo a, div.iteminfo-short a {
	font-weight: bold;
	text-decoration: none;
}
div.iteminfo-r {
	float: right;
}
div.iteminfo-l {
	float: left;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	margin-bottom: 10px;
}

div.commentbody {
	/* text-align: justify;*/
}

div.commentinfo {	
	color: gray;
	font-size: small;
}


/*
	Definitions for lists on archive list page
*/
ul.archivelist {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
ul.archivelist li {
	display: inline;	
	padding-right: 5px;

	color: #ccc;
	font-size: large;
	letter-spacing: 0.2em;
	line-height: 150%;
}
ul.archivelist a { 
	text-decoration: none;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
*/

.leftbox {
	float: left;
	border-right: 5px solid #ddd;	
	margin-right: 5px;
	padding-right: 2px;
}
.rightbox {
	float: right;
	border-left: 5px solid #ddd;	
	margin-left: 5px;
	padding-left: 2px;
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
	- forms
	- 'new item' mark next to the item title
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}

/*
form {
	margin: 5px 0;
}
*/

input.formfield {
	font-family: "Osaka" "Trebuchet MS", verdana, arial, sans-serif; /* for Mac (mojibake) */	
}
div.searchform input.formfield {
	width: 180px;
}

span.newitem {
	color: red;
	font-size: x-small;
}


/* ------------------------------------------------------------------------ */

/* --------------------------------------------------
 e-tabinet.com
 Base Style Sheet
-------------------------------------------------- */

/* Links
--------------------------------------------------*/
/* default link*/
a:link { color: #2063CC; text-decoration: underline;}
a:visited { color: #6392DB; text-decoration: underline;}
a:active { color: #C93; text-decoration: underline}
a:hover { color: #C93; text-decoration: underline}

/* for global navigation menu */
.gmenu {
	color: #333;
}
.gmenu a:link,
.gmenu a:visited {
	color: #339;
	text-decoration: none;
}
.gmenu a:active,
.gmenu a:hover {
	color: #F30;
	text-decoration: underline;
}

.gmenu-s {
	color: #000;
}
.gmenu-s a:link,
.gmenu-s a:visited {
	color: #036;
	text-decoration: none;
}
.gmenu-s a:active,
.gmenu-s a:hover {
	color: #F30;
	text-decoration: none;
}

/* for Header and Footer */
a.common:link{ color: #333; text-decoration: none; }
a.common:visited { color: #333; text-decoration: none; }
a.common:active { color: #333; text-decoration:underline; }
a.common:hover{ color: #333; text-decoration:underline; }

/* for your here navigation */
.urhere {
	color: #333;
}
.urhere a:link,
.urhere a:visited {
	color: #333;
	text-decoration: none;
}
.urhere a:active,
.urhere a:hover {
	color: #333; 
	text-decoration: none;
}

/* non text decoration Link */
.noline a:link{ color: #333; text-decoration: none}
.noline a:visited { color: #333; text-decoration: none}
.noline a:active { color: #333; text-decoration: none}
.noline a:hover{ color: #333; text-decoration: none}


/* text color */
.txt-red	{
	color: #F00;
}
.txt-blue	{
	color: #069;
}
.txt-green	{
	color: #090;
}
.txt-orange	{
	color: #F90;
}
.txt-grey	{
	color: #999;
}
.txt-black	{
	color: #000;
}
.txt-white	{
	color: #FFF;
}

.txt-visit	{
	color: #960;
}

/* Body
--------------------------------------------------*/

/* Header */
.g_search {
	width: 358px;
	height: 28px;
	color: #666;
	background: url(../../lib_image/common/bg_search.gif) no-repeat 0 0;
}

