/* Tavern IMACAT's
 * lang.en.css: The style sheet for English pages.
 */

/*  Copyright (c) 2001-2018 imacat.
 * 
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* Author: imacat <imacat@mail.imacat.idv.tw>
 * First written: 2001-11-04
 */

/* General settings */
body {
    font-family: Arial, sans-serif;
}
p {
    text-indent: 0.5in;
}
h1, h2, h3, h4, h5, h6, caption, dt {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
    font-weight: bolder;
}
q {
    quotes: '"' '"' "'" "'";
}
cite {
    quotes: "\00AB" "\00BB";
}
ol {
    margin: 0;
    padding: 0 0 0 0.5in;
}
ol > li {
    list-style: decimal;
}

/* The title */
.title h2 {
    font-family: Arial, sans-serif;
}
.title h1 {
    font-family: "Viner Hand ITC", "Viner.Hand.ITC", "Monotype Corsiva",  "Monotype.Corsiva", cursive;
}
.title p {
    font-family: "Monotype Corsiva", "Monotype.Corsiva", cursive;
    font-weight: bolder;
}
.me h1, .me h2, .me h3, .me .breadcrumb {
    font-family: "Comic Sans MS", "Comic.Sans.MS", fantasy;
}
.les h1, .les h2, .les h3, .les h4, .les h5, .les h6 {
    font-family: "Comic Sans MS", "Comic.Sans.MS", fantasy;
}

/* The breadcrumb trail */
.links .breadcrumb {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
    font-weight: bolder;
}

/* The Travellers' Book */
.guestbook .entry address {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
}
.guestbook .entry address cite {
    font-family: "Viner Hand ITC", "Viner.Hand.ITC", "Monotype Corsiva",  "Monotype.Corsiva", cursive;
}

/* The Soundless Backalley */
.garbage .entry address {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
}

/* The related links */
.links .linkslist li cite {
    font-family: "Times New Roman", "Times.New.Roman", times, serif;
    font-weight: bolder;
}

/* Not currently used */
/* The curriculum vitae */
.cv h1, .cv h2 {
    font-family: Arial, sans-serif;
}
