/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://www.theweeviking.com/
Description:    Twenty Twelve theme modified for The Wee Viking
Author:         The Wee Viking
Author URI:     http://www.theweeviking.com/
Template:       twentytwelve
Version:        0.1.0
*/

/*
 * This style.css REPLACES the one in the parent theme.
 * To simply make a few modifications you need to
 * import the parent's style.css first.
 */
@import url("../twentytwelve/style.css");

/*
 * Now define your own styles
 */

/* Sidebar menu current item highlighted */
/* See http://wpmu.org/how-to-highlight-the-current-page-when-using-wordpress-navigation-menus/ */
li.current-menu-item { font-weight: bold; }

/* Remove the blank space at the top - arb */
.site-title { display: none; }
.main-navigation { display: none; }

/* Remove the border from around the header image - doesn't work */
img.header-image {
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

/*-- Move sidebar to the left and shrink its width was 25% now 15% --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: right;
        width: 85%;
    }
    .widget-area {
        float: left;
        width: 15%;
    }
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}

