/* 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-nav> a {
    color: #446e9b;
}

.navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #cccccc;
}

.navbar-default .navbar-nav>.open>a:hover {
color: #446e9b;
}

h1.community-name {
	text-align:right;
	color: #ffffff;	
	font-weight:bold;
   	font-size:40px;
   	padding-top:5%;
	padding-left:50%
}

h1 { /* make all H1 Black */
color: #000000;
font-weight:bold;
}

.nav-type-list .nav-logo #logoImage{
width:100%;
height:100%;
}
  
.newsinclude p {
    font-size: small; 
    }
    
.calendarinclude p {
    font-size: small; 
    }
    
#thePageContent a { /* all the links in the main text body */
	color: #446e9b;
	text-decoration: underline; 
}

/* visited link */
a:visited {
    color: #446e9b;
    text-decoration:underline;
}

/* mouse over link */
a:hover {
    color: #446e9b;
}

/* selected link */
a:active {
    color: #cccccc;
}

.footer {
    background-color: #446e9b;
}

#footerText a { /* colour the links in the footer */ 
	color: #fff;
	text-decoration: underline;
}

#footerlinks a {
    color: #fff;
    text-decoration: none;
}