/* Customised CSS for Grimsargh Village Hall on e-Voice */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* All the rules below control the style of the various elements */

.navbar-default {
    background-color: #000099;
    border-color: transparent;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { */ set the active menu item to red */
    color: #ffffff;
    background-color: #000099;
} 

.navbar-default .navbar-nav>.open>a:hover {
background-color: #000099;
}

.navbar-default .navbar-nav>.open>a:focus {
    background-color: #000099;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #6c6c6c;
}

h1.community-name {
	text-align: left;
	color: #000099;	
	font-weight:bold;
   	font-size:28px;
 	padding-top:300px;
}

h1 { /* make all H1 grey */
color: #6c6c6c;
font-weight:bold;
}

#banner {
background-size: auto 100% }

#thePageContent a { /* all the links in the main text body */
	color: #000099;
	text-decoration: underline; 
}

/* visited link */
a:visited {
    color: #000099;
}

/* mouse over link */
a:hover {
    color: #6c6c6c;
}

/* selected link */
a:active {
    color: #000099;
}

/* Colour the panels */

.panel-default>.panel-heading {
    color: #ffffff;
    background-color:#000099
}
         
.alert-warning { /* make the colour of alert boxes mustard */
    background-color: #999900;
    border-color: transparent;
}

.btn-primary { /* make the primary button colour blue */
    background-color: #000099;
}

.btn-primary:hover { /* adjust the hover colour of the primary button */
    background-color: #6c6c6c;
}

.well { /* adjust the footer */
    padding: 15px;
}

a {
    color: #000099;
    text-decoration: none;
    
.newsinclude p {
    font-size: small; 
    }
.calendarinclude p {
    font-size: small; 
    }
    
    
.footer { 
	min-height: 50px;
}

#footerText a { /* colour the links in the footer */ 
	color: #6c6c6c;
	text-decoration: none;
}

#footerlinks a {
    color: #6c6c6c;
    text-decoration: none;
}