/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@media screen and (min-width: 600px) {

#page {
	padding-right: 0;
}

.site-header {
	padding-bottom: 0;
}

.widget-area {
	margin-top: 0;
	padding-left: 1.5em;
	padding-top: 1.71em;
	width: 25%;
	background-color: #ddd;
}

body .site {
	background-color: #f4f4f4;
	padding-bottom: 50px;
}

#menu-menu-1 {
	border-color: #ddd;
	border-top: none;
}

.site-content {
	margin-top: 2em;
}

.site-content article {
	margin-bottom: 30px;
}

.entry-content .no-shadow {
	box-shadow: none;
}

.download_button {
	border: 1px solid #444;
	width: 20em;
	height: 5em;
	border-radius: 1.5em;
}

.download_button .download_title {
	font-weight: bold;
	margin: 1.65em 0 0 5.3em;
	color: black;
	text-decoration: none;
}

.download_button_mac {
	background: #8f8 url("images/apple.svg") no-repeat;
	background-size: 3.4em 3.4em;
	background-position: 1em 0.7em;
}

.download_button_win {
	background: #fcc url("images/win8.svg") no-repeat;
	background-size: 3.4em 3.4em;
	background-position: 1em 0.8em;
}

.download_button a {
	text-decoration: none;
}
.download_button a:hover {
	text-decoration: underline;
}

}

footer[role="contentinfo"] {
	display: none;
	border-color: #ddd;
}

/*#comments {
	display: none;
}*/