/* v1.0 | 20080212 */
/* -- RESET -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}
/* -- END RESET -- */

/* RESTORE */

ul {
        list-style-type: disc;
        padding-left: 30px;
	margin-bottom: 1em;
}

ol {
        list-style-type: decimal;
        padding-left: 30px
}

li {
        display: list-item;
	margin-top: 0.4em;
}


ul ul, ol ul {
        list-style-type: circle;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
        list-style-type: square;
}

p {
    margin-bottom: 1em;
}

blockquote {
    margin-left: 2em;
}

/* END RESTORE */

body {
    color: white;
    font-size: 14px;
    font-family: Georgia;
    line-height: normal;
    margin: 0 0;
    padding: 0 0;

    background-image: url(../images/background.jpg);
    background-color: #cbcbcb;
    background-repeat: repeat-x;
    background-position: 0px 120px;

}

#header, #body, #footer {
    margin: 0px auto;
    width: 110ex;
    max-width: 100%;

}

#header {
    background: white;
    color: black;
}

#headercont {
    background-image: url(../images/topbg.jpg);
}

#body {
    background-color: white;
    color: black;
}

#bodycont {
}


#bodyinner {
    padding: 1em 3em 3em 3em;
}

#headertext {
    font-family: Verdana, sans-serif;
    font-size: 2em;
    text-align: center;
    padding: 0.3em;
    background: #282828;
    color: white;

}

#headeraddress {
    margin-top: 3px;
    text-align: center;
}

#headerformerly {
    text-align: center;
    padding-bottom: 6px;
}

#footerinner {
    text-align: center;
    font-size: small;
    font-style: italic;
    padding-bottom: 0em;
    background-color: #101010;
    color: white;
    padding: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
   margin-bottom: 0.8em;
   padding-top: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, sans-serif;
}

h1, h2, h3  {
    font-weight: bold;
}

h2, h3 {
    font-style: italic;
}

h1 {
    margin-left: -1.4em;
}

h2 {
    margin-left: -1em;
}


h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }

/* NAVBAR */
#navbarcont {
    margin: 0;
    padding: 0.5em 0;
    border-top: 1px solid #993366;
    border-bottom: 1px solid #993366;
    color: black;
    background-color: white;
}

#navbarcont ul
{
    text-align: center;
    padding: 0px;
    font-family: verdana, sans-serif;
    margin-bottom: 0;
}

#navbarcont ul li { 
    display: inline; 
    list-style-type: none;
    margin: 0;
}

#navbarcont ul li a
{
    padding: 0.5em 1em;
    color: #660033;
    text-decoration: none;
}

#navbarcont ul li.here a {
    background-color: #660033;
    color: #fff;
    border-top: 1px solid #660033;
    border-bottom: 1px solid #660033;
}

#navbarcont ul li a:hover
{
    background-color: #993366;
    color: #fff;
    border-top: 1px solid #993366;
    border-bottom: 1px solid #993366;
}

/* GENERAL */

a:link {
    color: #660033;
    text-decoration: underline;
}

a:visited {
    color: #330011;
    text-decoration: underline;
}

a:hover {
    color: #993366;
    text-decoration: underline;
}

#footer a:link,
#footer a:visited {
    color: #d0d0d0;
}

#footer a:hover {
    color: white;
}

h2.homepage {
    text-align: center;
    font-size: 1.6em;
    color: #660033;
    margin-bottom: 0.5em;
    margin-top: 0.1em;
}

h1.homepage {
   font-size: 2em;
   font-weight: bold;
   margin: 0em 0 0.2em 0;
   padding: 0;
}

.servicetime {
    font-weight: bold;
}

.programme td {
    padding: 1px;
    vertical-align: top;
}

.programme tr {
    border-top: 1px solid #660033;

}
.programme tr.day {
    border-top: 0px solid #660033;

}

.programme tr.day td {
    padding-top: 0.1em;
}

td h3 {
    margin-top: 0;
    padding-top: 0;
}

.imgfloatright {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.imgfloatleft {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.col1, col2 {
    width: 40%;
    float: left;
}
.col2 {
    margin-left: 50%;
}

.columns h2, .columns h3
{
    padding-top: 0.1em;
    margin-left: 0;
}

.columns h2
{
    border-bottom: 1px solid #888;
}

.columns {
    clear: both;
}

#photochanger {
    width: 450px;
    height: 200px;
    border: 2px solid #444;
    overflow: hidden;
    background-color: black;
}

.photocont {
    float: right;
    margin-bottom: 20px;
    margin-left: 5px;
}
