/* -----------------------------------------------------------------------------------
	Dynamic Colour Stylesheet
----------------------------------------------------------------------------------- */

.tag-line,
.feature-image-holder,
.highlighted-content {
 background-color: #c8a278;
 color: #FFFFFF;
}

.highlighted-content a,
.highlighted-content a:visited {  color: #FFFFFF }


/* ----- Links ----- */

a { color: #243e6b }

a:hover,
a:visited:hover,
time a:hover,
.comment-count a:hover,
.post-category a:hover,
.highlighted-content a:hover,
.highlighted-content a:visited:hover { color: #c8a278 }


/* ----- Primary Buttons ---- */

span.required { color: #c8a278 }

.button,
.button:visited,
.categories-holder a,
.categories-holder a:visited,
.post-tags a,
.post-tags a:visited,
input[type="button"],
input[type="submit"],
button,
button[type="submit"] {
 background-color: #c8a278; 
 color: #FFFFFF; 
}

.button:hover,
.button:visited:hover,
.categories-holder a:hover,
.categories-holder a:visited:hover,
.post-tags a:hover,
.post-tags a:visited:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
button[type="submit"]:hover {
 background-color: #243e6b;
 color: #FFFFFF;
}


/* ----- Secondary Buttons ---- */

.secondary-button,
.secondary-button:visited,
#load-more-button a,
.comment-reply-link,
input[type="reset"],
button[type=reset],
input[type="file"] {
 background-color: #243e6b; 
 color: #c8a278; 
}

.secondary-button:hover,
.secondary-button:visited:hover,
#load-more-button a:hover,
.comment-reply-link:hover,
input[type="reset"]:hover,
button[type=reset]:hover {
 background-color: #c8a278; 
 color: #FFFFFF; 
}


