﻿/********************************************************************************/
/* Filename: breweriesForth.css                                                 */
/* Author: Neil Spake                                                           */
/* Description: CSS file for Forth Valley Region.                               */
/* Revision History:                                                            */
/* 25Mar2010 - Initial Version.                                                 */
/********************************************************************************/

/********************************************************************************/
/* NOTES:                                                                       */
/*  Font sizes:                                                                 */
/*   18px - 1.125em                                                             */
/*   16px - 1.0em                                                               */
/*   14px - 0.875em                                                             */
/*   12px - 0.75em                                                              */
/*   10px - 0.625em                                                             */
/*    9px - 0.5625em                                                            */
/*                                                                              */
/*  Colors:                                                                     */
/*   Today's Breweries - color: #aaaa00;                                        */
/*   Brewing History   - color: #996633;                                        */
/*   Brewing News      - color: #000000;                                        */
/*   Brewing Events    - color: #cc0000;                                        */
/*   Related Links     - color: #006600;                                        */
/*   About The Site    - color: #006666;                                        */
/*                                                                              */
/*  Breweries Section Colors:                                                   */
/*   black     - #000000                                                        */
/*   white     - #ffffff                                                        */
/*   dumfries  - #ffcc00 (medium orange)                                        */
/*   borders   - #ff9900 (light orange)                                         */
/*   edinburgh - #c93900 ()                                                     */
/*   forth     - #92ae67 ()                                                     */
/*   glasgow   - #4a7801 ()                                                     */
/*   tayside   - #7bbb00 ()                                                     */
/*   aberdeen  - #a7006f (lavender)                                             */
/*   highlands - #661282 ()                                                     */
/*   orkney    - #3246ab ()                                                     */
/*   hebrides  - #00417b ()                                                     */
/*                                                                              */
/********************************************************************************/

/********************************************************************************/
/* FORTH VALLEY REGION CUSTOMIZATION                                            */
/********************************************************************************/

/* REGION LOCAL HEADER - BACKGROUND IMAGE */
#regionHeadForth {
    float: left;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 800px;
    z-index: 2;
    background: url('../images/breweries/forth_header.png') no-repeat;
    background-position: left center;
}

/* REGION CONTENT, H1 */
#content h1 {
	display: block;
    margin: 0px 20px 0px 0px;
    height: 25px;
    line-height: 25px;
    background: #92ae67;
    color: #ffffff;
    text-indent: 0.5em;
    vertical-align: middle;
}

/* REGION NAVIGATION HEADER */
#breweryLocNav #regionForth h4 {
    background-color: #92ae67;
}

/* REGION NAVIGATION - LINK PROPERTIES, UL A */
#breweryLocNav #regionForth ul a {
  display: block;
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 25px;
  text-decoration: underline;
  text-indent: 10px;
  color: #000066;
  border-top: 0px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #92ae67;
}

/* REGION NAVIGATION - LINK MOUSEOVER (HOVER) PROPERTIES, UL A:HOVER */
#breweryLocNav #regionForth ul a:hover {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background-color: #92ae67;
}

/********************************************************************************/
/* CURRENT PAGE HIGHLIGHTING AND NAVIGATION CONTROL                             */
/********************************************************************************/
#devon #regionForth .devon a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

#devon #regionForth .devon a:hover {
  font-weight: bold;
  color: #000066;
  text-decoration: none;
  background-color: #ffffff;
  cursor: default;
}

#harviestoun #regionForth .harviestoun a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

#harviestoun #regionForth .harviestoun a:hover {
  font-weight: bold;
  color: #000066;
  text-decoration: none;
  background-color: #ffffff;
  cursor: default;
}

#traditionalscottish #regionForth .traditionalscottish a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

#traditionalscottish #regionForth .traditionalscottish a:hover {
  font-weight: bold;
  color: #000066;
  text-decoration: none;
  background-color: #ffffff;
  cursor: default;
}

#tryst #regionForth .tryst a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

#tryst #regionForth .tryst a:hover {
  font-weight: bold;
  color: #000066;
  text-decoration: none;
  background-color: #ffffff;
  cursor: default;
}

#williamsbros #regionForth .williamsbros a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

#williamsbros #regionForth .williamsbros a:hover {
  font-weight: bold;
  color: #000066;
  text-decoration: none;
  background-color: #ffffff;
  cursor: default;
}

