/*  
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;
}
#wrap {
	margin:0 auto;
	text-align:left;
/*width:730px;*/
width: 900px;
}
#content {
	font-size:1.2em;
	float:left;
/*width:540px;*/
width:680px;
	margin-bottom:2em;
}
#sidebar {
	font-size:1.1em;
	float:right;
	width:200px;
	margin:0 0 2em 10px;
}
#header {
	padding:10px 10px 20px 10px;
	margin-bottom:25px;
	background:url(images/bg.gif) repeat-x left bottom;
	text-align:center;
}
#footer {
	border-top:1px solid #aaa;
	clear:both;
	font-size:0.9em;
	padding:1.5em 0.5em;
	text-align:center;
}
img {
padding: 0px;
margin: 0px;
border: 0;
vertical-align: middle;
 }

/* =====
ヘッダー
===== */
h1, h2, h3 {
	margin-bottom:0.1em;
}
#header h1 {
	font-size:3em;
	letter-spacing:1px;
}
#header p {
	color:#999;
	font-size:1.1em;
	margin-top:-0.5em;
}
h2.entrytitle {
	font-size:1.8em;
}
h3.entrydate {
/*font-size:1.5;*/
font-size:1.0em;
color:#6F6F6F;
}
#sidebar h2 {
	color:#555;
	font-size:1.5em;
	margin-top:1em;
}

/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom:3em;
	padding:0 10px;
}

.entrydate {
float: left;
width: 150px;
margin-bottom:0;
padding:0 10px;
}

.entrymeta {
float: left;
width: 450px;
margin-bottom:0;
padding:0 10px;
}

.entrybody {
clear: both;
margin:0.5em 0 1.5em 0;
	line-height:1.6;
}

.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;
}

/* =====
サイドバー
===== */

div#sidebar p {
font-size: 1em;
}
div#sidebar li {
list-style-type:none;
}
div#sidebar li {
padding: 0.5em 0 0.5em 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;
}*/


/* =====
リンク
===== */
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;
}


.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}
