@charset "UTF-8";
@import url('initialize.css');

/****************************/
/* box setting
/****************************/
div.caption {text-align: right}
div.day     {margin-bottom: 2em}

div.adminmenu {
  height              : 130px;
  border              : 1px solid #004490;
  vertical-align:bottom;
  background-color    : #004490;
  background-repeat   : no-repeat; 
  background-position : 100% -15px;
  background-image    : url('http://wiki.trashsuite.org/image/ultra_ferret.jpg');
}
span.adminmenu {
  padding   : 0 3px;
  border    : 1px solid #DCDCDC;
  border-top: 1px solid #FFF;
  background-color: #FFF;
}
span.adminmenu a {
  text-decoration: none;
}
span.adminmenu:hover {
  background-color: #DCDCDC;
  border-color: #DCDCDC;
}

/****************************/
/* margin padding position
/****************************/
h3 {padding-left: .5em}
ul {margin-left : 1.5em}
ul.toc {
  margin: 0 0 2em 0;
  padding: .5em 1.5em;
  border: 1px solid #DCDCDC;
  background-color: #F5F5F5;
}
ul.toc ul {
  margin-top: 3px;
  margin-bottom: 0;
}
ul.recent2 {margin-left:0}

/****************************/
/* style
/****************************/
ul.recent2 li {display:inline}

/****************************/
/* border
/****************************/
h2 {border-bottom:1px dotted}
h3 {border-left: 1em solid}
pre, blockquote {border:1px solid}
div.sidebar dt {border-bottom: 1px solid}

/****************************/
/* color
/****************************/
body {color:#000}
a:link {color:#004490}
a:hover {color:#CD2626}
a:visited {color:#4682B4}
h2 a:link, h2 a:visited {color:#DCDCDC}
h3 {border-color: #DCDCDC}
blockquote, pre {color:#004490; background-color: #EEE}

h2 {border-color:#DCDCDC}
pre, blockquote {border-color:#BABABA}
div.sidebar dt {border-color: #DCDCDC}
span.recent2 {color:#DCDCDC}

/****************************/
/* font
/****************************/
body {font-family: Verdana, Arial, sans-serif}
span.sanchor {font-family: sans-serif}
pre {font-family: monospace; font-size: 1.1em}
div.sidebar dt {font-weight: bold}
h1.header {font-size:2em; font-weight:bold; font-family: Verdana, Arial, sans-serif}
h2 {font-size:1.3em}
h3 {font-size:1.2em}
span.recent2 {font-size:90%}
li, blockquote {line-height: 1.5em}

/* form */
input, select, textarea {padding:2px;vertical-align:middle}
input.button {padding:1px}
input.text {width:200px}
select {width:10em}
input.double {width:400px}
