/*
color_bgcolor#FFD7D7;
color_text#000000;
color_link#852491;
color_theme_bgcolor#EB68A4;
color_theme_text#000000;
color_section_bgcolor#FFEBEB;
color_section_text#000000;
color_quote#AD708B;
color_quote_text#000000;
color_comment_bgcolor#AD708B;
color_comment_text#000000;
color_comment_form_bgcolor#888888;
color_comment_form_text#000000;
size_section_text#1.1;
*/

body {
  background: #333333;
  color: #ffffff;
  margin: 5px 12px 15px 10px;
}
a {
  text-decoration: underline;
  color: #aaffff;
}
a:hover {
  color : #aaffff;
}
a:visited {
  color : #66ff66;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
h4, h5, h6 {
  padding: 0 0 5px 5px;
  margin: 10px 0 3px 0;
}
h3 {
  margin: 20px 0 0 0;
  padding:2px;
  font-weight: bold;
  font-size: 100%;
  background:#0000ff;
}
h4 {
  border-width: 0 0 0 10px;
}
h5 {
  border-width: 0 0 0 8px;
}
h6 {
  border-width: 0 0 0 6px;
}
h1 {
  font-size: 189%;
  font-family: "Arial Black";
  color: #ffffff;
}
h1 a {
  color: #aaffff;
}
div.day {
}
div.day h2 {
  border-top:1px solid white;
/*  background: #000000;*/
  padding: 4px;
  color: #ffffff;
}
div.day h2 a {
  color: #aaffff;
}
div.day h2 span.date {
  font-style: italic;
  text-decoration: underline;
}
div.day h2 span.title {
  margin: 0 0 0 10px;
}

div.day div.body {
/*  background: black;*/
  color: #ffffff;
  font-size: 1em;
}
div.day div.body div.section {
  margin: 0;
  padding: 0px;
}
div.day div.body div.listsection {
  margin: 0;
  padding: 2px;
  background:#000080;
  border:2px solid #0000ff;
}
div.day div.body div.section p {
  text-indent: 1em;
}
div.day div.body div.section blockquote {
  margin: 15px 0 5px 0.5em;
  padding: 0 0 0 5px;
  border: solid #AD708B;
  border-width: 0 0 0 2px;
  color: #ffffff;
}
div.day div.body div.section blockquote p {
  text-indent: 0;
  margin: 0;
}

div.day div.body div.section pre {
  font-family: monospace;
  color: #000;
  background: #eee;
  border: solid #888;
  border-width: 1px;
  margin: 5px;
  padding: 5px;
  overflow: auto;
  white-space: pre;
}

div.day div.body div.section table th {
  padding: 4px;
  font-weight: bold;
}
div.day div.body div.section table td {
  padding: 4px;
}

div.comment, div.form {
  margin: 20px 20px 0px 30px;
}

div.comment div.commentator {
  background: #AD708B;
  color: #ffffff;
  padding: 4px;
}
a span.canchor, a span.sanchor {
  padding: 0 6px;
  color: #aaffff;
}

div.caption {
  color: #EB68A4;
  border: solid #EB68A4;
  border-width: 0 0 1px 0;  
  padding: 0 0 3px 6px;
  margin: 0 0 20px 0;
}
div.caption a {
  color: #EB68A4;
}
hr.sep {
  display: none;
}

div.form form {
  border: 1px solid #0000c0;
  background: #000080;
  padding: 0px;
  color: #ffffff;
}
div.field {
  float: left;
  padding: 0 0 0 10px;
}
div.field input {
  margin: 0 0 0 5px;
}
div.name input.field {
  width: 60px;
}
div.mail input.field {
  width: 150px;
}
div.textarea {
  clear: left;
  margin: 5px;
}
div.textarea textarea {
  display: block;
  width: 100%;
}
div.header {
	background:#003399;
	border:1px solid #003399;
	border-bottom:none;
	width:100%;
}
div.footer {
	background:#003399;
	border:1px solid #003399;
	border-top:none;
	font-size: 8pt;
	text-align: right;
	clear: both;
}

/* Side menu */
div#adjuster {
	background:black;
	width: 100%;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
}

div#adjuster div.main {
	background:black;
	margin:0 50px;
}

div.sub {
  float: right;
  width: 300px;
}

/* Plugin navi */
div.adminmenu {
  text-align: left;
}
div.adminmenu span.adminmenu a {
  margin: 1px;
  padding: 4px;
  font-size: 10pt;
  font-weight:bold;
}

/* Plugin calendar */
div.calendar {
  margin: 6px 0;
}
div.year a {
  padding: 0 3px;
  font-size: 90%;
}

/* Plugin footnote */
div.footnote {
  border: solid #EB68A4;
  border-width: 1px 0 0 0;
  padding: 3px;
  margin: 0 0 0 10px;
}
span.footnote { font-size: 9pt; }
p.footnote {
  font-size: 9pt;
  margin: 0;
}
p.footnote a { font-size: 10pt; }
