﻿/*
Theme Name: sinku_first
Theme URI: http://sinku.org/
Description: First theme of sinku.org
Author: Tron MC
Author URI: http://sinku.org/
Version: 0.2
*/

/* 全体的なルール */
*{
 margin:0;
 padding:0;
}

/* body フォント、バックグラウンドの設定など */
body{
    text-align: center; /* center on ie */
    width: 100%;
 background-color:#fff;
 /*
 background-image:url{};
 background-repeat:repeat-y;
 */
 background-position:800px 0;
 color:#000;
 font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
 font-size: 16px;
}


/* リンクの表示 */
a { text-decoration:none }
A:link { color: #FF8040; }
A:visited { color: #FF8040; }
A:active { color: #FF8040; }
A:hovor { color: #FF8040; }

/* ヘッダーテンプレート */
div#page {
 width:800px;
 /*
 background:url{} no-repeat;
 */
    text-align: left;
    margin: 0 auto; /* center on everything else */
}

div#header {
 padding:30px 20px 55px 20px;
}

div#header h1 {
 font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
 font-size: 1.5em;
}

div#header h1 a:link, div#header h1 a:visited, div#header h1 a:active {
color:#FF8040;
}
div#header h1 a:hovor { color:#ff0000; }

div#header p {
 color:#666;
 font-size:0.8em;
}


/* フッターテンプレート */

div#footer {
 clear:both;
 padding 20px;
}

div#footer ul{
margin: 0 0 15px 15px;
}

div#footer li, div#footer li li {
 list-style:none;
 list-height:1.6em;
}

div#footer li li {
 background:url(images/bullet.gif) 0 0.5em no-repeat;
 padding-left:12px;
 font-size:0.63em;
}

div#footer li li li {
 font-size:1em;
}

/* メニュー項目 */
div#footer li h2 {
 font-size:0.82em;
 color:#666;
}

/* 検索フォーム */
div#footer li.searchform ul {
 margin-left:0;
}
div#footer li.searchform li {
 background: none;
 padding-left: 12px;
}
div#footer li.searchform li input#s {
 width: 120px;
 maigin-top: 2px;
}
div#footer li.searchform li input#searchsubmit {
 width: 3em;
}

p#copyright {
 text-align:left;
 font-size:0.63em;
}

/* コンテンツ */
p {
 font-size:0.75em;
 line-height:1.5em;
 font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
 margin-bottom:1em;
}

/* サイドバーテンプレート */

div#sidebar {
 width:200px;
}

div#sidebar ul{
margin: 0 0 15px 15px;
}

div#sidebar li, div#sidebar li li {
 list-style:none;
 list-height:1.6em;
}

div#sidebar li li {
 background:url(images/bullet.gif) 0 0.5em no-repeat;
 padding-left:12px;
 font-size:0.63em;
}

div#sidebar li li li {
 font-size:1em;
}

div#sidebar li h2 {
 font-size:0.82em;
 color:#666;
}

/* 検索フォーム */
div#footer li.searchform ul {
 margin-left:0;
}s
div#footer li.searchform li {
 background: none;
 padding-left: 12px;
}
div#footer li.searchform li input#s {
 width: 120px;
 maigin-top: 2px;
}
div#footer li.searchform li input#searchsubmit {
 width: 3em;
}

p#copyright {
 text-align:left;
 font-size:0.63em;
}

/* コンテンツ */
p {
 font-size:0.75em;
 line-height:1.5em;
 font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
 margin-bottom:1em;
}


/* トップページテンプレート */
div#content {
 width:600px;
 float:left;
}

div#innerbox {
padding:0 20px 20px 20px
}

div.post{
 padding-bottom:15px;
 margin-bottom:15px;
 border-bottom:1px solid #999;
 clear:both;
}

/* 記事タイトル */
h2.posttitle {
 font-size:1em;
 margin-bottom:0.5em;
}

/* 記事情報 */
dl {
 margin-bottom:1em;
}
dl.metadata dt, dl.metadata dd {
 font-size:0.65em;
 color:#666;
 display:inline;
}
dl.metadata dd {
 border-right:1px solid #ccc;
 padding-right:0.5em;
 margin-right:0.5em;
}
dl.metadata dd.last [
 border-right:none;
}

/* 記事本文 */
div#content p {
 font-size:0.75em;
 line-height:1.5em;
 font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
 margin-bottom:1em;
}
p.navigation {
 text-align:center;
}

/* 個別記事用テンプレート */

/* 記事内画像関連 */
/*
div.post img {
 border: 4px solid #ccc;
}
*/

div.post img.wp-smiley {
 border:none;
}

div.post img.floatleft {
 float:left;
 margin:0 8px 8px 0;
 border: 4px solid #ccc;
}

/* 引用 blockquote */
div.post blockquote {
 width: 400px;
 margin-top: 1em;
 margin-left: 30px;
 margin-bottom: 1em;
 padding:20px 15px 10px 15px;
 background: url(images/quote1.gif) no-repeat scroll top center;
 border:1px solid;
 border-color: #efefef #ccc #efefef #ccc;
}

/* リスト要素 ul ol */
div.post ul, div.post ol {
 margin: 0 0 1em 15px;
}
div.post li {
 font-size:0.75em;
 line-height:1.5em;
}

/* hr */
hr {
 border-top:solid #ccc;
 background:#fff;
 color:#fff;
 border-width:1px 0 0 0;
 margin:1em 0;
}

/* code 要素 */
code {
 font-family:"courier new", courier, monotype;
 font-size:1em;
}

/* コメント・トラックバック */
h3 {
 font-size: 1em;
 padding: 10px 0 0.6em 0;
 color: #FF8040;
}
h4 {
 font-size: 0.88em;
 padding: 0 0 0.4em 0;
 color: #666;
}

/* TB URL表示部分 */
input#trackbackurl {
 width: 400px;
 margin-bottom:1em;
 color: #666;
}

/* コメント表示部分 */
ol#commentlist {
	width: 400px;
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/comment.png) no-repeat #ffffff;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}
ol#commentlist li, ol#commentlist p {
	font-size:1em;
}

/* 承認待ちコメント */
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}

/* コメント投稿フォーム */
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}
form#commentform p {
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}

/* 最近のコメント */
li.rec_com_title{
 font-size:0.63em;
}
span.comment_date{
 font-size:1.5em;
}
span.comment_author{
 font-size:1.5em;
}