/*
Theme Name: MS Child Theme for Barthelme
Theme URI: http://www.plaintxt.org/themes/barthelme/
Description: Child Theme for Barthelme first try by Michele so wish me luck
Author: Michele Scotto
Author URI: http://michelescotto.com/
Template: barthelme
Version: 4.6.1
*/
 
@import url("../barthelme/style.css");

/* Overriding the heading category and tag link colors and carry through hover color from the Parent Theme */
div#content a, div#content a:link, div#content .entry-title a:visited, div#content .page-title a:visited {
color:#669966;
}
div#content a:active,div#content .entry-title a:active,div#content .page-title a:active{color:#333;}
div#footer a:active,div#content a:hover,div#content .entry-title a:hover,div#content .page-title a:hover,div.sidebar a:active{color:#333;}

/* Overriding the body text color from the Parent Theme */
body {
color:#666666;
line-height:150%;
}

/* Overriding the date text color from the Parent Theme */
body.home div#content div.entry-meta abbr.published, body.archive div#content div.entry-meta abbr.published, body.search div#content div.entry-meta abbr.published {
color:#cccccc;
font-size:1.1em;
word-spacing:0.2em;
}

/* Overriding the side bar heading text color from the Parent Theme */
div.sidebar ul li h3 {
color:#cccccc;
font-size:1em;
margin:0;
text-transform:uppercase;
}

/* Overriding the side bar list items and associated hover colors from the Parent Theme */
div.sidebar a, div.sidebar a:link, div.sidebar a:visited {
color:#cccccc;
text-decoration:none;
}
div.sidebar a:hover{color:#99cc99;text-decoration:underline;}

/* Overriding the footer link items and associated hover colors from the Parent Theme */
div#footer a, div#footer a:link, div#footer a:visited {
color:#CCCCCC;
text-decoration:underline;
}
div#footer a:hover{color:#888888;text-decoration:none;}

/* Overriding the footer non-link text from the Parent Theme */
body div#footer {
color:#CCCCCC;
font-size:0.9em;
}