/*
Theme Name: japan-style
Description: japan-style Wordpress Theme by<a href="http://blog.gooddesignweb.com/">Good Design Web</a>
Version: 1.2
Author: Good Design Web
Author URI: http://blog.gooddesignweb.com/
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
html {
 padding: 0; margin: 0;
}

.hr1 {

  background-repeat: no-repeat;
}


ul li, ol li { list-style: none; list-style-position: inside; font-style: normal;    }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0;  font-style: normal;    }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 12px/18px Verdana, Helvetica, Arial,  sans-serif;
	color: #333;
   /*background: url(images/bg.jpg) no-repeat center top; */
    background-color:#f7f4ed ;
}

*:first-child+html body {background: #f7f4ed  no-repeat center 0px;}

* html body {background: #f7f4ed  no-repeat center 0px;}

h1, h2, h3, h4, h5, h6 { font-family: "Arial Narrow","Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #420f0b;  font-style: bold;     }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px;  }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #420f0b; }
a:hover { color: #420f0b; }
a:visited { color: #420f0b; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font:  14px/22px Georgia, Serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}

/* Header
-------------------------------------------------------------------*/
#header {
	width: 841px;
	height: 300px;
    margin: 0 auto;
  
	position: relative;
}
#header h1 {
        width: 630px;
        position: absolute;
        top: 140px;
        left: 110px;
	font: 20px Verdana;
	padding-top: 10px;
	margin-bottom: 0;
	color: #fff; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 195px;
        left: 150px; 
	padding-left: 10px;
	font-size: 12px; 
	color: #333; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 841px;
	overflow: hidden; 

        margin: 0 auto;

        min-height:300px;

   z-index:40;
}



/* Navigation
-------------------------------------------------------------------*/
#nav {
  display:block;
  float:right;
	width: 400px;
	height: 36px;
	margin-right: 70px;
	position: relative;
        top: 0px;
        right:0px;

}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 36px;
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 3px; 
        font-weight: bold;
}
#nav ul li.current_page_item { 
        width: 90px;
        height: 36px;
}
#nav ul li a {
        width: 90px;
        height: 36px;
        background: url(/img/topmenu.gif) no-repeat;
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 28px;
	text-align: center;
    text-decoration:none;
  font-family:Arial Narrow;
  font-weight:bold;
  font-size:16px;
  color:#420f0b;
  text-transform: uppercase;
}




#nav ul li a:hover { color: #660000; }
#nav ul li.current_page_item a { background: url(/img/topmenu_over.gif) no-repeat; color: #ffffff; }

li.cat-item {
  margin-left:5px;
}


li.cat-item a{
     font-family:Arial,Helvetica;
  font-weight:bold;
  font-size:1.1em;
  line-height: 20px;
  color:#420f0b;
  text-transform: uppercase;
}

ul.children li a{
     font-family:Arial,Helvetica;
  font-weight:bold;
  font-size:1.0em;
  line-height: 20px;
  color:#420f0b;
  text-transform: uppercase;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 590px;
	float: left;
	padding: 5px;
    margin-top:50px;


    z-index: 50;
}
#content .post { margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h3 a { text-decoration: none; font-size: 20px; padding-left: 20px; }
#content .post-list li { list-style: none; }

#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #777;
	padding:0px 5px 5px 5px;
    margin-top:5px;
	margin-bottom: 5px;
        text-align: right;
        border-bottom: 1px solid gray;
   /*background: url(images/gun_top_550.gif) top center no-repeat;   */
}

#content .post p {
   text-align:justify;

    text-indent: 20px; 


}

#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 

	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
 /* position:absolute;
  top:340px;
  left:50%;
  margin-left:185px;   */

  float:right;
  padding:5px;
  margin-top:50px;

	width: 230px;

	font-size: 11px;

	color: #555;
     font-style: normal;


}

#sidebar .block {
	width: 205px;
	padding: 15px; 

	overflow: hidden;
	color: #555;
     font-style: normal;
}

#sidebar .block a:hover { color: #CC0000; }

#sidebar h3{
  background: transparent url(/img/lmenu.gif) no-repeat left;
  width:210px;
  height:30px;
  line-height:28px;
  font-size:1.3em;
  text-align:center;
  display:block;
  text-transform: uppercase;
   font-style: normal;
}

#sidebar ul{
   font-style: normal;
}

#sidebar a {color: #FFF2D8; text-decoration: none;  font-style: normal;}
#sidebar a:hover {color: #EFDAB3;}

#sidebar ul li a { color: #420f0b; text-decoration: none;  font-style: normal; }
#sidebar ul li a:hover { color: #420f0b; }


/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 1;
margin-left:15px;
}

#search #s { 
	width: 150px;

	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
   /*	background: url(images/search_bg.jpg) no-repeat;     */
}
#search #searchsubmit { 
	width: 35px;
	height: 24px;
    margin-top:-2px;
        text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
        font-weight: bold;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #E7E8EB; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 600px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 500px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 565px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer {

border-top:1px solid #696969;
clear:both;
color:#000000;
font-family:arial,helvetica,sans-serif;
font-size:11px;

line-height:18px;


padding:0pt;
text-align:center;
width:840px;
margin-top:2em;
}

#footer ul{
  padding-top:15px;
  list-style-type: none;
  text-align:center;
}

#footer ul li{
  display:inline;
  padding:10px;
  background-image:none;
}


#footer ul li a{
  color:#7c100c;
  font-size:15px;
  font-weight:bold;

}


#footer p {
clear:both;
padding:4px 0pt 0pt;
}
#footer a {
color:#7c100c;
text-decoration:none;
}
#footer a:hover {
color:#ff0000;
text-decoration:underline;
}

#tmenu {
  position: absolute;
  z-index:1200;
  top:0px;
  left:50%;
  padding-left:85px;
  width:320px;
  height:70px;


}



#slogo {
    position: absolute;
    display:block;

  z-index:1000;
  top:15px;
  left:50%;
  margin-left:-402px;
  width:56px;
  height:76px;
    background-image: url("/img/logo.jpg");
  background-repeat: no-repeat;
}

.box1 {
   padding:10px;
   border:1px solid gray;
}

.b50 {
  display:block;
  width:48%;
  padding:5px;
  float:left;
}


#page {
background-color:#FFF8E8;
border:1px solid #3e3526;
/*border-left:1px solid #3e3526;  */
margin:0pt auto;
padding:0pt;
text-align:left;
width:841px;

display:block;
}

h1, h2, h3 {
color:#7c100c;
font-family:arial,tahoma,verdana,helvetica,sans-serif;
font-weight:bold;
text-align:left;
}

.post img {
  padding: 5px;
}



