/*
================================================================================
Commentpress Flat Child Theme Styles
================================================================================
AUTHOR: Christian Wach <needle@haystack.co.uk>
--------------------------------------------------------------------------------
NOTES

The Theme Customizer in Wordpress 3.4 allows quite a lot of changes to be made,
but child themes allow much more to be done. Add styles to this file to override
the style that the parent theme applies.

--------------------------------------------------------------------------------
*/

/* Structural Items */
html,
body,
body#main_blog,
#container
{
	background: #F6F6F6;
	background-color: #F6F6F6;
}

#header
{
	border-bottom: 4px solid;
	border-bottom-color: #222;
	background-color: #fff !important;
}

#comments_sidebar,
#activity_sidebar
{
	background-color: #F6F6F6;
}

/* Switcher buttons */
#switcher ul li a
{
	background: #C3C3C0;
	background-color: #C3C3C0; 
}

#switcher ul li a:focus,
#switcher ul li a:hover,
#switcher ul li a:active
{
	color: #fff;
	background-color: #afb0ac;
}

/* Sidebar Section headings */
.comments_container > h3,
.comments_container > h3 > span,
.comments_container > h3 a,
.comments_container > h3 a:active
{
	background-color: transparent;
}

h3.activity_heading:hover,
.comments_container > h3:hover
{
	background-color: #afb0ac;
}

/* Navigation menu items */
#toc_sidebar .sidebar_minimiser ul li a
{
	background: #EAE9E6;
	background-color: #EAE9E6;
}

/* Section headings */
.comments_container > h3 a:hover,
.comments_container > h3 a:focus,
.comments_container > h3.nocomments:hover,
.comments_container > h3.nocomments:hover span
{
	background-color: #EAE9E6;
}

/* Activity Sidebar */
h3.activity_heading
{
	color: #222;
	background-color: transparent;
}

h3.activity_heading > h3 a:hover,
h3.activity_heading > h3 a:focus
{
	background-color: #afb0ac;
}

/* Font Changes */

#toc_sidebar .sidebar_minimiser ul li a,
#header #tagline,
body#main_blog div#item-header div#item-meta,
#footer_inner
{
	font-family: Lato, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
