/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twentytwelve-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Nick Monkman
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

body .site {
	border-radius: 20px;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
	padding-left: 190px;
	
;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	padding-left: 190px;
}
/* Navigation Menu */
.main-navigation {
	margin-top: 64px;
	margin-top: 1.714285714rem;
	text-align: center;
	padding-left: 190px;
	margin-bottom: 24px;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

img.header-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: right;
        width: 78%;
    }
    .widget-area {
        float: left;
        width: 20%;
    }
}

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