.title-container
{
    text-align: center;    
    min-height:55px;
}

.title-container h1
{
    font-size: 3em;    
}

@media (max-width: 768px) {

    .title-container h1
    {
        font-size: 32px;    
    }
}

.top-menu-container
{
    text-align: center;    
}

ul.top-menu 
{
    display: inline-block !important;  
    float:none !important;
}

.home-page h2
{
    display:none;
}


/* managed in markup
#navigationContainer
{
    display:none;
}
    
#centralContent
{
    width:100%;
}

#rightContent
{
    display:none;
}
    */

body
{
    font-size: 16px;
    line-height: 1.375em;
}

p, .dropdown-menu
{
    font-size: 1em;
}

/* handle in WYSIWYG */
.council-home-text {

    text-align:center;
    margin:20px 100px 30px 100px;
}

@media (max-width: 768px) {

    .council-home-text {

        margin:20px 0 30px 0;
    }
}

h3.news-area-title
{
    font-size: 25pt; 
    margin-top:0;
    text-align:center;
    padding:20px 0 0 0;
}

.home-page #centralContent
{
    width:100%;
}

.home-page #rightContent
{
    display:none;
}

.home-page .news-area
{
    /*margin:20px -15px;*/
    margin:0 0 20px 0;
    padding: 20px 10px 10px 10px;
}

.home-page .news-masonry-container
{
    
}

.home-page .news-masonry-sizer, .home-page .news-item
{
    width: 33.33333333%;
    /*float: left;*/
    padding: 10px;
}

@media (max-width: 768px) {

    .home-page .news-masonry-sizer, .home-page .news-item  {
        width: 100%;
    }
}

.home-page .news-item-box
{
    border:1px solid white;;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
}

.home-page .news-item .section-divider
{
    display:none;
}

/* content templates */

.carousel {
    /*border-radius: 10px;*/
}

.link-image-box {
    border-radius: 10px;
}

/* colours */

/* sage: #d5d8c5, #939a6a */
/* blue: #C0E7F3, #326ab0*/
/* nature-view: #cedfbb, #83ae53 */

ul.top-menu > li > a:hover
    , ul.top-menu > .active > a
    , ul.top-menu > .active > a:hover
    , ul.top-menu > .active > a:focus {
    background-color: #cedfbb;
}

.dropdown-menu > li > a:hover
    , .dropdown-menu > .active > a
    , .dropdown-menu > .active > a:hover
    , .dropdown-menu > .active > a:focus
{
    background-image: none;
    background-color: #cedfbb;
}

.link-image-box h4 {
    
    background-color: #83ae53;
}

.home-page .news-area
{
     background-color: #cedfbb;
 }

h3.news-area-title
{
    background-color: #cedfbb;
}

/* Minutes table*/

/* horiz
.minutes
{
    width: 100%;
    border: 2px solid #cedfbb;
    border-spacing: 0;
    border-collapse: separate;
}

.minutes tr th, .minutes tr td
{
    text-align:center;
}

.minutes .month
{
    text-align:left;
    border-right: 2px solid #cedfbb;
    padding: 5px 5px 5px 5px;
    font-weight:bold;
}


@media (max-width: 768px) {

	.minutes .longmonth
	{
		display:none;
	}
}

    */

.minutes
{
    width: 100%;
    border: 2px solid #cedfbb;
    border-spacing: 0;
    border-collapse: separate;
}

.minutes tr th, .minutes tr td
{
    text-align:center;
    width:8.33333%
}

.minutes .month td
{
    border-bottom: 2px solid #cedfbb;
    padding: 5px 0 5px 0;
    font-weight:bold;
}

