.ui-mobile { background-color: #3e3f41; background-image: url(images/black/body.jpg), url(images/black/bottom.jpg); background-position: 50% 0, 50% 0; background-repeat: no-repeat, repeat-y;; }

#logo a { background-image: url(images/black/logo.png); }

#page-head h2 { border-color: #2a2a2b; box-shadow: 0 1px 0 #4a494a; }

footer p, footer p a { color: #cecece; }

article p, article p a, #services p { color: #d7d7d7; }

input[type="text"], input[type="search"], input[type="email"], textarea { background: #393939; color: #d7d7d7; }

#services h3 { color: #f8f8f8; }

.back, .back:after { background-image: url(images/black/back.png); }

#portfolio p { color: #d7d7d7; }

#project .flex-control-nav a { background: #414143; }
#project .flex-control-nav a.flex-active { background: #242022; }

.ui-submit {
	background: rgb(109,109,109);
	background: -moz-linear-gradient(top, rgba(109,109,109,1) 0%, rgba(77,77,77,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,109,109,1)), color-stop(100%,rgba(77,77,77,1)));
	background: -webkit-linear-gradient(top, rgba(109,109,109,1) 0%,rgba(77,77,77,1) 100%);
	background: -o-linear-gradient(top, rgba(109,109,109,1) 0%,rgba(77,77,77,1) 100%);
	background: -ms-linear-gradient(top, rgba(109,109,109,1) 0%,rgba(77,77,77,1) 100%);
	background: linear-gradient(to bottom, rgba(109,109,109,1) 0%,rgba(77,77,77,1) 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,.1);
}

@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/black/body@2x.jpg), url(images/black/bottom@2x.jpg); -webkit-background-size: 320px 480px, 320px 1px; }

			#logo a { background-image: url(images/black/logo@2x.png); -webkit-background-size: 320px 78px; }

			.back, .back:after { background-image: url(images/black/back@2x.png); -webkit-background-size: 200px 30px; }
		}

@media only screen and (orientation: landscape) {
	.ui-mobile { background-color: #3e3f41; background-image: url(images/black/body_landscape.jpg), url(images/black/bottom_landscape.jpg); -webkit-background-size: 1024px 768px, 1024px 1px; }
}

@media only screen and (orientation: landscape) and (max-width: 480px) {
	.ui-mobile { background-color: #3e3f41; background-image: url(images/black/body_landscape.jpg), url(images/black/bottom_landscape.jpg); -webkit-background-size: 768px 576px, 768px 1px; }
}

@media only screen and (orientation: portrait) and (min-width: 768px) {
	.ui-mobile { background-color: #3e3f41; background-image: url(images/black/body_landscape.jpg), url(images/black/bottom_landscape.jpg); -webkit-background-size: 768px 576px, 768px 1px; }
}