/*

Theme Name: Child of Twenty Twelve
Description: Theme based on Twenty Twelve
Child theme author: Andrzej Rodziewicz
Version: 0.0.1
Template: twentytwelve
#comments { display:none; }
*/

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

/* Custom CSS below */

    /* Hide WP credit */

.site-info {
   display: none;
}

    /* Decrease white space between header and menu */

.site-content {
margin-top: 0px !important;
}

.widget-area {
margin: 0px 0 0;
}

.site-header {
padding: 0.14285714rem 0 2px;
}

    /* Centre menu in top navbar */

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

    /* Reduce spacing between menu items in top navigation bar */

.main-navigation li {
    margin: 0 1.15714rem 0 0;
}

    /* Reduce font size in top navigation bar */

.main-navigation li {
	font-size:10.5px;
}
@media screen and (min-width: 600px) {
	.main-navigation li ul li a {font-size:14px;}
}

    /* Disable auto hyphenation in text */

.site-content article, .widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

    /* Reduce line height in body */

.entry-content p, .entry-summary p, .comment-content p {
    line-height: 1.31429;
    margin: 0 0 1.31429rem;
}

/* Reduce line height in widget area */

.widget-area .widget p {
    line-height: 1.51429;
    margin: 0 0 1.31429rem;
}

    /* Reduce top margin background colour area */

body .site {
margin-top: 1.43rem;
}

    /* Add rounded colours to top and bottom of background colour wrapper */

body .site {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
border-radius: 30px;
}

    /* Add widget sidebar background colour and drop shadow */

.widget {
	background: #F8F9F9;
	background: rgba(248, 248, 248, 0.4);
	border: 1px double #F8F8F8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 3px;
	-webkit-box-shadow: 7px 7px 12px rgba(64, 31, 31, 0.5);
	-moz-box-shadow: 7px 7px 12px rgba(64, 31, 31, 0.5);
	box-shadow: 7px 7px 12px rgba(64, 31, 31, 0.5);
	list-style-type: none;
}

    /* Reduce spacing between widges in sidebar */

.widget-area .widget {
    margin-bottom: 1px;
    margin-bottom: 1rem;
}

    /* Hide horizontal grid lines in table - Careful = sitewide */

.entry-content table {
  border: none;
}
.entry-content table td {
  border: none;
}