/*
Theme Name: Murmurchild
Template: murmur
Author: NAMIE Akihiko
Version: 0.20130304
Description: 「Murmur」の子テーマです。
*/
 
@import url('../murmur/style.css');

/* フォントカラーを黒に */
body {
	background: #f7f7f7;
	color: #000000;
	font: normal normal 14px/22px sans-serif;
	word-wrap: break-word;
	}

/* ハイパーリンクを#0066CCの太字に */
a {
    color: #0066CC;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

/* h1要素のハイパーリンクを黒色のノーマルウェイトに */
h1 a {
	/*color: #000000;*/
	font-weight: normal;
}

/* トップページの各見出しをノーマルウェイトに */
.post-title a, .entry-title a {
	font-weight: normal;
}

/* トップページのサマリーを黒色の13pxに */
ul.loop-entries li .entry-summary {
    color: #000000;
    font-size: 13px;
    line-height: 21px;
    padding: 0 20px 18px;
}

/* サイトタイトル関係 */
#site-title {
	font-size: 36px;
	font-weight: bold;
    float: left;
    letter-spacing: -0.02em;
    line-height: 42px;
    margin-right: 20px;
    padding: 25px 0 26px;
}
#site-title a {
	color: #0066CC;
}
#site-title a:hover {
	text-decoration: none;
}

/* サイト説明のフォントカラー等変更 */
#site-description {
    color: #000000;
    float: left;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    padding: 43px 0 26px;
}

/* ヘッダメニュー関係 */
nav#menu-primary .menu li {
    margin-left: 20px;
}
nav#menu-primary .menu li a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 32px 0;
}

/* h1～h6関係 */
h1, h2, h3, h4, h5, h6 {
    font-family: LatoWeb,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 12px 0 4px;
}
h1 {
    font-size: 24px;
    line-height: 24px;
}
h2 {
    font-size: 22px;
    line-height: 22px;
}
h3 {
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
}
h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}

/* p関係 */
p {
    padding: 12px 0 4px;
}

/* ウィジェット関係 */
.widget {
    clear: both;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    width: 100%;
}
.widget-title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding: 12px 0 0;
    text-decoration: none;
}

/* コメント関係 */
#comments-number, #reply-title {
    border-bottom: 1px solid #F2F2F2;
    clear: both;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 22px;
    padding: 5px 40px;
    text-decoration: none;
}
/* カテゴリ・タグ表示関係 */
.entry-content .entry-meta {
	padding: 0;
}
.entry-meta, .entry-meta a {
	color: #999999;
}
/* 画像・キャプション周りの調整 */
img.size-medium {
	margin: 0;
}
.gallery-caption, .wp-caption-text {
    border: 0 none;
    display: block;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

/* WP Social Bookmarking Light関係 */
.wsbl_facebook_like iframe, .wsbl_twitter iframe, .wsbl_hatena_button iframe {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* プロフィールのソーシャルボタン関係 */
.profile_social_button {
    border: 0 none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}
.profile_social_button div {
    border: 0 none !important;
    float: left !important;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}
.profile_social_button_clear {
    clear: both !important;
}