/**
 * @package Roath_Garage
 * @subpackage public
 * @author Dan Bettles <dan@danbettles.net>
 */

body {
    font: .8em Georgia, Times New Roman, serif;
    line-height: 1.6em;
    color: #222;
    background: #fff;
    text-align: center;  /*IE*/
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: normal;
}

a img {
    border: 0;
}

div#shrinkwrap {
    width: 560px;  /*Same width as the banners*/
    text-align: left;
    margin: 0 auto;
}

div#header,
div#header-inner {
    background-position: 0 70px;
    background-repeat: no-repeat;
}

div#header {
    background: url(../image/header-bg.png) 0 0 repeat-x;
    margin-bottom: 24px;
    padding-top: 30px;
}

div#header-inner {
    background-image: url(../image/banners.jpg);
}

div#header h1 {
    height: 230px;
    font-size: 0;
    text-indent: -9999px;
    background: url(../image/header-logo.png) 0 0 no-repeat;
    margin: 0;
    padding: 0;
}

div#maincontent {
    float: left;
    width: 100%;
    background: url(../image/maincontent-bg.png) 0 center no-repeat;
    margin-bottom: 24px;
}

div#maincontent h2 {
    margin-top: 0;
}

div#maincontent div#about,
div#maincontent div#contact,
div#maincontent div#openinghours {
    float: left;
    width: 170px;
}

div#maincontent div#about {
    padding-right: 12px;
    margin-right: 1px;
}

div#maincontent div#contact {
    padding: 0 12px;
    margin-right: 1px;
}

/*Initialise*/
div#maincontent div#contact p {
    float: none;
    clear: both;
}

div#maincontent div#contact .vcard .org,
div#maincontent div#contact .vcard .tel .type {
    display: none;
}

div#maincontent div#contact .vcard .fn,
div#maincontent div#contact .vcard .tel {
    font-weight: bold;
}

div#maincontent div#contact .vcard .adr {
    margin: .5em 0;
}

div#maincontent div#contact .vcard .tel {
    font-size: 1.1em;
}

div#maincontent div#contact .vcard,
div#maincontent div#contact p.vcard-download {
    margin: 0 0 1em 0;
}

div#maincontent div#contact .vcard {
    float: left;
}

div#maincontent div#contact p.vcard-download {
    float: right;
    clear: none;
}

div#maincontent div#contact p.vcard-download a {
    display: block;
    width: 42px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    background: url(../image/vcard-add.png) 0 0 no-repeat;
}

div#maincontent div#openinghours {
    padding-left: 12px;
}

/*Initialise*/
div#maincontent div#openinghours table {
    border-collapse: collapse;
    border-spacing: 0;
}

div#maincontent div#openinghours td,
div#maincontent div#openinghours th {
    padding: 0 1em .5em 0;
}

div#footer {
    clear: both;
    text-align: center;
    background: url(../image/hr.png) center 0 no-repeat;
    padding-top: 12px;
}

/*screenreadertext*/
div#footer h2 {
    position: absolute; top: -9999px; left: -9999px; width: 0; height: 0; font-size: 0;
}

div#footer p {
    display: inline;
}

div#footer p#tagline {
    font-style: italic;
    text-align: right;
    padding-right: 6px;
}

div#footer p#copyright {
    text-align: left;
    padding-left: 6px;
}
