/*
Theme Name: LushLife
Theme URI: http://detlog.org/
Description: Naoko McCracken氏のテーマ“FlatWhite”を改編
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 Sans Regular", Verdana, Helvetica, sans-serif;
	font-size:65%;
	line-height:1.5;
	text-align:center;
}
#wrap {
	margin:0 auto;
	text-align:left;
	width:800px;
}
#content {
	font-size:1.2em;
	float:left;
	width:550px;
	margin-bottom:2em;
	overflow: hidden;
}
#content_single {
	font-size:1.2em;
	width:550px;
	margin: 0px auto 2em;
}
#sidebar {
	font-size:1.1em;
	float:right;
	width:240px;
	margin:0 0 2em 10px;
}
#header {
	font-family: "Verdana";
	padding:0px 0px 10px;
	background-color: #808080;
	background:url(images/shadow.gif) repeat-x left bottom;
	position: relative;
	width: 800px;
	height: 250px;
}
#footer {
	width: 800px;
	border-top:1px solid #aaa;
	clear:both;
	font-size:0.95em;
	padding:1.5em 0.5em;
	text-align:center;
}

/* =====
ヘッダー
===== */
h1 {
	position:absolute;
	top:205px;
	left: 1%;
	z-index:2;
}
h1 a {
	color: #fff;
}
h2, h3 {
	margin-bottom:0.1em;
}
#header h1 {
	font-size:3em;
	letter-spacing:1px;
}
#header p {
	position:absolute;
	top:195px;
	left:2%;
	z-index:3;
	color:#fff;
	font-size:1.1em;
}
h2.entrytitle {
	margin-top: 15px;
	padding-left: 4px;
	font-size:1.8em;
	border-left: solid 1em #990000;
	line-height: 1em;
}
h3.entrydate {
	margin-top: 10px;
	font-size:1.2em;
	color:#6F6F6F;
}
#sidebar h2 {
	color:#555;
	font-size:1.5em;
	margin-top:1em;
}

/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom:3em;
	padding:0;
	clear: both;
}
.entrybody {
	margin:2em 0 1.5em 0;
	line-height:1.6;
	font-family: "MS P ゴシック",メイリオ,meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	clear: both;
}
.entrybody p {
	padding-bottom:1em;
	width: 500px;
}
.entrybody p img {
	border: #ccc 1px solid;
	margin: 4px 4px 4px 0;
	padding: 6px;
}
div#content_single div.entrybody p {
	width: 500px;
}
blockquote {
	color: #008000;
	width: 350px;
	margin: 1em;
	padding: 0 0 10px 40px;
	background: url(images/blockquote1.gif) no-repeat left top;	
}
blockquote p {
	padding-right: 40px;
}
code {
	font-family: "courier new", courier, monotype;
	font-size: 1em;
}
p.navigation {
	margin: 60px 0;
	text-align: center;
}
.entrybody ul, .entrybody ol{
	margin-left:15px;
}
ul.entrymeta {
	margin: 0px 10px 40px;
	float: right;
}
ul.entrymeta li {
	font-size:1em;
	line-height:2em;
	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;
}
img {
	border: 0;
}
hr {
	border-style: none;
	clear: both;
}
.clear {
	clear: both;
}
div.post img.wp-smily {
	border: none;
}
div.navigation {
	font-size: 1.4em;
	font-family: "MS P ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 2em;
	padding: 10px 0 20px;
	margin-bottom: 30px;
	clear: both;
	text-align: center;
}
span.left a {
	float: left;
	background: url(images/arrow_l.gif) no-repeat left center;
	padding-left: 20px;
}
span.right a {
	float: right;
	background: url(images/arrow_r.gif) no-repeat right center;
	padding-right: 20px;
}
p.maps {
	width: 80%;
	padding-top: 50px;
	border-top: dashed 2px #cdcfb4;
}

/* =====
サイドバー
===== */
ul#sidebar p {
	margin: 0.5em 0;
	font-size: 1em;
}
ul#sidebar ul {
	margin-top: 0px;
}
ul#sidebar li {
	list-style-type:none;
}
ul#sidebar li li {
	padding:0 0 0.2em 15px;
	background: url(images/bullet_orange.gif) no-repeat 0 1px;
}
ul#calendar {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 100%;
}
ul#sidebar li#search {
	background: none;
	margin-top: 10px;
	padding-left: 0;
}
ul#sidebar li#search div {
	padding-left: 0;
}
ul#sidebar li#search div input#s {
	width: 120px;
	margin-top: 2px;
}
ul#sidebar li#search div input#searchsubmit {
	width: 3em;
	height: 1.75em;
}
#wp-calendar {
	empty-cells: show;
	font-size: 100%;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #06B300;
}

#wp-calendar caption {
	color: #0099CC;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Sans Regular', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar #today {
	background: #eee;
	color: #000;
}
div.ad {
	margin-bottom: 2px;
}
/* =====
コメント
===== */
#comments {
	width: 538px;
	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.alignleft {
	text-align:left;
}
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;
}

#content * a[href^="http"],
#content_single * a[href^="http"] {
	padding-right: 16px;
	background: transparent url(images/link_blue_text.gif) no-repeat right center;
}

#content * a[href^="http://landbreeze.net/wp"],
#content_single * a[href^="http://landbreeze.net/wp"] {
	padding: 0;
	background: none;
}

#content * a[href^="http://www.youtube.com"],
#content_single * a[href^="http://www.youtube.com"] {
	padding: 0;
	background: none;
}
/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}