/*  
Theme Name: Recreer Thene
Theme URI: http://www.recreer.jp/
Description: Recreer Thene
Version: 1.0
Author: Recreer
Author URI: http://www.recreer.jp/

The "silk" icons used in this theme were created by Mark James. (http://www.famfamfam.com/lab/icons/silk/)
このテーマで使われているアイコンは、マーク・ジェームズ氏による「silk」アイコンです。
*/

/* =====
ユニバーサルリセット
===== */
html {
	min-height: 100%;
	height: auto;
}

* { /* 全ての要素のマージン・パディングを0にします。*/
	margin:0;  
	padding:0
}

/* =====
全体のレイアウト
===== */
body {
	color:#666;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5;
	text-align:center;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	margin:0 auto;
	text-align:left;
	width:900px;
}
#sidebar {
	font-size:90%;
	float:left;
	width:150px;
	margin:0 0 2em 20px;
}
#content {
	font-size:0.9em;
	float:left;
	width:650px;
	margin-bottom:2em;
	letter-spacing: 1px;
}
#sidebar2 {
	font-size:0.9em;
	float:left;
	width:100px;
	margin:0 0 2em 10px;
}
#header {
	margin-bottom:200px;
	font-size:60%;
	text-align:left;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer {
	border-top:1px solid #aaa;
	clear:both;
	font-size:0.7em;
	text-align:center;
	padding-top: 1.5em;
	padding-right: 0.5em;
	padding-bottom: 1.5em;
	padding-left: 0.5em;
}
/* =====
ヘッダー
===== */
h1, h2, h3 {
	margin-bottom:0.1em;
}
#header h1 {
	font-size:4em;
	letter-spacing:1px;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
#header h2 {
	font-size:9px;
	letter-spacing:1px;
	text-align: right;
	margin-top: -5px;
}
#header p {
	color:#333333;
	letter-spacing:1px;
	font-size:1.1em;
	margin-top:-1em;
}
h2.entrytitle {
	font-size:1.2em;
}
h3.entrydate {
	font-size:1em;
	color:#6F6F6F;
	letter-spacing: 1px;
}
#sidebar h2 {
	color:#555;
	font-size:90%;
	margin-top:1em;
}

/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom:3em;
	padding:0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.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#sidebar p {
	font-size: 1em;
}
div#sidebar li {
	list-style-type:none;
}
div#sidebar li h2 {
	list-style-type:none;
	font-size: 0.8em;
}
div#sidebar li li {
	padding:0 0 0.2em 15px;
	background-image: url(images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* =====
サイドバー2
===== */
div#sidebar2 p {
	font-size: 1em;
}
div#sidebar2 li {
	list-style-type:none;
}
div#sidebar2 li h2 {
	list-style-type:none;
	font-size: 0.9em;
}
div#sidebar2 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:#000;
	text-decoration:none;
}
a:hover {
	color:#F60;
}
h2.entrytitle a {
	color:#333;
}
h2.entrytitle a:hover {
	color:#FF0000;
}

/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}