﻿/* Main stylesheet for Welsh Highland Railway website
 * (C) Richard Beton 1999
 * $Id: style2.css,v 1.2 2005/05/21 15:18:39 rick Exp $ */

html, body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    background-color: #ffffcc; /* cream */
}

body {
    margin-top:0;
    padding-top:0;
}

h1 {
    color: #800;
    background-color: #FFFDCC;
    font: bold 200% Garamond, "Times New Roman", Times, serif;
}

h2 {
    color: #800;
    font: bold 150% Garamond, "Times New Roman", serif;
}

h3, h4, h5 {
    color: #800;
    background-color: #FFFDCC;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h4.seealso {
    font-style: italic;
}

a.b:link, a:link {
    color: #000080; /* unvisited link */
    background-color: #FFFDCC;
}

a:visited {
    color: #600; /* visited links */
    background-color: #FFFDCC;
}

a:active {
    color: #0F0; /* active links */
    background-color: #FFFDCC;
}

.small {
    font-family: "calisto mt", times, serif;
    font-size: 77%;
    font-style: normal;
    text-decoration: none;
}

img.thumb {
    margin: 1px;
}

div.picture {
    text-align: center;
}

th {
    color: #000;
    background-color: #FFFDCC; /* cream */
}

caption, dt {
    font: italic medium verdana, tahoma, helvetica, arial, sans-serif;
}

hr {
    color: #33665F;
}

hr.thin {
    height: 1px;
}

p, b, ul, ol, li, dl, dd, td {
    color: #33665F;
    background-color: #FFFDCC;
    font-family: "calisto mt", times, serif;
}

th {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-style: italic;
}

tt {
    font-family: profont, monaco, ocr-a, monospace;
    line-height: normal;
}

sup {
    font-size: 60%;
}

img {
    border: none;
}

.centre {
    text-align: center;
}

/* used for photo information */
.imginfo {
    color: #8B5;
    font-family: "calisto mt", times, serif;
    font-size: 65%;
    margin: 0px;
    padding: 2px 0px 2px 0px;
}

/* Location links */
.locn {
    font-family: "calisto mt", times, serif;
    font-size: 60%;
}

.menu {
    font-family: "calisto mt", times, serif;
    font-size: 60%;
}

.overline {
    border-top: 1px solid #485;
}
/* green #33665F */
.noprint {
}

div.text {
    text-align: justify;
}

.text:first-letter {
    font-size: 120%;
}

.vsmall {
    font-family: "calisto mt", times, serif;
    font-size: 60%;
}

/* used for photo credits */
.credit {
    color: #966;
    font-family: "calisto mt", times, serif;
    font-size: 65%;
    margin: 0px;
    padding: 2px 0px 0px 0px;
}

.footnote {
    color: #888;
    background-color: #FFFDCC;
    font-family: "calisto mt", times, serif;
    font-size: 77%;
}


/*************
 *  Header
 */
div.menu-bg {
    background: #F5E8BB;
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;
    text-decoration: none;
    height: 24px;
}

div.menu-bg a:link, div.menu-bg a:visited {
    background: #F5E8BB;
    color: #040;
}

div.menu-bg a.menu-link:link, div.menu-bg a.menu-link:visited {
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 10pt;
    text-decoration: none;
    padding: 5px 5px 4px 4px;
    line-height: 24px;
}

div.menu-bg a.menu-link:hover {
    background: #824B00;
    color: #FFF;
}

div.menu-bg img {
    margin: 1px 0px 0px 0px;
    padding: 0px;
}

td#tdmainmenu {
	height: 24px;
}

td#titlecell-ul, td#langopt {
    border-bottom: 1px solid #485;
}

td#titlecell h1, td#titlecell-ul h1 {
    margin: 2px;
    font-family: Garamond, "Times New Roman", Times, serif;
}

td#titlecell h2, td#titlecell-ul h2  {
    font-family: "Imprint MT Shadow", Garamond, "Times New Roman", Times, serif;
    font-weight: normal;
    font-variant: small-caps;
    margin: 4px;
}

td#titlecell h3, td#titlecell-ul h3  {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 2px;
}

td#logocell-whr {
    width: 85px;
}

td#logocell-whrp {
    width: 100px;
}

td#logocell-right {
    width: 100px;
}


/*****************************************
 *  Information Boxes (typically pictures)
 */

div.lbox {
    margin: 5px 10px 5px 0px;
    border: 1px solid #BDB;
    font-size: 70%;
    text-align: center;
    float:left;
}

div.rbox {
    margin: 5px 0px 5px 10px;
    border: 1px solid #BDB;
    font-size: 70%;
    text-align: center;
    float:right;
}


/**************
 *  Login Box 
 */

div#login {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60%;
    font-weight: normal;
    text-transform: lowercase;
    background: #EFF;
    border: 1px solid #8FF;
    padding: 0px 2px 0px 2px;
    margin: 0;
}

div#login a {
    color: inherit;
    background: inherit;
    text-decoration: none;
}

div#login a:hover {
    color: #C00;
    background: #FFF;
}

/********************
 *  Navigation links
 */

ul.chapter-nav {
  margin: 0px;
  padding: 0px;
}

ul.chapter-nav li {
  display: inline;
  list-style-type: none;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0px 5px 0px 5px;
  padding: 2px;
  text-align: center;
  line-height: 30px;
}

ul.chapter-nav li a {
  border: 1px solid #A98;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
  background: #FFF;
}

ul.chapter-nav li a.anav-prev {
  margin: 1px;
}

ul.chapter-nav li a.anav-up {
  margin: 1px;
}

ul.chapter-nav li a.anav-next {
  margin: 1px -1px 1px 1px;
}

ul.chapter-nav li a:link {
  color: #B64;
}

ul.chapter-nav li a:visited {
  color: #777;
}

ul.chapter-nav li a:hover {
  color: #E2144A;
  background: #eee;
}

@media print {
  ul.chapter-nav ul {
    display: none;
  }
}

#footnav {
  text-align: right;
  clear: both;
}

