/*
 Theme Name:   Accesible Flounder
 Theme URI:    http://infomancy.net/accessible-flounder.html
 Description:  An accessible child theme of Flounder, a flat, minimally styled theme with support for post formats and a clean, responsive layout.
 Author:       Stewart Baker
 Author URI:   http://infomancy.net
 Template:     flounder
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, post-formats, custom-header, featured-images, editor-style, threaded-comments, flexible-width, custom-menu, blue, gray, green, orange, pink, purple, yellow, dark, responsive-layout, accessibility-ready
 Text Domain:  flounder-accessible
*/

/* 

Use black for header fonts, meta links, and other currently low-contrast areas

*/

h1.entry-title, 
.hentry .entry-header a, 
.hentry .entry-header a:focus, 
.hentry .entry-meta .meta a, 
.hentry .comment-links a, 
.hentry .entry-meta a  {
	color:#000;
}

.hentry .entry-header a:hover {
	color:#2C3E50;
}

/* 

Use a single colour for post content background, regardless of post type

*/

.entry-area, .comment-links {
	background-color:#ECF0F1;
	color:#000;
}


/* 

Modify background colors of widget headers and post-type headers to a level that passes WCAG's contrast test

*/

.widget .widget-title {
	background-color:#454D4E;
}


.format-gallery .entry-meta .meta, .format-gallery .entry-header {	
	background-color:#63a5d0;
}

.format-audio .entry-meta .meta, .format-audio .entry-header {	
	background-color:#f47e30;
}

.format-video .entry-meta .meta, .format-video .entry-header {
	background-color:#da8b82;
}

.format-link .entry-meta .meta, .format-link .entry-header {
	background-color:#bb96cb;
}

.format-status .entry-meta .meta, .format-status .entry-header {
	background-color:#d07d9e;
}


/* 

Modify foreground colors of headers on type-page entries to pass WCAG's contrast test

*/

.type-page .entry-content h1, .type-page .entry-content h2, .type-page .entry-content h3, .type-page .entry-content h4, .type-page .entry-content h5 {
	color:#454d4e;
}

/* 

/* 

Modify "header" on archives and other pages to pass WCAG's contrast test

*/

.page-header {
	background-color:#445463;
}

Change "page" header background and foreground to match widget headers (not required for accessibility, but gives the site a more uniform feel)

*/

.hentry.type-page .entry-header {
	background-color:#454D4E;
}

.hentry.type-page .entry-meta {
	background-color:#636e6f;
}

.hentry.type-page .entry-header h1 {
	color:#FFFFFF;
}

/* 

Hide the pointless #wpstats pixel image

*/

img#wpstats {
	display:none;
}