/*
Theme Name:     Enthusiastic child of Twenty Twelve
Theme URI:      http://example.com/enthu
Description:    Child theme for the Twenty Twelve theme for enthuisasm.cozy.org
Author:         Ben Hyde
Author URI:     http://enthisasm.cozy.org/
Template:       twentytwelve
Version:        0.1.0

see also --- http://codex.wordpress.org/Child_Themes
*/
@import url("../twentytwelve/style.css");

/* Color scheme: http://colorschemedesigner.com/#4b21ThxaayK-y */

/* Inject the push.png image into the header. */
header#masthead {
      background-image: url(/archives/push.png);
      background-repeat: no-repeat;
      background-position: right top;
      padding-top:3px;
   }

/* Do not show the navigation menue, instead show border. */
.nav-menu { display:none; }
/* #main { border-top: 4px double #ededed; }*/
#main { border-top: 1px  #CCC0FE; }

/* Slide my name over in the header */
.site-description { margin-left: 490px; margin-left: 35rem; }

/* don't display the rss icon on the list of recent delicious links */
.widget-title a:first-child { display:none; }

/* adjust column widths so the widget area about the same size as the push graphic */
.widget-area { width: 22%; }
.site-content{ width: 70%; }


/* I prefer a small margin above the page */
@media screen and (min-width: 960px) {
	body .site {
/*		padding: 0 40px;
		padding: 0 2.857142857rem; */
		margin-top: 24px;
		margin-top: 1.7rem;
	}
}

.site {
    /* #221D38 that outermost border area*/
    color: #1D1A29;
    background-color: #FEFBEF;
}

/* Drop the title down a bit more */
.site-header h1 {
    margin-top:26px;
    margin-top:1rem;
}

/* Don't waste so much space in each postings on this comment link */
.entry-header .comments-link { 
    margin-top: 3px;
    margin-top: .2rem;
    text-align: right;
 }

/* Try to make the meta data after a post less distracting */
footer.entry-meta{   color: rgb(173, 172, 172); }
footer.entry-meta a{   color: rgb(173, 172, 172); }

/* put bullets on these entries */
.widget_rss li {list-style:square;}