/*
Title: 黒蜥蜴
Revision: $Revision: 1.2 $
Author: abbey
Access: inlet@cello.no-ip.org
License: CSSのみGPL
Comment: 黒蜥蜴テーマ

Copyright 2002 (C) by abbey <inlet@cello.no-ip.org>
validated by W3C.
*/
/*
kurotokage_h1.jpg
Copyright 2002 (C) by KEIKO SAWAMURA
この画像についてはtDiary日記システム外での無断使用を禁止します。
*/
/* ChangeLog
2002-07-18 abbey <inlet@cello.no-ip.org>
	* create
*/

/*
* {
    margin: 0;
    padding: 0;
}
*/

body {
	background-color: #fff;
	color: #000;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	/*font-family: Lucida Grande, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;*/
    font-family: "Century Gothic",geneva,verdana,"Hiragino Maru Gothic Pro",HiraMaruPro-W4,"ヒラギノ丸ゴ Pro W4","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 120%;
    margin: 0;
    padding: 0;
}

a:link {
	color: #9400d3;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #808;
	background-color: transparent;
	text-decoration: none;
}

p.adminmenu, div.adminmenu {
	text-align: center;
	/*margin-top: 0px;*/
}
a:hover, a:focus {
	text-decoration: underline;
}

p.adminmenu a:link, p.adminmenu a:visited, span.adminmenu a:link, span.adminmenu a:visited {
	padding-right: 0.5em;
	font-size: x-small;
}

h1 {
/*
	color: #000;
	background-color: transparent;
	background-image: url(icon-penguin.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 64px;
	line-height: 64px;
	text-align: right;
	padding-right: 64px;
	padding-bottom: 5px;
*/
/*
    color: white;
	background-image: url(/images/gradation.png);
	background-repeat: no-repeat;
    text-shadow: black 2px 2px;
*/
    font-size: 36px;
    line-height: 72px;
    background: -webkit-gradient(linear,left top,left bottom,from(#E9DAFF),to(#9675DE));
    border-radius: 24px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    font-family: 'Rammetto One', cursive;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    margin: 10px auto;
}
#skype-publicchat h1 {
    text-shadow: none;
}

h1 img {
	vertical-align: middle;
	border-width: 0px;
}

h2 {
	font-size: medium;
	border-style: solid;
	border-color: #9370db;
	border-width: 0px 0px 1px 0px;
}

h1, h2 {
	/*font-family: Lucida Grande, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;*/
}

div.day {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

div.day h2 {
	font-size: medium;
	border-style: solid;
	border-color: #9370db;
	border-width: 0px 0px 1px 0px;
	padding-left: 8px;
	padding-bottom: 4px;
}

div.body {
	margin-left: 1em;
	/*line-height: 120%;*/
	line-height: 150%;
}

div.body h3 {
	font-size: medium;
	border-style: dashed;
	border-color: #9370db;
	border-width: 0px 0px 1px 0px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 4px;
}


/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/
/*
div.day span.sanchor {
	background-image: url(default_sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 16px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}

div.day span.canchor {
	background-image: url(default_canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 16px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}
*/

div.body p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	color: #000;
	background-color: transparent;
	line-height: 150%;
}

div.body pre {
	color: #000;
	background-color: #dcf;
	border-style: solid;
	border-width: 1px 1px 1px 6px;
	border-color: #9370db;
	padding: 1em;
	margin-left: 2em;
}

div.body blockquote {
	color: #000;
	background-color: #dcf;
	border-style: solid;
	border-color: #9370db;
	border-width: 2px 0px 2px 0px;
	padding: .5em 1em;
	margin-left: 1em;
	margin-right: 1em;
}

div.body blockquote p {
	margin-left: 0em;
}

div.body li {
	margin-left: 2em;
}

div.body dl {
	margin-left: 2em;
}

div.body dt {
	border-style: solid;
	border-color: #808;
	border-width: 0px 0px 1px 0px;
	margin-top: 0.7em;
}

div.body dd {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}

div.comment {
	border-style: solid;
	border-color: #9370db;
	border-width: 1px;
	color: #000;
	background-color: #dcf;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	padding: 4px;
	font-size: small;
    clear: both;
}

div.comment p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

div.comment div.caption {
	border-style: dashed;
	border-color: #808;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 0.5em;
}

div.commentator {
	border-style: solid;
	border-color: #9370db;
	border-width: 0px 0px 1px 0px;
	display: inline;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin: 0.5em;
}

div.form {
	border-style: solid;
	border-color: #9370db;
	border-width: 1px;
	color: #000;
	background-color: #dcf;
}

div.day div.form {
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: small;
}

div.form form {
	margin: 0;
	padding: 4px 4px 4px 4px;
	width: 100%;
}

div.form p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-left: 4px;
}

div.form textarea {
	margin-left: 2em;
}

div.referer, p.referer {
	text-align: right;
	font-size: x-small;
	margin-top: 0px;
}

div.refererlist {
	border-style: solid;
	color: #000;
	border-color: #9370db;
	border-width: 1px;
	background-color: #dcf;
	margin-top: 0px;
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-size: small;
}

div.refererlist ul {
	margin-left: 2em;
}

div.refererlist p, div.refererlist ul {
	margin-top: 0px;
	margin-bottom: 0em;
	padding: 4px 4px 4px 4px;
}

hr {
	color: #9370db;
	background-color: #9370db;
	margin-top: 0.5em;
    border-style: none;
    height: 1px;
}

hr.sep {
	display: none;
}

p.footer, div.footer {
	text-align: right;
	font-size: x-small;
}

form div.body {
	border-style: solid;
	border-color: #9370db;
	border-width: 1px;
	color: #000;
	background-color: #dcf;
	padding: 0px 4px 4px 4px;
}

/*
 for plugins
 */

/* calendar */
div.calendar, p.calendar {
	color: #000;
	background-color: #fff;
	text-align: right;
	font-size: x-small;
}

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #9370db;
    margin-left: auto;
    margin-right: auto;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/* recent_list */
p.recentitem {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.recentsubtitles {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: xx-small;
}

div.footnote {
	border-style: solid;
	border-color: #9370db;
	border-width: 1px 0px 0px 0px;
	margin-left: 3em;
    margin-top: 2em;
	font-size: small;
    text-align: right;
}

/* amazon plugin */
img.left {
	border-width: 1px;
	border-color: #9370db;
	float: left;
}

img.right {
	border-width: 1px;
	border-color: #9370db;
	float: right;
}

div.section {
	clear: both;
}

div.textarea {
	display: block;
	vertical-align: top;
}

/*
更新フォーム
*/
div.day.update {
	border-style: solid;
	border-color: #9370db;
	border-width: 1px;
	color: #000;
	background-color: #dcf;
	padding: 0px 4px 4px 4px;
}

div.day.update div.form {
	border-style: none;
}

form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
	background-color: #eef;
	color: #000;
}

form.update span.field {
	display: inline;
	margin-left: 0em;
	margin-right: 0.5em;
}

form.update div.field.title {
	display: block;
	margin-top: 1em;
}
form.update div.field.title input {
	margin-left: 0.5em;
}

form.update div.textarea {
	display: block;
	margin-top: 1em;
}
form.update textarea {
	display: block;
	margin-left: 2em;
	margin-bottom: 1em;
	width: 35em;
	height: 15em;
}

form.update span.checkbox.hidediary {
	margin-left: 1em;
}

div.day.update div.refererlist {
	margin-right: 1em;
	color: #000;
	background-color: #fff;
}

div.day.update div.comment {
	margin-right: 1em;
	color: #000;
	background-color: #dcf;
}

p.x256 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

input, textarea {
    border-width: 1px;
}

pre, tt, code {
    font-family: Consolas, Lucida Console, Courier New, Courier, monospace;
}

.todo ul {
	list-style-type: none;
}

.comment {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 5px;
}
.sidebar {
  font-size: 80%;
}

.sidebar form {
  margin-top: 8px;
  margin-bottom: 8px;
}

.sidebar-panel {
}

.sidebar-title {
  text-align: center;
  font-weight: bold;
}

.sidebar-content {
  text-align: left;
}

/*
.rss-recent {
  width: 150px;
  overflow-x: auto;
}
*/
.rss-recent ul {
  margin-left: 0;
  padding: 0;
}
.rss-recent li {
  list-style-type: none;
}

.todo {
  text-align: left;
}

.todo .todo-title {
  font-weight: bold;
  text-align: center;
}

.todo-body {
  text-align: left;
}

.todo-body ul {
  padding-left: 0;
}

.todo-body li {
  list-style-type: none;
}

table.calendar td {
  padding: 2px;
}

div.adsense {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

div.tags {
  text-align: right;
  font-size: 80%;
  clear: both;
}

div.todo li {
  margin: 0.5em;
}
.calendar {
  padding-bottom: 4px;
}

div.footnote {
  clear: both;
}

div.section p {
  text-indent: 1em;
}

div.calendar {
  text-align: left;
}
.highlight {
   color: #000;
   background: #9370db;
}

blockquote cite {
  font-size: 80%;
}
p.cite {
  font-size: 80%;
  text-align: right;
}
h2, h3 {
  text-shadow: 2px 2px #999;
}
ul.site-navigation, ul.site-navigation li {
    padding: 2px 4px;
    margin: 2px 4px;
}
ul.site-navigation li {
    display: inline;
    font-size: small;
}

/*
 *
 */

body {
}

#container {
    text-align: center;
}

#inner-container {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#body {
    /*width: 500px;*/
    text-align: left;
    /*float: left;*/
}

#sidebar {
    width: 200px;
    /*float: right;*/
}

#footer {
    clear: both;
}
pre {
    overflow: auto;
    width: 80%;
}
a img {
    border-style: none;
}

pre.code {
    background-image: url(/images/code.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
}

table.list {
    border-collapse: collapse;
    border-style: none;
}
table.list th, table.list td {
    padding: 0.5em 1em;
}
table.list tbody th, table.list tbody td {
    border-bottom: dotted 1px #ccc;
}
table.list thead th {
    background-image: url(/images/bg_header.jpg);
    background-repeat: repeat-x;
}
table.list td.numeric {
    text-align: right;
}

.amazlet-box {
    font-size: x-small;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

img.flickr {
	padding: 4px;
	border: solid 1px #000;
	-webkit-transform: rotate(-1deg);
	-webkit-box-shadow: 4px 4px 20px gray;
	-moz-box-shadow: 4px 4px 20px gray;
}

#header {
    margin-bottom: 10px;
}
#header h1 {
    text-align: center;
}
#header h1 a {
    color: #fff;
}
#header .ads {
    text-align: center;
}

#main {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
}
#main #body {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
}
#main #sidebar {
    width: 200px;
}

img.photo {
    float: none;
}

