/*-------------------------------------------------
  the CSS piece for Nucleus Jp-local by Buzzlyhan and yamamoto
-------------------------------------------------*/

.contentbody{

	line-height:1.6em;
}

#nucleus_cf_body,
#nucleus_cf_name,
#nucleus_cf_mail,
#nucleus_cf_email,
.formfield,
.formbutton{
	display:block;
}


/****************************************************/
.code {
	background: #F4FE9E;
	padding: 20px;
	width:400px;
	border: 1px dashed #FFCC00;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	overflow:auto;
}
.downloadbutton a{
	background: url(images/button_download.jpg) no-repeat;
	padding: 20px;
	width: 223px;
	height: 50px;
	display:block;
	visivirty: hiddn;
}
.downloadbutton_utf ,.downloadbutton_euc{
	text-align:right;
}
.downloadbutton_utf a,.downloadbutton_utf a:hover{
	background: url(images/button_down_utf.jpg) no-repeat;
	text-decoration: none;
	margin-left: 230px;
	border:none;
	width: 223px;
	height: 50px;
	display:block;
	text-indent: -1000em;
}
.downloadbutton_euc a,.downloadbutton_euc a:hover{
	background: url(images/button_down_euc.jpg) no-repeat;
	margin-left: 230px;
	text-align:right;
	width: 223px;
	height: 50px;
	display:block;
	text-indent: -1000em;
}

.sidebardl dd a.subcat
{
	margin-left: 10px;
}
h1 a:hover
{
	background: none;
}
.formfield{
	display:block;
}


/******************************************************/
/*Nuc*/
/******************************************************/

.comments
,.commentform
{
	margin-left: 20px;
	margin-right: 20px;
}

.leftbox, .rightbox {
	margin: 3px;
	padding: 5px;
	font-size: larger;

}
.leftbox {
	float: left;

}
.rightbox {
	float: right;
}
.pageswitch{
	font-size: 0.8em;
	text-align:right;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

a.category {
	display: block;
	background: #dcdcdc;
	padding: 2px;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/

.content dl
{
	margin:0 0 0 10px;
}
.content dd a
{
	display:block;
	padding: 2px;
	 
}
.content dd a:hover
{
	background: #DEFFA9;
	 
}


/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(../../blog/skins/itamired/images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(../../blog/skins/itamired/images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(../../blog/skins/itamired/images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(../../blog/skins/itamired/images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	text-align: right;
	margin: 0 0 10px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(../../blog/skins/itamired/images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(../../blog/skins/itamired/images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(../../blog/skins/itamired/images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(../../blog/skins/itamired/images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(../../blog/skins/itamired/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(../../blog/skins/itamired/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(../../blog/skins/itamired/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}

.code{
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #ECECFF;
	border: 1px solid #FF6262;

}