body {
    margin: 10px;
    padding: 0;
}

/* layout */

div#main_area {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 70%;
    font-family: 'Comic Sans MS', Verdana, '標楷體';
}

div#block {
    padding-left: 15px;
    font-size:110%;
    color: black;
}

span#news {
    font-family: Verdana, Tahoma;
    font-weight: bold;
    color: #499;
}

span#item {
    color: #A00;
}

span#small {
    font-size: 80%;
    font-family: Verdana;
}
					
/* text style */
/* ----------------------------------------------------------------------- */
body {
    font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 20px 0 20px -10px;
    margin-top: 30px;
    color: #333;
    padding: 0;
    border-bottom: 1px solid #666;
    padding-left: 10px;
}

h1 {
    font-family: "Times New Roman";
    padding-left: 15px;
    border-color: #AAA;
    font-size: 130%;
}

h2 {
    font-weight: normal;
    margin-top: -20px;
    font-size: 10pt;
    padding-left: 15px;
    border: 0;
}

h3 {
    font-size: large;
    border-color: #633;
}

h4 {
    font-size: medium;
    border-color: #336;
}

h5 {
    font-size: medium;
}

code, pre, tt {
    font-family: "Courier New", Courier, monospace;
    color: #666;
}

pre {
    border: #999 1px solid;
    padding: 10px;
    white-space: pre;
    background-color: #eee;
}

/* list style */
ol>li>ol { list-style-type: lower-alpha; }
ol>li>ol>li>ol { list-style-type: lower-roman; }
ul>li>ul { list-style-type: square;}
ul>li>ul>li>ul { list-style-type: circle;}

li { 
    margin: 0.2em 0;
}
    
dl {
    margin: 0;
}

dt {
    font-weight: bold; 
    color:#333;
}

dd {
    margin-left: 2em;
}

/* link style */
a:link {
    text-decoration: none;
    color: #1111ef;
}

a:visited {
    text-decoration: none;
    color: #aa8239;
}
    
a:hover {
    text-decoration: underline;
    color: #c00;
}
    
a:active {
    text-decoration: none;
    color: #c00;
}

a#email {
    font-size: 10pt;
    color: #1111ef;
}

/* layout */
/* ----------------------------------------------------------------------- */
/* form */
form {
    margin: 0; 
    padding: 0; 
    display: inline;
}

textarea {
    font-family: "Courier New", Courier, monospace;
    background: #fffff0; 
}


/* link style */

div#header a:link,
div#footer a:link {
    text-decoration: none;
    color: #ffa500; 
}

div#header a:visited,
div#footer a:visited {
    text-decoration: none;
    color: #aa8239; 
}
    
div#header a:hover,
div#footer a:hover {
    text-decoration: none;
    color: #ffd280; 
}
    
div#header a:active,
div#footer a:active {
    text-decoration: none;
    color: #ffd280;
}

div#footer hr, 
div#header hr {
    visibility: hidden; 
    display: none;
}

div#wikitext, 
div#searchlist, 
div#editprefs, 
div#history {
    margin: 0;
    padding: 0 10px;
    width: 40em;
}

div.logo {
    margin: 0;
    position: absolute;
    top: 25px;
    right: 10px;
    color: #000;
    width: 14em;
    text-align: right;
}

div.logo img { border: 0; }

/* toolbar */ 
/* ----------------------------------------------------------------------- */
div.navtools,
div.pagetools,
div.admintools {
    padding: 5px;
    margin: 0px 5px;
}

div.pagetools {
    background: #fff; 
}

div.admintools {
    background: #ddd; 
}

.tweener {
    display: none;
}

.navtool a {
    padding: 1px;
    margin: 1px;
    display: inline;
}

.navtool a:hover {
    margin: 0;
    border: 1px inset #999;
}

/* diff */
table.diff {
    width: 100%;
}

td.diff-added {
  background-color: #cfffcf;
  color: #000;
}

td.diff-removed {
  background-color: #ffffaf;
  color: #000;
}

/* bug fix *

/* Netscape 4 */
p, dd, dt, h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
    color: #070707;
}

/* enhancement */
ul.allpages { 
    font-size: small; 
    list-style: none;
    margin: 0; 
    padding-left: 5px;
    border-left: 3px solid #bf9e60;
}

/* admin section */
#body {
    margin: 0;
    padding: 10px;
    background: #ddd;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    line-height: 180%;
}
