 /* Pauls Custom CSS Here */
nav#site-navigation {
background-color: #5eb1e1;
}
/* to change navigation colour 
nav#site-navigation a {
    color: #ffffff;
}*/
.main-navigation .menu > li > a::after {
    color: #0000ff;
}

 /* Pauls Custom Link Colours Here */
a:link { color: blue; text-decoration: underline; } 
a:visited { color: blue; text-decoration: underline; } 
a:hover { color: red; }
a:active { color: red; }

.widget-area .widget a { color: blue; }
.widget-area .widget a:hover { color: red ; }

a.comment-reply-link, a.comment-edit-link { color: blue ; }
a.comment-reply-link:hover, a.comment-edit-link:hover { color: red; }

.comments-link a, .entry-meta a { color: blue ; }
.comments-link a:hover, .entry-meta a:hover { color: red; }

.comments-area article header a { color: blue; }
.comments-area article header a:hover { color: red; }

.comments-area article header cite a { color: blue; }
.comments-area article header cite a:hover { color: red; }


/* to change sela grid view from 2 col, to 3 col.
*/
.page-template-grid-page .content-wrapper.full-width {
	margin: 0;
}

.child-page {
	width: 275px;
	padding-left: 5px;
        margin-right: 0;
        padding-right: 5px;
}