/*
Theme Name: Twenty Fourteen Child
Template: twentyfourteen
Author: Child Theme Configurator
Version: 1.0.1449014075
Updated: 2015-12-01 23:54:35
*/

@charset "UTF-8";

/*302 header bar background */
.site-header {
    background-color: #404040;
}

/*494 left secondary sidebar background color */
#secondary {
    background-color: #404040;
}


/*577 right sidebar */
.content-sidebar {
    background-color: #99ff99;
width: 260px;
}

/* ---- footer coloring ------*/
.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #404040;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

/*--- left primary sidebar fonts */
.widget-title {
    color: #99ff99;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}