.ui-mobile { background-color: #7d7562; background-image: url(images/beige/body.jpg), url(images/beige/bottom.jpg); background-position: 50% 0, 50% 0; background-repeat: no-repeat, repeat-y;; }

#logo a { background-image: url(images/beige/logo.png); }

#page-head h2 { border-color: #a6a69c; box-shadow: 0 1px 0 #e4e4de; }

footer p, footer p a { color: #000; }

article p, article p a, #services p { color: #fff; }

#services h3 { color: #f8f8f8; }

.back { color: #302e2c; text-shadow: 0 1px 0 rgba(255,255,255,.9); }
.back, .back:after { background-image: url(images/beige/back.png); }

#project .flex-control-nav a { background: #baaea6; }
#project .flex-control-nav a.flex-active { background: #756a63; }

.ui-submit {
	background: rgb(248,244,241);
	background: -moz-linear-gradient(top, rgba(248,244,241,1) 0%, rgba(239,231,223,1) 46%, rgba(220,220,202,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,244,241,1)), color-stop(46%,rgba(239,231,223,1)), color-stop(100%,rgba(220,220,202,1)));
	background: -webkit-linear-gradient(top, rgba(248,244,241,1) 0%,rgba(239,231,223,1) 46%,rgba(220,220,202,1) 100%);
	background: -o-linear-gradient(top, rgba(248,244,241,1) 0%,rgba(239,231,223,1) 46%,rgba(220,220,202,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,244,241,1) 0%,rgba(239,231,223,1) 46%,rgba(220,220,202,1) 100%);
	background: linear-gradient(to bottom, rgba(248,244,241,1) 0%,rgba(239,231,223,1) 46%,rgba(220,220,202,1) 100%);
	color: #302e2c;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
}

@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min--moz-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 240dpi) {
			.ui-mobile { background-image: url(images/beige/body@2x.jpg), url(images/beige/bottom@2x.jpg); -webkit-background-size: 320px 480px, 320px 1px; }

			#logo a { background-image: url(images/beige/logo@2x.png); -webkit-background-size: 320px 78px; }

			.back, .back:after { background-image: url(images/beige/back@2x.png); -webkit-background-size: 200px 30px; }
		}

@media only screen and (orientation: landscape) {
	.ui-mobile { background-color: #68604c; background-image: url(images/beige/body_landscape.jpg), url(images/beige/bottom_landscape.jpg); -webkit-background-size: 1024px 768px, 1024px 1px; }
}

@media only screen and (orientation: landscape) and (max-width: 480px) {
	.ui-mobile { background-color: #68604c; background-image: url(images/beige/body_landscape.jpg), url(images/beige/bottom_landscape.jpg); -webkit-background-size: 768px 576px, 768px 1px; }
}

@media only screen and (orientation: portrait) and (min-width: 768px) {
	.ui-mobile { background-color: #68604c; background-image: url(images/beige/body_landscape.jpg), url(images/beige/bottom_landscape.jpg); -webkit-background-size: 768px 576px, 768px 1px; }
}