@charset "UTF-8";

/*
------------------------------
Theme :ShinDesign WEBSITE COMMON CSS
Date  :20100711

Works :ShinDesign // SoulEngine
URL   :http://shindesign.org/

HTML/CSS Author: Shin
Version: 3.0
------------------------------
*/
* {
	margin: 0 auto;
}
body {
	background: #000000;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "メイリオ", Hiragino Kaku Gothic Pro;
	color: #FFFFFF;
	font-size: .90em;
}
a {
	color: #b7a89a;
	text-decoration: none;
}
img {
	border: 0;
}
cite {
	font-style: normal;
}
cite a {
	color: #cc0000;
	font-style: normal;
}
code {
	font-size: 1.1em;
	line-height: 1.3em;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
p {
	line-height: 1.5em;
	margin: 1.2em auto;
	text-align: left;
}
p.strong {
	font-weight: bold;
	font-size: 1.2em;
}

div.pSmall {
	color: #ddd3d3;
	font-size: .75em;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px dotted #999;
}
pre {
	background: #252525;
	border: 1px solid #303030;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1.2em auto;
	overflow: auto;
	padding: 10px;
	width: 488px;
}
input, textarea {
	font-family: "Arial";
	font-size: 1em;
}
	
/* -header- */

#headBox {
	margin: 0px auto;
	padding-top: 5px;
	width: 927px;
	height: 200px;
	clear: both;
}
#banner {
	padding: 20px 0 20px 0;
	height: 200px;
	text-align: center;
	width: 888px;
}
#banner img {
	max-width: 928px;
}
#topbar {
	background-image: url(http://shindesign.org/img/headupper.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 31px;
	color: #b7a89a;
	padding-bottom: 10px;
	width: 930px;
}
#topbar a {
	color: #FF0000;
}
#topbar img {
	float: left;
	margin: 0px;
	padding-right: 5px;
}
#topbar p {
	margin: 0px;
	padding-top: 5px;
	position:relative;
}

/* -content- */

#content {
	float: left;
	margin: 0 15px 30px 15px;
	width: 528px;
}
#contentwrap {
	border-top: 1px solid #000000;
	display: block;
	padding-top: 20px;
	width: 928px;
}

/* -post and entries- */

.post {
	margin-bottom: 0px;
	padding: 5px;
}
.post a {
	color: #b7a89a;
	text-decoration: none;
}
.post a:hover {
	color: #b7a89a;
	text-decoration: none;
}
.post blockquote {
	background: #252525;
	border: 1px solid #303030;
	margin: 1.2em auto;
	padding: 0 1.2em 0 1.2em;
}
.post object {
	border: 4px solid #303030;
}
.post embed, .post img, .post object {
	display: block;
	margin: 1.2em auto;
	max-width: 500px;
}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
}
.post h2 {
	color: #FFF;
	margin: 0px;
	padding-top: 6px;
	height: 1.8em;
	padding-left: 20px;
	background-image: url(http://shindesign.org/img/h2arrow.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.post h2 a:hover {
	color: #FF0000;
}
.post h3 {
	color: #FFF;
	margin: 0px;
	padding-top: 6px;
	height: 1.6em;
	padding-left: 20px;
	background-image: url(http://shindesign.org/img/h2arrow.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.post h32 a:hover {
	color: #FF0000;
}
.post table {
	background: #000;
	border-collapse: collapse;
	line-height: 1.5em;
	margin: 1.2em auto;
	width: 90%;
}
.post th, .post td {
	padding: 5px;
	border-bottom: 1px solid #333;
}
.post ul, .post ol {
	line-height: 1.5em;
}
.post .wp-smiley {
	border: none;
	display: inline;
	margin: 0;
}
.postmetadata-top {
	color: #c7baba;
	padding: 5px;
}
.postmetadata-bottom {
	color: #444;
	background-color: #111;
	height: 15px;
	padding: 5px;
}
.backtotop {
	margin: 1.2em auto;
	text-align: center;
}

/* -sidebar- */

#sidebar1wrap,
#sidebar2wrap {
	background: #000000;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	width: 160px;
}

#sidebar1wrap,
#sidebar2wrap img {
	border: 0;
}

#sidebar1 a, #sidebar1 li.recentcomments, #sidebar1 .textwidget,
#sidebar2 a, #sidebar2 li.recentcomments, #sidebar2 .textwidget {
	color: #b7a89a;
	display: block;
	padding: 1px;
	border-left: 1px solid #000;
}
#sidebar1 a:hover,
#sidebar2 a:hover {
	border-left: 1px dotted #b7a89a;
	color: #FFF;
}
#sidebar1 h2,
#sidebar2 h2 {
	color: #b7a89a;
}
#sidebar1 h2.small,
#sidebar2 h2.small {
	border-bottom: 1px dotted #404040;
	color: #FF0000;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: none;
}
#sidebar1 li,
#sidebar2 li {
	list-style: none;
	margin-top: 3px;
}
#sidebar1 li:hover small,
#sidebar2 li:hover small {
	color: #FFF;
}
#sidebar1 li.recentcomments:hover,
#sidebar2 li.recentcomments:hover {
	background: #ccc; /* validator */
	color: #000000;
}
#sidebar1 li.recentcomments:hover a,
#sidebar2 li.recentcomments:hover a {
	color: #FFF;
}
#sidebar1 li.recentcomments a,
#sidebar2 li.recentcomments a {
	border: none;
}
#sidebar1 li.widget_categories ul li,
#sidebar2 li.widget_categories ul li {
	border-bottom: 1px dotted #252525;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar1 li.widget_categories ul li a,
#sidebar2 li.widget_categories ul li a {
	border-bottom: none;
	display: inline;
	padding: 0;
}
#sidebar1 li.widget_categories ul li:hover, #sidebar1 li.widget_categories ul li:hover a,
#sidebar2 li.widget_categories ul li:hover, #sidebar2 li.widget_categories ul li:hover a {
	background: #CCC;
	color: #000000;
}
#sidebar1 select,
#sidebar2 select {
	margin: 3px 0 3px 0;
	width: 100%;
}
#sidebar1 small,
#sidebar2 small {
	color: #b7a89a;
	text-transform: uppercase;
}
#sidebar1 .textwidget,
#sidebar2 .textwidget {
	padding: 3px 0 3px 0;
}
#sidebar1 .textwidget img,
#sidebar1 .textwidget img {
	display: block;
}
#sidebar1 .textwidget a,
#sidebar2 .textwidget a {
	display: inline;
}
#sidebar1 ul,
#sidebar2 ul {
	margin: 0;
	padding: 0;
}
#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a,
#sidebar2 ul.children a, #sidebar2 li.page_item ul li.page_item a {
	padding-left: 20px;
}
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a,
#sidebar2 ul.children ul.children a, #sidebar2 li.page_item ul li.page_item ul li.page_item a {
	padding-left: 30px;
}
#sidebar1 ul.children ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item ul li.page_item a,
#sidebar2 ul.children ul.children ul.children a, #sidebar2 li.page_item ul li.page_item ul li.page_item ul li.page_item a {
	padding-left: 40px;
}
#sidebar1 .widget_text a, #sidebar1 .widget_text a img,
#sidebar2 .widget_text a, #sidebar2 .widget_text a img {
	border: none;
	padding: 0;
}
#sidebar1 .widget_tag_cloud,
#sidebar2 .widget_tag_cloud {
	border-bottom: 1px dotted #252525;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#sidebar1 .widget_tag_cloud a,
#sidebar2 .widget_tag_cloud a {
	border: none;
	display: inline;
	padding: 0 3px 0 3px;
}
#sidebar1 .widget_tag_cloud h2,
#sidebar2 .widget_tag_cloud h2 {
	margin-bottom: 10px;
}
#sidebar1 .widget_rss h2.small a,
#sidebar2 .widget_rss h2.small a {
	border: none;
	display: inline;
	color: #b7a89a;
	padding: 0 0 3px 0;
}
#sidebar1 .widget_rss h2.small a:hover,
#sidebar2 .widget_rss h2.small a:hover {
	background: none;
}
#sidebar1 .widget_rss h2.small a img,
#sidebar2 .widget_rss h2.small a img {
	display: none;
}
#sidebar1 .widget_rss ul li,
#sidebar2 .widget_rss ul li {
	border-bottom: 1px dotted #252525;
	display: block;
}
#sidebar1 .widget_rss ul li a.rsswidget,
#sidebar2 .widget_rss ul li a.rsswidget {
	border: none;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar1 .widget_rss ul li cite,
#sidebar2 .widget_rss ul li cite {
	color: #ff9000;
	font-size: .75em;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#sidebar1 .widget_rss ul li .rss-date,
#sidebar2 .widget_rss ul li .rss-date {
	color: #ff9000;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
#sidebar1 .widget_rss ul li .rssSummary,
#sidebar2 .widget_rss ul li .rssSummary {
	padding-bottom: 3px;
}

/* -sidebar calendar- */

#sidebar1 .widget_calendar h2,
#sidebar2 .widget_calendar h2 {
	display: none;
}
#sidebar1 .widget_calendar caption,
#sidebar2 .widget_calendar caption {
	border-bottom: 1px dotted #404040;
	color: #b7a89a;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
	text-transform: none;
}
#sidebar1 .widget_calendar table,
#sidebar2 .widget_calendar table {
	border-bottom: 1px dotted #252525;
	width: 100%;
}
#sidebar1 .widget_calendar table a,
#sidebar2 .widget_calendar table a {
	background: #252525;
	border: none;
	color: #b7a89a;
	display: block;
	padding: 3px;
}
#sidebar1 .widget_calendar table a:hover,
#sidebar2 .widget_calendar table a:hover {
	background: #dbd3cc;
	color: #000000;
}
#sidebar1 .widget_calendar table td,
#sidebar2 .widget_calendar table td {
	color: #4b3f3f;
	text-align: center;
}
#sidebar1 .widget_calendar table th,
#sidebar2 .widget_calendar table th {
	color: #b7a89a;
	text-align: center;
}

/* -comments- */

#comments, #respond {
	background: #000000;
	margin-bottom: 20px;
	padding: 10px;
	width: 508px;
}
#commentpages {
	margin-bottom: 20px;
}
ul#commentlist {
	list-style: none;
	padding: 0;
}
ul#commentlist li.comment {
	border-top: 1px dotted #404040;
	padding: 20px 0 20px 0;
}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
}
ul#commentlist ul.children li {
	border-top: 1px dotted #404040;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
ul#commentlist li blockquote {
	background: #252525;
	border: 1px solid #303030;
	margin: 1.2em auto;
	padding: 0 1.2em 0 1.2em;
}
ul#commentlist a {
	color: #b7a89a;
}
h2.comments {
	background: #000000;
	color: #b7a89a;
	display: block;
	margin-bottom: 20px;
}
h2.respond {
	background: #000000;
	color: #b7a89a;
	display: block;
	margin-bottom: 20px;
}
h2.commentpages {
	background: #000000;
	color: #b7a89a;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}
small a.comment-edit-link {
	color: #b7a89a;
	text-transform: uppercase;
}
#commentlist div .avatar {
	border: 4px solid #303030;
	float: left;
	margin: 0 10px 10px 0;
}
.vcard .fn, .vcard .says {
	font-weight: bold;
}
.comment-meta {
	font-size: .8em;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.comment-meta a {
	color: #b7a89a;
}
.comment-meta a.comment-edit-link {
	color: #b7a89a;
}
.reply {
	margin-top: 20px;
	text-align: left;
}
li.depth-1 #respond {
	margin: 0 0 -20px -10px;
}
li.depth-2 #respond {
	margin: 0 0 -20px -30px;
}
li.depth-3 #respond {
	margin: 0 0 -20px -50px;
}
li.depth-4 #respond {
	margin: 0 0 -20px -70px;
}
li.depth-5 #respond {
	margin: 0 0 -20px -90px;
}
#commentform {
	width: 508px;
}
#commentform a {
	color: #b7a89a;
}
#commentform input, #commentform textarea {
	background: #252525;
	border: 1px solid #303030;
	color: #b7a89a;
	padding: 3px;
}
#commentform #commentbox {
	height: 100px;
	width: 500px;
}
#commentform #submit {
	color: #b7a89a;
	margin-top: 20px;
}
#commentform small {
	text-transform: none;
}
.commentlinks a {
	color: #b7a89a;
	padding: 5px 10px 5px 10px;
}
.commentlinks a:hover {
	background: #dbd3cc;
	color: #000000;
}
.commentlinks .current {
	background: #333;
	color: #000000;
	padding: 5px 10px 5px 10px;
}
.nocomments {
	background: #303030;
	margin-bottom: 20px;
	padding: 10px;
}

/* -search form- */

#s {
	background: #252525;
	border: 1px solid #303030;
	color: #b7a89a;
	padding: 3px;
	width: 152px;
}
#searchsubmit {
	display: none;
}

/* -footer- */

#footer {
	background-image: url(http://shindesign.org/img/footbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	color: #b7a89a;
	padding: 10px;
	text-align: right;
	width: 908px;
}
#footer small {
	text-shadow: 0px 1px #000 ;
}
#footerUpper {
	background-image: url(http://shindesign.org/img/footlinebg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	color: #b7a89a;
	padding: 1px;
	text-align: right;
	width: 908px;
	height: 45px;
}
#footerUpper img {
	border: 0;
}

/* -misc and universal- */

#navlink, #postlink {
	background: #000000;
	color: #b7a89a;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
#navlink a, #postlink a {
	color: #b7a89a;
}
#navlink a:hover, #postlink a:hover {
	color: #b7a89a;
}
.uppercase {
	text-transform: uppercase;
}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
}

/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* ---------- Edit ShinDesign------------------------------------------------ */


img.imgFloat {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	float: left;
	border: none;
}

img.imgBorderNone {
	margin: 0px;
	padding: 0px;
	border: none;
}

div.amazonAd {
	margin: 10px auto;
	padding: 30px;
	text-align: center;
	background-color: #222;
}

p.aboutSd {
	line-height: 2em;
	padding: 10px;
	
}
div.mapBorder {
	margin: 0px auto;
	padding: 2px;
	text-align: center;
	border: 1px solid #333;
}
/* ---------- form --------- */
img.imgFormAbs {
	padding:0px;
	margin-bottom:-4px;
	margin-left:5px;
	border: none;
	display: inline;
}
h5 {
	font-size:12px;
	padding-left:6px;
	margin:8px 2px 2px 2px;
}

h6 {
	font-size:10px;
	padding-left:8px;
	margin:2px;
	font-weight:normal;
}



/* ---------- jQuary -------------------------------------------------------- */


.infiniteCarousel {
  width: 710px;
  position: relative;
  height: 105px;
}

.infiniteCarousel .wrapper {
  width: 630px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(http://shindesign.org/img/arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
