/*
Theme Name: GoodShepherd
Theme URI: 
Description: Child 01 theme for the Twenty Twelve theme
Author: <a href="http://wordpress.org/" title="Visit author homepage">the WordPress team</a>
Author URI: 
Template: twentytwelve
Version: 1.3
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 29 Mar 2014 05:03:54 +0000 */ 

@import url('../twentytwelve/style.css');

/*remove box around header*/

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

/*  center menu and move below header */

}
.site-header {
	padding-bottom: 5px;
}

/* indent menu text */
.main-navigation ul {
text-indent: 10px;
}

/*centre menu*/
.main-navigation ul.nav-menu {
    background: none repeat scroll 0 0 #F0942C;
    border: 0 none;
    padding: 0 0 0 10px;
    text-align: center;
    }
/*remove space above header*/
.site-header {
    margin-top: -20px;
    padding: 0;
}

/* move page up */
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 12px;
		margin-top: 0.857142857rem;
		margin-bottom: 12px;
		margin-bottom: 0.857142857rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}

/* =Widgets - background and indent with rounded corners
-------------------------------------------------------------- */
/* style widgets */
.widget {
	    background: #EAEEF5; /* light blue: http://www.colorhexa.com/6699cc or lighter: http://www.colorhexa.com/c0cef7 */
	    background: rgba(192, 206, 247 0.4);
	    border: 2px double #83A78E;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -o-border-radius: 5px;
	    border-radius: 5px;
	    padding: 8px;
	    -webkit-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	    -moz-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	    box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	    list-style-type: none;
}
.widget h3 {
	    font-weight: bold;
	    /* font-style: italic; */
	    color: rgba(0, 0, 0, 0.6); /* black: http://www.netgfx.com/RGBaZR/ */
	    text-shadow: 0 1px 1px #fff;
}
.widget a {
	    /* text-decoration: none; */
	      color: #000000;
}