/*
	This is the CSS stylesheet that is used for "[dtk] Plain" Nucleus skin.
	(for customization)
	
	Search "[change ***]" comments and overwrite the styles for your purpose.
	[change layout]
	[change width: ***]
	[change color]
	

	This file is made of two sections.
	
	SECTION 1: overwrite section
		(base definitions are found in "base.css")
	
	SECTION 2:
		Definitions of anchors
		Writing format for articles
*/
 

/*
	----------
	---------- SECTION 1: from 'base.ccs' for overwrite
	----------
*/



/*
	Definitions for elements in the item block.
*/
h3.item {
	padding-left: 28px;
	background: url(img/ico24_title.gif) left no-repeat;
}

div.itembody {	
	/* for IE (to enable overflow:auto) */
	width: 490px; /* [change width: contents] must be equal to #contents width */
	
	overflow: auto;
	margin: 5px 0;	
}

div.iteminfo, 
div.iteminfo-short {	
	border-top: 2px dotted #ccc;
	margin-top: 10px;
	padding: 2px;

	color: gray; /* [change color] */
	font-size: small;
}
div.iteminfo-short {
	padding-bottom: 40px;
}
div.iteminfo a, 
div.iteminfo-short a {
	font-weight: bold;
	text-decoration: none;
}

/* New item mark next to item title */
span.newitem {
	color: red; /* [change color] */
	font-size: x-small;
}


/*
	----------
	---------- SECTION 2: anchors and writing format for articles
	----------
*/

/*
	Definitions for anchors
*/

a {
	text-decoration: none;
	color: #336;
}
a:visited {
	color: #888;
}

#mainbody a:hover {
	background-color: #ccc;
	color: white;
}
#mainbody a.nohover:hover {
	background-color: transparent;	
}

#contents .itembody a,
#contents .commentbody a {
	text-decoration: underline;
}
#contents .iteminfo a,
#contents .iteminfo-short a, {
	color: #666;
}


/*
	Definitions for elements in the item body block
	(writing format for articles)
*/
h4 {
	margin: 2em 0 1em;
	text-decoration: underline;
}

h5 {
	border-left: 5px solid #666;
	padding-left: 5px;
}

.center {
	text-align: center;
}

div.itembody blockquote {
	border: 1px solid #666;
	background: transparent url(img/ico_quote.gif) no-repeat top right;
	margin: 1em;
	padding: 10px;
	line-height: 130%;
}
div.itembody pre {
	width: 460px; /* [change width: contents] considering margin and UI width */
	overflow: scroll;
	border: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	background: #f0f0f0 url(img/ico_code.gif) no-repeat top right; /* [change color] */
	
	line-height: 110%;	
}
div.itembody cite {
	border-left: 5px solid #ccc;
	margin: 0 1em;
	padding: 0;
	padding-left: 5px;
	
	font-style: normal;
	font-size: smaller;
}

div.itembody div.postit {
	border: 1px solid #666;
	border-left: 5px solid #aaa;
	margin: 0.5em 1em;
	padding: 10px;
	
	line-height: 130%;
	font-size: smaller;
}

div.itembody div.note {
	border-left: 5px solid #ccc;
	margin: 0.5em 1em;
	padding: 10px;
	
	line-height: 130%;
	font-size: smaller;
}

div.itembody a.ico {
	padding-left: 14px;
	background: url(img/ico_link.gif) left no-repeat;
}

div.itembody samp {
	background-color: #eee;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}

