/*

common-xx.css

$Id: common-05.css,v 1.1 2010-03-30 14:02:58 mat Exp $

Copyright (C) 2008 Matthew Haas & Discover Dorset Ltd

Matthew Haas, 8A Farcroft Road, Poole, Dorset, BH12 3BQ, GB
Discover Dorset, 1 Lowther House, 110 Lowther Rd, Bournemouth, Dorset, BH8 8NS, GB

*/

* {

    font-family: sans-serif;
    font-size: 11px;
}

h1, h2, h3, h4, h5, h6, p {margin: 10px 0;}

h1 {font-size: 24px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6, p, li, a {font-size: 12px;}

a {color: #000000;}

li {margin: 5px 0;}

body {background-color: #ace1fa;}

#layout-top {

    background-color: #ffffff;
    background-image: url('../images/top-bg.gif');
    background-repeat: repeat-x;
}

#layout-bottom {background-color: #566771;}

#layout-footer {

    font-size: 12px;
    font-style: italic;
    color: #ace1fa;
}

div.clear {

    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#layout-content .img-right,
#layout-content .img-left {

    width: 200px;
}

#layout-content .img-right-160,
#layout-content .img-left-160 {

    width: 160px;
}

#layout-content .img-right-160,
#layout-content .img-left-160,
#layout-content .img-right,
#layout-content .img-left {

    margin: 5px 20px;
}

#layout-content .img-right-160 p,
#layout-content .img-left-160 p,
#layout-content .img-right p,
#layout-content .img-left p {

    margin: 3px 0 0 0;
    text-align: center;
    font-style: italic;
    font-size: 11px;
}

#layout-content .img-right-160,
#layout-content .img-right {

    float: right;
    margin-right: 0;
}

#layout-content .img-left-160,
#layout-content .img-left {

    float: left;
    margin-left: 0;
}

#layout-content .route {

    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

#layout-content .route img {

    display: inline;
    vertical-align: middle;
    margin: 0 3px;
}