body {
	-webkit-text-size-adjust: none;
	font: 12px helvetica;
	background: #333;
	line-height: 1.2;
}

a {
	color: #FFF;
}

h1 {
	height: 60px;
	background: #FFF;
}

h1 a {
	display: block;
	height: 60px;
	background: url(../images/mobile/notchturner_mobile.png) no-repeat 5px center;
	overflow: hidden;
	text-indent: -9999px;
}

ul#navigation {
	position: absolute;
	left: 0;
	top: 0;
}

ul#navigation li {
	float: left;
}

ul#navigation a {
	display: block;
	height: 27px;
	text-indent: -999px;
	overflow: hidden;
}

ul#navigation a:hover {
	background-position: 0 -27px;
}

li#capabilities_nav a {
	width: 121px;
}

li#contact_nav a {
	width: 103px;
}

li#capabilities_nav, li#capabilities_nav a {
	background: url(../images/capabilities_nav.gif) no-repeat;
}

li#contact_nav, li#contact_nav a {
	background: url(../images/contact_nav.gif) no-repeat;
}

div#wrap_center {
	position: relative;
	padding-bottom: 16px;
}

div#wrap {
	background: url(../images/mobile/wood.jpg);
}

div#content {
	position: relative;
	padding-top: 27px;
}

body.portrait div#content {
	min-height: 150px;
}

body.landscape div#content {
	min-height: 50px;
}

div.card {
	position: relative;
	top: 0;
	left: 0;
	margin: 8px;
	padding: 8px;
	background: #FFF;
	-webkit-border-radius: 8px;
}

div.card.portfolio {
	overflow: hidden;
	padding-bottom: 24px;
}

div.card.portfolio img {
	background: #333;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

body.portrait div.card.portfolio img {
	width: 288px;
	height: 168px;
}

body.landscape div.card.portfolio img {
	width: 448px;
	height: 262px;
}

div.card.portfolio p {
	margin: -1px -1px 0 -1px;
	background: #333;
	color: #FFF;
	padding: 8px;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
}

div.text_card {
	background: #666;
	color: #FFF;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	padding: 16px;
	margin-bottom: 16px;
}

div.text_card p {
	margin: 8px 0;
}

body.landscape div.text_card dl {
	float: left;
	width: 48%;
}

body.landscape div.text_card dl.right {
	float: right;
}

span.clear {
	clear: both;
	display: block;
}

div.text_card dt {
	color: #FE9E32;
	font-weight: bold;
	margin-top: 8px;
}

div.text_card dd {
	margin-bottom: 8px;
}

div.card a.close_link {
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #333;
	text-decoration: none;
	display: none;
}

html.js a.close_link {
	display: block;
}

h2 {
	color: #FE9E32;
	font-size: 16px;
	margin-bottom: 8px;
}

div#work {
	background: #333;
	padding: 6px 4px;
}

div#work ul:after {
	content: "clear";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

div#work p {
	display: none;
}

div#work li {
	float: left;
}

div#work a {
	float: left;
	margin: 4px;
	border: 2px solid #FFF;
}

div#work a:hover {
	border-color: #FE9E32;
}

div#work img {
	width: 40px;
	height: 40px;
}

p#contact_info {
	display: none;
}

p#copyright {
	display: block;
	text-align: right;
	padding: 8px;
	font-size: 10px;
	color: #999;
	background: #333;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	line-height: 1;
}

div#throbber {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/throbber.gif) no-repeat 50% 60%;
}

div.contact_form {
	margin: 8px 0;
}

div.contact_form label {
	display: block;
	color: #FE9E32;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}

div.email_field {
	margin: 8px 0;
}

div.contact_form input, div.contact_form textarea {
	display: block;
	width: 240px;
	font-size: 16px;
}

div.contact_form button {
	border: none;
	padding: 2px 0;
	background: none;
	font-weight: bold;
	color: #333;
	-webkit-border-image: url(../images/mobile/mobile_button.png) 6 / 6px stretch stretch;
	text-shadow: 0 1px 1px #FFF;
	margin: 0;
	font-size: 12px;
	text-transform: capitalize;
}

div.contact_form textarea {
	height: 120px;
}

body.landscape div.contact_details {
	float: left;
	width: 142px;
}

body.landscape div.contact_form {
	float: right;
	width: 256px;
}

p strong {
	color: #FE9E32;
}

button[type=reset]{
	float: left;
}

button[type=submit]{
	float: right;
}
