/*
Title: Orangegrad
Revision: 
Author: Nana
Access: clorets@estyle.ne.jp
License: GPL
Comment: オレンジなグラデーション

	Orangegrad.css: Style Sheet of tDiary 
	Copyright (C) 2002 by Nana <clorets@estyle.ne.jp>
	validated by W3C

*/


/*
リンク文字列に関する設定
*/
a:link {
	text-decoration: none;
	color: #E48F1D;
}
a:visited {
	text-decoration: none;
	color: #E48F1D;
}

a:active {
	text-decoration: none;
}

a:hover, a:focus {
	color: #EDB66A;
}
/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-image: url(orange_b.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFDEAD;
	color: black;
	margin: 0em;
}

strong {
        font-weight: bold;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
}

/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: medium;
	background-color: white;
	width: 66%;
	color: #f00;
	padding: 8px;
}
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: transparent;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
	border-width: 1px;
	padding: 3px;
}
/*
日記タイトルの設定
*/
h1 {
	text-align: center;
	font-size: medium;
}
/*
カレンダーの設定
*/	 
div.calendar {
	background-color: transparent;
	border-style: none;
	padding: 0.5em;
	text-align: right;
}

div.calendar div.year {
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-color: #FFDEAD;
	background-image: url(orange_a.png);
	background-position: center;
	background-repeat: repeat-y;
	color: black;
	text-align: left;
	padding: 0em;
	margin: 2em;
	margin-top: 0.5em;
}

/*
タイトル行全体の設定
*/
h2 {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 12px;
	padding: 0em;
	text-align: right;
	font-size: medium;
	/*float: right;*/
}

/*
日付の設定
*/
h2 span.date {
	margin-left: 0.5em;
}
h2 span.date {
	color: #E48F1D;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-color: transparent;
	text-align: left;
	padding: 1em;
	margin: 0em;
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	background-color: transparent;
	text-align: left;
	padding: 0em;
	margin: 0em;
}

/*
日記の本文(段落)の設定
*/
div.section p {
	margin: 0.3em 0.5em 2em 0.5em;
	line-height: 1.4;
	padding-left: 2em;
}

/*
サブタイトルの設定
*/
h3 {
	padding: 0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
     	background-position: center;
	background-repeat: repeat-y;
	background-color: white;
	color: #000;
	font-weight: bold;
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	background-color: transparent;
	text-align: left;
	padding-left: 2em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.comment div.caption {
	text-align: left;
}

div.refererlist div.caption {
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
}

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	background-color: transparent;
	text-align: right;
	font-size: small;
	padding: 0em;
	margin: 0em;
	margin-right: 12px;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	font-size: small;
	text-align: left;
	background-color: transparent;
	padding: 0em;
	padding-left: 32px;
	border-width: 0px;
	width: 80%;
	margin-top: 0em;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	font-size: 90%;
	margin: 0.5em 1em 0.5em 3em;
	line-height: 1.3em;
}

/*
罫線の設定
*/
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
}

/*
項目リストの設定
*/
div.body dl {
	margin-left: 2em;
}

div.body dt {
	margin-bottom: 0.2em;
}

div.body dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

/*
検索フォームの設定
*/
form.search {
	/*clear: right;*/
	text-align: right;
	margin: 0em;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-width : 2px;
	border-style :  solid;
	border-color : #FF8C00;
	margin: 1em 2em;
	padding: 0.5em;
}
/*
引用プラグインソースの設定
*/
p.source {
	margin-top: 0em;
	margin-right: 1.5em;
	text-align: right;
	font-size:90%;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */

table.calendar {
	font-size: x-small;
	line-height: 1.1em;
	margin: 2px auto;
        
}
table.calendar td {
	text-align: right;
}
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;
        border-bottom: dashed 1px #fff;
        
}

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

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

div.body div.footnote {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0px 0px 0px;
	font-size: small;
}

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.panchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/

div.day span.sanchor {
	background-image: url(orangegrad_anchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 25px 25px 0px 0px;
	color: #FFDEAD;
	background-color: transparent;
	font-size: 1px;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
        font-size: 90%;
        margin-left: 0.5em;
}

span.commentator {
        font-weight: bold;
}

div.commentshort p {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
}

/*
ツッコミ本体
*/
div.commentbody {
        font-size: 90%;
        margin: 0.5em;
        line-height: 1.2em;
}

/*
ツッコミした人の情報
*/
div.commentator {
        line-height: 1.5em;
}

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

/*
フォームの設定
*/
div.form form {
        margin: 0em 0em 0em 2em;
	
}

div.form div.caption {
        font-size: 90%;
        margin: 0.5em;
	
}

div.form form.comment {
        font-size: 90%;
}

div.field {
        display: inline;
        margin-right: 2em;
}

form.comment input {
        margin-left: 1em;
}

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

form.comment textarea {
        display: block;
        background-color: white;
        color: black;
        margin-left: 3em;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
        margin-left: 3em;
}

/*
更新フォーム
*/
form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
        background-color: white;
        color: black;
}

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: 3em;
        margin-bottom: 1em;
        width: 35em;
        height: 15em;
}

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

/*
ツッコミ状態変更フォーム
*/
div.comment form {
        margin-top: 0em;
}
