/*  
Theme Name: FlatWhite
Theme URI: http://detlog.org/
Description: 練習用として使えるシンプルなテーマ
Version: 1.0
Author: Naoko McCracken
Author URI: http://detlog.org/

The "silk" icons used in this theme were created by Mark James. (http://www.famfamfam.com/lab/icons/silk/)
このテーマで使われているアイコンは、マーク・ジェームズ氏による「silk」アイコンです。
*/

/* =====
ユニバーサルリセット
===== */

* { /* 全ての要素のマージン・パディングを0にします。*/
	margin:0;  
	padding:0
}

/* =====
全体のレイアウト
===== */
body {
	color:#666;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	text-align:center;
        background:url(images/LOG.gif)repeat
}
#wrap {
	margin:0 auto;
	text-align:left;
	width:850px;
}
#content {
	font-size:1.2em;
	float:left;
	width:570px;
	margin-bottom:2em;
}
#sidebar {
	font-size:1.1em;
	float:right;
	width:250px;
	margin:0 0 2em 10px;
}
#header {
	padding:10px 10px 20px 10px;
	margin-bottom:25px;
	background:url(http://theasianmonkey.amhp.jp/wp-content/uploads/2009/05/090502title.jpg) no-repeat;
	text-align:left;
        height:400px;
}
#footer {
	border-top:1px solid #aaa;
	clear:both;
	font-size:0.9em;
	padding:1.5em 0.5em;
	text-align:center;
}
/* =====
ヘッダー
===== */
h1, h2, h3 {
	margin-bottom:0.1em;
}
#header h1 {
	font-size:3em;
	letter-spacing:1px;
}
#header p {
	color:#386;
	font-size:1.5em;
	margin-top:-0.5em;
}
h2.entrytitle {
	font-size:1.8em;
}
h3.entrydate {
	font-size:1.5;
	color:#6F6F6F;
}
#sidebar h2 {
	color:#555;
	font-size:1.5em;
	margin-top:1em;
}

/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom:3em;
	padding:0 10px;
}
.entrybody {
	margin:1em 0 1.5em 0;
	line-height:1.6;
}
.entrybody p {
	padding-bottom:1em;
}
blockquote {
	padding-left:3em;
}
.entrybody ul, .entrybody ol{
	margin-left:15px;
}
ul.entrymeta li {
	font-size:0.95em;
	line-height:1.8;
	display:inline;
}
.postedby {
	background:url(images/pencil.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto {
	background:url(images/page.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink {
	background:url(images/comments.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}


/* =====
トップバー
===== */
div#topbar p {
	font-size: 1em;
}
div#topbar li {
	list-style-type:none;
}
div#topbar li li {
	padding:0 0 0.2em 15px;
	background: url(images/bullet_orange.gif) no-repeat 0 1px;
}



/* =====
サイドバー
===== */
div#sidebar p {
	font-size: 1em;
}
div#sidebar li {
	list-style-type:none;
}
div#sidebar li li {
	padding:0 0 0.2em 15px;
	background: url(images/bullet_orange.gif) no-repeat 0 1px;
}

/* =====
コメント
===== */
#comments {
	padding:5px 0;
}
#comments h3 {
	font-size:1.5em;
	margin:15px 0 0 0;
}
#comments p {
	padding-bottom:1em;
}
.commentauthor {
	display:block;
	font-size:1.5em;
}
ol.commentlist {
	color:#777;
	list-style-type:none;
	margin-top:8px;
}
.commentlist li {
	margin-bottom:8px;
	padding:10px;
	background:#F7F0E7;
	border:1px dotted #d1d1d1;
}
.commentlist li.alt {
	background:#F9F6F2;
	border:1px dotted #d1d1d1;
}
.commentlist li img {
	background:#FFF;
	border:1px dotted #d1d1d1;
	padding:0.5em;
	float:left;
	margin-right:8px;
}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist .commentmetadata {
	font-size:0.9em;
	padding-bottom:1em;
}
.commentlist .commentmetadata a {
	color:#94541A
}#comments textarea {
	width:538px;
	font-size:1em;
}
#comments input {
	width:160px;
	font-size:1em;
	line-height:2em;
}
#comments input#submit {
	width:9em;
	font-size:1.2em;
}
#comments input#trackbackurl {
	width:538px;
}
p.alignright {
	text-align:right;
}

/* =====
リンク
===== */
a {
	color:#0085CF;
	text-decoration:none;
}
a:hover {
	color:#257F18;
}
h2.entrytitle a {
	color:#333;
}
h2.entrytitle a:hover {
	color:#06B300;
}

/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}