/* ----------------------------------------------------- [HEADINGS] */
h1 {
    font-size: 182%;
    margin: 16px 0 7px;
    padding: 0;
}
h2 {
    font-size: 116%;
    margin: 43px 0 10px;
}
table th,
table td {
    border-left: none;
    border-right: none;
    padding: 6px 0;
    text-align: left;
    vertical-align: top;
}
#vid1 table {
	border:none;
    padding: 0px 0;
   }
	
table th {
    width: 190px;
}


/* ----------------------------------------------------- [LINKS] */
a, a:link {
    color: #000;
    text-decoration: none;
}


/* ----------------------------------------------------- [STRUCTURE] */
html {
    background: url(../images/html_bg.gif);
}
body {
    background: url(../images/trees_bg.png) left top repeat-x;
    padding: 15px 0 30px;
}

#wrapper-top {
    background: url(../images/wrapper_top_bg.png) center top no-repeat;
    padding-top: 20px;
}
    #wrapper-bottom {
        background: url(../images/wrapper_bottom_bg.png) center bottom no-repeat;
        padding-bottom: 24px;
    }
        #wrapper {
            background: url(../images/wrapper_bg.png) center top repeat-y;
        }


#header,
#footer {
    background-image: url(../images/city_bg.jpg);
}
#main {
    background: url(../images/main_bg.jpg) left 227px no-repeat;
    margin: 0 auto;
    width: 968px;
}
    #header {
        background-position: left -90px;
        background-repeat: no-repeat;
        height: 235px;
        position: relative;
    }
    #main-navigation,
    #extra,
    #footer #overview {
        margin-left: 29px;
    }
    #main-navigation {
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 5px;
    }

    #content-wrapper {
        background: url(../images/content_wrapper_bg.png) left top repeat-y;
        float: left;
        margin: 32px 12px 0 22px;
        width: 608px;
    }
        #content-top {
            background: url(../images/content_top_bg.png) left top no-repeat;
        }
            #content-bottom {
                background: url(../images/content_bottom_bg.png) left bottom no-repeat;
                padding: 7px 7px 0px 7px;
            }

    #sidebar {
        float: left;
        width: 298px;
    }

    #extra {
        margin-bottom: 57px;
        margin-top: 55px;
    }
    #footer {
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 10px 0 166px;
    }


/* ----------------------------------------------------- [HEADER] */
#header .social-links {
    position: absolute;
    right: 38px;
    top: 12px;
}


/* ----------------------------------------------------- [NAVIGATION] */
#main-navigation li,
#main-navigation li a {
    margin: 0;
    padding: 0;
}
#main-navigation li,
#main-navigation li a,
#main-navigation li a span {
    float: left;
    list-style: none;
}
#main-navigation li {
    background: url(../images/main_navigation_sprite_bg.jpg) left 5px repeat-x;
    margin-right: 6px;
    width: 175px;
}
    #main-navigation li a {
        border-top: 5px solid #6ec42d;
        color: #fff;
        font-size: 93%;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-decoration: none;
        width: 100%;
    }
        #main-navigation li a span {
            padding: 6px 0 7px 10px;
        }
#main-navigation #home-menu {
    margin-right: 7px;
width: 176px;
}
#main-navigation #about-menu {
    background-position: left -23px;
width: 176px;
}
    #main-navigation #about-menu a {
        border-color: #34a3d7;
    }
#main-navigation #neighbourhood-menu {
    background-position: left -51px;
    margin-right: 5px;
    width: 176px;
}
    #main-navigation #neighbourhood-menu a {
        border-color: #a80057;
    }
#main-navigation #news-menu {
    background-position: left -79px;
width: 176px;
}
    #main-navigation #news-menu a {
        border-color: #6a7db8;
    }
#main-navigation #newsletter-menu {
    background-position: left -107px;
width: 176px;
}
    #main-navigation #newsletter-menu a {
        border-color: #049704;
    }
#main-navigation #directory-menu {
    background-position: left -135px;
    margin-right: 0;
width: 176px;
}
    #main-navigation #directory-menu a {
        border-color: #6abce7;
    }

#home #home-menu a,
#about #about-menu a,
#neighbourhood #neighbourhood-menu a,
#news #news-menu a,
#newsletter #newsletter-menu a,
#directory #directory-menu a {
    border-color: #000;
}


/* ----------------------------------------------------- [CONTENT] */
#about #content {
    border-color: #34a3d7;
}
#about #content h1,
#about #content h2 {
    color: #34a3d7;
}
#neighbourhood #content {
    border-color: #A80057;
}
#neighbourhood #content h1,
#neighbourhood #content h2 {
    color: #A80057;
}
#news #content {
    border-color: #6A7DB8;
}
#news #content h1,
#news #content h2 {
    color: #6A7DB8;
}
#newsletter #content {
    border-color: #049704;
}
#newsletter #content h1,
#newsletter #content h2 {
    color: #049704;
}
#directory #content {
    border-color: #6ABCE7;
}
#directory #content h1,
#directory #content h2 {
    color: #6ABCE7;
}

#content {
    border-top: 12px solid #34a3d7;
    padding: 0 26px 10px 21px;
}
#content img.hero {
    margin-bottom: 26px;
}

#content ul,
#content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content ul {
    font-size: 85%;
    margin-bottom: 23px;
}
    #content ul li {
        margin-bottom: 4px;
    }

#content .col.first {
    width: 175px;
}
#content .col.center {
    margin-left: 11px;
    margin-right: 11px;
    width: 140px;
}
#content .col.last {
    width: 210px;
}


/* ----------------------------------------------------- [SIDEBAR] */
#sidebar {
    margin-top: 39px;
}
    #sidebar ul,
    #sidebar ul li {
        list-style: none;
        margin: 0 0 48px 0;
        padding: 0;
    }


/* ----------------------------------------------------- [BOXES] */
.box {
    border-top: 12px solid #34a3d7;
}
    .box h3 {
        font-size: 116%;
        font-weight: bold;
        margin: 8px 0 10px;
        padding: 0;
    }
        .box h3 em {
            font-size: 87%;
            font-weight: bold;
            display: block;
        }
    .box .group {
        position: relative;
    }
        .box img {
            float: left;
            margin-right: 11px;
            width: 136px;
        }
        .box p {
            float: left;
            width: 150px;
        }
        .box a.button {
            background: url(../images/sidebar_more_sprite.png) left top no-repeat;
            bottom: 0;
            display: block;
            height: 18px;
            left: 147px;
            position: absolute;
            text-indent: -9999px;
            width: 64px;
        }
        .box a.button:focus {
            outline: none;
        }
#sidebar #box-1 {
}
#sidebar #box-1 a.button {
    width: 99px;
}
#sidebar #box-2,
#extra .last {
    border-color: #6ec42d;
}
    #sidebar #box-2 a.button,
    #extra .last a.button {
        background-position: left -18px;
    }
#sidebar #box-3,
#extra .center {
    border-color: #a80057;
}
    #sidebar #box-3 a.button,
    #extra .center a.button {
        background-position: left -36px;
    }
#sidebar #box-4,
#extra .first {
    border-color: #6a7db8;
}
    #sidebar #box-4 a.button,
    #extra .first a.button {
        background-position: left -54px;
    }


/* ----------------------------------------------------- [EXTRA] */
#extra .col {
    border-bottom: 5px solid #000;
    margin-right: 7px;
}
#extra .col.first {
    width: 302px;
}
#extra .col.first2 {
    width: 602px;
}
#extra .col.center {
    width: 298px;
}
#extra .col.last {
    margin-right: 0;
    width: 297px;
}
#extra .col.last2 {
    margin-right: 0;
    width: 300px;
}


/* ----------------------------------------------------- [EXTRA2] */
#extra2 .col {
    margin-right: 7px;
}
#extra2 .col.first {
    width: 302px;
}
#extra2 .col.first2 {
    width: 602px;
}
#extra2 .col.center {
    width: 298px;
}
#extra2 .col.last {
    margin-right: 0;
    width: 297px;
}
#extra2 .col.last2 {
    margin-right: 0;
    width: 300px;
}



/* ----------------------------------------------------- [FOOTER] */
#overview {
    margin-right: 7px;
    text-align: justify;
    width: 607px;
}
#overview2 {
    margin-right: 7px;
    text-align: justify;
    width: 910px;
}
    #overview h3 {
        font-size: 116%;
        font-weight: bold;
        margin: 0 0 9px;
        padding: 0;
    }
    #overview p {
        line-height: 146.5%;
    }
    #overview .social-links {
        margin-top: 28px;
    }
    #footer .arrow {
        background: url(../images/arrow.png) right center no-repeat;
        font-weight: bold;
        padding-right: 10px;
    }

#contact-info {
    text-align: center;
    width: 297px;
}
    #contact-info img {
        margin: 5px auto 14px;
    }
    #contact-info ul,
    #contact-info ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #contact-info ul li {
        font-size: 77%;
    }


/* ----------------------------------------------------- [TEXT ELEMENTS] */
span.color-1 {
    color: #a80057;
}
.small {
    font-size: 85%;
}
img.left-aligned {
    display: inline;
    float: left;
    margin-right: 10px;
}


/* ----------------------------------------------------- [SOCIAL LINKS] */
.social-links {
    color: #4182e2;
    font-size: 93%;
    font-weight: bold;
}
    .social-links img {
        display: inline;
        position: relative;
        top: 9px;
    }


/* ----------------------------------------------------- [COLUMNS] */
.col {
    float: left;
}.small-link {
	font-size: 85%;
}
.small-link:hover {
	font-size: 85%;
	text-decoration: underline;
}
