/*
Theme Name: Twenty Fourteen Child 01
Theme URI: 
Description: Child 01 theme for the Twenty Fourteen theme
Author: <a href="http://wordpress.org/" title="저자 홈페이지 가기">워드프레스 팀</a>
Author URI: 
Template: twentyfourteen
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 16 Dec 2013 06:49:47 +0000 */ 

@import url('../twentyfourteen/style.css');
/*
.single .post-thumbnail img {display: none}
.single .site-content .has-post-thumbnail .entry-header {margin-top: 0}
.entry-header {
	position: relative;
	z-index: 1;
}
*/
.entry-title {
    font-family: Times new Roman;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: none;

}
.widget .widget-title {
	text-transform: none;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
/*  여기 부터  */
    display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: auto; 
    border-right: auto;
/* 여기 까지   */
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 550px;
}

/*여기*/
span.SearchByTag-tag{
    position: relative;
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
    color:#0017c2;
    height: inherit;
    cursor: pointer;
    margin:0 0 0 0;
	padding: 0;
    z-index:1;
}

/* media="all"
/* @media screen and (min-width: 401px) */
.site-content .entry-header .entry-meta .comments-link{
margin-right: 1px;
}

p {
	margin-bottom: 7px;  /* 문단간격 조절*/
}
.site-content .has-post-thumbnail .entry-header {
margin-top: -20px;
padding-top: 15px;
}
.content-sidebar .widget li{   /* 실제 효과가 얼마나있는지?*/
margin-top : 5px;
margin-bottom : 5px;
}