/*
Theme Name: efikim-sa
Theme URI: http://mypicks.efikim.co.uk
Description: a-brief-description
Author: mike finley
Author URI: http://www.mikefinley.co.uk
Template: k2
*/

/* show articles, events on a light grey background */
div.category-article div.entry-content , div.category-event div.entry-content {
padding: 0.7em;
background-color: #d8d8d0;
text: black;
}

/* don't show the image specific stuff for articles, events */
div.category-article div.entry-image , div.category-event div.entry-image {display: none;}

/* replace inline header code */
#header .blog-title a,
#header .description {
color: #ffffff;
}

