/*
Theme Name:Simple Brown
Theme URI: http://chaboneko.daiwa-hotcom.com/wordpress/?p=300
Author:ちゃぼ
Author URI: http://chaboneko.daiwa-hotcom.com/wordpress/
Version: 1.0
License: GPL
*/


@charset "UTF-8";


/****************************************

          General Setting

*****************************************/

html{

}

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px;
	background-color:#8CBBB8;
	color:#394D4B;
	font-size:12px;
	font-family:Verdana;
}


/****************************************

          Link

*****************************************/

a {
	text-decoration: none;
	color:#394D4B;
}

a:hover {
	text-decoration: underline;
	/*border-bottom: 1px solid #c55;*/
	color: #c55;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}



blockquote{
	border:1px solid #ccc;
	padding:5px;
	margin:10px;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}




/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin:0px auto;
	/* height: 80px; */
	width:95%;
	min-width:800px;
	max-width:1100px;
}

#header {
	margin-bottom:20px;
	width:100%;
	border-bottom: 1px solid #60807D;
}
	#header .alignleft{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		margin-bottom: 20px;
		margin-right: 20px;
		width: 220px;
	}

#main {
	margin-right:-300px;/* 可変幅(リキッドレイアウト)の為 */
	float:left;
	width:100%;
}

#sidebar {
	float: right;
	width: 220px;
}

#main,
#sidebar{
	margin-bottom: 30px;
}

#footer {
	clear: both;
	color: #fff;
	background-color: #394D4B;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}


#logo{ /* ブログタイトル */
	margin:0px;
	padding-top:18px;
	padding-bottom:4px;
	padding-left:20px;
	font-weight:bolder;
	font-size:14px;
	color:#fff;
}

#logo a{ 
	color:#fff;
	border: none;
	font-weight:bolder;
}

#description { /* ブログの内容記述 */
	padding-top:8px;
	padding-left:25px;
	margin-top: 0px;
	color: #c55;
	font-weight:bolder;
}

#searchform{ /* 検索フォーム */
	position: relative;
	margin-top: 25px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 3px;
		right: 0;
		width: 20px;
		height: 20px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}


/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 10;
}
	#header div.menu > ul,
	#header ul.menu{
		border-left: 1px solid #60807D;
		list-style: none;
		margin-left: 10px;
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		border-top: 1px solid #60807D;
		border-right: 1px solid #60807D;
		border-bottom: 1px solid #60807D;
		font-weight:bolder;
	}
		#header .menu li a{
			display: block;
			padding: .5em 1em;
			border-bottom: none;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 1px solid #8CBBB8;
		}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			border: 1px solid #60807D;
			background: #8CBBB8;
			list-style: none;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
			}
				#header .menu li:hover > ul{
					display: block;
				}


/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/


#main .post,
#main .page{
	overflow: auto;
	background-color: #fff;
	font-weight:normal;
	line-height:1.8em;
	margin-bottom:15px;
	padding:10px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	color:#000;
	overflow:auto;
	margin-right:235px;/* 可変幅(リキッドレイアウト)の為 */
}

#main .post a,
#main .page a{
	color: #c55;
}

#main .post h2,
#main .page h2 { /* 記事タイトル */
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:14px;
	font-weight:bolder;
	padding:0px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	color:#394D4B;
}

#main .post h2 a,
#main .page h2 a{
	text-decoration: none;
	color:#394D4B;
}

#main .post h2 a:hover,
#main .page h2 a:hover{
	text-decoration: underline;
	color:#c55;
}

#main .post img, /* 画像に薄い枠 */
#main .page img{
  	border : 2px solid #ddd;
	margin:8px 0px 8px 0px;
	text-decoration: none;
}



#main .post img.alignright,
#main .page img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

#main .post img.alignleft,
#main .page img.alignleft{
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

#main .post ul,	/* 記事中のリスト */
#main .post ol,
#main .page ul,
#main .page ol{
	padding-left: 1.5em;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 15px;
	margin-right:235px;/* 可変幅(リキッドレイアウト)の為 */
	/*background: url(images/gray.gif) repeat-y 50% 0;*/
}
	.navigation > div{
		padding-left:5px;
	}

	.navigation .alignright{
		text-align: right;
		padding-right:5px;
	}

	.navigation a{
		padding: 0.5em;
		border: none;
	}
		.navigation a:hover{
			color: #c55;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #fff;
		color: #c55;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area{
	margin-top: 35px;
	margin-right: 235px;/* 可変幅(リキッドレイアウト)の為 */	
	padding: 5px;

}

#comment-area h3{
	font-size: 150%;
	margin-top:5px;
}

.required{ color: #c55;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
	
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: 10px;
		padding: 10px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: #fff;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
			padding: 10px;
		}


.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

	.commets-list .children li { /* 子コメント li */
		margin: 0px;
		padding: 0px 10px 0px 0px;
	}

#respond{
	margin-bottom: 20px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	text-align:center;
	background:#BAA08C;
	border:solid 1px #BA8CA6;
	color:#000;
	margin-top: 0px;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	font-size:small;
}
.widget{
	padding:0px 0px 18px 5px;
}

#sidebar .widget ul{
	padding-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
	padding-right: 8px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

#sidebar .widget #wp-calendar{	/* カレンダー */
	margin: 0 auto;
}

#sidebar .widget #wp-calendar a{	/* カレンダー */
	color:#c55;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/


#copyright{
	padding: 10px;
	font-size: 80%;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #394D4B;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,1);
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,1);
	box-shadow:  0 0 3px rgba(0,0,0,1);
 	color: #000;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #BA8CA6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #BAA08C;
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #BA8CA6;
		background: #BAA08C;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}