/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by Mavelick
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #B3B3B2 url(images/back.jpg) no-repeat left top;
	color: #494949;
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0;
	margin: 0;
}

/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#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
{
	position: relative;
	clear: both;
}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	height: 10px;
	margin: 0;
	padding: 300px 0 0 0;
	z-index: 0;
}

#header h1 a
{
	position: relative;
	float: left;
	margin-left: -9999px;
	font-size: 1em;	
}

#header a:link, #header a:visited
{
	color: #FFF;
}
#header a:hover, #header a:active
{
	color: #000;
}

#boxanime {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#wrapper
{
/*	border: 1px #F00 solid;*/
	width: 100%;
	float: left;
	margin: 0;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#mainwrapper
{
/*	border: 2px #800 solid;*/
	position:relative;
	float: left;
	top : 0;
	left: 0;
	width: 70%;
	margin: 0 0 0 0;
	padding: 330px 0 0 10px;
}

#main
{
/*	border: 2px #080 solid; */
	width: 100%;
	float: right;
	text-align: left;
}



/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarwrapper
{
/*	border: 1px #0F0 solid;*/
	position: absolute;
	top:0;
	right:0;
	width: 200px;
	height:100%;
	min-height: 400px;
	margin: 5px 20px 0 400px;
	padding: 5px 0 0 20px;
}

#sidebar
{
/*	border: 1px #0F0 solid;*/
	float:left;
	text-align: center;
	width: 100%;
	color: #21262A;
	margin: 0;
	font-size: 1.1em;
	_font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#sidebar ul{
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 5px;
/*	background: #848484;*/
}

#sidebar li{
	position:relative;
	margin: 0 auto 5px auto;
	width:80%;
}

#sidebar li:hover{
	color: #FFF;
	filter:alpha(opacity=80); /*IE*/
	opacity:0.80;
	background: #EEE;
}

#sidebar a {
	width: 100%;
	color: #000;
	filter:alpha(opacity=50); /*IE*/
	opacity:0.50;
}

#sidebar a:link, #sidebar a:visited
{
	width: 100%;
	color: #000;
}
#sidebar a:hover, #sidebar a:active
{
	width: 100%;
	color: #000;
	filter:alpha(opacity=100); /*IE*/
	opacity:1;
}

#sidebar h3
{
	border-bottom: 1px #999 solid;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-size: 1.2em;
	text-shadow: -2px 2px 3px black;
	filter: dropshadow(color=#404040, offx=-2, offy=1, positive=true); 
	_filter: shadow(color=#808080, direction=225); /* IE6 fix */
	margin-bottom: 0;
}

#additem
{
	background: #DDD;
	margin: 20px 0 0 0;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.content
{
/*	border: 1px #0F0 solid;*/
	position:relative;
	float: left;
	width: 100%;
	padding: 0 0 0 5px;
	margin: 10px 0 20px 0;
}

.contentback {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=20); /*IE*/
	opacity:0.20;
	background: #000;
	z-index:1;

	/* IE6 fix */
	_filter:alpha(opacity=0);
}
.contentbackshadow {
	position: absolute;
	top:5px;
	left:5px;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=7); /*IE*/
	opacity:0.07;
	z-index:0;
	background: #000;
	
	/* IE6 fix */
	_filter:alpha(opacity=0);	
}

.contentarea {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	
	/* IE6 fix */
	_padding-top: 5px;
	_padding-left: 5px;
	_filter:alpha(opacity=80);
	_border: 5px outset #A0A0A0;
	_background: #888;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentheadertitle h2
{
	position:relative;
	clear: both;
	font-size: 2em;
	padding: 0 0 6px 0;
	margin: 0;
	text-shadow: 3px 3px 4px #FFF;
	filter: dropshadow(color=#909090, offx=2, offy=2, positive=true); 
}

.contentheadertitle a:link, .contentheadertitle a:visited
{
	color: #000;
}
.contentheadertitle a:hover, .contentheadertitle a:active
{
	color: #444;
	_color: #222;	/* IE6 fix */
}

.contentbody
{
	position:relative;
	color: #222;
	font-size:1.1em;
	text-align: justify;
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;

	_color: #000;	/* IE6 fix */
}

.contentitem
{
	position: relative;
	padding: 0 10px 0 5px;
	margin: 0 0 10px 0;
	font-size: 1em;
	text-align: right;
	float: right;
	color: #444;
	border-top: 1px #777777 solid;
	
	_color: #222;	/* IE6 fix */
}

.contentitem a:link, .contentitem a:visited
{
	color: #444;
	
	_color: #222;	/* IE6 fix */
}
.contentitem a:hover, .contentitem a:active
{
	color: #000;
}

.contentitemdate
{
	float: right;
	margin: 0 10px;
	border-right: 1px #777777 solid;
}

.contentitemcategory
{
	float: right;
	margin: 0 10px;
	border-right: 1px #777777 solid;
}

.contentitempostedby
{
	float: right;
	margin: 0 10px;
	border-right: 1px #777777 solid;
}


.contentcomments
{
	float: right;
	margin: 0 10px;
	background: url(images/bgcomment.gif) center left no-repeat;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
}

.contentbody a:link, .contentbody a:visited
{
	color: #DDF;
}

.contentbody a:hover, .contentbody a:active
{
	color: #FFF;
}

.contentarea blockquote
{
	color: #222;
	background: #B3B3B2;
	border-left: 1px #888 solid;
	border-bottom: 1px #AAA solid;
	margin: 3px 10px 10px 30px;
	text-space:honor;
}

.contentarea li{
	margin: 0 2em;
	padding-left: 10px;
	border-left: 3px #000 solid;
}
	
/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.commentarea
{
	clear: both;
	position: relative;
	padding: 0 10px 0 5px;
	margin: 0 0 10px 0;
	font-size: 1em;
	text-align: right;
	float: right;
	color: #000;
	width: 80%;
	border-top: 1px #777777 solid;
}

.commentbody
{
	text-align: left;
}

.commentarea li
{
	float: right;
	margin: 0 10px;
	border-right: 1px #777777 solid;
}

.commentedit
{
/*	border: 1px #0F0 solid;*/
	position: relative;
	padding: 0 10px 0 5px;
	margin: 20px 0 10px 0;
	font-size: 1em;
	text-align: right;
	float: right;
	color: #000;
	border-top: 1px #777777 solid;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield { 
    display: block; 
} 

.loginform, .searchform
{
	margin: 5px 0;
}
.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: 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;
}
.searchform .formfield
{
	width: 130px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: 'Hiragino Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  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: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	position: relative;
	float: left;
	border-right: 2px solid #ccc;
}
.leftbox img{
	position: relative;
	float: left;
	margin-left: -50px;
}
.rightbox {
	position: relative;
	float: right;
	border-left: 2px solid #ccc;
}
