@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);


/*
--------------------------------------------------------
    c r u l l e r blog customized css

  INDEX
     - GENERAL ELEMENT
     - WRAPPER (Page)
     - HEADER
     - CONTENT
     - EDIT FORM
     - MENU
     - ADMIN
     - FOOTER
     - PAGE NAVIGATION LINK
     - CALENDAR
     - WIDE CONTENT (Access Analyzer)
--------------------------------------------------------
*/


/*---------------------------------------------
    GENERAL ELEMENT
---------------------------------------------*/
body {
	margin: 0;
	padding: 5px 0;
	color: #663300;
	font-family: "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", sans-serif;
	background-color: #130D08;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin: 0; 
	padding: 0; 
	font-size: 100%;
	line-height: 100%;
} 

a img {
	border: 0; 
} 

a {
	background-color: transparent;
	color: #CC6600;
	text-decoration: underline;
} 

a:visited {
	background-color: transparent;
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #CC3300;
	text-decoration: underline;
}

/*** Forms ***/
input, textarea, select {
	font-size: 100%;
	line-height: 100%;
}

/*** Table ***/
table {
    border-collapse: collapse;
}

caption {
    caption-side: top;
    margin-bottom: 5px;
    font-weight: bold;
}

fieldset {
    margin: 10px 0 20px;
    padding: 15px 10px;
	font-size: 90%;
	border: 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

legend {
    margin-left: 15px;
    padding: 2px 10px;
	background-color: #E6E6E6;
    border: 1px solid #999999;
}

fieldset p {
	margin-bottom: 10px!important;
	padding: 0!important;
	font-size: 100%!important;
	line-height: 100%!important;
}

fieldset label, fieldset input {
	margin: 0 4px 0 0;
	padding: 0;
	line-height: 100%;
}

.noscript {
    display: inline;
}

/*** clear ***/
.clearBoth {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearLeft {
	clear: left;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/*** hidden ***/
.hidden {
	visibility: hidden;
}


/*---------------------------------------------
    WRAPPER (Page)
---------------------------------------------*/
#wrapper {
	/* hack for win IE and mac IE */
	width: 778px;/*\*/
	_width: 780px;/* */
	margin: 0 auto;
	padding: 0;
	background: #33090C url(./resources/bg_contarea.jpg) 0 30px repeat;
	border: 1px solid #999999;
    text-align: left;
}


/*---------------------------------------------
    HEADER
---------------------------------------------*/
#headerBody {
	height: 56px;
	margin: 0;
	padding-top: 4px;
	background: #33090C url(./resources/bar_top.jpg) center bottom repeat-x;
}

#headerBody h1 {
	padding-left: 15px;
	color: #E0D5AC;
	font-size: 9px;
	font-weight: normal;
}

#headerLogo a {
	display: block;
	width: 185px;
	height: 35px;
	margin-left: 10px;
	padding: 0;
	font-size: 50%;
	text-decoration: none;
	background: url(./resources/logo_header.gif) 0 0 no-repeat;
}

#headerLogo a:hover {
	background-position: 0 -51px;
	text-decoration: none;
}

#contHead {
	position: relative;
	width: 778px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	background: #33090C url(./resources/top_07blog.jpg) left top no-repeat;
}

#backVert {
	position: absolute;
	top: 18px;
	left: 640px;
	width: 110px;
	height: 118px;
}

#backVert a {
	display: block;
	width: 110px;
	height: 118px;
	font-size: 50%;
	text-decoration: none;
	background: url(./resources/btn_back_vert.jpg) left top no-repeat;
}

#backVert a:hover {
	background-position: left -150px;
	text-decoration: none;
}


/*---------------------------------------------
    CONTENT
---------------------------------------------*/
#content {
	float: left;
	/* hack for win IE and mac IE */
	width: 520px;/*\*/
	_width: 558px;/* */
	margin: 0;
	padding: 40px 20px 30px 30px;
	overflow: hidden;
}

#content h2 {
	margin-bottom: 30px;
	padding: 5px 4px;
	color: #922520;
	background-color: #FFFFFF;
	border-top: 1px solid #DC9866;
	border-bottom: 3px double #DC9866;
}

#content h3, #content h4 {
	margin-right: 8px;
	margin-bottom: 15px;
	padding-bottom: 6px;
}

#content p {
	margin-bottom: 1em;
	font-size: 75%;
	line-height: 150%;
}

#content dl, #content ul, #content ol {
	margin: 0 0 1em 0;
}

#content li {
	list-style-type: none;
	padding-left: 12px;
	font-size: 75%;
	line-height: 150%;
	background: url(./resources/leader_cont.png) 0 6px no-repeat;
}

.section {
	margin-bottom: 25px;
}

.section h3 {
	color: #922520;
	border-bottom: 1px dotted #898369;
}

.section h4 {
	margin: 10px 8px;
	padding-left: 8px;
	font-size: 90%;
    border-left: 6px solid #FFE0A3;
}

h3.article-title {
	padding: 4px 0 4px 22px;
	background: url(./resources/leader_blog.jpg) 0 0 no-repeat;
}

.comment {
	margin: 10px 30px;
}

.comment img {
    border: 1px solid #999999;
}

.date {
	padding: 2px 30px 0;
	color: #333333;
	font-size: 70%;
	text-align: right;
}

/*** Article Footer ***/
.a-footer {
	padding-right: 22px;
	text-align: right;
}

/*** Footer Anchors ***/
.a-footer a {
	padding: 0 8px 0 5px;
	font-size: 70%;
    border-left: 4px solid #E5DFA8;
}

.a-footer a:hover {
    border-color: #FFCC33;
}


/*---------------------------------------------
    EDIT FORM
---------------------------------------------*/
/*** File Uploader ***/
table#uploader {
    margin: 20px auto;
	border: 1px solid #999999;
}

#uploader thead th, #uploader tfoot th {
    padding: 0.5em;
	font-size: 90%;
	background-color: #F8FFEF;
}

#uploader tbody td {
    padding: 0.5em 1em;
	font-size: 85%;
	background-color: #FFFFFF;
    border: 1px solid #999999;
}

/*** send trackback ping form ***/
#trackback-form {
    margin: 5px 10px;
    padding: 0.5em 1em;
	border: 1px solid #999999;
}

/*** other tables ***/
table.colored {
    width: 95%;
	margin: 5px 10px;
    font-size: 80%;
	border: 1px solid #99CC66;
}

.colored th {
    padding: 0.2em;
	background-color: #D5E0CA;
	border: 1px solid #99CC66;
}

.colored td {
    padding: 0.2em 1em;
	background-color: #FFFFFF;
	border: 1px solid #99CC66;
}


/*---------------------------------------------
    MENU
---------------------------------------------*/
#menu-box {
	float: right;
	width: 180px;
	margin: 0;
	padding: 30px 20px 30px 0;
}

h2.menu-box {
	margin: 10px 0;
	padding-left: 10px;
    font-size: 85%;
    background: url(../_shared/arrow_right.png) 0 center no-repeat;
}

#menu-box h3 {
	padding: 14px 0 2px;
    font-size: 75%;
}

/*** Contents Navi ***/
#content-menu h2 {
	display: none;
}

ul.menu {
	margin: 0 0 20px 0;
	list-style-type: none;
}

li.menu {
	margin: 10px 0;
	padding-left: 10px;
    font-size: 80%;
    background: url(../_shared/arrow_right.png) 0 center no-repeat;
	font-weight: bold;
}

/*---------------------------------------------
/* --/ Columned Menu /---------------------- */
div.menu {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

div.menu h2 {
	margin: 0;
	padding: 6px 3px 4px;
	color: #4F1703;
	font-size: 90%;
	border-bottom: 2px solid #956F3F;
}

div.menu p {
    margin: 10px 5px;
	padding: 0 0 4px 4px;
    font-size: 75%;
}

div.menu ul {
	list-style-type: none;
    margin: 10px 5px;
}

div.menu li {
	list-style-type: none;
	padding: 0 0 4px 12px;
    font-size: 75%;
	background: url(./resources/list_image.png) 0px 5px no-repeat;
}

#search input {
	margin: 0 0 4px 4px;
	padding: 0;
}

#keyword {
    width: 90%;
}

/*** Archive, Category, CSS-Swicher Form ***/
#archives, #category, #css-form {
	margin: 10px;
	font-size: 75%;
}

/*** Admin Menu ***/
#logout {
    padding: 6px;
    font-size: 80%;
    text-align: center;
}

#logout a {
    padding: 5px 10px;
    background: #EEEEEE url(../_shared/gray_stripe.png);
    border: 1px solid #898369;
    text-decoration: none;
}


/*---------------------------------------------
   ADMIN
---------------------------------------------*/
select.table-list {
	width: 10em;
	padding-top: 1em;
	padding-bottom: 10em;
	height: 15em;
	background-color: #EEEEEE; 
	border: 1px solid #333333;
}

p#account-manager {
    margin-left: 20px;
	padding: 0.5em 0.2em 0.5em 4em!important;
    background: url(../_shared/accounts.png) 0 50% no-repeat!important;
}

h2#account-manager {
	padding: 0.5em 0.2em 0.5em 3em!important;
    background: #FFFFFF url(../_shared/accounts.png) 5px 50% no-repeat!important;
}

#root-user-only {
    margin: 0.5em 0 0.5em 15px;
    padding: 1em 0.2em 1em 2.5em!important;
    font-size: 90%;
    background: url(../_shared/warning_hand.png) 0 50% no-repeat!important;
}

/*** Entry, Draft Logs and files link ***/
dl#entry, dl#draft {
    margin-bottom: 20px;
}

#entry dt, #draft dt, h3#edit {
    margin-bottom: 10px;
	padding: 3px;
	color: #4F1703;
	font-size: 80%;
	border-bottom: 1px solid #898369;
	border-color: #956F3F;
}

#entry dd, #draft dd {
    height: 16px;
	margin: 0.5em;
	padding-top: 2px;
	font-size: 80%;
    text-indent: 1.5em;
}

#entry-log, #draft-log {
    background: url(../_shared/document.png) 0 0 no-repeat;
}

#entry-file, #draft-file {
    background: url(../_shared/file.png) 0 0 no-repeat;
}

/* no use
h3#add-new {
	font-size: 80%;
    text-indent: 1.8em;
    background: url(../_shared/new_post.png) no-repeat 0 60%;
}
*/

/*** Button-Like Link ***/
a.link-button {
    margin-bottom: 3px;
    padding: 2px 5px;
    font-size: 90%;
    text-decoration: none;
    color: #000000;
    background: #eeeeee url(../_shared/button_bg.png) repeat-x;
    border: 1px solid #898369 !important;
}
a.link-button:active {
    text-decoration: none;
    background: #eeeeee url(../_shared/button_bg.png) repeat-x;
    border-top: 1px solid #666666 !important;
    border-left: 1px solid #666666 !important;
    border-right: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
}

/*** Login Status ***/
.session-off {
    color: #999999;
    text-indent: 1.5em;
    background: transparent url(../_shared/lock_off.png) 0 -0.2em no-repeat;
}

.session-on {
    text-indent: 1.5em;
    background: transparent url(../_shared/lock_on.png) 0 -0.2em no-repeat;
}

/*** Image Preview ***/
.preview {
    margin: 0.5em;
}


/*---------------------------------------------
    FOOTER
---------------------------------------------*/
#footerBody {
	clear: both;
	height: 50px;
	margin: 0;
	padding: 0 10px;
	background: #33090C url(./resources/bar_bottom.jpg) center top repeat-x;
}

#footerBody p {
	padding: 6px 0;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}

address {
	padding: 6px 4px;
	font-size: 70%;
}

ul#footerMenu {
	margin: 0;
	padding: 5px 0 0 5px;
}

ul#footerMenu li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 5px;
	padding: 2px 8px;
	color: #5F2A2C;
	font-size: 10px;
	border-right: 1px solid #D1B145;
}

li.footerMenuTop {
	border-left: 1px solid #D1B145;
/*	padding: 2px 8px 2px 20px!important;
	background: url(../images/icon_home.gif) left top no-repeat; */
}

ul#footerMenu li a, ul#footerMenu li a:visited {
	background-color: transparent;
	color: #E0D5AC;
	text-decoration: none;
}

ul#footerMenu li a:hover {
	background-color: transparent;
	color: #D1B145;
	text-decoration: underline;
}

/*** Validator Logos ***/
.logo {
	float: left;
	margin: 0px 1em 0.5em 0px;
}

.validator {
	margin: 0px 5px 5px 0px;
}

#validators, #w3c-validators {
	margin: 0;
	padding: 0;
}

#validators a:link, #validators a:visited {
	margin-bottom: 5px;
	padding: 2px 8px;
	border: 1px solid #CC3300;
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 75%;
	letter-spacing: 0.2ex;
	text-align: center;
	text-decoration: none;
}

#validators a:hover {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #FF6600;
	text-decoration: none;
}

#validators a:active {
	border: 1px solid #FF6600;
	text-decoration: none;
}

#rss, #rss2 {
	display: inline;
}

#rss:link, #rss:visited, #rss2:link, #rss2:visited {
	margin-bottom: 5px;
	padding: 2px 6px;
	border: 1px solid #CC3300;
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 70%;
	text-decoration: none;
}

#rss:hover, #rss2:hover {
	border: 1px solid #FF6600;
	background-color: #FF9900;
	text-decoration: none;
}

#rss:active, #rss2:active {
	border: 1px solid #FF9933;
	color: #CCCCCC; 
	text-decoration : none;
}

#page-generation {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 75%;
}


/*---------------------------------------------
   PAGE NAVIGATION LINK
---------------------------------------------*/
p.flip-link {
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #898369;
    border-bottom: 1px solid #898369;
}

p.flip-link a {
    display: inline;
    margin: 0 10px;
	padding: 2px 4px;
    background: #EEEEEE url(../_shared/navi_link_bg.png) repeat-x;
    border: 1px solid #898369;
    text-decoration: none;
}

p.flip-link a:hover {
    background-color: #FFFFFF;
}

p.flip-link strong {
    margin: 0 10px;
	padding: 2px 4px;
    border: 1px solid #898369;
}

/*** Previous Logs Navi Link ***/
p#prev-logs {
    margin: 0 0 20px 2px;
    padding: 8px 2px;
    text-align: right;
    border-top: 1px solid #898369;
}

p#prev-logs a {
    display: inline;
	padding: 2px 25px 2px 10px;
    background: #EEEEEE url(../_shared/arrow_next.png) 100% 50% no-repeat;
    border: 1px solid #898369;
    text-decoration: none;
}

p#prev-logs a:hover {
    background-color: #FFFFFF;
}

/*** Prev | Next ***/
span.prev a {
    padding-left: 1.5em;
    background: #EEEEEE url(../_shared/arrow_prev.png) 0% 50% no-repeat;
}

span.next a {
    padding-right: 1.5em;
    background: #EEEEEE url(../_shared/arrow_next.png) 100% 50% no-repeat;
}

/*** Page Navigation Links ***/
ul.flip-menu {
    margin-bottom: 20px;
    padding: 10px 4px;
    text-align: left;
    border-top: 1px solid #898369;
    border-bottom: 1px solid #898369;
}

ul.flip-menu li {
    display: inline;
	padding-left: 0!important;
	background: none!important;
}

ul.flip-menu a {
    display: inline;
    padding: 5px 10px;
    background: #EEEEEE url(../_shared/gray_stripe.png);
    border: 1px solid #898369;
    text-decoration: none;
}

span.cur-tab {
    margin-right: 2px;
    padding: 5px 10px;
	color: #FFFFFF;
    background-color: #727272;
    border: 1px solid #898369;
}


/*---------------------------------------------
   CALENDAR
---------------------------------------------*/
#calendar {
    width: 160px;
	margin: 2px 10px 20px;
    font-size: 70%;
    text-align: center;
}

#calendar thead th {
    margin: 4px 5px;
	padding: 3px 0;
    border-bottom: 1px solid #898369;
}

#calendar tbody {
    border-bottom: 1px solid #898369;
}

#calendar td {
    margin: 4px 5px;
	padding: 5px 0;
    color: #474747;
    text-align: center;
}

#calendar th.sunday {
    color: #BF2F1F;
}

#calendar td.log-exists {
    background-color: #E5DFA8!important;
}

/*** Prev-Month | Next-Month ***/
a.prev-month {
    margin-right: 0.5em;
	padding-left: 1em;
    background: url(../_shared/arrow_left.png) 0% 50% no-repeat;
}

a.next-month {
    margin-left: 0.5em;
    padding-right: 1em;
    background: url(../_shared/arrow_right.png) 100% 50% no-repeat;
}

#calendar td.day-of-prev-month, #calendar td.day-of-next-month {
    color: #9A967C;
}


/*---------------------------------------------
   WIDE CONTENT (Access Analyzer)
---------------------------------------------*/
#wide-content {
	margin: 0;
	padding: 20px 20px 30px;
	background-color: #FFFFFF;
}

#wide-content h2 {
    clear: both;
    margin: 1.5em 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #898369;
}

#wide-content h3, h4 {
    clear: both;
	font-size: 90%;
    margin: 15px 0;
}

#wide-content p {
    clear: both;
    margin: 1em;
    font-size: 80%;
}

#wide-content ul {
	font-size: 80%;
	line-height: 150%;
}

ul#jump li {
	list-style-type: none;
	margin-bottom: 4px;
	padding-left: 1em;
    background: url(../_shared/arrow_right.png) 0% 50% no-repeat;
}

/*** Top Right Form ***/
#analyze-date {
    margin: 1em;
    padding: 0.5em;
    border: none;
}






/*
--------------------------------------------------------
    c r u l l e r blog common css

  INDEX
     - TOC
     - FORMS
     - TABLES
     - COMMENT / FORUM
     - TRACKBACK / COMMENT
     - RSS BOX (SAMPLE)
--------------------------------------------------------
*/


/*---------------------------------------------
    TOC
---------------------------------------------*/
#toc h2 {
	color: #6B6553!important;
	border-color: #A3997C!important;
}

#toc ol {
    padding-left: 0.5em;
}

#toc li {
    margin: 0 10px 5px;
    list-style-image: url(../_shared/arrow_right.png);
}


/*---------------------------------------------
    FORMS
---------------------------------------------*/
#addform p {
    font-size: 85%!important;
}

#addform input#category {
    margin: 0 5px 10px 0;
	font-size: 100%;
}

form dl {
    margin: 0 1em 2em;
}

form dd {
    margin: 0 1em 0.5em 0;
}

form dt {
    margin-right: 0.5em;
}

/*** Tag Button ***/
input.tagbutton {
    width: 50px;
    margin-bottom: 5px;
    padding: 1px 10px;
    font-size: 90%;
}

/*** Submit Button ***/
.submit-button {
    margin: 10px 20px!important;
	padding: 6px 5px!important;
	font-size: 90%;
	text-align: center;
	background-color: #FFFFFF;
	border: 4px double #DC9866;
}

/*** File Edit (for Admin) ***/
textarea.editBox {
	font-size: 75%;
	line-height: 100%;
}


/*---------------------------------------------
    TABLES
---------------------------------------------*/
td.person {
    background-color: #CCCCCC;
}

/*** Horizontal Graph ***/
table.horizontal-graph {
    width: auto;
    margin: 5px;
    color: #000000;
    line-height: 150%;
    border: 1px solid #898369;
    border-collapse: collapse;
}

table.horizontal-graph th {
    padding: 0.3em;
    color: #333333;
    font-size: 90%;
    background-color: #E6E1EB !important;
    border: 1px solid #898369;
}

th.rate {
    border: 1px solid #898369;
}

th.result {
    background-color: #DDDDDD;
    border: 1px solid #898369;
}

td.sunday {
    padding: 0.3em 1em;
    color: #000000;
    background-color: #F5DFDF;
    border: 1px solid #898369;
}

td.rate {
    padding-right: 0.3em;
    color: #000000;
    font-size: 90%;
    text-align: right;
    background-color: #F2F1E6;
    border: 1px solid #898369;
}

/*** Graph Bar ***/
td.key {
    padding: 0.3em 0.6em;
    color: #000000;
    font-size: 85%;
    background-color: #FFFFEE;
    border: 1px solid #898369;
}

td.value {
    padding: 0.3em 0.6em;
    color: #000000;
    font-size: 85%;
    background-color: #EEEEEE;
    border: 1px solid #898369;
}


/*---------------------------------------------
   COMMENT / FORUM
---------------------------------------------*/
/*** Status Icon of Index Page ***/
#forum-topic-table a {
	margin: 0 0.5em 0 0;
	padding: 0 0 4px 14px;
	background: #FFFFFF url(../_shared/anchor_bg.png) 0px 0px no-repeat;
    text-shadow: #FFFFFF 0.2em 0.2em 0.2em;
}

a.status-on {
	background-position: 0px -90px !important;
}

a.status-on:hover {
	background-position: 0px -30px !important;
}

a.status-on:active {
	background-position: 0px -60px !important;
}

#forum-topic-table a.latest-post {
    padding: 0 0 0 5px;
    background: #FFFFFF none !important;
}

/*** Forum Topic Table ***/
#forum-topic-table {
    width: 95%;
	margin: 5px 10px;
    font-size: 80%;
	border: 1px solid #99CC66;
}

#forum-topic-table th {
    padding: 0.2em;
	background-color: #D5E0CA;
	border: 1px solid #99CC66;
}

#forum-topic-table td {
    padding: 0.2em 1em;
	background-color: #FFFFFF;
	border: 1px solid #99CC66;
}

td.last-modified {
    width: 160px;
    font-style: italic;
}

#trash-full {
	margin: 5px 10px;
    padding: 1em 1em 1em 2em;
	font-size: 80%;
    background: #FFFFFF url(../_shared/trash_full.png) 0 20% no-repeat;
}

#trash-empty {
	margin: 5px 10px;
    padding: 1em 1em 1em 2em;
	font-size: 80%;
    background: #FFFFFF url(../_shared/trash_empty.png) 0 20% no-repeat;
}

/*** Search Result ***/
p.search-res {
	margin-bottom: 10px;
	font-size: 80%;
}

/*** Search Plus ***/
table#searchPlus {
    margin: 10px 10px 20px;
	padding: 10px;
}

#searchPlus thead th {
    padding-bottom: 4px;
	font-size: 90%;
}

#searchPlus tbody th {
    width: 25%;
	padding: 1em 0.2em;
	font-size: 80%;
    border-bottom: 1px solid #E6E6E6;
}

#searchPlus tbody td {
	padding: 1em 0.2em;
	font-size: 80%;
    border-bottom: 1px solid #E6E6E6;
}

#searchPlus tfoot td {
    margin: 10px;
	padding: 5px;
	font-size: 80%;
	text-align: center;
    border-top: 1px solid #999999;
}

/*** Topic Comment Box ***/
.comments {
    margin: 10px 10px 20px;
	padding: 10px;
	background-color: #FFFFFF;
    border: 1px solid #999999;
}

h2#topic-title {
	color: #996600;
    font-style: italic;
}

div.comments h3 {
    padding: 0.5em;
    font-size: 90%;
	font-style: italic;
    border-bottom: 1px solid #898369;
}

.comments p, .comments pre, .comments blockquote {
	margin: 10px 20px 25px 30px;
	font-size: 80%;
}

/*** "Post Your Comment" Form ***/
#comment-submit {
    color: #000000;
    background-color: #eeeeee;
    background-image : url(../_shared/gray_stripe.png);
    border: 1px solid #898369;
    text-align: center;
    padding: 0.5em;
}

textarea#comment, textarea#message {
    width: 100%;
}

/*** Comment Text Color ***/
#comment-type-1, .info {
    color: #6666CC;
}

#comment-type-2, .question {
    color: #993366;
}

#comment-type-3, .objection {
    color: #CC9933;
}

/*** Quote anchor link ***/
.quote a, .edit a {
    font-size: 80%;
    border: 1px solid #898369!important;
    margin: 0 0 0 0.5em;
    padding: 2px 10px;
    background-color: #EEEEEE;
    text-decoration: none;
}

.quote a:hover, .edit a:hover {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    text-decoration: none;
}

/*** Quote box in "Topic" thread ***/
.quote1 {
    color: #0000DD;
    background-color: #EEFFDC;
    background-image : none;
    border-left: 2px solid #0000DD;
    padding: 0.1em 1em 0.1em 0.8em;
}

.quote2 {
    color: #009900;
    background-color: #EEFFDC;
    background-image : none;
    border-left: 2px solid #009900;
    padding: 0.1em 1em 0.1em 0.8em;
}

.quote3 {
    color: #540000;
    background-color: #EEFFDC;
    background-image : none;    
    border-left: 2px solid #540000;
    padding: 0.1em 1em 0.1em 0.8em;
}

.mod-del {
    width: 10%;
    padding: 0.3em;
    background-color: #FFFFFF;
    color: #000000;
}

/*** Hint ***/
a.hint:link, a.hint:visited {
    margin: 0 0 0 0.5em;
    padding: 1px 3px 1px 3px;
    border: 1px solid #898369!important;
    background-color: #EEEEEE;
    font-family: Lucida Grande, sans-serif;
    font-size: 80%;
    text-decoration: none;
}


/*---------------------------------------------
   TRACKBACK / COMMENT
---------------------------------------------*/
#trackback-list, #comment-list {
    margin: 10px;
    padding: 0;
	background-color: #FFFFFF;
    border: 1px solid #999999;
}

#trackback-list h4 {
	padding: 0.3em 1em 0.3em 2.5em;
	color: #666666;
    font-size: 90%;
    background: #EEEEEE url(../_shared/bg_trackback_icn.png) no-repeat;
	border-bottom: 1px solid #DDDDDD;
}

#comment-list h4 {
	padding: 0.3em 1em 0.3em 2.5em;
	color: #666666;
    font-size: 90%;
    background: #EEEEEE url(../_shared/bg_comment_icn.png) no-repeat;
	border-bottom: 1px solid #DDDDDD;
}

#trackback-list h5, #comment-list h5 {
    margin: 1em;
	padding: 0.3em 1em 0.3em 0.5em;
	color: #666666;
    font-size: 90%;
	border-bottom: 1px solid #DDDDDD;
}

#trackback-list p, #comment-list p, #comment-list pre, #comment-list blockquote {
	margin: 10px 20px 25px 30px;
	font-size: 80%;
}

p.gray-out {
    color: #666666;
    font-size: 1em;
    font-style: italic;
}

.author {
    color: #666666;
    font-size: 70%;
    font-style: italic;
}
.notice {
    color: #FF0000;
    font-size: 70%;
}

/*** Admin (Sending Trackback Ping) ***/
.trackback-uri {
    margin: 2em 0em;
    padding: 1em 0.5em;
    color: #333333;
    font-size: 90%;
    font-style: italic;
    background-color: #EEEEEE;
    border: 1px solid #898369;
}

/*** Announcement Box on Top ***/
div#announce {
    margin: 1.5em 0 3em;
    border: 1px solid #DDDDDD;
}

div#announce h2 {
    margin: 0em;
    padding: 0.5em 1em 0.5em 0.5em;
    border: 0 !important;
    border-bottom: 1px solid #DDDDDD !important;
    background: #EEEEEE url(../_shared/gray_stripe.png);
    color: #000000;
    text-shadow: #CCCCCC 0.2em 0.2em 0.2em;
}

#switch-lang {
    margin: 0.5em 1em 0em 0em;
    font-size: 0.9em;
    text-align: right;
}

div#announce h3 {
    clear: both;
    margin: 0;
    padding: 0.5em 1em 0.5em 0.5em;
    border-bottom: 1px solid #DDDDDD;
}

img.p_blog-icon {
    margin: 0em 1em 1em 1em;
    float: left;
}

img.mini-logo {
    margin: 0em 1em 0em 0em;
}

img.rss {
    margin: 0;
}

div#announce p {
    margin: 1em 1em 0.2em 2em;
    line-height: 170%;
}

div#announce ul {
    margin: 0.5em;
    border: none;
}

div#announce address {
    margin: 1.5em 1em;
}

.toggle {
    display: none;
}


/*---------------------------------------------
   RSS BOX (SAMPLE)
---------------------------------------------*/
ul.rss-list {
    padding-left: 0;
}

li.open {
    list-style: none;
    text-indent: 0;
}

li.close {
    list-style: none;
}

li.no-img {
    list-style: none;
    list-style-image : none;
}

.rss-date {
    padding-left: 0.5em;
    color: #666666;
    font-size: x-small;
    font-style: italic;
    background-color: #FFFFFF;
}

