/* Enter Your Custom CSS Here */
#site-generator .copyright {
    display: none;
}

/* Widget Title  Newsletter*/
.widget-title {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
}

/* Widget Title  Newsletter*/
.newsletter {
    text-align: left;
}

/**
 * Your custom CSS code goes here
 */
/* Remove Navigate from appearing in the menu */ 
.form-allowed-tags {
	display: none;
}


/* Padding before and after logo */
.hgroup-wrap {
    padding-top: 0px;
    padding-bottom: 10px;
}

.widget_search input.s {
background-color: #F9F9F9;
}

.page-title-wrap {
    background-color: #516C89;
}

.entry-meta-bar {
    background:#516C89 none repeat scroll 0% 0%;
}

ul.default-wp-page li a {
    background-color: #516C89;
}

.default-menu {
    display: none;
}

/* Dynamic Bar */

#content ul a, #content ol a {
    color: #FFF;
}
ul.default-wp-page li a {
    background-color: #031421;
}
ul.default-wp-page li a {
    color: #FFF;
    background-color: #031421;
}

.entry-meta a {
    color:  #FFF;
}
a {
    color:  #FFF;
}



/* Social Icons Header */
.hgroup-right {
    margin-top: 138px;
}

/* Page Title */
.page-title {
    font-size: 24px;
    line-height: 10px;
    color: #F9F9F9;
    font-weight: normal;
    float: left;
    padding-top: 0px;
}


/* --- BLOG POST LINK VISIBILITY FIX --- */

/* Targets links specifically inside the post body */
.entry-content a, 
.entry-content p a, 
.entry-content li a {
    color: #0073aa !important; /* Standard link blue - change this hex if you want a different color */
    text-decoration: underline !important;
}

/* Ensures they change color slightly on hover so users know they are clickable */
.entry-content a:hover, 
.entry-content li a:hover {
    color: #005177 !important;
}

