    /*
    Theme Name: taklefarm
    Description:
    Theme URI: 
    Author: taklefarm
    Author URI: 
    Version: 
    License: 
    License URI: 
    */

@charset "UTF-8";

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

          General Setting

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

html, body {
	margin: 0;
	padding: 0;
}

body{
	background: #ffffff;
	color: #555555;
	font-size: 13px; 
	font-family: Meiryo; 
	line-height: 1.8em;	

}


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

          Typography

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

h1, h2, h3, h4, h5, h6{
	font-family: Meiryo;
	font-weight:700;
	line-height:1.4;
}

h1{
	font-size:25px;
}

h2{
	font-size:21px;
	font-weight:lighter;
}

h3{
	font-size:16px;
	font-weight:lighter;
	line-height:1.7;
}

h4{
	font-size:16px;
	font-weight:lighter;
}

h5{
	font-size:13px;	
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}

th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}

td {
	border-top: 1px solid #fff;
	padding: 6px 10px 6px 0px;
}

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

          List

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

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

ul ul{
	margin-left: 1em;
}


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

          Link

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


a:link {
	color: #333333;
	text-decoration:none;
}

a:visited {
	color: #333333;
}

a:active {
	color: #A6D620;
}

a:hover {
	color: #A6D620;
}


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

          Layout

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

#container,
.wrapper {
	margin: 0 auto;
	width: 850px;
}

#header {
	margin-bottom: 20px;
	padding-top: 40px;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main {
	float: left;
	width: 520px;
	padding: 0px 5px 10px 5px; 
}

#sidebar {
	float: left;
	width: 240px;
	margin: 13px 0px 15px 35px;
	line-height: 1.7em;
	font-size: 12px; 
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#footer {
	clear: both;
	background: #555;
	color: #fff;
}


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

          header

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

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

#header{
	line-height: 1.1em;	
}

#description {
	margin-top: 0;
	color: #777;
}

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


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

          Navigation

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

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	border-top: 1px solid #ddd;
	font-size: 14px; 


}
	#header div.menu > ul,
	#header ul.menu{

	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	margin: 15px 0px 2px 0px;

	}

	#header .menu li{
		position: relative;
	}
		#header .menu li a{
			display: block;
			padding: .5em 1em;

		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{

		}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-8px;
			display: none;
			margin-left: 10;
			width: auto;
			width: 225px;
			background: #fff;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			border-right: 1px solid #ddd;
			border-left: 1px solid #ddd;
		}
			#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 .page a:link {
	color: #A6D620;
	text-decoration:underline;
}

#main .page a:visited {
	color: #333333;
}

#main .page a:active {
	color: #A6D620;
}

#main .page a:hover {
	color: #A6D620;
}

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
	margin: 0px 0px 2px 20px;

}



div.entry {
	width: 530px;
}
div.entry div {
	width: 160px;
	background: #F3F3F3;
	float: left;
	margin-right: 10px;
	padding: 0px 0px 0px 8px;
}
div.entry div.right0 {
	margin-right: 0;
}


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

.post-meta{
	margin-bottom: 0em;
	margin-right: 8px;

	line-height: 1.4em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #F3F3F3;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	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: #cccccc;
		color: #000;
	}


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

          Comments Area

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

#comment-area h3{
	font-size: 150%;
	font-family: Meiryo;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.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;
		}

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

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

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

          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{
	margin-bottom: 10px;
	font-family: Meiryo;
	font-size: 15px;
}
.widget{
	margin-bottom: 60px;
}

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

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

.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;
}

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

          Front

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

.front #container { 
	width: 502px;  
	background: #FFFFFF;
	margin-left: 0; 
	margin-top: -15px; 
	margin-bottom: -27px; 
	text-align: left; 
} 
.front #sidebar1 {
	float: left; 
	width: 220px; 
	height: 107px;
	background: #EBEBEB; 
	padding: 0px 0px 0px 0px; 
}
.front #sidebar2 {
	float: right; 
	width: 245px; 
	height: 107px;
	background: url(images/line.jpg) ;
	padding: 0px 0px 0px 15px; 
}
.front #mainContent1 { 
	margin: 0 0px; 
	background: #9ED335;
	height: 107px;
	padding: 0 0px; 
}
.front #mainContent2 { 
	margin: 0 0px; 
	background: #F7D81A;
	height: 107px;
	padding: 0 0px; 
}
.front #mainContent3 { 
	margin: 0 0px; 
	background: #FD7F3A;
	height: 107px;
	padding: 0 0px; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

          Footer

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

#footer{
	color: #999999;
	background: #ffffff; 
	overflow: hidden;
	font-size: 14px;
}

#footer a:link {
	color: #999999;
	text-decoration:none;
}

#footer a:visited {
	color: #999999;
}

#footer a:active {
	color: #A6D620;
}

#footer a:hover {
	color: #A6D620;
}

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

          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: #eee;
	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 #cccccc;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(231,231,231,1);
 	-moz-box-shadow: 0 0 3px rgba(231,231,231,1);
	box-shadow:  0 0 3px rgba(231,231,231,1);
 	color: #444;
}

.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 #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	text-decoration: none;
	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 #cccccc;
		background: #ccc;
		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;
}