﻿@import url(http://fonts.googleapis.com/css?family=Paytone+One|Ubuntu+Condensed);

body {
    background: #E5E5E5 url(images/background.png) repeat-x;
    color: #333;
    padding-bottom: 20px;
    font-family: 'Ubuntu Condensed' , sans-serif;
    font-size: 85%;
}

h1 {
    color: #fff;
    font-family: ‘Metrophobic’, Arial, serif;
    font-weight: 800;
    text-transform: uppercase;
}

h1 span {
    font-size: 0.7em;
}

.container {
    margin-top: 40px;
}

.border {
    border-right: 1px solid #222;
}

.header {
    height: 80px;
}


/* Site Navigation */
#navigation {
    width: 510px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    float: left;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    float: left;
    text-decoration: none;
    color:  #fff;
    padding: 10.5px 15px;
    font-size: 130%;
}

#navigation ul li a:visited {
    color:  #fff;
}

#navigation ul li a:hover {
    color: #FFF;
    background-color: #41484E;
}

#navigation ul .current {
    color: #FFF;
    background-color: #41484E;
}


/* Site Footer */
#footer {
    text-align: right;
    border-top: 1px solid #000;
    margin-top: 20px;
}



/* Slideshow on homepage */
#slideshow {
    position: relative;
    height: 420px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}




/* Tabbed interface */
ul.tabs {
    margin: 0;
    padding: 0;
    height: 32px;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #c0c0c0;
    border-left: none;
    margin-bottom: -1px;
    background: #CDD4DA;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
}
ul.tabs li a:hover {
    background: #ccc;
}
ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tab_container {
    border: 1px solid #c0c0c0;
    border-top: none;
    float: left;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 25px 0;
}



/*Maps*/
#map_WinchmoreHill, #map_WalthamAbbey {
    width: 510px;
    height: 400px;
}


.pad {
    margin-top: 20px;
}

.facebook, .email {
    padding: 10px 0 10px 38px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.9em;
}

.facebook {
    background-image: url(images/facebook_icon_32.png);
}
.email {
    background-image: url(images/mail_2_icon_32.png);
}

#links ul {
    padding: 0;
    margin: 0;
    margin-left: 1em;
}

#links li {
    background-repeat: no-repeat;
    list-style: none;
    background-position: 0.4em;
}

#hours table {
    text-align: center;
}

#hours table {
    border: 1px solid #c0c0c0;
    float: left;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#hours h3 {
    margin-bottom: 0.3em;
    padding-left: 3px;
    padding-top: 15px;
}


thead th, .box, tbody tr:nth-child(even) td, tbody tr.even td {background:#CDD4DA;}


div.staff {
    padding: 10px;
}

h1 a {
    text-decoration: none;
    color: #fff;
}

h1 a:hover {
    text-decoration: none;
    color: #CDD4DA;
}


/*
#41484E,#272C30,#60676D,#0D1114,#A5ACB2,#CDD4DA
*/