/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://http://sallydaviesmusic.co.uk//
Description:    Child theme for the Twenty Twelve theme 
Author:         Robin Grey
Template:       twentytwelve
Version:        0.1.0
*/

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


.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.header-image {
    margin-top: 0.00009rem;
}

body.home .entry-header {
    display: none;
}

body.page-id-51 .entry-header {
    display: none;
}


.site-header {
    padding: 1.71429rem 0 0 0;
}


.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    text-align: center;
}


table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
