/*
Theme Name:     Kid
Template:       twentyten
*/

@import url('../twentyten/style.css');

/* =フォント
-------------------------------------------------------------- */
body { font-family : sans-serif ; }



/* =記事背景、サイドライン
-------------------------------------------------------------- */


.hentry{
        background-color: #C3D9FF;
	border:1px solid #00688B;
        padding: 20px;
        margin-top: 50px
}
/* =サイト下のワードプレスを消す
-------------------------------------------------------------- */
#site-generator {
    display: none;
}
#site-generator a {
    display: none;
}
#site-generator a:hover {
    display: none;
}

/* =ヘッダーイメージ表示サイズ,上下のライン変更
-------------------------------------------------------------- */
#branding img {
    border-top: 1px solid #00008b;
    border-bottom: 1px solid #00008b;
    clear: both;
    display: block;
}


/* =ウィジットタイトルのボーダー
-------------------------------------------------------------- */
.widget-title {
    color: #fff;
    font-weight: bold;
    border-top: 0px solid;
    border-bottom: 0px solid;
}



/* =文字サイズ
-------------------------------------------------------------- */
#main {
clear: both;
overflow: hidden;
padding: 40px 0 0 0;
}
#content {
margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
color: #000;
font-size: 16px;
line-height: 22px;
}


/* =文字のカラー
-------------------------------------------------------------- */
a:link {
    color: ##0000ff; /* 通常時リンクカラー */
}
a:visited {
    color: ##BCD2E6; /* 開封済みページのリンクカラー */
}
a:active,
a:hover {
    color: ##0000c0; /* カーソルがのったときのリンクカラー */
}


/* =ヘッダーイメージ表示サイズ,上下のライン変更
-------------------------------------------------------------- */

#branding img {
    width: 1170px;
    height: 198px;
}

/* =ナビゲーションの色、表示サイズ変更
-------------------------------------------------------------- */

#access {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 1170px;
}
#access .menu-header,
div.menu {
    font-size: 15px;
    margin-left: 12px;
    width: 1158px;
}

/* =３カラムに変更
-------------------------------------------------------------- */


#container {
    float: left;
    background: ;
    margin: 0 0 0 0 ;
}
#content {
     margin: 0 215px 0 215px;
}
#primary {
    float: left;
    width: 215px;
    margin: 0 0 0 -1170px;
}
#secondary {
    float: right;
    width: 215px;
    margin:  0  0 0 -215px;
}


/* =フッター１つの横幅
-------------------------------------------------------------- */


#footer-widget-area .widget-area {
	float: left;
	margin-right: 22px;
	width: 276px;
}
	
/* =ウィジットタイトル、バックの色変更
-------------------------------------------------------------- */

.widget-title {
	color: #fff;
	padding: 4px 10px;
background-color: #6C7B8B;
}

#main .widget-area ul {
margin-left: 1;
padding: 5px 10px 5px 10px;
background: #ffffff;

}


/* =記事の背景の色変更
-------------------------------------------------------------- */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

/* =ヘッダーの変更
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 50px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 500px;
        font-style: oblique;
}
#site-title a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
        font-size: 15px;
	margin: 15px 0 18px 0;
	width: 500px;
        color: #000;

}

/* This is the custom header image */
#branding img {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

/* =全体の色変更
-------------------------------------------------------------- */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1170px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

body {
	background: #fff;
}
body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}



/* =ボディ幅の変更
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
 div.menu,
 #colophon,
 #branding,
 #main,
 #wrapper {
     margin: 0 auto;
     width: 1170px;
 }
 #wrapper {
     background: #f1f1f1;
     margin-top: 20px;
     padding: 0 20px;
 } 


/* =カテゴリーごとに記事タイトルのデザインを変える
-------------------------------------------------------------- */

 .entry-title {
   background-color: #C3D9FF;
   border-left: 10px solid #00008b;
   padding-left: 10px;
}

/* =記事下にプロフィール情報
-------------------------------------------------------------- */

	<h1 class="page-title author">作成者別アーカイブ: <span class='vcard'><a class='url fn n' href='' title='' rel='me'>作成者名</a></span></h1> 
<div id="entry-author-info">
<div id="author-avatar"> 
<img alt='' src='' class='avatar avatar-60 photo' height='60' width='60' /> 
</div><!-- #author-avatar -->
<div id="author-description"> 
<h2>作成者名 の紹介</h2> 
プロフィール情報がはいります 
</div>
<!-- #author-description -->
</div><!-- #entry-author-info --> 


/* =フォント
-------------------------------------------------------------- */
}



