body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#F5F5F0;
	background-image:url(../images/newbg6.png);
	background-repeat:repeat-x;
}

@font-face {
	font-family: 'CABNDWebBold';
	src: url('CABNDWebBold.eot');
	src: local('CA BND Web Bold'), local('CABNDWebBold'), url('CABNDWebBold.woff') format('woff'), url('CABNDWebBold.otf') format('opentype'), url('CABNDWebBold.svg#CABNDWebBold') format('svg');
}

br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin-right:10px }
.alignright { float:right; margin-left:10px }
.wp-caption { border:1px solid #ccc; text-align:center; background:#fff; padding:10px; margin-bottom:10px }
.wp-caption p { margin-bottom:-4px; }

h1, h2, h3, h4, h5, h6 {
	font-family: "CABNDWebBold", Impact, Arial, sans-serif;
	font-style:normal;
	color:#733;
	font-weight:normal;
}

h1, h2 {
	text-shadow: 1px 1px 1px #CCC;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "CABNDWebBold", Impact, Arial, sans-serif;
	text-decoration:none;
	color:#733;
}

/* Safari (iPhone) doesn't revert asian characters out of the embedded font,
so, we need to manually degrade the font for posts that use asian characters in the headings*/
div.tag-proverbs h3, div.tag-proverbs h3 a, div#post-617 h3, div#post-617 h3 a, div#post-1050 h3 {
	font-family: メイリョ, Meiryo, Arial, sans-serif;
}

div.post ul ul,div.post ul ol,div.post ol ul,div.post ol ol{margin-bottom:8px}
h1 {
	line-height:35px;
	font-size:34px;
}
h2 {
	line-height:35px;
}
h2.related_post_title { clear:both; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#222;
}

a {
	color:#00ABEF;
	font-family: Georgia, serif;
}
a:hover {
	color:#333;
}

#header {
	position:relative;
	z-index:20;
	margin-bottom:16px;
}
#logo {
	float:left;
	margin-right:30px;
}

#page_menu {
	background-color:#711;
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	padding:0 0 0 15px;
	display:none;
}
#page_menu ul li {
	float:left;
	list-style:none;
	margin-left:0;
	margin-right:15px;
	padding:2px 0 4px 0;
}
#page_menu ul li a, #page_menu a {
	color:#ffffff;
}

div#custom_login {
	background-color:#8F8D86;
	display:none;
	position:absolute;
	top:30px;
	right:0px;
	padding:5px 10px;
	z-index:50;
}
#custom_login #wp-submit {
	width:222px;
	background-color:#00ABEF;
	color:#ffffff;
	cursor:pointer;
}
#loginbtn {
	cursor:pointer;
}

li.submenu ul {
	margin-bottom:0;
}
li.submenu ul li {
	line-height:20px;
}
#categories_menu {
	position:absolute;
	z-index:15;
	top:-15px;
	right:0px;
}
#categories_menu ul li {
	margin-right:15px;
	background-color:#551111;
	padding: 20px 5px 5px 5px;
}

#categories_menu ul li li { padding-top:5px; -moz-border-radius:0px; }

#categories_menu ul li a {
	color:#CCC;
	font-size:21px;
	text-decoration:none;
	padding:0 5px;
}
#categories_menu ul li.current-cat a, #categories_menu ul li.current-cat-parent a, #categories_menu ul.children li.current-cat a {
	color:#00ABEF;
}

#categories_menu ul.children li {
	background-color:#822;
}
#categories_menu ul.children li a {
	font-size:20px;
	color:#CCC;
}

li.sfHover a, #categories_menu ul li a:hover {
	color:#00ABEF;
}

#categories_menu li ul li.sfHover, #categories_menu li ul li:hover { background-color:#711; }

.current_page_item a, .current_page_parent a {
	text-decoration:none;
	font-weight:bold;
}

#footer, #footer_rss {
	margin-bottom:20px;
}
#footer_menu {
	float:left;
	overflow:hidden;
	margin-left:0;
	margin-bottom:0;
}
#footer_menu li {
	float:left;
	margin-right:15px;
	list-style:none;
	margin-left:0;
}
/*#footer_menu li a, #rss a {
	color:#AAA;
}*/

#rss {
	text-align:center;
}


.relative {
	position:relative;
}

#sidebar ul li {
	margin-left:0;
	list-style:none;
}
#sidebar li.widget {
	background-color:#ffffff;
	margin-bottom:20px;
	padding:10px 17px;
	overflow:hidden;
	outline:1px solid #BBA;
}
#sidebar li.widget h2 {
	margin-bottom:10px;
}
#twitter_icon {
	position:absolute;
	right:-10px;
	top:-45px;
}
.flickr {
	overflow:hidden;
}
.flickr .flickr_badge_image {
	display:inline;
	overflow:hidden;
	margin:0 4px 1px 3px;
}

#twitter span.timer {
	color:#999999;
	font-size:11px;
}

/** POST **/
.post {
	background-color:#FFFFFF;
	/*overflow:hidden;*/
	margin-bottom:25px;
	clear:both;
	border:1px solid #BBA;
}
.post h2 {
	margin:15px 0 5px 0;
	font-size:34px;
	overflow:visible;
}
.post .post_with_thumbnail h2, .post .nothumbnail h2 {
	margin-top:0;
}
/*
.post_date {
	background-color:#00ABEF;
	background-image:url(../images/datebg.jpg);
	left:-55px;
	top:25px;
	position:absolute;
	z-index:5;
	width:55px;
}
.post_date .date_padding {
	margin:8px 0px 3px 7px;
}
.post_date div.day, .post_date div.month {
	display:block;
	text-align:center;
	color:#ffffff;
}

.post_date .day {
	font-size:34px;
	line-height:25px;
}
.post_date .month {
	font-size:18px;
	margin-top:-2px;
}　*/
.post_padding {
	margin:17px 17px 0 17px;
}
.post_single {
	margin-bottom:20px;
}
.post_single .post_padding, .page_single .post_padding {
	margin:25px 25px 25px 25px;
}
.post_single .post_image {
	margin-bottom:15px;
}
.post .post_image a.preview {
	display:block;
}
.post .post_excerpt p {
	margin-bottom:15px;
}
.post .full_article {
	padding:10px 25px 10px 0px;
	/* border-bottom:1px solid #D3D3D3; */
	margin-top:0px;
	margin-left:17px;
}
.post .full_article img {
	position:relative;
	top:3px;
}
span.tags {
	margin-right:10px;
}
.full_article {
	height:21px;
}
.full_article, .full_article a {
	font-size:10px;
	color:#333;
}
.tags a {
	font-size:10px;
	padding:0 4px 1px 4px;
	color:#444;
	cursor:pointer;
}

.full_article .shiftright {
	position:absolute;
	right:25px;
}
.full_article .shiftright a {
	font-size:11px;
}
.full_article .commentcount {
	margin-right:10px;
}

.full_article .commentcount a {
	text-decoration:none;
}

.social a {
	color:#333333;
}
.social {
	background-color:#EFEFEF;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	width:570px;
	padding:6px 10px;
	margin:20px 0 0 0;
	font-size:11px;
	clear:both;
}
div.social a img {
	position:relative;
	top:3px;
	margin:0 0 0 5px;
}

.page_single h2#comments {
	margin-top:0;
}



/** comments ***/
.w350 {
	float:left;
	width:295px;
}
#commentform {
	overflow:hidden;
}
#commentform .w350 {
	position:relative;
}

#respond span.title_sub {
	font-size:10px;
	color:#8EA0AD;
	margin-left:16px;
	display:block;
}
#respond {
	position:relative;
}
#respond p.marginhack {
	margin-bottom:0;
}
#respond p.fontsize11 {
	font-size:11px;
}
#cancel-comment-reply-link {
	position:absolute;
	right:10px;
	top:11px;
	font-size:11px;
	color:#8EA0AD;
}

textarea#comment, #author, #email, #url {
	width:265px;
	padding:10px;
	margin:2px 0;
}
#submit {
	padding:10px 0;
}
.loggedin #submit {
	margin-top:24px;
}
textarea#comment, #author {
	margin-right:2px;
}

textarea#comment {
	height:59px;
}
#submit {
	padding:10px;
	text-align:left;
	text-indent:-999em;
	width:288px;
	height:37px;
	overflow:hidden;
	color:#003366;
	cursor:pointer;
	font-weight:bold;
	margin-top:2px;
	background: white url(../images/addcomment.png) no-repeat 0px 0px;
	color:black;
	border:0px solid white;
}
#submit:hover {
	background-position:0px -37px;
}

#submit:active {
	background-position:0px -74px;
	outline:none;
}

/* a:hover.downloadbutton, a:active.downloadbutton {background-position:0px -35px} */

.comment_label {
	color:#8EA0AD;
	font-size:11px;
	display:block;
}
#label_comment, #label_url {
	margin-top:5px;
}

/** depth widths **/
.depth-1 .w350 {
	width:260px;
}
.depth-1 textarea#comment, .depth-1 #author, .depth-1 #email, .depth-1 #url {
	width:230px;
}
.depth-1 #submit {
	width:263px;
}

.depth-2 .w350 {
	width:274px;
}
.depth-2 textarea#comment, .depth-2 #author, .depth-2 #email, .depth-2 #url {
	width:170px;
}
.depth-2 #submit {
	width:272px;
}

.depth-3 .w350 {
	width:241px;
}
.depth-3 textarea#comment, .depth-3 #author, .depth-3 #email, .depth-3 #url {
	width:138px;
}
.depth-3 #submit {
	width:240px;
}



#comment_wrap ul {
	margin-bottom:0;
}
#comment_wrap ul li {
	margin-left:0;
	list-style:none;
	clear:both;
	overflow:hidden;
	display:block;
}
#comment_wrap ul.children {
	margin-left:50px;
	margin-top:0px;
	margin-bottom:0px;
	border-left:1px solid #e0e0e0;
	padding-left:15px;
}
#comment_wrap img.avatar {
	float:left;
	margin:0 15px 20px 0;
}
#comment_wrap ul.children img.avatar {
	width:40px;
	height:40px;
}

#comment_wrap, #comment_wrap ul {
	overflow:hidden;
}
#comment_wrap .s {
	overflow:hidden;
	display:block;
	padding:10px;
	margin-bottom:8px;
	margin-top:2px;
	width:95%;
	border-right:2px solid #D44;
	border-bottom:1px solid #D44;
	-moz-box-shadow:2px 2px 3px #BBB;
	-webkit-box-shadow:2px 2px 3px #BBB;
	box-shadow:2px 2px 3px #BBB;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

#comment_wrap .comment-meta p {
	font-size:11px;
}

#comment_wrap .comment_details {
	color:#999999;
	font-size:11px;
	overflow:hidden;
}
#comment_wrap .comment_details a {
	color:#999999;
	text-decoration:none;
}
#comment_wrap .comment_details a:hover {
	text-decoration:underline;
}
#comment_wrap .comment_details .replylink {
	margin-left:15px;
}

/** Forms **/
.formError {
	border:1px solid #FF6C6C;
}
input {
	width:210px;
	background-color:#FFFFFF;
	color:#666666;
	border:none;
	border:1px solid #BBB;
	font-size:12px;
	margin:5px 0;
	padding:5px;
}
input#paypal {
	border:0;
}
textarea {
	background-color:#FFFFFF;
	color:#666666;
	border:none;
	border:1px solid #BBB;
	font-size:12px;
	margin:5px 0;
	padding:5px;
}
input:focus, textarea:focus {
	border:1px solid #00ABEF;
}

.widget_tag_cloud a {
/*	font-size:12px !important;*/
	background-color:#00ABEF;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 6px 3px 6px;
	margin:0 1px 1px 0;
}

/** paging **/
div#paging, div.wp-pagenavi {
	font-size:15px;
	color:#CAA;
	text-align:right;
	clear:both;
	margin-bottom:15px;
}
div#paging a, div.wp-pagenavi a {
	text-decoration:none;
}
div#paging a:hover, div.wp-pagenavi a:hover {
	color:#FFF;
	text-decoration:underline;
}
div#paging a.current, div#a.current:hover div.wp-pagenavi span.current {
	font-weight:bold;
	cursor:default;
}

span#pagenumbers, div.wp-pagenavi span.pages {
	float:left;
	padding:3px 10px 0 6px;
	background:transparent url(../images/pagination2.png) no-repeat top left;
}
div#gotopage, div.gotopage {
	float:left;
	text-align:center;
	padding-right:10px;
	padding-top:3px;
	background:transparent url(../images/pagination2.png) no-repeat top right;
}
div#gotopage a, div.gotopage a {
	color:#F60;
}

div#gotopage a.more {
	margin:0 0 0 5px;
}
div.gotopage a, div.gotopage span.current {
	margin:0 2px 0 2px;
}

/*** Featured **/
#slider_wrap {
	background-color:#FFFFFF;
}
#featured {
	overflow:hidden;
	background-color:#FFFFFF;
	width:640px;
	max-height:290px;
	position:relative;
	margin-bottom:25px;
}
#controls {
	position:absolute;
	top:15px;
	right:25px;
}
#controls a {
	background-color:#00ABEF;
	color:#FFFFFF;
	margin:0 1px 1px 0;
	padding:2px 6px 3px;
	text-decoration:none;
}
#controls a:hover {
	background-color:#0089BF;
}

#featured .fmargin {
	margin:5px 25px 20px 25px;
	overflow:hidden;
	width:590px;
}
#featured .post {
	float:left;
	overflow:hidden;
	clear:inherit;
	margin-bottom:0;
}
#featured .featured_post {
	/*margin:0 25px;*/
	margin-right:25px;
}
#featured h2 {
	margin-bottom:5px;
}
#featured li {
	margin-left:0;
}

.z10 { z-index:10 }

/* #fuji { position:absolute; width:543px; height:104px; top:26px; right:50px; z-index:0; } */
#sushifeed { position:absolute; width:140px; height:110px; top:0px; right:0px; z-index:21; }

ul.blogroll li { margin-top:1em; }

.post, .widget {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* background: transparent url(../images/postbg02.png) repeat-y scroll right top; */
}

.widget_categories a {
	font-size:1.6em;
}

.japanese { font-family: "Meiryo", sans-serif; }

h1.japanese, h2.japanese, h3.japanese, h4.japanese, h5.japanese, h6.japanese {
	font-style: normal;
}

a.downloadbutton { display:block; width:150px; height:35px; text-indent:-999em; overflow:hidden; outline:none; background:transparent url('http://nihonshock.com/images/downloadbtn35.png') no-repeat;}
a.downloadbutton { background-position:0px 0px}

.admincomment {
background-color: #fffbe3 !important;
} 
a:hover.downloadbutton, a:active.downloadbutton {background-position:0px -35px}

.left { float:left; }
.right { float:right; }
.clearme { clear:both; }
.bigtext { font-size:3.5em; }

.centerbox { clear:both; display:block; width:79%; margin:10px 9% 10px 9%; border:1px solid #bbb; }
.centerbox p { padding:10px; margin:0px;}

.boxie:hover { outline:1px solid #bbb; }


.date-stamp {
	position: relative;
	width:70px;
	height:55px;
	float:right;
	margin:-5px 0 1px 10px;
}

.post-month, .post-day, .post-year {
	position:absolute;
	text-indent:-1000em;
	background-image:url(http://nihonshock.com/images/datesprite3.png);
	background-repeat:no-repeat;
}

.post-month {
	top:0px;
	left:0px;
	width:51px;
	height:33px;
}

.post-day {
	top:33px;
	left:0px;
	width:51px;
	height:22px;
}

.post-year {
	top:0px;
	left:51px;
	width:19px;
	height:55px;
}

.m-01 { background-position: 0 0; }
.m-02 { background-position: 0 -55px; }
.m-03 { background-position: 0 -110px; }
.m-04 { background-position: 0 -165px; }
.m-05 { background-position: 0 -220px; }
.m-06 { background-position: 0 -275px; }
.m-07 { background-position: 0 -330px; }
.m-08 { background-position: 0 -385px; }
.m-09 { background-position: 0 -440px; }
.m-10 { background-position: 0 -495px; }
.m-11 { background-position: 0 -550px; }
.m-12 { background-position: 0 -605px; }

.d-01 { background-position: 0 -33px; }
.d-02 { background-position: 0 -88px; }
.d-03 { background-position: 0 -143px; }
.d-04 { background-position: 0 -198px; }
.d-05 { background-position: 0 -253px; }
.d-06 { background-position: 0 -308px; }
.d-07 { background-position: 0 -363px; }
.d-08 { background-position: 0 -418px; }
.d-09 { background-position: 0 -473px; }
.d-10 { background-position: 0 -528px; }
.d-11 { background-position: 0 -583px; }
.d-12 { background-position: 0 -638px; }
.d-13 { background-position: -70px 0; }
.d-14 { background-position: -70px -33px; }
.d-15 { background-position: -70px -55px; }
.d-16 { background-position: -70px -88px; }
.d-17 { background-position: -70px -110px; }
.d-18 { background-position: -70px -143px; }
.d-19 { background-position: -70px -165px; }
.d-20 { background-position: -70px -198px; }
.d-21 { background-position: -70px -220px; }
.d-22 { background-position: -70px -253px; }
.d-23 { background-position: -70px -275px; }
.d-24 { background-position: -70px -308px; }
.d-25 { background-position: -70px -330px; }
.d-26 { background-position: -70px -363px; }
.d-27 { background-position: -70px -385px; }
.d-28 { background-position: -70px -418px; }
.d-29 { background-position: -70px -440px; }
.d-30 { background-position: -70px -473px; }
.d-31 { background-position: -70px -495px; }

.y-2009 { background-position: -51px 0; }
.y-2010 { background-position: -51px -55px; }
.y-2011 { background-position: -51px -110px; }
.y-2012 { background-position: -51px -165px; }
.y-2013 { background-position: -51px -220px; }
.y-2014 { background-position: -51px -275px; }
.y-2015 { background-position: -51px -330px; }
.y-2016 { background-position: -51px -385px; }
.y-2017 { background-position: -51px -440px; }
.y-2018 { background-position: -51px -495px; }
.y-2019 { background-position: -51px -550px; }
.y-2020 { background-position: -51px -605px; }

.specialbox { border:1px solid #777; padding:10px; text-align:center; margin-right:10px; margin-bottom:2.5em;}

/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#D22;
}
h1, h2, h3, h4, h5, h6 {
	color:#D22;
} */

a {
	color:#D22;
}

.tags a {
	background-color:#BBBBBB;
	padding: 2px 5px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:1px 1px 1px #555;
	-webkit-box-shadow:1px 1px 1px #555;
	box-shadow:1px 1px 1px #555;
	text-shadow: 0px 0px 3px #FFF;
}

.tags a:hover {
	color:white;
	background-color:#AA0000;
}

.widget_tag_cloud a {
	background-color:#ED0000;
}

#categories_menu ul li.current-cat a, #categories_menu ul li.current-cat-parent a, #categories_menu ul.children li.current-cat a {
	color:#FFF;
}

#categories_menu ul.children li a {
	color:#CCC;
}
li.sfHover a, #categories_menu ul li a:hover {
	color:#FFF;
}

input:focus, textarea:focus {
	border:1px solid #BF2327;
}

#custom_login #wp-submit {
	background-color:#ED0000;
}

#controls a {
	background-color:#ED0000;
}
#controls a:hover {
	background-color:#BF2327;
}

span#pagenumbers, div.wp-pagenavi span.pages {
	padding:3px 10px 5px 10px;
	color:#CAA;
	font-style:italic;
	margin-bottom:15px;
}

div#gotopage, div.gotopage {
	padding-bottom:5px;
}

blockquote {
	padding-left:60px;
	background: transparent url(../images/quote.gif) no-repeat top left;
	min-height: 30px;
}

a.read_full_article:hover {
	color:red;
}

.widget .tweets li {
	margin: 5px 0;
	font-size: 85%;
	color:#444;
	padding: 7px 0;
	border-top:1px dotted #D3D3D3;
}

.widget .tweets a.timesince {
	color:#999;
}
.widget .tweets a.timesince:hover {
	color:#666;
}

span#featured_articles {
	text-align:center;
}

#sidebar #featured_articles a:hover img {
	outline:1px solid #555;
}

input#paypal {
	background-color:transparent;
}

#tabs10 {
  float:left;
  width:100%;
  font-size:98%;
  line-height:normal;
}
#tabs10 ul {
  margin:0;
  padding:0px 5px 4px 5px;
  list-style:none;
  position:absolute;
  right:6px;
  top:66px;
  z-index:22;
}
#tabs10 li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs10 a {
  float:left;
  margin:0 -1px 0 0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabs10 .rss-tab a {}
#tabs10 .twitter-tab a {}

#tabs10 a span {
  float:left;
  display:block;
  padding:4px 7px 4px 7px;
  color:#aaa;
  font-family: Verdana, Arial, sans-serif;
  border-bottom: 2px solid #333;
  border-top:2px solid transparent;
}

#tabs10 .rss-tab a:hover span {color:#ffca77 }
#tabs10 .twitter-tab a:hover span {color:#77edff }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {float:none;}
/* End IE5-Mac hack */
#tabs10 a:hover span {
  color:#FFF;
  border-top: 2px solid #555;
  text-shadow: 0px 0px 2px #FFF;
  }
/* #tabs10 a:hover {
  background-position:0% -42px;
  }
#tabs10 a:hover span {
  background-position:100% -42px;
  }

  #tabs10 #current a {
		  background-position:0% -42px;
  }
  #tabs10 #current a span {
		  background-position:100% -42px;
  } */
  
div.spotlight_word {
	position:relative;
	width: 47%;
	height:150px;
	float: left;
	margin-right:2%;
}

#vocabarea .post_padding {
	margin-top:5px;
}

#spotlight_title {
	color:#733;
	text-align:center;
	border-bottom:1px solid #977;
	margin-bottom:5px;
	text-shadow: 1px 1px 1px #EEE;
}

.vocab_heading {
	color:#555;
	font-size:300%;
	text-decoration:none;
	font-family: "Meiryo", "MS Gothic", sans-serif;
	text-shadow: 1px 1px 1px #CCC;
}

a.vocab_heading:hover {
	color:#333;
}

.vocab_readmore {
	color:#666;
	position:absolute;
	right:10px;
	bottom:2px;
	/* margin:-10px 0 12px 5px; */
	font-size:11px;
}

a.vocab_readmore:hover {
	color:red;
}

.category-vocab h1, .category-vocab h2, .category-vocab h1 a, .category-vocab h2 a {
	font-family: "Meiryo", "MS Gothic", sans-serif;
} 

li.cat-item-42 {
	display: none;
}

div.vocab_break {
	clear:both;
	height:1px;
	margin:10px 0px 10px 5px;
	background-color:#D3D3D3;
}

div#vocab_bank {
	padding-bottom:10px;
}

div.category-vocab .date-stamp, div.category-vocab .related_post_title, div.category-vocab .related_post { display:none; }