/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-repeat: repeat;
	background-color: #2e2e2e;
	position:relative;
	color: #666666;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #2971a7; }

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { padding-top: 1.2em; font-size: 1.2em; line-height: 1; margin-bottom: 0.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover,
a:visited   { color: #ff7734; }
a           { color: #ff7734; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 0 0 1em; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

p.center	{ text-align: center; }
h1.center	{ text-align: center; }
h2.center	{ text-align: center; }
address.center	{ text-align: center; }
pre.center	{ text-align: center; }

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

div.autosize > div { 
display: table-cell;
margin-right: auto;
margin-left: auto;
overflow:hidden;
}

.nav-wrap { 
	margin: 0 auto; 
	}

.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0px; 
	content: " "; 
	clear: both; 
	height: 0; 
	}

*:first-child+html .group { zoom: 1; } /* IE7 */


/* Note Post */

.post.category-note .postContainer {
	width: 700px;
	padding-top: 5px;
	
}

.post.category-note .top {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	height: 63px;
	background: url(images/post-note-top.png) no-repeat;
	margin-bottom: 0px;
	margin-left: 40px;
	
}

.post.category-note .middle {
	padding-left: 55px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-top: 0px;
	background: url(images/post-note-middle.png) repeat-y;
	margin-right: auto;
	margin-left: 40px;
	color: rgba(0,0,0,.75);
}

.post.category-note .bottom {
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 15px;
	height: 57px;
	background: url(images/post-note-bottom.png) no-repeat;
	margin-top: 0px; 
	margin-left: 40px;
}

.post.category-cal .postContainer {
	width: 700px;
	padding-top: 5px;
	
}

.post.category-cal .top {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	height: 89px;
	background: url(images/post-cal-top.jpg) no-repeat;
	margin-bottom: 0px;
	margin-left: 40px;
	
}

.post.category-cal .middle {
	padding-left: 55px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-top: 0px;
	background: url(images/post-cal-middle.jpg) repeat-y;
	margin-right: auto;
	margin-left: 40px;
	color: rgba(0,0,0,.75);
}

.post.category-cal .bottom {
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 15px;
	height: 57px;
	background: url(images/post-cal-bottom.jpg) no-repeat;
	margin-top: 0px; 
	margin-left: 40px;
}


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }

#nav-bar { 
	padding-left: 0px; 
	padding-bottom: 1px; 
	padding-right: 0; 
	padding-top: 90px; 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 775px; 
	}

#nav-bar li { 
	float: right; 
	}

#nav-bar li a { 
	color: #bbb; 
	font-size: .75em; 
	padding: 6px 10px 4px; 
	text-decoration: none; 
	text-transform: uppercase; 
	}

#nav-bar li a:hover { 
	color: white; 
	}

#magic-line { 
	position: absolute; 
	bottom: 1px; 
	left: 0; width: 100px; height: 2px; 
	background: #ff7734; 
	}

.current_page_item a { 
	color: white !important; 
	}

#banner1 {
	height:119px;
	width:775px;
	position:relative;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	}
.kanji { margin-left: 12px; margin-top: 17px; position: absolute; top: 0; left: 0; z-index: 2; } 

#banner2 {
	height:242px;
	width:775px;
	position:relative;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	z-index: 1;
	}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#banner3 {
	height:40px;
	width:775px;
	position:relative;
	background-color:#FFFFFF;
	background-image:url(images/know-ones.png);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	}

#mainsection1 {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 775px;
	position:relative;
	background-color: #FFFFFF;
	}
	
#mainsection404 {
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 775px;
	position:relative;
	background-color: #000000;
	}

#mainsectioninfo {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 725px;
	position:relative;
	background-color: #FFFFFF;
	}

#picture {
	text-align: center;
	display:block;
	margin:0 auto
	}

#footer {
	text-align: center;
	font-size: 10px;
	height:17px;
	width:775px;
	position:relative;
	margin:0px auto 0px auto;
	background-color: #FFFFFF;
	}


