/*
 Theme Name:     Customizr Child
 Theme URI:      http://mysite.com/
 Description:    customizations for Muse site
 Author:         Me
 Author URI:     http://graphics-muse.org/
 Template:       customizr
 Version:        1.0.0
*/

/*
 * Customizations front page
 * This goes on all pages and doesn't look very good with cluttered
 * imagery.
div#tc-page-wrap
{
    background-image:url('images/babaorum.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
 */

/*
 * Customizations for WP RSS Aggregator
 */
ul.rss-aggregator {
	list-style-type: none;
}
li.feed-item {
	border-bottom: 1px dashed #7c9b30;
	padding: 20px 0;
}
li.feed-item > a {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 30px;
}

/*
 * Customize the News page to look like my old MyYahoo page.
 */
body.page-id-5864
{
    background-image:url('images/got.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    // background-position: right top;
}

div.entry-content > table > tbody
{
    background-color: rgba(0, 0, 0, 0.2);
}

div.entry-content > table > tbody > tr
{
    background-color: rgba(0, 0, 0, 0.2);
}

div.entry-content > table > tbody > tr > td
{
    background-color: rgba(0, 0, 0, 0.2);
}

div.entry-content > pre
{
    background-color: rgba(0, 0, 0, 0.2);
}

div.entry-content > table > tbody > tr > td > h3
{
    // color: yellow;
    color: #d38806;
    letter-spacing: 3px;
    // text-shadow: 2px 1px #ccc;
    text-shadow: 2px 1px rgba(150,150,150,0.25);
}

header.entry-header > h1.entry-title, h4
{
    // color: yellow;
    color: #d38806;
    letter-spacing: 3px;
    text-shadow: 2px 1px rgba(150,150,150,0.25);
}

.hungryfeed_item > h3
{
    // color: yellow;
    color: #d38806;
    letter-spacing: 3px;
    text-shadow: 2px 1px rgba(150,150,150,0.25);
}

