/*
 * Theme Name:     FBCS2012
 * Theme URI:      http://example.com/
 * Description:    Child theme of Twenty Twelve for FBCS
 * Author:         Chris Dennis
 * Author URI:     
 * Template:       twentytwelve                             
 * Version:        0.1.0
 * */

@import url("/wp-content/themes/twentytwelve/style.css");

/* Global tweaks */
.entry-content p {
    margin-bottom: 0.7em; /* was 1.71rem */
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em !important;  /* was 1.71rem */
}

/* Front page tweaks -- all screen sizes */
.template-front-page .widget-area {
    padding-top: 0;
}
.template-front-page header.entry-header {
    display: none;
}
.template-front-page .widget-area .widget h3 {
    margin-bottom: 0.5em;
}

/* Heading */
h1.site-title {
    margin: 0;
}

/* Footer */
footer div.site-info p.copyright {
    font-size: 80%;
    text-align: right;
}

/* Front page -- put the widgets back on the RHS */
/* (also have to change the template??) */
/* (big screens only) */
@media screen and (min-width: 50em) {
    .template-front-page .widget-area {
	    float: right;
	    width: 26.0417%;
	    /*background: yellow !important; */
	    clear: none;
        border-top: none;
    }
    /*.site-content {
	    float: left;
	    width: 65.104166667%;
    }*/
    body.template-front-page .site-content {
	    width: 65.1%; /*100%;*/
    }
 
    /* This chunk from twentytwelve and nullified: */
    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: none; /*float: left;*/
        width: 100%; /*width: 51.875%;*/
        /*margin-bottom: 24px;
        margin-bottom: 1.75714rem;*/
    }
    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: none; /*right;*/
    }
    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
        float: none; /*right; */
        width: 100%; /*39.0625%; */
        /* margin: 0 0 24px;
        margin: 0 0 1.75714rem; */
    }
    /* .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
	    float: none;
	    width: auto;
    } */
}

/* For small screens, have a single column */
/* FIXME this affects all screens  - since changed min to max */
/* @media screen and (max-width: 600px) {
	.template-front-page .widget-area,
	body.template-front-page .site-content {
		width: 100%;
		float: none;
	}
} */

/* Design tweaks for fbcs2012 */

#wp-calendar th,
#wp-calendar td
/* #wp-calendar caption */
{
	text-align: right;
}

/* this fails horribly on small screens
div.nav-menu {
	background-image: url("/wp-content/uploads/cropped-treeline960.png");

}
li.page_item,
li.current_page_item {
	* background: white; * 
    * opacity: 0.9; *
    margin-left: 1em;
    margin-right: 4em;
}
li.page_item a,
li.current_page_item a {
     line-height: 1.25;
	 background: white; 
     opacity: 0.6;
     margin: 10px 2px;
     padding: 0.5em;
     color: #000;
}
*/

/* 
 * vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab 
 */
