/* 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: #FF0000;
    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: #ff0000;
} 

.navbar-default .navbar-nav>.open>a:hover {
background-color: #000033;
}

.navbar-default .navbar-nav>.open>a:focus {
    background-color: #000033;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff0000;
}

h1.community-name {
	text-align: left;
	color: #FFFFFF;	
	font-weight:600;
   	font-size:28px;
 	padding-top:200px;
}

h1 { /* make all H1 red */
color: #ff0000;
font-weight:bold;
}

#thePageContent a { /* all the links in the main text body */
	color: #FF0000;
	text-decoration: underline; 
}

/* visited link */
a:visited {
    color: #ff0000;
}

/* mouse over link */
a:hover {
    color: #000033;
}

/* selected link */
a:active {
    color: #880000;
}


.alert-warning { /* make the colour of alert boxes red */
    background-color: #FF0000;
    border-color: transparent;
}

.btn-primary { /* make the primary button colour red */
    background-color: #ff0000;
}

.btn-primary:hover { /* adjust the hover colour of the primary button */
    background-color: #880000;
}



.well { /* adjust the footer */
    padding: 15px;
}

a {
    color: #ff0000;
    text-decoration: none;
    

.footer { 
	min-height: 50px;
}

#footerText a { /* colour the links in the footer */ 
	color: #FF0000;
	text-decoration: none;
}

#footerlinks a {
    color: #ff0000;
    text-decoration: none;
}