/*
    Theme Name: Alcoholics Anonymous Area 84
    Theme URI: http://www.bureau.ca
    Description: Alcoholics Anonymous Area 84 theme created by Bureau.
    Version: 1.0
    Author: Frank Chartrand RGD
    Author URI: http://www.bureau.ca/
    Tags:
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

/* 0. Global Styles/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;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Roboto", Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

img {
    border: 0px;
}

a, input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.red {
    color: red;
}

.grey {
    color: #999 !important;
    margin-top: 20px !important;
}

/* 2. Container/Header/Navigation */
#container {
    text-align: left;
}

/* 2.1 Header */
#header {
    background: url("assets/img/header-back.png") repeat-x top left;
    height: 265px;
    width: 100%;
    min-width: 980px;
}

    #header .header-inner {
        width: 980px;
	min-width: 980px;
        margin: 0 auto;
        position: relative;
        height: 265px;
    }

    #header .logo {
        position: absolute;
        top: 55px;
        left: 340px;
        display: table;
        margin: 0;
        letter-spacing: 1px;
    }

    #header .logo a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        text-align: right;
        background: url("assets/img/aas-logo.png") no-repeat top left;
        width: 132px;
        height: 110px;
    }

    #header .logo a:hover {
        background: url("assets/img/aas-logo-hover.png") no-repeat top left;
    }

    #header h1 {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        text-align: left;
        font-size: 1.8em;
        color: #fff;
        padding: 0 0 0 20px;
	   width: 400px;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
    }

    #header h1 span {
        font-weight: normal;
        font-family: "Roboto", Arial, Verdana, Helvetica, sans-serif;
    }

/* 2.2 Navigation */
#main-nav {
    position: absolute;
    top: 200px;
    left: 0;
}

    #main-nav li {
        float: left;
        font-size: 1.9em;
    }

    #main-nav .srv {
        position: relative;
        z-index: 9988;
    }

    #main-nav li img {
        margin: 0;
        position: relative;
        top: -2px;
    }

    #main-nav a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 12px 8px 12px 8px;
        margin: 0 10px 0 11px;
        border: 1px solid #2c59d6;
    }

    #main-nav a:hover {
        border: 1px solid #abbdef;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
    }

    #main-nav a.active {
        border: 1px solid #abbdef;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #main-nav .srv a {
        padding: 12px 12px 12px 12px !important;
        position: relative;
        z-index: 988;
        border-bottom: 0 !important;
        background: #2c59d6;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #main-nav .srv a:hover {
        text-decoration: none;
    }

    #main-nav .sub-nav {
        padding: 10px 0 10px 0;
        position: absolute;
        z-index: 46;
        top: 49px;
        left: 11px;
        z-index: 89;
        display: none;
        width: 280px;
        background: #2c59d6;

        border-bottom: 1px solid #abbdef;
        border-right: 1px solid #abbdef;
        border-left: 1px solid #abbdef;
        border-top: 1px solid #abbdef;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-top-left-radius: 0px;
    }

        #main-nav .sub-nav li {
            font-size: 15px !important;
            float: none;
	    whitespace: nowrap;
        }

        #main-nav .sub-nav a {
            border: 0 !important;
            padding: 0 0 9px 8px !important;
        }

        #main-nav .sub-nav a:hover {
            text-decoration: underline;
        }

#top-nav {
    position: absolute;
    top: 4px;
    right: 0;
}

    #top-nav li {
        float: left;
        font-size: 1.2em;;
        margin: 0 0 0 10px;
    }

    #top-nav a {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 6px 12px 6px 12px;
        display: block;

         -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #top-nav a:hover {
        background: #fff;
        color: #000;
    }

    #top-nav a span {
        margin: 0 0 0 20px;
        font-size: 1.4em;
        line-height: 0;
    }

/* 3. Body/Content/Sidebar */
#slideshow {
    width: 100%;
    min-width: 980px;
}

    #slideshow .slideshow-slide {
        height: 480px;
        position: relative;
    }

    #slideshow .slideshow-slide h2 {
        font-size: 4.5em;
        display: inline-block;
        font-weight: normal;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 200px;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
    }

    #slideshow .slideshow-slide h2 a {
        color: #fff;
        text-decoration: none;
        background: #2c59d6;
        padding: 20px;
        display: inline-block;

        opacity: 0.9;
        filter:alpha(opacity=90);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    #slideshow .slide-1 {
        background: url("assets/img/main-img.png") no-repeat top center;
    }

#body {
    width: 100%;
    min-width: 980px;
}

/* 3.1 Content */
#content {
    width: 980px;
    margin: 0 auto;
}

    #content h1 {
        font-size: 3.5em;
        line-height: 1.2em;
        font-weight: normal;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
        padding: 0 0 0 40px;
        margin: 40px 0 40px 0;
        color: #2c59d6;
        border-left: 10px solid #2c59d6;
    }

    #content h1 span {
        color: #000;
    }

    #content h2 {
        background: #2c59d6;
        color: #fff;
        font-size: 1.9em;
        color: #fff;
        position: relative;
        height: 41px;
        padding: 15px 0 0 20px;
        font-weight: normal;
        margin: 0 0 30px 0;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
    }

    #content h2 span {
        position: absolute;
        top: 0;
        right: 20px;
    }

    #content h3 {
        color: #2c59d6;
        font-size: 2.3em;
        margin: 0 0 20px 0;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
        font-weight: normal;
    }

    #content h4 {
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 2.1em;
        padding: 28px 0 0 0;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
    }

     #content h5 {
        color: #333;
        text-align: center;
        font-weight: normal;
        font-style: italic;
        font-size: 2.4em;
        padding: 30px 30px 0 30px;
        margin-top: 20px;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
        border-top: 1px solid #ddd;
    }

    #content hr {
        border: 0;
        border-bottom: 1px solid #ddd;
        height: 0;
        line-height: 0;
        margin: 0 0 20px 0;
    }

    #content td {
        padding: 10px;
    }

    #content p {
        font-size: 1.4em;;
        line-height: 1.6em;
        margin: 0 0 20px 0;
    }

    #content p.grey-text {
        color: #a6a6a6;
    }

    #content p.blue-text {
        color: #2c59d6;
    }

    #content ul {
        font-size: 1.4em;;
        line-height: 1.6em;
        margin: 0 0 20px 20px;
        list-style-type: disc;
    }

    #content ol {
    }

    #content li {
    }

    #content a {
        color: #2c59d6;
    }

    #content a:hover {
        text-decoration: none;
    }

        .round-button {
            color: #fff !important;
            text-decoration: none;
            background: #2c59d6;
            padding: 6px 12px 6px 12px;
            display: inline-block;

            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .round-button:hover {
            text-decoration: none !important;
            background: #000 !important;
        }

        .round-button span {
            margin: 0 0 0 10px;
            font-size: 1.2em;
            line-height: 0;
        }

        .rb-full-width  {
            display: block !important;
            margin-bottom: 3px;
            text-align: center;
        }

    .home-cont {

    }

        .home-cont .hc-col {
            width: 310px;
            margin: 0 25px 0 0;
            float: left;
        }

        .home-cont .hc-col:last-child,
	.home-cont .hc-col-last {
            margin: 0;
        }

        .home-cont .hc-col h2 a {
            color: #fff !important;
            text-decoration: none;
        }

    #content .newsletter-cont {
        background: #2c59d6;
        height: 84px;
         -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        margin: 30px 0 0 0;
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
    }

        #content .news-icon-c {
            position: absolute;
            top: 0;
            left: 30px;
        }

        #content .aa-icon-c {
            position: absolute;
            top: 0;
            right: 30px;
        }

        #content .newsletter-cont a {
            color: #fff;
        }

    #content .meeting-cell {
        position: relative;
        border-top: 1px solid #ddd;
        margin: 0;
    }

        #content .meeting-date {
            position: absolute;
            top: 10px;
            left: 0;
            text-align: center;
            color: #000;
            font-size: 1.3em;
            font-weight: bold;
            text-transform: uppercase;
        }

        #content .meeting-content {
            margin: 0 0 0 75px;
        }

        #content .meeting-content p {
            margin: 0 !important;
            padding: 7px 0 7px 0;
        }

    #content .content-inner {
        padding: 0 0 20px 0;
    }

        #content .content-content {
            width: 640px;
            float: left;
            padding: 20px 0 0 40px;
        }

/* 3.2 Sidebar */
#sidebar {
    float: left;
    width: 260px;
}

    #side-nav {
        font-family: "Roboto Slab", Arial, Verdana, Helvetica, sans-serif;
        list-style-type: none !important;
        margin: 0 !important;
    }

    #side-nav li {
        font-size: 19px;
    }

    #side-nav a {
        display: block;
        padding: 20px;
        color: #000;
        text-decoration: none;
        border-right: 1px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
    }

    #side-nav a:hover {
        color: #2c59d6;
    }

    #side-nav a.active {
        color: #2c59d6;
        border-right: 0;
    }

/* 4. Footer/Navigation */
#footer {
    background: #efefef;
    margin: 50px 0 0 0;
    padding: 60px 0 60px 0;
    width: 100%;
    min-width: 980px;
}

    #footer .footer-inner{
        width: 980px;
        margin: 0 auto;
    }

    #footer .copyright {
        float: right;
	text-align: right;
        font-size: 1.4em;;
        color: #404040;
    }

/* 4.1 Navgation */
#foot-nav {
    float: left;
    font-size: 1.3em;;
}

    #foot-nav li {
        float: left;
        border-right: 1px solid #b8b8b8;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }

    #foot-nav li:last-child,
	#foot-nav li.last-col{
        border: 0;
    }

    #foot-nav a {
        text-decoration: none;
        color: #2c59d6;
    }

    #foot-nav a:hover {
        text-decoration: underline;
    }

    #foot-nav a.active {
    }

/* Other */

    .wpcf7 p {
        position: relative;
    }

    .wpcf7 .fields-cont {
        position: absolute;
        top: 0px;
        left: 300px;
    }

    .wpcf7 .wpcf7-text {
        width: 500px;
    }

    .wpcf7 textarea {
        height: 25px;
        width: 500px;
    }

    .gce-calendar {
    }

        .gce-caption {
            color: #2c59d6 !important;
            font-size: 14px !important;
            padding: 0 0 10px 0 !important;
            font-weight: bold !important;
        }

        .gce-calendar th {
            background: #2c59d6 !important;
            padding: 8px 4px 8px 4px !important;
            font-size: 14px !important;
            color: #fff !important;
            border: 1px solid #ddd !important;
        }

        .gce-calendar td {
            padding: 8px 4px 8px 4px !important;
            height: auto !important;
            border: 1px solid #ddd !important;
        }

        .gce-calendar td span {
            font-size: 14px !important;
            color: #000;
        }

        .gce-today {
            background: #2c59d6 !important;
        }

        .gce-today span {
            color: #fff !important;
        }

        .gce-has-events {
            background: #eee !important;
        }

        .gce-has-events span {
            color: #2c59d6 !important;
        }

        .gce-tooltip-title {
            font-size: 12px !important;
        }

        .gce-event-info {
            font-size: 12px;
            border: 1px solid #ddd !important;
            padding: 5px;
        }

        .gce-event-info a {
            color: #2c59d6 !important;
        }

        .gce-list-event {
            padding: 2px 10px 2px 10px !important;
        }

        .gce-event-info ul li {
            line-height: 20px;
        }