/*
Theme Name: child-twenty-twelve
Version: 1.0
Description: A child theme of Twenty Twelve
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

body {
}

.site {
	background-color: transparent;
	display: inline-block; 
	white-space: normal; 
	margin-left:-3px; 
	margin-right:-2px; 
	vertical-align: top;
}

.site-content article {
	border-bottom: none;
}

.pageWrapper {
	white-space: nowrap; 
	margin: 0 auto; 
	width:60%;
}

.leftPanel {
	white-space: normal;
	display: inline-block;
	background-image: url(/wp-content/uploads/2015/05/LeftPattern.png);
	background-repeat: repeat-y;
	width:50px;
	vertical-align: top;
}

.rightPanel {
	display: inline-block;
	background-image: url(/wp-content/uploads/2015/05/RightPattern.png);
	background-repeat: repeat-y; 
	width: 50px;
	vertical-align: top;
}

@media screen and (min-width: 600px) {
	body {
		background-color: #000;
	}	
}

@media screen and (min-width: 960px) {
	body {
		background-color: #000;
	}

	body .site {
		background-image: url(/wp-content/uploads/2015/04/background3.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #d9b6a5;
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 0px;
		margin-top: 0rem;
		margin-bottom: 0px;
		margin-bottom: 0rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.entry-content,
.entry-summary {
	line-height: 1.714285714;
	background-color: #eeddda;
	padding: 20px;
	border: 1px solid lightgray;
	border-radius: 25px;
}

.page-id-145 .entry-content { 
	border: 0px;
	padding: 0px;
	border-radius: 0px;
	background-color: transparent;
}

.tribe-filter-live .entry-content {
	background-color: #d6ada5;
}