/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.4
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes and yama.kyms
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
*
{
	outline: none;
}
body
{
	background: #000 fixed;
	color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
	float: left;
}
form
{
	margin: 0;
}
a:link, a:visited, a:hover {
	color: #ccc;
	text-decoration: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}
.err
{
	margin-top: 50px;
	font-size: 14px;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	margin: 0;
}

ul.topnavi
{
	width: 100%;
	height: 18px;
	display: block;
	background: url(images/bg_btn_topnavi.png) top left repeat-x;
	float: left;
	margin: 0;
	padding: 0;
}
ul.topnavi li
{
	height: 18px;
	display: block;
	float: left;
	margin: 0 20px;
	text-align: center;
}

.menu {
    width: 896px;
	margin: 0;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
}

.menu ul li {
    position: relative;
    width: 112px;
    height: 18px;
	float: left;
	background: url(images/bg_btn_normal.png) top left no-repeat;
}

.menu ul li a:link, .menu ul li a:visited {
    color: #ff9;
    display: block;
    text-decoration: none;
	text-align: center;
    height: 18px;
    line-height: 18px;
	background: none;
	font-weight: bolder;
}

.menu ul li a:hover {
    position: relative;
	color: #30c;
	background: url(images/bg_btn_hover.png) top left no-repeat;
}

.menu ul li a:active {
	color: #ff9;
	background: url(images/bg_btn_actine.png) top left no-repeat;
}

.menu ul li ul {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 0;
    width: 112px;
    height: 0;
	background: #000;
	font-size: 10px;
	opacity: 0.4;
	filter: alpha(opacity="40");
}

.menu ul li ul:hover {
	opacity: 0.7;
	filter: alpha(opacity="70");
}

.menu ul li:hover ul , .menu ul li a:hover ul {
    visibility: visible;
    overflow: hidden;
    height: auto;
	margin: 0;
	text-align: left;
}
  
.menu ul li ul li {
    margin-bottom: 0;
    width: 112px;
    height: 18px;
	background: none;
}

/* Links */
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}

#header a.top_navi:link, #header a.top_navi:visited
{
	color: #ffc;
	text-decoration: none;
	text-align: center;
	margin: auto;
	font-weight: bold;
}
#header a.top_navi:hover
{
	color: #000;
}
#header a.top_navi:active
{
	color: #ffc;
}

#container a:link, #container a:visited
{
	color: #ffc;
	text-decoration: none;
}
#container a:hover, #container a:active
{
	color: #fff;
}

#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 784px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 1000px;
	height: 100px;
	background: white url(images/header.jpg) top right no-repeat;
	margin: auto;
}
#header h1
{
	height: 47px;
	width: 550px;
	margin: 30px 0 5px 5px;
	background: url(images/top_title.gif) top left no-repeat;
	text-indent: -9999px;
	float: left;
}
#logo
{
	width: 88px;
	height: 72px;
	float: right;
	background: url(images/logo_s.png) top left no-repeat;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 1000px;
	background: none;
	margin: auto;
}
#wrapper
{
	width: 1000px;
	background: none;
	margin: auto;
}

#wrapper form {
	padding: 50px 0 50px 100px;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#main
{
	width: 896px;
	height: 340px;
	margin: 85px auto 0 auto;
}
#flash
{
	width: 896px;
	height: 300px;
	float: left;
}
#container
{
	width: 896px;
	height: 1%;
	overflow: visible;
	margin: auto;
}
.content
{
	float: left;
}
.content img
{
	margin-right: 5px;
	float: left;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contentbody h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #ffc;
}
.contentbody
{
	width: 884px;
	font-size:13px;
	text-align: justify;
	padding: 5px;
	line-height: 18px;
	float: left;
	border: #ffc 1px solid;
	margin-top: 35px;
}

iframe
{
	width: 896px;
	margin-top: 35px;
	border: none;
	overflow: hidden;
}
.i1 { height: 600px;}
.i2 { height: 150px;}
.i3 { height: 160px;}

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

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(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(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(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 204px;
	padding: 2px 0 0 0;
}
.sidebar
{
	color: #21262A;
	margin: 0 0 4px 6px;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #E5E5E5 url(images/sidetitlebg.gif);
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:2px;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	clear: both;
	width: 1000px;
	height: 89px;
	background: url(images/header.png) bottom center no-repeat;
	text-align: center;
	padding: 10px 0;
	margin: 20px auto 50px auto;
}

#copyrights
{
	color: #cc6;
	text-align: right;
	line-height: 30px;
	padding: 0;
}

/*-------------------------------------------------
  Foot Menu
-------------------------------------------------*/
ul.foot
{
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	padding: 9px 0 10px 0;
	border-top: #cc6 1px solid;
	border-bottom: #cc6 2px solid;
}
ul.foot li
{
	width: 86px;
	height: 16px;
	display: block;
	padding: 0;
	margin: 0 2px;
	float: left;
	background: none;
}
ul.foot li a
{
	display: block;
	width: 86px;
	height: 20px;
	color: #cc6;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	border: #cc6 1px solid;
}
ul.foot li a:hover
{
	color: #333;
	border: #cc9 1px solid;
	background: #cc9;
}

/*-------------------------------------------------
  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
{
	font-size: 12px;
	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;
	padding:5px;
	line-height:1.5;
}
.formbutton
{
	font-size: 12px;
	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;
}
.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
{
    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;
}

textarea#nucleus_cf_body
{
	width:470px;
}

.order {
	display: block;
	width: 600px;
	margin-top: 30px;
	padding: 20px 20px;
}

button {
	height: 24px;
	padding-left: 24px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	margin-right: 20px;
	border: #ccc 1px solid;
}
button.cartin {
	background: #eee url(http://www.k-smith.jp/skins/images/cart_put.png) no-repeat;
}
button.cartin:hover {
	background-color: #eff;
	color: #06f;
}
button.submit {
	background: #eee url(http://www.k-smith.jp/skins/images/email_go.png) no-repeat;
}
button.submit:hover {
	background-color: #efe;
	color: #060;
}
button.reset {
	background: #eee url(http://www.k-smith.jp/skins/images/email_edit.png) no-repeat;
}
button.reset:hover {
	background-color: #fee;
	color: #c00;
}

.form-preview {
   width: 400px;
   border: 1px solid #fff;
}
.form-name {
   border: 1px solid #fff;
   width: 120px;
}
.form-value {
   border: 1px solid #fff;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
}
input, select, textarea {
	border: #333 1px inset;
	margin-bottom: 10px;
}
form {
	vertical-align: text-top;
}
form p.headline {
	width: 100px;
	padding-left: 10px;
	letter-spacing:normal;
	float: left;
	margin: 0;
}
form p.formbody {
	width: 400px;
	float: left;
	margin: 0;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

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

/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

