/* Customised CSS for Ribchester St Wilfrid's Primary School 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: #99cc33;
    background-image: none;
    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: #99cc33;
} 

.navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #666666;
}

.navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #666666;
}

.navbar-default .navbar-nav>.open>a:hover {
background-color: #99cc33;
color: #666666 ;
}

.navbar-default .navbar-nav>.open>a:focus {
    background-color: #99cc33;
}

.dropdown-toggle>a:hover, .dropdown-toggle>a:focus {
    text-decoration:none; 
    color:#99cc33;
  }

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #666666;
}

h1.community-name {
	text-align:left;
	color: #ffffff;	
	font-weight:bold;
   	font-size:40px;
	margin-bottom:240px;
}

h1 { /* make all H1 dark grey */
color: #666666;
font-weight:bold;
}

h3 ( /* make all H3 green */
color: #99cc33;
}

.nav-type-list .nav-logo #logoImage{
width:100%;
height:100%;
}

#banner {
background-size: auto 100% }
    
.newsinclude p {
    font-size: small; 
    }
    
.calendarinclude p {
    font-size: small; 
    }
    
#thePageContent a { /* all the links in the main text body */
	color: #99cc33;
	text-decoration: underline; 
}

/* visited link */
a:visited {
    color: #99cc33;
}

/* mouse over link */
a:hover {
    color: #999999;
}

/* selected link */
a:active {
    color: #999999;
}


.alert-warning { /* make the colour of alert boxes green */
    background-color: #99cc33;
    border-color: transparent;
}

.btn-primary { /* make the primary button colour green */
    background-color: #99cc33;
    border-color: #999999;
}

.btn-primary:hover { /* adjust the hover colour of the primary button */
    background-color: #999999;
    border-color: #99cc33;
}


.well { /* adjust the footer */
    padding: 15px;
}

a {
    color: #99cc33;
    text-decoration: none;
    

.footer { 
	min-height: 50px;
}

#footerText a { /* colour the links in the footer */ 
	color: #666666;
	text-decoration: none;
}

#footerlinks a {
    color: #99cc33;
    text-decoration: none;
}