body {
    background: #ffffff;
    font-family: 'PT Sans', sans-serif, Arial, Helvetica;
    color: #262626;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 23px;
}

header { }

a {
    color: #c00;
}
a:hover {
    color: #7d8c1f;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-top: 0px;
}
h1 {
    font-size: 50px;
    line-height: 1.235em;
    color: #c00;
}

.topBlock {
    background: #333333;
    color: #FFFFFF;
    padding: 0;
    height: 30px;
    margin-bottom: 80px;
}
.topBlock .date-time {
    padding: 5px 0px;
}
.logoBlock {
    padding: 0px;
    margin: -33px auto 10px auto;
}
.logoBlock h3 {
    margin: 0px;
}

.navbar-static-top { }
.navbar { box-shadow: none; }
.navbar .navbar-inner {
    max-width: 1500px;
    background: none;
    border-radius: 0px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0px;
    filter: none;
    box-shadow: none;
    margin: 0px auto;
}
.navbar .nav {
    margin: 0;
/*    display: table;*/
    width: 100%;
}
.navbar .nav li {
    display: table-cell;
    width: auto;
    float: none;
}
.navbar .nav li a {
    text-align: left;
    color: #333;
    text-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 17px;
}
.navbar .nav li a:focus, .navbar .nav li a:hover,
.navbar .nav li.active a {
    color: #c00;    
}
.navbar .nav li.active a, .navbar .nav li.active a:focus, .navbar .nav li.active a:hover {
    background: none;
    box-shadow: none;
}

.navbar .nav li .dropdown-menu li {
    display: block;    
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: #f5f5f5;    
}
.navbar .nav .main-active a.dropdown-toggle {
    color: #c00;
}
.border-left {
    border-left: 1px solid #008282;
    padding-left: 69px;
}
#promoblock {
    max-width: 1500px;
    margin: 0px auto;
}
.carousel {
    margin-bottom: 0px;
}
.carousel-caption {
    top: 25%;
    width: 30%;
    height: 40%;
    left: 10%;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;    
}
.carousel-caption .caption-date {
    background: #7d8c1f;
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 300;
    width: 70%;
    padding: 6px 12px;
}
.carousel-caption .caption-content {
    background: #ffffff;
    color: #333;
    padding: 20px 0px;
}
.carousel-caption .caption-content h4 {
    background: #ffffff;
    color: #333;
    font-size: 3em;
    line-height: 1.1em;
    padding: 6px 12px;
}
.carousel-caption .caption-content p {
    font-size: 1em;
    line-height: 1.1em;
    padding: 6px 12px;
    font-family: 'PT Sans', sans-serif;
    color: #333;
}
#content-0 {
    background: #FFFFFF;
}
#content-0 .inner {
    padding: 15px;
}
#content-1 {
    background: #f2f2f2;
    font-size: 1.125em;
}
#content-1 .inner {
    padding: 15px;
}

#content-2 {
    margin: 20px auto;
    background: #7d8c1f;
    max-width: 1500px;
    padding: 4em 0 3em;
    color: #ffffff;
    font-size: 1.125em;
}
#content-2 h1 {
    color: #ffffff;
    font-size: 38.5px;
}
#content-2-inner {
    margin: 20px auto;
    background: #f2f2f2;
    max-width: 1500px;
    padding: 4em 0 3em;
    color: #333;
    font-size: 1.125em;
}

.table, th, .contenttable th {
    font-weight: normal;
}


footer {
    background: #c00;
    max-width: 1500px;
    color: #FFFFFF;
    margin: 20px auto 0px auto;
    padding: 20px 0px;
    font-size: 13px;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.btn-green {
    background: #008282;
    border: 0px;
    color: #FFFFFF;
    text-shadow: 0px;
}
.btn-green:focus, .btn-green:hover {
    background: #342741;
    border: 0px;
    color: #FFFFFF;
    text-shadow: 0px;
}

.tx-llandinam-pi2 .row {
    padding-bottom: 20px;    
}
.event_date {
    background: #7d8c1f;
    color: #FFFFFF;
    padding: 6px 12px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.event_date .day {
    font-size: 50px;
    line-height: 1.0em;
    font-weight: 300;
}
.event_date .month {
    font-size: 30px;
    line-height: 1.235em;
    font-weight: 300;
}
.event_date .year {
    font-size: 20px;
    line-height: 1.235em;
    font-weight: 300;
}
.event_title {
    font-size: 20px;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.image-grid-row {
    padding: 5px 0px;
}
.image-grid-row .span6,
.image-grid-row .span4,
.image-grid-row .span3,
.image-grid-row .span2,
.image-grid-row .span1 {
    margin: 0px 1.5% 1.5% 0px !important;
}
.image-grid-link {
    position:relative;
    overflow:hidden;
}
.image-grid-row-page-title {
    position:absolute;
    top:100%;
    left:0;
    display:block;
    text-align:center;
    text-decoration:none;
    color:#fff;
    background:rgba(0,0,0,0.5);
    transition:top 0.5s ease;
}
.image-grid-link:hover .image-grid-row-page-title {
    top:0;
}

.news-single-body {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 10px 0;
    padding: 10px 0;
}

.news-single-body .news-single-img img {
    width: 50%;
    float: left;
    margin: 0 1.5% 1.5% 0;
}

/*********
community-council
*********/
body.community-council {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    color: #262626;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300 !important;
}
.community-council .topBlock {
    background: #ffffff;
    color: #333;
}
.community-council h1,
.community-council h2,
.community-council h3,
.community-council h4,
.community-council h5,
.community-council h6,
.community-council .navbar .nav li a {
    font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 300;    
}
.community-council h1,
.community-council a {
    color: #24087e;
}
.community-council .navbar .nav li a:focus,
.community-council .navbar .nav li a:hover,
.community-council .navbar .nav li.active a {
    background: #24087e;
    color: #ffffff;
}
.community-council #content-0 img {
    width: 100%;
}
.community-council footer {
    background: #24087e;
}
.community-council footer a {
    color: #ffffff;
}

.inner .news-list3-container {
    padding: 0px;
    margin: 0px -15px;
}

.inner .news-list3-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

/* Media Queries */
@media (min-width: 769px) and (max-width: 1024px) {
    .carousel-caption h4, .carousel-caption p {
        font-size: 39px;
        line-height: 44px;
        font-weight: 300;
    }
    .carousel-caption {
        top: 10%;
        left: 10%;
        width: 70%;
        height: 60%;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #promoblock {
        margin-top: 90px;
    }
    .carousel-caption {
        top: 10%;
        left: 10%;
        width: 70%;
        height: 60%;
        overflow: hidden;
    }
    .navbar .container {
        margin: 0px 20px;
    }
    .navbar {
        box-shadow: none;
    }
    .navbar .nav {
        background: #000;
        z-index: 9999;
    }
    .navbar .navbar-inner {
        border-bottom: 0px;
    }
    .navbar-static-top {
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .navbar .nav li {
        display: block;
        width: 100%;
    }
    .nav-collapse .nav > li > a {
        color: #FFFFFF !important;
        font-weight: 300 !important;
    }
    .navbar .nav li a:focus, .navbar .nav li a:hover {
        color: #000000 !important;
        font-weight: 300;
    }
    .logoBlock {
        padding: 60px 20px 20px;
        text-align: center;
    }
    .logoBlock .span10 {
        width: 100%;
        text-align: center;
    }
    .logoBlock .span2 {
        clear: both;
        padding-top: 20px;
        width: 50%;
        margin: 0px 25%;
        text-align: center;
    }
    .logoBlock .span2 h3 {
        float: right;
        margin-top: -10px;
    }
    .premisesApproved {
        margin-bottom: 20px;
    }
    .border-left {
        border-left: 1px solid #008282;
        padding-left: 10px;
    }
    .carousel-caption h4, .carousel-caption p {
        font-size: 30px;
        line-height: 36px;
        font-weight: 300;
    }
    .csc-textpic-intext-left-nowrap .csc-textpic-text,
    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin-left: 0px;
        clear: both;
    }
    footer .border-left {
        border-left: 0px solid #FFFFFF;
        padding: 0px 20px;
    }
}

@media (max-width: 767px) {
    .navbar .container {
        margin: 0px 20px;
    }
    .navbar {
        box-shadow: none;
    }
    .navbar .navbar-inner {
        border-bottom: 0px;
    }
    .navbar-static-top {
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .navbar .nav li {
        display: block;
        width: 100%;
    }
    .nav-collapse .nav > li > a {
        color: #FFFFFF !important;
        font-weight: 300 !important;
    }
    .navbar .nav li a:focus, .navbar .nav li a:hover {
        color: #000000 !important;
        font-weight: 300;
    }
    .logoBlock {
        padding: 60px 20px 20px;
        text-align: center;
    }
    .logoBlock .span2 {
        padding-top: 20px;
    }
    .csc-textpic-intext-left-nowrap .csc-textpic-text,
    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin-left: 0px;
        clear: both;
    }
    #content-2 {
        margin: 20px 0px;
        padding: 2em;
    }
    .image-grid-row .span6 {
        width: 100%;
        float: left;
    }
    .image-grid-row .span4 {
        width: 31.5%;
        float: left;
    }
    .image-grid-row .span3 {
        width: 22%;
        float: left;
    }
    .image-grid-row .span2 {
        width: 50%;
        float: left;
    }
    .image-grid-row .span1 {
        width: 100%;
        float: left;
    }
    footer {
        padding: 0px 20px 20px 20px;
        margin: 0px -20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #promoblock {
        min-height: 50px;
    }
    .navbar .container {
        margin: 0px 20px;
    }
    .navbar {
        box-shadow: none;
    }
    .navbar-static-top {
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .navbar .nav li {
        display: block;
        width: 100%;
    }
    .nav-collapse .nav > li > a {
        color: #FFFFFF !important;
        font-weight: 300 !important;
    }
    .navbar .nav li a:focus, .navbar .nav li a:hover {
        color: #000000 !important;
        font-weight: 300;
    }
    .topBlock .span8 {
        text-align: center;
    }
    .logoBlock {
        padding: 60px 20px 20px;
        text-align: center;
    }
    .logoBlock .span2 {
        padding-top: 20px;
    }
    .container {
        margin: 0px;
    }
    #content-0 {
        padding: 20px;
        margin: 0px;
    }
    #content-4 {
        display: none;
    }
    .inner {
        padding: 0px 20px;
    }
    .csc-textpic-intext-left-nowrap .csc-textpic-text,
    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin-left: 0px;
        clear: both;
    }
    .carousel {
        border: 1px solid #cccccc;
        margin-top: 90px;
    }
    .carousel img {
        display: none;
    }
    .carousel-caption {
        background: #f2f2f2;
        border: 1px solid #cccccc;
        width: 100%;
        height: auto;
        left: 0%;
        padding: 0px;
    }
    .image-grid-row .span4 {
        width: 48%;
    }
    .image-grid-row .span3 {
        width: 48%;
    }
}