/*
Theme Name:     Twenty Eleven Child with Sidebar Support
Theme URI:      http://futurewebblog.com/add-sidebar-support-posts-twenty-eleven-theme/
Description:    Child theme for the Twenty Eleven which includes support for sidebars on posts
Author:         Chris Aprea
Template:       twentyeleven
Version:        1.1
*/

/* We must first include the original css from the parent theme */
@import url("../twentyeleven/style.css");

/* 基本デザイン関係 */
body, input, textarea {
    color: #000000;
    font: 1em/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#page {
    margin: 0 auto;
    max-width: 1000px;
}
#content {
    margin: 0 30% 0 4%;
    width: 66%;
}
#secondary {
    float: right;
    margin-right: 4%;
    width: 22.4%;
}
a {
	font-weight: bold;
	text-decoration: none;
}

/* ヘッダ関係 */
#branding {
    border-top: 0 none;
}
#branding hgroup {
    margin: 0;
}
#site-title {
    margin: 0;
    padding: 0;
}
#site-title a {
    color: #000000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    text-decoration: none;
}
#site-description {
	display: none;
}
#header_link {
	background-color: #000066;
	padding: 10px 150px 10px 10px;
	text-align: right;
}
#header_link span {
	margin-left: 20px;
	font-size: 0.9em;
}
#branding #searchform {
	background-color: #FFFFFF;
    position: absolute;
    right: 1em;
    text-align: right;
    top: 0.2em;
}

/* ナビゲーションメニュー関係 */
#access {
    background: repeat scroll 0 0 #F2C230;
}
#access {
    background: -moz-linear-gradient(#F2C230, #FFEAAB) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#F2C230), to(#FFEAAB)) repeat scroll 0 0 transparent;
}
#access div {
    margin: 0 1%;
}
#access ul {
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: 0.1em;
}
#access ul li {
    border-right: 2px groove #FFFAEB;
}
#access a {
    color: #000000;
    line-height: 2.5em;
    padding: 0 1em;
}
#access ul ul {
    top: 2.3em;
    width: 200px;
}
#access ul ul li {
	border: 0 none;
}
#access ul ul a {
    background: repeat scroll 0 0 #FFF3CF;
}
#access ul ul a {
    background: -moz-linear-gradient(#F2C230, #FFEAAB) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#F2C230), to(#FFEAAB)) repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    color: #000000;
    font-weight: bold;
    font-size: inherit;
    height: auto;
    line-height: 1em;
    padding: 15px;
    width: 200px;
}
#access li:hover > a {
    background: none repeat scroll 0 0 #FFF3CF;
}
#access ul ul *:hover > a, #access a:focus {
    background: none repeat scroll 0 0 #F2C230;
}
#access li:hover > a, #access ul ul *:hover > a, #access a:focus {
    background: -moz-linear-gradient(#FFFAEB, #FFE38F) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFAEB), to(#FFE38F)) repeat scroll 0 0 transparent;
    font-weight: bold;
}

/* 投稿メタ情報関係 */
.entry-title {
    color: #000000;
    font-size: 1.3em;
    padding-top: 0px;
}
.entry-title, .entry-title a {
    color: #000000;
    text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #1982D1;
}

.entry-meta, .entry-meta a {
    font-size: 0.9em;
    font-weight: normal;
}
.entry-meta .by-author{
	display: none;
}
.article footer .sep,
.leave-reply,
.by-author,
.vcard .fn{
	display:none;
}

/* コメント非表示 */
#comments{
	display:none;
	}

/* h1～h6関係 */
.entry-content h2{
	border-left: 10px #33CC66 solid;
	padding-left: 5px;
}
.entry-content h3, .comment-content h3 {
	color: #000000;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-decoration: underline;
    text-transform: uppercase;
}

/* ウィジェットエリア関係 */
.widget-area {
    font-size: 0.9em;
}
.widget-title {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}
.widget ul {
    font-size: 1em;
    margin: 0;
    list-style: none;
}
.widget ul li {
	display: block;
	border-bottom: dashed 1px #999999;
	margin: 0 0 6px;
    color: #000000;
    font-size: 1em;
}

/* 画像関係 */
.wp-caption {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 1em;
    max-width: 96%;
    padding: 0;
}
.wp-caption .wp-caption-text, .gallery-caption {
    color: #000000;
    font-family: inherit;
    font-size: 0.9em;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 10px 0 5px 40px;
    position: relative;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 0 0 0 6px;
}
.wp-caption .wp-caption-text:before {
    color: #000000;
    content: "";
    font-size: 0;
    left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
}

/* リンク関係 */
#header_link a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dashed;
}
a:focus, a:active, a:hover, .widget a:hover, .widget a:focus, .widget a:active {
	color: #FF3366;
	text-decoration: none;
}
.entry-content a {
	border-bottom: 1px #B10033 dashed;
}

/* リスト関係 */
ul, ol {
    margin: 0 0 1em 2em;
}
ul {
    list-style: disc outside none;
}
.list-marker-none {
	margin: 0 0 1em 1em;
	list-style: none outside none;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}