/*
Theme Name: japan-style
Description: japan-style Wordpress Theme by<a href="http://blog.gooddesignweb.com/">Good Design Web</a>
Version: 1.1
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; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/

body { 
	font: 13px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	line-height: 24px;
	color: #330e1a; 
	background: url(images/background.jpg);   
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }

h1 { font-size: 20px; line-height: 52px; margin: 0px 0px 30px -10px; font-weight: normal; color: #1e364c; background: url(images/h1-line.png) no-repeat; padding-left: 10px; }
h2 { font-size: 15px; line-height: 20px; margin: 20px 0px 10px 0px; font-weight: normal; color: #331100; background: url(images/balls.png) no-repeat; padding-left: 25px;}
h3 { font-size: 20px; line-height: 52px; margin: 0px 0px 30px -10px; font-weight: normal; color: #1e364c; background: url(images/h1-line.png) no-repeat; padding-left: 10px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 11px; line-height: 15px; margin-bottom: 0px; font-weight: normal; color: #222; }
h6 { font-size: 9px; line-height: 15px; margin-bottom: 5px; font-weight: normal; }

h1 span { color: #999; }

a { color: #4c004c; }
a:hover { color: #e572e5; }
a:visited { color: #4c004c; }

p { margin-bottom: 10px; }

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

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

hr {
	padding: 20px 0px 20px 0px; 
	margin: 0px;
    text-align: center;
    background: url(images/hr.png) no-repeat; 
    border: 0px none;
    }
    
hr.py {
	padding: 5px 0px 5px 0px; 
	margin: 10px;
    text-align: center;
    background: url(images/hr-py.png) no-repeat; 
    }
    
hr.side {
	padding: 6px 0px 6px 0px; 
	margin:0px;
    text-align: center;
    background: url(images/hr-side.png) no-repeat; 
    border: 0px none;
    }



/* Header
-------------------------------------------------------------------*/

#header { 
	width: 808px; 
	height: 298px; 
	margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat center; 
	position: relative; 
	border: 1px solid white;
}
#header h1 { 
	width: 750px;
	position: absolute;
	top: 30px;
	left: 30px;
	font: 30px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	background: none
}
#header h1 a { 
	color: #003366; 
	text-decoration: none; 
}
#header span {
	position: absolute;
	top: 20px;
	left: 30px; 
	padding-left: 0px; 
	font-size: 15px; 
	color: #333; 
}



/* Container
-------------------------------------------------------------------*/

#wrapper { 
	width: 810px; 
	overflow: hidden; 
	background: url(images/container_bg.jpg) repeat-y;
    margin: 0 auto; 
}



/* Navigation
-------------------------------------------------------------------*/

#nav { 
	width: 790px; 
	height: 45px; 
	margin-left: 10px; 
	position: relative;
    top: 310px;
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: 25px; 
	overflow: hidden; 
	height: 45px; 
}
#nav ul li { 
	float: left; 
	margin-right: 0px; 
	padding-left: 0px; 
    font-weight: normal;
}
#nav ul li.current_page_item { 
    width: 153px;
    height: 43px;
}
#nav ul li a {
    width: 153px;
    height: 43px;
    background: url(images/nav_bg1.png) no-repeat; 
	display: block; 
	text-decoration: none; 
	font-size: 12px; 
	color: #331100; 
	line-height: 43px; 
	text-align: center;
}
#nav ul li a:hover { color: #3dcccc; }
#nav ul li.current_page_item a { background: url(images/nav_bg2.png) no-repeat; color: #331100; }



/* Content
-------------------------------------------------------------------*/

#content { 
	width: 510px; 
	float: left; 
	padding: 70px 30px 15px 40px;
}
#content .post { margin-bottom: 20px; }
#content .post p { margin-bottom: 20px; }
#content .post h3 a { text-decoration: none; font-size: 20px; padding-left: 0px; }
#content .post-list li { list-style: none; }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 15px 5px 5px 5px; 
	margin-bottom: 30px; 
    text-align: right;
	border-bottom: 3px dotted #cca351;

}
#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 { 
	font-style: italic;
	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 { 
	width: 220px;
	float: right;
	font-size: 13px; 
	line-height: 26px;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	color: #330e1a;
}

#sidebar h3 { 
	font: normal 14px Verdana, Arial, Sans-Serif; 
	color: #1e364c; 
	margin: 5px;
	padding: 0px 0px 20px 40px;
	background: url(images/h3-line.png) no-repeat; }
}

#sidebar a { color: #330e1a; text-decoration: none; }
#sidebar a:hover { color: #330e1a; }

#sidebar .block {
	width: 165px;
	padding: 10px; 
	border-bottom: 2px solid #994c00; 
	overflow: hidden;
	color: #222;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 10px;
}
#sidebar .block a:hover { color: #3dcccc; }

/* 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: 0; }

#search #s { 
	width: 170px;
	height: 31px;
	padding: 2px 0px 0px 15px;
	margin: 20px 0px 0px 0px;
	vertical-align: top;
	line-height: 0;
	font: normal 13px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.png) no-repeat;
}
#search #searchsubmit { 
	width: 25px; 
	height: 20px;
	margin: 0px 0px 0px 140px;
	font-weight: bold;
	background: #FFF;
}
.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: 500px; 
	padding: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 0px 5px 0px 0px;
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 0px; 
	width: 415px; 
	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: 478px; 
	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 { 
	width: 810px; 
    height: 188px;
	margin: 0 auto; 
	background: url(images/footer_bg.jpg) no-repeat;
    position: relative; 
}

.rss {
	float: right;
	width: 160px; 
	height: 73px;
	margin: 15px 0px 0px 0px;
}

#footer-inner {
	clear: both;
	text-align: center; 
	width: 810px; 
	margin: 0 auto;
	padding-top: 10px; 
}
#footer p { 
	font-size: 11px; 
	margin: 0;
}



/* Table
-------------------------------------------------------------------*/

table {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border: 0px solid #cfd3d6;
	background-color: #fff;
	text-align: center;
}

th,
td {
	border: 1px solid #efefef;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
}

th {
	color: #000;
	background-color: #efefef;
}

td {
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 10px;
	line-height: 17px;
	vertical-align: top
	








