/*
	Segue, a transitional color scheme for Twenty Eleven PU
*/

body {
background:#F3F0E8;
}

#branding {
border-top:10px solid #fa7f00;
background:#121212 url('../images/pinstripe-diagonal.png') repeat top left;
}

#branding #s {
background-color:#ddd;
}

#primary {
background-color: inherit;
}

#site-title a {
color:#efefef;
}

#site-description {
font-size:110%;
margin-bottom:2.53333em;
}

#page {
-webkit-box-shadow:1px 2px 8px 1px rgba(50,50,50,.4);
-moz-box-shadow:1px 2px 8px 1px rgba(50,50,50,.4);
box-shadow:1px 2px 8px 1px rgba(50,50,50,.4);
}

.right-sidebar #page {
background: #fff url('../images/page-right-bg.png') repeat-y 69% 0;
}
.left-sidebar #page {
background: #fff url('../images/page-left-bg.png') repeat-y 30.2% 0;
}

.error404 .right-sidebar #page {
background: inherit;
}
.error404 .left-sidebar #page {
background: inherit;
}

#secondary {
background-color: #f9f9f9;
}

@media (max-width: 800px) {
	body.right-sidebar #page,
	body.left-sidebar #page {
	background-image: none;
	}
	#main #secondary {
	clear: both;
	margin: 0;
	padding: 1.5em 7.6% .5em 7.6%
	}
}/*/mediaquery*/

.entry-content div {
margin-bottom:1.625em;
}

.site-generator {
background-color: #e6e6e6;
}