/*
Theme Name:     twentytwelvemtc
Description:    Child theme for the TwentyTwelve theme
Author:         Matthew Diamond
Author URI:     http: //www.mindthecube.com/
Template:       twentytwelve
Version:        1.0
*/

@import url('../twentytwelve/style.css');

header#masthead #headline {
  float: right;
  width: 85%;
  text-align: center;
}

.cat-post-widget .post-title {
    font-size: 12px;
    font-weight: plain;
}
.cat-post-widget .post-date {
    font-style: italic;
    margin-bottom: 0;
}

img.header-image {
  float: left;
  width: 9%;
  box-shadow: none;
  margin: 0px;
}

.site-header h1,
.site-header h2 {
	text-align: left;
}

.menu-toggle {
	width: 100%;
	margin: 20px;
}

img.featured-image {
	width: 240px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.feature-box-1 {
	background: whitesmoke none repeat scroll 0 0;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 5px 5px;
    padding: 0px 10px;
    float: left;
    width: 80%;
}

div.feature-box-2 {
	background: whitesmoke none repeat scroll 0 0;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 5px 5px;
    padding: 0px 10px;
    float: left;
    width: 80%;
}
    
@media screen and (min-width: 600px) {
	img.featured-image {
		width: 240px;
	}
	
	div.feature-box-1 {
		width: 42%;
		float: left;
	    margin: 5px 5px 0px 20px;
	}
	div.feature-box-2 {
		width: 42%;
		float: right;
	    margin: 5px 5px 20px 0px;
	}
}
	
	