/*
Theme Name: Twenty Ten Child (Energy for London)
Theme URI: https://energyforlondon.org
Description: Child theme of Twenty Ten carrying the Energy for London customizations (logo, navy colour scheme, navigation, full-content listings). Keeps the Twenty Ten parent updatable.
Author: Energy for London
Template: twentyten
Version: 1.0.0
Text Domain: twentyten-child
*/

/* ==========================================================================
   Energy for London customizations (ported from the original Twenty Ten 1.2
   in-theme edits, marked "JP Additions"). These rules override the Twenty Ten
   parent, which is enqueued first from functions.php.
   ========================================================================== */

/* Link colours (navy brand, replacing Twenty Ten defaults #0066cc / #ff4b33) */
a:link {
	color: #3A5282;
}
a:active,
a:hover {
	color: #666d87;
}

/* Logo image in the site title */
#site-title a img { border: none !important; }
#site-title a img:hover { opacity: 0.8; }

#site-description {
	margin: 0 0 18px 0;
}

/* Custom header image border */
#branding img {
	border-top: 4px solid #181827;
	border-bottom: 1px solid #181827;
}

/* Primary navigation bar */
#access {
	background: #181827;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #485d8a;
	color: #fff;
}

/* Archive / page titles */
.page-title {
	font-size: 24px;
	margin: 0 0 5px 0 !important;
}

/* Entry titles */
#content .entry-title {
	color: #181827;
}
.entry-title a:link,
.entry-title a:visited {
	color: #181827;
}
.entry-title a:active,
.entry-title a:hover {
	color: #666d87;
}

/* Meta / utility link hover */
.entry-meta a:hover,
.entry-utility a:hover {
	color: #666d87;
}

/* Footer top border */
#colophon {
	border-top: 4px solid #181827;
}

/* JP Additions */
div.archive-meta {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1em;
}
#wrapper {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
