/*
Theme Name: Child
Template: blankslate
*/

@import url('../blankslate/style.css');
@import url('/css/reset.css');
@import url('/css/common.css');


#wrapper{
	position:relative;
	width:1280px;
}
@media screen and (max-width: 1280px) {
	#wrapper{
		width:100%;
	}
}

#sidebar{
	float:left;
	position:relative;
	width:200px;
	padding:300px 0 0;
	margin:0 0 100px 50px;
}
@media screen and (max-width: 1280px) {
	#sidebar{
		width:200px;
		margin:0 0 100px 3.9%;
	}
}

#main{
	float:right;
	position:relative;
	width:780px;
	padding:190px 0 0;
	margin:0 80px 100px 0;
}
@media screen and (max-width: 1280px) {
	#main{
		width:60% !important;
		margin:0 6.25% 100px 0;
	}
}


@media screen and (max-width: 780px) {
	#main{
		float:none;
		width:90% !important;
		margin:0 auto 50px auto;
	}
	#sidebar{
		float:none;
		width:90%;
		padding:0 0 0 0;
		margin:0 auto 0 auto;
	}
}


/* title */
.disp-status{
	display:block;
	font-size:14px;
	font-family:"Roboto Condensed","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-weight:400;
	margin:0 0 60px;
}




/* entry */
.entry-title{
	position: relative;
	font-size: 16px;
	font-weight:bold;
	line-height: 1;
	margin: 30px -10px 30px -10px;
	padding: 30px 10px 30px 20px;
	background: #e5e1d7;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.entry-title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid #e5e1d7;
}

.entry-date{
	display:block;
	position: absolute;
	right:5px;
	top:-16px;
	text-align:right;
	color:#e5e1d7;
	font-family:"Roboto Condensed","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-weight:700;
	font-size:22px;
}

.entry-content p,
.entry-summary p{
	font-size:13px;
	line-height:22px;
	margin:0 0 28px;
}

.entry-summary{
	margin:0 0 50px;
}

.wp-caption{
	margin:0 0 28px !important;
}
.lb-album img{
	margin:0 0 5px !important;
}
.wp-caption-text{
	color:#966 !important;
	font-size:11px !important;
	line-height:13px !important;
}

.more-link{
	font-size:12px;
}



.entry-footer{
	text-align:right;
	font-family:"Roboto Condensed","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size:11px;
	font-weight:400;
	margin:0 0 100px;
}
.entry-footer span{
	display:inline-block;
	* zoom:1;
	* display:inline;
	margin:0 1em 0 0;
}



.navigation{
	width:100%;
	padding:1em;
	background: #e5e1d7;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.navigation:after{display:inline-block;}

.navigation .nav-previous{
	float:left;
	width:auto;
	font-size:10px;
	line-height:11px;
	margin:0 0 0 1em;
}
.navigation .nav-next{
	float:right;
	width:auto;
	font-size:11px;
	line-height:12px;
	margin:0 1em 0 0;
}



/* comment */

#comments{
	margin:0 0 50px;
}
#comments *{
	line-height:20px !important;
}

.comments{
	margin:0 0 50px;
}
.comment-body{
	margin:0 0 1.5em;
}
.vcard{
	margin:0 0 5px;
}
.comment-awaiting-moderation{
	color:#CC3333;
	font-weight:bold;
}
.comment-reply-link{
	display:inline-block;
	* zoom:1;
	* display:inline;
	-webkit-appearance: none;
	width:120px;
	padding:4px 8px;
	text-align:center;
	font-weight:bold;
	background:#ccc;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;
	margin:4px 0 1em;
}
.comment-reply-link:hover{
	cursor:pointer;
	background:#eee;
}



.comment-reply-title{
	font-family: 'Niconne', cursive;
	font-size:30px;
	margin:0 0 15px;
}
.comment-notes,
.comment-form-url{
	margin:0 0 10px !important;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	display:inline-block;
	* zoom:1;
	* display:inline;
	width:10%;
	font-size:11px;
	margin:0 0 5px;
}

.comment-form input[type="text"]{
	margin:0 0 5px;
}
.comment-form textarea{
	width:100%;
}
.form-allowed-tags{
	margin:0 0 20px !important;
}
.form-allowed-tags *{
	font-size:10px !important;
	line-height:11px !important;
}
.submit{
	display:inline-block;
	* zoom:1;
	* display:inline;
	-webkit-appearance: none;
	width:120px;
	padding:10px 20px;
	text-align:center;
	font-weight:bold;
	border:none;
	outline-style:none;
	background:#ccc;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;
	margin:4px 0 1em;
}
.submit:hover{
	cursor:pointer;
	background:#eee;
}




/* sidebar */
.widget-title{
	font-family: 'Niconne', cursive;
	font-size:26px;
	margin:0 0 10px;
}
.widget-container{
	margin:0 0 50px;
}
.widget-container li{
	padding:0.7em 0;
	border-bottom:1px solid #ddd;
}
.widget-container .post-date{
	display:block;
	font-size:10px;
}
