/*
1280 and greater

Set a max-width for the page.
Add a body background gradient.
*/

/*.test_width span.mq1280 {
	background:#0f0;
}*/

header, #main_content, footer {
	max-width:1266px; /* 1280 - 7 - 7 */
	margin:0 auto;
	/*border-left:7px solid #464237;
	border-right:7px solid #464237;*/
}

/*body {
	background: -webkit-gradient( radial, 50% 50%, 600, 50% 50%, 800, from(#726a53), to(#014e77) );
	background: -moz-radial-gradient( 50% 50%, circle, #726a53 600px, #014e77 800px );
}
.oldie body {
	background:#014e77 url(../images/template2013/santabarbara/body_background.png) repeat-y 50% 0%;
}*/

#background_decorative {
	display:block;
	position:absolute;
	top:141px;
	/*background-color: #464237;*/
	padding:13px 0;
	font-size: 1.21em;
	font-weight:bold;
	width:100%;
	z-index:-1;
}
/*.rgba #background_decorative {
	background-color: rgba(70, 66, 55, 0.8);
}*/

.home #background_decorative {
	top:106px;
}
.rgba #background_decorative {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%); /* W3C */
}
